You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

504 lines
35 KiB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. E60690EB10DCD81300F80E76 /* pic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pic.c; sourceTree = "<group>"; };
  10. E60690EC10DCD81300F80E76 /* int.asm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm.asm; path = int.asm; sourceTree = "<group>"; };
  11. E60690ED10DCD81300F80E76 /* stage2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stage2.h; sourceTree = "<group>"; };
  12. E60690EE10DCD81300F80E76 /* interruptions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = interruptions.c; sourceTree = "<group>"; };
  13. E60690EF10DCD81300F80E76 /* stage2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stage2.c; sourceTree = "<group>"; };
  14. E60690F010DCD81300F80E76 /* bootsect.asm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm.asm; path = bootsect.asm; sourceTree = "<group>"; };
  15. E60690F110DCD81300F80E76 /* gdt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gdt.c; sourceTree = "<group>"; };
  16. E60690F210DCD81300F80E76 /* idt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = idt.c; sourceTree = "<group>"; };
  17. E60690F410DCD81300F80E76 /* floppy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = floppy.h; sourceTree = "<group>"; };
  18. E60690F510DCD81300F80E76 /* floppy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = floppy.c; sourceTree = "<group>"; };
  19. E60690FA10DCD85300F80E76 /* keyboard.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = keyboard.c; sourceTree = "<group>"; };
  20. E606910010DCDA3100F80E76 /* processor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = processor.h; sourceTree = "<group>"; };
  21. E606910110DCDA3100F80E76 /* processor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = processor.c; sourceTree = "<group>"; };
  22. E606911F10DCDF2B00F80E76 /* klibc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = klibc.h; sourceTree = "<group>"; };
  23. E60691C710DCF2EA00F80E76 /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memory.h; sourceTree = "<group>"; };
  24. E60691C810DCF2EA00F80E76 /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memory.c; sourceTree = "<group>"; };
  25. E60691E910DD0D6D00F80E76 /* timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timer.h; sourceTree = "<group>"; };
  26. E60691EA10DD0D6D00F80E76 /* timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = timer.c; sourceTree = "<group>"; };
  27. E64A326110DA344400325A66 /* build-kernel */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "build-kernel"; path = "../build-kernel"; sourceTree = SOURCE_ROOT; };
  28. E64A326610DA344400325A66 /* kernel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kernel.c; sourceTree = "<group>"; };
  29. E64A326710DA344400325A66 /* kernel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kernel.h; sourceTree = "<group>"; };
  30. E64A326810DA344400325A66 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Makefile.am; sourceTree = "<group>"; };
  31. E64A326910DA344400325A66 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  32. E64A331D10DA447500325A66 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../config.h; sourceTree = SOURCE_ROOT; };
  33. E64A33E410DA861600325A66 /* klibc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = klibc.c; sourceTree = "<group>"; };
  34. E68A871110CD1F040047EB17 /* mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mouse.c; path = ../examples/mouse.c; sourceTree = SOURCE_ROOT; };
  35. E68B916D13237280006B282B /* cacaclock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cacaclock.c; path = ../src/cacaclock.c; sourceTree = SOURCE_ROOT; };
  36. E6A7681710B560BB008B6DEC /* caca++.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "caca++.cpp"; path = "../cxx/caca++.cpp"; sourceTree = SOURCE_ROOT; };
  37. E6A7681810B560BB008B6DEC /* caca++.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "caca++.h"; path = "../cxx/caca++.h"; sourceTree = SOURCE_ROOT; };
  38. E6A7681910B560BB008B6DEC /* cxxtest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cxxtest.cpp; path = ../cxx/cxxtest.cpp; sourceTree = SOURCE_ROOT; };
  39. E6A7681B10B561CE008B6DEC /* caca-canvas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "caca-canvas.c"; path = "../ruby/caca-canvas.c"; sourceTree = SOURCE_ROOT; };
  40. E6A7681C10B561CE008B6DEC /* caca-canvas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "caca-canvas.h"; path = "../ruby/caca-canvas.h"; sourceTree = SOURCE_ROOT; };
  41. E6A7681D10B561CE008B6DEC /* caca-display.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "caca-display.c"; path = "../ruby/caca-display.c"; sourceTree = SOURCE_ROOT; };
  42. E6A7681E10B561CE008B6DEC /* caca-display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "caca-display.h"; path = "../ruby/caca-display.h"; sourceTree = SOURCE_ROOT; };
  43. E6A7681F10B561CE008B6DEC /* caca-dither.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "caca-dither.c"; path = "../ruby/caca-dither.c"; sourceTree = SOURCE_ROOT; };
  44. E6A7682010B561CE008B6DEC /* caca-dither.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "caca-dither.h"; path = "../ruby/caca-dither.h"; sourceTree = SOURCE_ROOT; };
  45. E6A7682110B561CE008B6DEC /* caca-event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "caca-event.c"; path = "../ruby/caca-event.c"; sourceTree = SOURCE_ROOT; };
  46. E6A7682210B561CE008B6DEC /* caca-event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "caca-event.h"; path = "../ruby/caca-event.h"; sourceTree = SOURCE_ROOT; };
  47. E6A7682310B561CE008B6DEC /* caca-font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "caca-font.c"; path = "../ruby/caca-font.c"; sourceTree = SOURCE_ROOT; };
  48. E6A7682410B561CE008B6DEC /* caca-font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "caca-font.h"; path = "../ruby/caca-font.h"; sourceTree = SOURCE_ROOT; };
  49. E6A7682510B561CE008B6DEC /* caca.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = caca.c; path = ../ruby/caca.c; sourceTree = SOURCE_ROOT; };
  50. E6A7682610B561CE008B6DEC /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = common.h; path = ../ruby/common.h; sourceTree = SOURCE_ROOT; };
  51. E6DB65F610AECC7800B6F924 /* attr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = attr.c; path = ../caca/attr.c; sourceTree = SOURCE_ROOT; };
  52. E6DB65F710AECC7800B6F924 /* box.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = box.c; path = ../caca/box.c; sourceTree = SOURCE_ROOT; };
  53. E6DB65F810AECC7800B6F924 /* caca_conio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = caca_conio.c; path = ../caca/caca_conio.c; sourceTree = SOURCE_ROOT; };
  54. E6DB65F910AECC7800B6F924 /* caca_conio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = caca_conio.h; path = ../caca/caca_conio.h; sourceTree = SOURCE_ROOT; };
  55. E6DB65FA10AECC7800B6F924 /* caca_internals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = caca_internals.h; path = ../caca/caca_internals.h; sourceTree = SOURCE_ROOT; };
  56. E6DB65FB10AECC7800B6F924 /* caca_stubs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = caca_stubs.h; path = ../caca/caca_stubs.h; sourceTree = SOURCE_ROOT; };
  57. E6DB65FC10AECC7800B6F924 /* caca_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = caca_types.h; path = ../caca/caca_types.h; sourceTree = SOURCE_ROOT; };
  58. E6DB65FE10AECC7800B6F924 /* caca.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = caca.c; path = ../caca/caca.c; sourceTree = SOURCE_ROOT; };
  59. E6DB65FF10AECC7800B6F924 /* caca.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = caca.h; path = ../caca/caca.h; sourceTree = SOURCE_ROOT; };
  60. E6DB660210AECC7800B6F924 /* caca0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = caca0.c; path = ../caca/caca0.c; sourceTree = SOURCE_ROOT; };
  61. E6DB660310AECC7800B6F924 /* caca0.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = caca0.h; path = ../caca/caca0.h; sourceTree = SOURCE_ROOT; };
  62. E6DB660410AECC7800B6F924 /* canvas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = canvas.c; path = ../caca/canvas.c; sourceTree = SOURCE_ROOT; };
  63. E6DB660510AECC7800B6F924 /* charset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = charset.c; path = ../caca/charset.c; sourceTree = SOURCE_ROOT; };
  64. E6DB660710AECC7800B6F924 /* codec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = codec.h; sourceTree = "<group>"; };
  65. E6DB660810AECC7800B6F924 /* export.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = export.c; sourceTree = "<group>"; };
  66. E6DB660910AECC7800B6F924 /* import.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = import.c; sourceTree = "<group>"; };
  67. E6DB660A10AECC7800B6F924 /* text.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = text.c; sourceTree = "<group>"; };
  68. E6DB660B10AECC7800B6F924 /* conic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = conic.c; path = ../caca/conic.c; sourceTree = SOURCE_ROOT; };
  69. E6DB660C10AECC7800B6F924 /* dirty.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dirty.c; path = ../caca/dirty.c; sourceTree = SOURCE_ROOT; };
  70. E6DB660D10AECC7800B6F924 /* dither.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dither.c; path = ../caca/dither.c; sourceTree = SOURCE_ROOT; };
  71. E6DB660F10AECC7800B6F924 /* cocoa.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = cocoa.m; sourceTree = "<group>"; };
  72. E6DB661010AECC7800B6F924 /* conio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conio.c; sourceTree = "<group>"; };
  73. E6DB661110AECC7800B6F924 /* gl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gl.c; sourceTree = "<group>"; };
  74. E6DB661210AECC7800B6F924 /* ncurses.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ncurses.c; sourceTree = "<group>"; };
  75. E6DB661310AECC7800B6F924 /* null.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = null.c; sourceTree = "<group>"; };
  76. E6DB661410AECC7800B6F924 /* raw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = raw.c; sourceTree = "<group>"; };
  77. E6DB661510AECC7800B6F924 /* slang.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = slang.c; sourceTree = "<group>"; };
  78. E6DB661610AECC7800B6F924 /* vga.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vga.c; sourceTree = "<group>"; };
  79. E6DB661710AECC7800B6F924 /* win32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = win32.c; sourceTree = "<group>"; };
  80. E6DB661810AECC7800B6F924 /* x11.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x11.c; sourceTree = "<group>"; };
  81. E6DB661910AECC7800B6F924 /* event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = event.c; path = ../caca/event.c; sourceTree = SOURCE_ROOT; };
  82. E6DB661A10AECC7800B6F924 /* figfont.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = figfont.c; path = ../caca/figfont.c; sourceTree = SOURCE_ROOT; };
  83. E6DB661B10AECC7800B6F924 /* file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = file.c; path = ../caca/file.c; sourceTree = SOURCE_ROOT; };
  84. E6DB661C10AECC7800B6F924 /* font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = font.c; path = ../caca/font.c; sourceTree = SOURCE_ROOT; };
  85. E6DB661D10AECC7800B6F924 /* frame.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = frame.c; path = ../caca/frame.c; sourceTree = SOURCE_ROOT; };
  86. E6DB661E10AECC7800B6F924 /* graphics.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = graphics.c; path = ../caca/graphics.c; sourceTree = SOURCE_ROOT; };
  87. E6DB662010AECC7800B6F924 /* line.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = line.c; path = ../caca/line.c; sourceTree = SOURCE_ROOT; };
  88. E6DB662110AECC7800B6F924 /* string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = string.c; path = ../caca/string.c; sourceTree = SOURCE_ROOT; };
  89. E6DB662210AECC7800B6F924 /* time.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = time.c; path = ../caca/time.c; sourceTree = SOURCE_ROOT; };
  90. E6DB662310AECC7800B6F924 /* transform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = transform.c; path = ../caca/transform.c; sourceTree = SOURCE_ROOT; };
  91. E6DB662410AECC7800B6F924 /* triangle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = triangle.c; path = ../caca/triangle.c; sourceTree = SOURCE_ROOT; };
  92. E6DB662C10AECCD700B6F924 /* aafire.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aafire.c; path = ../src/aafire.c; sourceTree = SOURCE_ROOT; };
  93. E6DB662D10AECCD700B6F924 /* cacademo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cacademo.c; path = ../src/cacademo.c; sourceTree = SOURCE_ROOT; };
  94. E6DB662E10AECCD700B6F924 /* cacadraw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cacadraw.c; path = ../src/cacadraw.c; sourceTree = SOURCE_ROOT; };
  95. E6DB662F10AECCD700B6F924 /* cacaplay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cacaplay.c; path = ../src/cacaplay.c; sourceTree = SOURCE_ROOT; };
  96. E6DB663010AECCD700B6F924 /* cacaserver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cacaserver.c; path = ../src/cacaserver.c; sourceTree = SOURCE_ROOT; };
  97. E6DB663110AECCD700B6F924 /* cacaview.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cacaview.c; path = ../src/cacaview.c; sourceTree = SOURCE_ROOT; };
  98. E6DB663210AECCD700B6F924 /* common-image.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "common-image.c"; path = "../src/common-image.c"; sourceTree = SOURCE_ROOT; };
  99. E6DB663310AECCD700B6F924 /* common-image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "common-image.h"; path = "../src/common-image.h"; sourceTree = SOURCE_ROOT; };
  100. E6DB663410AECCD700B6F924 /* img2txt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = img2txt.c; path = ../src/img2txt.c; sourceTree = SOURCE_ROOT; };
  101. E6DB663710AECCD700B6F924 /* texture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = texture.h; path = ../src/texture.h; sourceTree = SOURCE_ROOT; };
  102. E6DB663910AECD1F00B6F924 /* trifiller.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = trifiller.c; path = ../examples/trifiller.c; sourceTree = SOURCE_ROOT; wrapsLines = 0; };
  103. E6DB663B10AECDF500B6F924 /* blit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = blit.c; path = ../examples/blit.c; sourceTree = SOURCE_ROOT; };
  104. E6DB663C10AECDF500B6F924 /* canvas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = canvas.c; path = ../examples/canvas.c; sourceTree = SOURCE_ROOT; };
  105. E6DB663D10AECDF500B6F924 /* colors.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = colors.c; path = ../examples/colors.c; sourceTree = SOURCE_ROOT; };
  106. E6DB663E10AECDF500B6F924 /* conio-snake.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "conio-snake.cpp"; path = "../examples/conio-snake.cpp"; sourceTree = SOURCE_ROOT; };
  107. E6DB663F10AECDF500B6F924 /* conio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = conio.c; path = ../examples/conio.c; sourceTree = SOURCE_ROOT; };
  108. E6DB664010AECDF500B6F924 /* demo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = demo.c; path = ../examples/demo.c; sourceTree = SOURCE_ROOT; };
  109. E6DB664110AECDF500B6F924 /* demo0.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = demo0.c; path = ../examples/demo0.c; sourceTree = SOURCE_ROOT; };
  110. E6DB664210AECDF500B6F924 /* dithering.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dithering.c; path = ../examples/dithering.c; sourceTree = SOURCE_ROOT; };
  111. E6DB664310AECDF500B6F924 /* driver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = driver.c; path = ../examples/driver.c; sourceTree = SOURCE_ROOT; };
  112. E6DB664410AECDF500B6F924 /* event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = event.c; path = ../examples/event.c; sourceTree = SOURCE_ROOT; };
  113. E6DB664510AECDF500B6F924 /* export.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = export.c; path = ../examples/export.c; sourceTree = SOURCE_ROOT; };
  114. E6DB664610AECDF500B6F924 /* figfont.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = figfont.c; path = ../examples/figfont.c; sourceTree = SOURCE_ROOT; };
  115. E6DB664710AECDF500B6F924 /* font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = font.c; path = ../examples/font.c; sourceTree = SOURCE_ROOT; };
  116. E6DB664810AECDF500B6F924 /* font2tga.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = font2tga.c; path = ../examples/font2tga.c; sourceTree = SOURCE_ROOT; };
  117. E6DB664910AECDF500B6F924 /* frames.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = frames.c; path = ../examples/frames.c; sourceTree = SOURCE_ROOT; };
  118. E6DB664A10AECDF500B6F924 /* fullwidth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fullwidth.c; path = ../examples/fullwidth.c; sourceTree = SOURCE_ROOT; };
  119. E6DB664B10AECDF500B6F924 /* gamma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gamma.c; path = ../examples/gamma.c; sourceTree = SOURCE_ROOT; };
  120. E6DB664C10AECDF500B6F924 /* hsv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hsv.c; path = ../examples/hsv.c; sourceTree = SOURCE_ROOT; };
  121. E6DB664D10AECDF500B6F924 /* import.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = import.c; path = ../examples/import.c; sourceTree = SOURCE_ROOT; };
  122. E6DB664E10AECDF500B6F924 /* input.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = input.c; path = ../examples/input.c; sourceTree = SOURCE_ROOT; };
  123. E6DB664F10AECDF500B6F924 /* spritedit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = spritedit.c; path = ../examples/spritedit.c; sourceTree = SOURCE_ROOT; };
  124. E6DB665010AECDF500B6F924 /* swallow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = swallow.c; path = ../examples/swallow.c; sourceTree = SOURCE_ROOT; };
  125. E6DB665110AECDF500B6F924 /* text.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = text.c; path = ../examples/text.c; sourceTree = SOURCE_ROOT; };
  126. E6DB665210AECDF500B6F924 /* transform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = transform.c; path = ../examples/transform.c; sourceTree = SOURCE_ROOT; };
  127. E6DB665310AECDF500B6F924 /* truecolor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = truecolor.c; path = ../examples/truecolor.c; sourceTree = SOURCE_ROOT; };
  128. E6DB665410AECDF500B6F924 /* unicode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unicode.c; path = ../examples/unicode.c; sourceTree = SOURCE_ROOT; };
  129. E6DB665510AECE3600B6F924 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.am; path = ../examples/Makefile.am; sourceTree = SOURCE_ROOT; };
  130. E6DB66FA10B176D100B6F924 /* configure.ac */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = configure.ac; path = ../configure.ac; sourceTree = SOURCE_ROOT; };
  131. E6DB66FF10B17BEA00B6F924 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.am; path = ../src/Makefile.am; sourceTree = SOURCE_ROOT; };
  132. E6DB670010B17BFC00B6F924 /* Makefile.am */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Makefile.am; path = ../caca/Makefile.am; sourceTree = SOURCE_ROOT; };
  133. /* End PBXFileReference section */
  134. /* Begin PBXGroup section */
  135. 08FB7794FE84155DC02AAC07 /* XCode */ = {
  136. isa = PBXGroup;
  137. children = (
  138. E64A331D10DA447500325A66 /* config.h */,
  139. E64A326110DA344400325A66 /* build-kernel */,
  140. E64A326210DA344400325A66 /* kernel */,
  141. E6A7681A10B561B9008B6DEC /* ruby */,
  142. E6A7681510B560AE008B6DEC /* cxx */,
  143. E6DB66FA10B176D100B6F924 /* configure.ac */,
  144. E6DB663A10AECDC500B6F924 /* examples */,
  145. E6DB662B10AECCBF00B6F924 /* src */,
  146. E6DB65F510AECC5800B6F924 /* caca */,
  147. );
  148. name = XCode;
  149. sourceTree = "<group>";
  150. };
  151. E60690EA10DCD81300F80E76 /* boot */ = {
  152. isa = PBXGroup;
  153. children = (
  154. E60690ED10DCD81300F80E76 /* stage2.h */,
  155. E60690F010DCD81300F80E76 /* bootsect.asm */,
  156. E60690EC10DCD81300F80E76 /* int.asm */,
  157. E60690EB10DCD81300F80E76 /* pic.c */,
  158. E60690EE10DCD81300F80E76 /* interruptions.c */,
  159. E60690EF10DCD81300F80E76 /* stage2.c */,
  160. E60690F110DCD81300F80E76 /* gdt.c */,
  161. E60690F210DCD81300F80E76 /* idt.c */,
  162. );
  163. path = boot;
  164. sourceTree = "<group>";
  165. };
  166. E60690F310DCD81300F80E76 /* drivers */ = {
  167. isa = PBXGroup;
  168. children = (
  169. E606910010DCDA3100F80E76 /* processor.h */,
  170. E60690F410DCD81300F80E76 /* floppy.h */,
  171. E60691C710DCF2EA00F80E76 /* memory.h */,
  172. E60691E910DD0D6D00F80E76 /* timer.h */,
  173. E60690FA10DCD85300F80E76 /* keyboard.c */,
  174. E60690F510DCD81300F80E76 /* floppy.c */,
  175. E606910110DCDA3100F80E76 /* processor.c */,
  176. E60691C810DCF2EA00F80E76 /* memory.c */,
  177. E60691EA10DD0D6D00F80E76 /* timer.c */,
  178. );
  179. path = drivers;
  180. sourceTree = "<group>";
  181. };
  182. E64A326210DA344400325A66 /* kernel */ = {
  183. isa = PBXGroup;
  184. children = (
  185. E606911F10DCDF2B00F80E76 /* klibc.h */,
  186. E64A326710DA344400325A66 /* kernel.h */,
  187. E64A33E410DA861600325A66 /* klibc.c */,
  188. E64A326610DA344400325A66 /* kernel.c */,
  189. E60690EA10DCD81300F80E76 /* boot */,
  190. E60690F310DCD81300F80E76 /* drivers */,
  191. E64A326810DA344400325A66 /* Makefile.am */,
  192. E64A326910DA344400325A66 /* Makefile */,
  193. );
  194. name = kernel;
  195. path = ../kernel;
  196. sourceTree = SOURCE_ROOT;
  197. };
  198. E6A7681510B560AE008B6DEC /* cxx */ = {
  199. isa = PBXGroup;
  200. children = (
  201. E6A7681810B560BB008B6DEC /* caca++.h */,
  202. E6A7681710B560BB008B6DEC /* caca++.cpp */,
  203. E6A7681910B560BB008B6DEC /* cxxtest.cpp */,
  204. );
  205. name = cxx;
  206. sourceTree = "<group>";
  207. };
  208. E6A7681A10B561B9008B6DEC /* ruby */ = {
  209. isa = PBXGroup;
  210. children = (
  211. E6A7681B10B561CE008B6DEC /* caca-canvas.c */,
  212. E6A7681C10B561CE008B6DEC /* caca-canvas.h */,
  213. E6A7681D10B561CE008B6DEC /* caca-display.c */,
  214. E6A7681E10B561CE008B6DEC /* caca-display.h */,
  215. E6A7681F10B561CE008B6DEC /* caca-dither.c */,
  216. E6A7682010B561CE008B6DEC /* caca-dither.h */,
  217. E6A7682110B561CE008B6DEC /* caca-event.c */,
  218. E6A7682210B561CE008B6DEC /* caca-event.h */,
  219. E6A7682310B561CE008B6DEC /* caca-font.c */,
  220. E6A7682410B561CE008B6DEC /* caca-font.h */,
  221. E6A7682510B561CE008B6DEC /* caca.c */,
  222. E6A7682610B561CE008B6DEC /* common.h */,
  223. );
  224. name = ruby;
  225. sourceTree = "<group>";
  226. };
  227. E6DB65F510AECC5800B6F924 /* caca */ = {
  228. isa = PBXGroup;
  229. children = (
  230. E6DB670010B17BFC00B6F924 /* Makefile.am */,
  231. E6DB65FF10AECC7800B6F924 /* caca.h */,
  232. E6DB65F610AECC7800B6F924 /* attr.c */,
  233. E6DB65F710AECC7800B6F924 /* box.c */,
  234. E6DB65F810AECC7800B6F924 /* caca_conio.c */,
  235. E6DB65F910AECC7800B6F924 /* caca_conio.h */,
  236. E6DB65FA10AECC7800B6F924 /* caca_internals.h */,
  237. E6DB65FB10AECC7800B6F924 /* caca_stubs.h */,
  238. E6DB65FC10AECC7800B6F924 /* caca_types.h */,
  239. E6DB65FE10AECC7800B6F924 /* caca.c */,
  240. E6DB660210AECC7800B6F924 /* caca0.c */,
  241. E6DB660310AECC7800B6F924 /* caca0.h */,
  242. E6DB660410AECC7800B6F924 /* canvas.c */,
  243. E6DB660510AECC7800B6F924 /* charset.c */,
  244. E6DB660610AECC7800B6F924 /* codec */,
  245. E6DB660B10AECC7800B6F924 /* conic.c */,
  246. E6DB660C10AECC7800B6F924 /* dirty.c */,
  247. E6DB660D10AECC7800B6F924 /* dither.c */,
  248. E6DB660E10AECC7800B6F924 /* driver */,
  249. E6DB661910AECC7800B6F924 /* event.c */,
  250. E6DB661A10AECC7800B6F924 /* figfont.c */,
  251. E6DB661B10AECC7800B6F924 /* file.c */,
  252. E6DB661C10AECC7800B6F924 /* font.c */,
  253. E6DB661D10AECC7800B6F924 /* frame.c */,
  254. E6DB661E10AECC7800B6F924 /* graphics.c */,
  255. E6DB662010AECC7800B6F924 /* line.c */,
  256. E6DB662110AECC7800B6F924 /* string.c */,
  257. E6DB662210AECC7800B6F924 /* time.c */,
  258. E6DB662310AECC7800B6F924 /* transform.c */,
  259. E6DB662410AECC7800B6F924 /* triangle.c */,
  260. );
  261. name = caca;
  262. sourceTree = "<group>";
  263. };
  264. E6DB660610AECC7800B6F924 /* codec */ = {
  265. isa = PBXGroup;
  266. children = (
  267. E6DB660710AECC7800B6F924 /* codec.h */,
  268. E6DB660810AECC7800B6F924 /* export.c */,
  269. E6DB660910AECC7800B6F924 /* import.c */,
  270. E6DB660A10AECC7800B6F924 /* text.c */,
  271. );
  272. name = codec;
  273. path = ../caca/codec;
  274. sourceTree = SOURCE_ROOT;
  275. };
  276. E6DB660E10AECC7800B6F924 /* driver */ = {
  277. isa = PBXGroup;
  278. children = (
  279. E6DB660F10AECC7800B6F924 /* cocoa.m */,
  280. E6DB661010AECC7800B6F924 /* conio.c */,
  281. E6DB661110AECC7800B6F924 /* gl.c */,
  282. E6DB661210AECC7800B6F924 /* ncurses.c */,
  283. E6DB661310AECC7800B6F924 /* null.c */,
  284. E6DB661410AECC7800B6F924 /* raw.c */,
  285. E6DB661510AECC7800B6F924 /* slang.c */,
  286. E6DB661610AECC7800B6F924 /* vga.c */,
  287. E6DB661710AECC7800B6F924 /* win32.c */,
  288. E6DB661810AECC7800B6F924 /* x11.c */,
  289. );
  290. name = driver;
  291. path = ../caca/driver;
  292. sourceTree = SOURCE_ROOT;
  293. };
  294. E6DB662B10AECCBF00B6F924 /* src */ = {
  295. isa = PBXGroup;
  296. children = (
  297. E68B916D13237280006B282B /* cacaclock.c */,
  298. E6DB66FF10B17BEA00B6F924 /* Makefile.am */,
  299. E6DB662C10AECCD700B6F924 /* aafire.c */,
  300. E6DB662D10AECCD700B6F924 /* cacademo.c */,
  301. E6DB662E10AECCD700B6F924 /* cacadraw.c */,
  302. E6DB662F10AECCD700B6F924 /* cacaplay.c */,
  303. E6DB663010AECCD700B6F924 /* cacaserver.c */,
  304. E6DB663110AECCD700B6F924 /* cacaview.c */,
  305. E6DB663210AECCD700B6F924 /* common-image.c */,
  306. E6DB663310AECCD700B6F924 /* common-image.h */,
  307. E6DB663410AECCD700B6F924 /* img2txt.c */,
  308. E6DB663710AECCD700B6F924 /* texture.h */,
  309. );
  310. name = src;
  311. sourceTree = "<group>";
  312. };
  313. E6DB663A10AECDC500B6F924 /* examples */ = {
  314. isa = PBXGroup;
  315. children = (
  316. E6DB665510AECE3600B6F924 /* Makefile.am */,
  317. E6DB663B10AECDF500B6F924 /* blit.c */,
  318. E6DB663C10AECDF500B6F924 /* canvas.c */,
  319. E6DB663D10AECDF500B6F924 /* colors.c */,
  320. E6DB663E10AECDF500B6F924 /* conio-snake.cpp */,
  321. E6DB663F10AECDF500B6F924 /* conio.c */,
  322. E6DB664010AECDF500B6F924 /* demo.c */,
  323. E6DB664110AECDF500B6F924 /* demo0.c */,
  324. E6DB664210AECDF500B6F924 /* dithering.c */,
  325. E6DB664310AECDF500B6F924 /* driver.c */,
  326. E6DB664410AECDF500B6F924 /* event.c */,
  327. E6DB664510AECDF500B6F924 /* export.c */,
  328. E6DB664610AECDF500B6F924 /* figfont.c */,
  329. E6DB664710AECDF500B6F924 /* font.c */,
  330. E6DB664810AECDF500B6F924 /* font2tga.c */,
  331. E6DB664910AECDF500B6F924 /* frames.c */,
  332. E6DB664A10AECDF500B6F924 /* fullwidth.c */,
  333. E6DB664B10AECDF500B6F924 /* gamma.c */,
  334. E6DB664C10AECDF500B6F924 /* hsv.c */,
  335. E6DB664D10AECDF500B6F924 /* import.c */,
  336. E6DB664E10AECDF500B6F924 /* input.c */,
  337. E6DB664F10AECDF500B6F924 /* spritedit.c */,
  338. E6DB665010AECDF500B6F924 /* swallow.c */,
  339. E6DB665110AECDF500B6F924 /* text.c */,
  340. E6DB665210AECDF500B6F924 /* transform.c */,
  341. E6DB665310AECDF500B6F924 /* truecolor.c */,
  342. E6DB665410AECDF500B6F924 /* unicode.c */,
  343. E6DB663910AECD1F00B6F924 /* trifiller.c */,
  344. E68A871110CD1F040047EB17 /* mouse.c */,
  345. );
  346. name = examples;
  347. sourceTree = "<group>";
  348. };
  349. /* End PBXGroup section */
  350. /* Begin PBXLegacyTarget section */
  351. D28A88AD04BDD90700651E21 /* libcacaXCode */ = {
  352. isa = PBXLegacyTarget;
  353. buildArgumentsString = "$(ACTION)";
  354. buildConfigurationList = 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "libcacaXCode" */;
  355. buildPhases = (
  356. );
  357. buildToolPath = /usr/bin/make;
  358. dependencies = (
  359. );
  360. name = libcacaXCode;
  361. passBuildSettingsInEnvironment = 1;
  362. productName = XCode;
  363. };
  364. E6DB66B110B03F1700B6F924 /* libcaca */ = {
  365. isa = PBXLegacyTarget;
  366. buildArgumentsString = "$(ACTION)";
  367. buildConfigurationList = E6DB66B810B03F1800B6F924 /* Build configuration list for PBXLegacyTarget "libcaca" */;
  368. buildPhases = (
  369. );
  370. buildToolPath = /usr/bin/make;
  371. buildWorkingDirectory = "/Users/jylam/code/libcaca-trunk";
  372. dependencies = (
  373. );
  374. name = libcaca;
  375. passBuildSettingsInEnvironment = 1;
  376. productName = libcaca;
  377. };
  378. /* End PBXLegacyTarget section */
  379. /* Begin PBXProject section */
  380. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  381. isa = PBXProject;
  382. buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "libcacaXCode" */;
  383. compatibilityVersion = "Xcode 3.1";
  384. hasScannedForEncodings = 1;
  385. mainGroup = 08FB7794FE84155DC02AAC07 /* XCode */;
  386. projectDirPath = "";
  387. projectRoot = "";
  388. targets = (
  389. D28A88AD04BDD90700651E21 /* libcacaXCode */,
  390. E6DB66B110B03F1700B6F924 /* libcaca */,
  391. );
  392. };
  393. /* End PBXProject section */
  394. /* Begin XCBuildConfiguration section */
  395. 1DEB919008733D9F0010E9CD /* Debug */ = {
  396. isa = XCBuildConfiguration;
  397. buildSettings = {
  398. COPY_PHASE_STRIP = NO;
  399. DEBUGGING_SYMBOLS = YES;
  400. GCC_DYNAMIC_NO_PIC = NO;
  401. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  402. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  403. GCC_OPTIMIZATION_LEVEL = 0;
  404. OTHER_CFLAGS = "";
  405. OTHER_LDFLAGS = "";
  406. PRODUCT_NAME = libcacaXCode;
  407. };
  408. name = Debug;
  409. };
  410. 1DEB919108733D9F0010E9CD /* Release */ = {
  411. isa = XCBuildConfiguration;
  412. buildSettings = {
  413. COPY_PHASE_STRIP = YES;
  414. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  415. OTHER_CFLAGS = "";
  416. OTHER_LDFLAGS = "";
  417. PRODUCT_NAME = libcacaXCode;
  418. };
  419. name = Release;
  420. };
  421. 1DEB919408733D9F0010E9CD /* Debug */ = {
  422. isa = XCBuildConfiguration;
  423. buildSettings = {
  424. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  425. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  426. GCC_WARN_UNUSED_VARIABLE = YES;
  427. ONLY_ACTIVE_ARCH = YES;
  428. PREBINDING = NO;
  429. SDKROOT = macosx10.6;
  430. };
  431. name = Debug;
  432. };
  433. 1DEB919508733D9F0010E9CD /* Release */ = {
  434. isa = XCBuildConfiguration;
  435. buildSettings = {
  436. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  437. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  438. GCC_WARN_UNUSED_VARIABLE = YES;
  439. PREBINDING = NO;
  440. SDKROOT = macosx10.6;
  441. };
  442. name = Release;
  443. };
  444. E6DB66B210B03F1800B6F924 /* Debug */ = {
  445. isa = XCBuildConfiguration;
  446. buildSettings = {
  447. COPY_PHASE_STRIP = NO;
  448. GCC_DYNAMIC_NO_PIC = NO;
  449. GCC_OPTIMIZATION_LEVEL = 0;
  450. PRODUCT_NAME = libcaca;
  451. };
  452. name = Debug;
  453. };
  454. E6DB66B310B03F1800B6F924 /* Release */ = {
  455. isa = XCBuildConfiguration;
  456. buildSettings = {
  457. COPY_PHASE_STRIP = YES;
  458. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  459. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  460. PRODUCT_NAME = libcaca;
  461. ZERO_LINK = NO;
  462. };
  463. name = Release;
  464. };
  465. /* End XCBuildConfiguration section */
  466. /* Begin XCConfigurationList section */
  467. 1DEB918F08733D9F0010E9CD /* Build configuration list for PBXLegacyTarget "libcacaXCode" */ = {
  468. isa = XCConfigurationList;
  469. buildConfigurations = (
  470. 1DEB919008733D9F0010E9CD /* Debug */,
  471. 1DEB919108733D9F0010E9CD /* Release */,
  472. );
  473. defaultConfigurationIsVisible = 0;
  474. defaultConfigurationName = Release;
  475. };
  476. 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "libcacaXCode" */ = {
  477. isa = XCConfigurationList;
  478. buildConfigurations = (
  479. 1DEB919408733D9F0010E9CD /* Debug */,
  480. 1DEB919508733D9F0010E9CD /* Release */,
  481. );
  482. defaultConfigurationIsVisible = 0;
  483. defaultConfigurationName = Release;
  484. };
  485. E6DB66B810B03F1800B6F924 /* Build configuration list for PBXLegacyTarget "libcaca" */ = {
  486. isa = XCConfigurationList;
  487. buildConfigurations = (
  488. E6DB66B210B03F1800B6F924 /* Debug */,
  489. E6DB66B310B03F1800B6F924 /* Release */,
  490. );
  491. defaultConfigurationIsVisible = 0;
  492. defaultConfigurationName = Release;
  493. };
  494. /* End XCConfigurationList section */
  495. };
  496. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  497. }