1
0

project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 42;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0C2D18FA0C0BDD0B00ED9158 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2D18F50C0BDD0B00ED9158 /* main.cpp */; };
  10. 0C2D18FB0C0BDD0B00ED9158 /* export.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D18F60C0BDD0B00ED9158 /* export.h */; };
  11. 0C2D18FC0C0BDD0B00ED9158 /* api.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D18F70C0BDD0B00ED9158 /* api.h */; };
  12. 0C2D192C0C0BDE7400ED9158 /* canvas.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D19220C0BDE7400ED9158 /* canvas.h */; };
  13. 0C2D192D0C0BDE7400ED9158 /* PaintCanvas.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D19230C0BDE7400ED9158 /* PaintCanvas.h */; };
  14. 0C2D19300C0BDE7400ED9158 /* osx_canvas_layer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2D19260C0BDE7400ED9158 /* osx_canvas_layer.cpp */; };
  15. 0C2D19310C0BDE7400ED9158 /* PaintCanvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2D19270C0BDE7400ED9158 /* PaintCanvas.cpp */; };
  16. 0C2D19320C0BDE7400ED9158 /* osx_canvas_quartz.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2D19280C0BDE7400ED9158 /* osx_canvas_quartz.cpp */; };
  17. 0C2D19340C0BDE7400ED9158 /* bltcanvas.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D192A0C0BDE7400ED9158 /* bltcanvas.h */; };
  18. 0C2D193C0C0BDEB400ED9158 /* api_canvas.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2D19370C0BDEB400ED9158 /* api_canvas.cpp */; };
  19. 0C2D193D0C0BDEB400ED9158 /* canvas.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D19380C0BDEB400ED9158 /* canvas.h */; };
  20. 0C2D193E0C0BDEB400ED9158 /* PaintCanvas.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D19390C0BDEB400ED9158 /* PaintCanvas.h */; };
  21. 0C2D193F0C0BDEB400ED9158 /* api_canvas.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D193A0C0BDEB400ED9158 /* api_canvas.h */; };
  22. 0C2D19400C0BDEB400ED9158 /* bltcanvas.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D193B0C0BDEB400ED9158 /* bltcanvas.h */; };
  23. 0C2D194B0C0BDEFD00ED9158 /* ifc_bitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D19490C0BDEFD00ED9158 /* ifc_bitmap.h */; };
  24. 0C2D194C0C0BDEFD00ED9158 /* bitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D194A0C0BDEFD00ED9158 /* bitmap.h */; };
  25. 0C2D19500C0BDFFF00ED9158 /* osx_bitmap_cgimage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2D194E0C0BDFFF00ED9158 /* osx_bitmap_cgimage.cpp */; };
  26. 0C2D19510C0BDFFF00ED9158 /* osx_bitmap_cgimage.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D194F0C0BDFFF00ED9158 /* osx_bitmap_cgimage.h */; };
  27. 0C2D19580C0BE06A00ED9158 /* region.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D19550C0BE06A00ED9158 /* region.h */; };
  28. 0C2D19590C0BE06A00ED9158 /* api_region.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D19560C0BE06A00ED9158 /* api_region.h */; };
  29. 0C2D195A0C0BE06A00ED9158 /* api_region.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2D19570C0BE06A00ED9158 /* api_region.cpp */; };
  30. 0C2D195F0C0BE08400ED9158 /* osx_region_hishape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0C2D195D0C0BE08400ED9158 /* osx_region_hishape.cpp */; };
  31. 0C2D19600C0BE08400ED9158 /* region.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C2D195E0C0BE08400ED9158 /* region.h */; };
  32. 0CF66DD30CD5070800FF5DAF /* ServiceWatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0CF66DD10CD5070800FF5DAF /* ServiceWatcher.cpp */; };
  33. 0CF66DD40CD5070800FF5DAF /* ServiceWatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CF66DD20CD5070800FF5DAF /* ServiceWatcher.h */; };
  34. 0CF66DE20CD507D000FF5DAF /* Vector.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CF66DE10CD507D000FF5DAF /* Vector.h */; };
  35. 0CF66E990CD50E6C00FF5DAF /* libbfc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CF66E980CD50E6C00FF5DAF /* libbfc.a */; };
  36. 0CF66F5B0CD50E9800FF5DAF /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CF66F5A0CD50E9800FF5DAF /* Carbon.framework */; };
  37. /* End PBXBuildFile section */
  38. /* Begin PBXContainerItemProxy section */
  39. 0C2D19740C0BE0EA00ED9158 /* PBXContainerItemProxy */ = {
  40. isa = PBXContainerItemProxy;
  41. containerPortal = 0C2D19670C0BE0EA00ED9158 /* bfc.xcodeproj */;
  42. proxyType = 2;
  43. remoteGlobalIDString = D2AAC06F0554671400DB518D;
  44. remoteInfo = bfc;
  45. };
  46. /* End PBXContainerItemProxy section */
  47. /* Begin PBXFileReference section */
  48. 0C2D18F50C0BDD0B00ED9158 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
  49. 0C2D18F60C0BDD0B00ED9158 /* export.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = export.h; sourceTree = "<group>"; };
  50. 0C2D18F70C0BDD0B00ED9158 /* api.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = api.h; sourceTree = "<group>"; };
  51. 0C2D19220C0BDE7400ED9158 /* canvas.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = canvas.h; path = canvas/mac/canvas.h; sourceTree = "<group>"; };
  52. 0C2D19230C0BDE7400ED9158 /* PaintCanvas.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PaintCanvas.h; path = canvas/mac/PaintCanvas.h; sourceTree = "<group>"; };
  53. 0C2D19260C0BDE7400ED9158 /* osx_canvas_layer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = osx_canvas_layer.cpp; path = canvas/mac/osx_canvas_layer.cpp; sourceTree = "<group>"; };
  54. 0C2D19270C0BDE7400ED9158 /* PaintCanvas.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = PaintCanvas.cpp; path = canvas/mac/PaintCanvas.cpp; sourceTree = "<group>"; };
  55. 0C2D19280C0BDE7400ED9158 /* osx_canvas_quartz.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = osx_canvas_quartz.cpp; path = canvas/mac/osx_canvas_quartz.cpp; sourceTree = "<group>"; };
  56. 0C2D192A0C0BDE7400ED9158 /* bltcanvas.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bltcanvas.h; path = canvas/mac/bltcanvas.h; sourceTree = "<group>"; };
  57. 0C2D19370C0BDEB400ED9158 /* api_canvas.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = api_canvas.cpp; path = canvas/api_canvas.cpp; sourceTree = "<group>"; };
  58. 0C2D19380C0BDEB400ED9158 /* canvas.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = canvas.h; path = canvas/canvas.h; sourceTree = "<group>"; };
  59. 0C2D19390C0BDEB400ED9158 /* PaintCanvas.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PaintCanvas.h; path = canvas/PaintCanvas.h; sourceTree = "<group>"; };
  60. 0C2D193A0C0BDEB400ED9158 /* api_canvas.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = api_canvas.h; path = canvas/api_canvas.h; sourceTree = "<group>"; };
  61. 0C2D193B0C0BDEB400ED9158 /* bltcanvas.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bltcanvas.h; path = canvas/bltcanvas.h; sourceTree = "<group>"; };
  62. 0C2D19490C0BDEFD00ED9158 /* ifc_bitmap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ifc_bitmap.h; path = bitmap/ifc_bitmap.h; sourceTree = "<group>"; };
  63. 0C2D194A0C0BDEFD00ED9158 /* bitmap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = bitmap.h; path = bitmap/bitmap.h; sourceTree = "<group>"; };
  64. 0C2D194E0C0BDFFF00ED9158 /* osx_bitmap_cgimage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = osx_bitmap_cgimage.cpp; path = bitmap/mac/osx_bitmap_cgimage.cpp; sourceTree = "<group>"; };
  65. 0C2D194F0C0BDFFF00ED9158 /* osx_bitmap_cgimage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = osx_bitmap_cgimage.h; path = bitmap/mac/osx_bitmap_cgimage.h; sourceTree = "<group>"; };
  66. 0C2D19550C0BE06A00ED9158 /* region.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = region.h; path = region/region.h; sourceTree = "<group>"; };
  67. 0C2D19560C0BE06A00ED9158 /* api_region.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = api_region.h; path = region/api_region.h; sourceTree = "<group>"; };
  68. 0C2D19570C0BE06A00ED9158 /* api_region.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = api_region.cpp; path = region/api_region.cpp; sourceTree = "<group>"; };
  69. 0C2D195D0C0BE08400ED9158 /* osx_region_hishape.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = osx_region_hishape.cpp; path = region/mac/osx_region_hishape.cpp; sourceTree = "<group>"; };
  70. 0C2D195E0C0BE08400ED9158 /* region.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = region.h; path = region/mac/region.h; sourceTree = "<group>"; };
  71. 0C2D19670C0BE0EA00ED9158 /* bfc.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = bfc.xcodeproj; path = ../Wasabi/bfc/bfc.xcodeproj; sourceTree = SOURCE_ROOT; };
  72. 0CF66DD10CD5070800FF5DAF /* ServiceWatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ServiceWatcher.cpp; path = ../nu/ServiceWatcher.cpp; sourceTree = SOURCE_ROOT; };
  73. 0CF66DD20CD5070800FF5DAF /* ServiceWatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ServiceWatcher.h; path = ../nu/ServiceWatcher.h; sourceTree = SOURCE_ROOT; };
  74. 0CF66DE10CD507D000FF5DAF /* Vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Vector.h; path = ../nu/Vector.h; sourceTree = SOURCE_ROOT; };
  75. 0CF66E980CD50E6C00FF5DAF /* libbfc.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbfc.a; path = ../Wasabi/bfc/build/Release/libbfc.a; sourceTree = SOURCE_ROOT; };
  76. 0CF66F5A0CD50E9800FF5DAF /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
  77. D2AAC0630554660B00DB518D /* libtataki.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libtataki.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  78. /* End PBXFileReference section */
  79. /* Begin PBXFrameworksBuildPhase section */
  80. D289988505E68E00004EDB86 /* Frameworks */ = {
  81. isa = PBXFrameworksBuildPhase;
  82. buildActionMask = 2147483647;
  83. files = (
  84. 0CF66E990CD50E6C00FF5DAF /* libbfc.a in Frameworks */,
  85. 0CF66F5B0CD50E9800FF5DAF /* Carbon.framework in Frameworks */,
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. /* End PBXFrameworksBuildPhase section */
  90. /* Begin PBXGroup section */
  91. 08FB7794FE84155DC02AAC07 /* tataki */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 0CF66F5A0CD50E9800FF5DAF /* Carbon.framework */,
  95. 08FB7795FE84155DC02AAC07 /* Source */,
  96. 1AB674ADFE9D54B511CA2CBB /* Products */,
  97. );
  98. name = tataki;
  99. sourceTree = "<group>";
  100. };
  101. 08FB7795FE84155DC02AAC07 /* Source */ = {
  102. isa = PBXGroup;
  103. children = (
  104. 0CF66E980CD50E6C00FF5DAF /* libbfc.a */,
  105. 0CF66DE00CD5079C00FF5DAF /* nu */,
  106. 0C2D19670C0BE0EA00ED9158 /* bfc.xcodeproj */,
  107. 0C2D19540C0BE05D00ED9158 /* Region */,
  108. 0C2D19480C0BDEEC00ED9158 /* Bitmap */,
  109. 0C2D191E0C0BDE3300ED9158 /* Canvas */,
  110. 0C2D18F50C0BDD0B00ED9158 /* main.cpp */,
  111. 0C2D18F60C0BDD0B00ED9158 /* export.h */,
  112. 0C2D18F70C0BDD0B00ED9158 /* api.h */,
  113. );
  114. name = Source;
  115. sourceTree = "<group>";
  116. };
  117. 0C2D191E0C0BDE3300ED9158 /* Canvas */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 0C2D19370C0BDEB400ED9158 /* api_canvas.cpp */,
  121. 0C2D19380C0BDEB400ED9158 /* canvas.h */,
  122. 0C2D19390C0BDEB400ED9158 /* PaintCanvas.h */,
  123. 0C2D193A0C0BDEB400ED9158 /* api_canvas.h */,
  124. 0C2D193B0C0BDEB400ED9158 /* bltcanvas.h */,
  125. 0C2D19360C0BDE7700ED9158 /* Mac */,
  126. );
  127. name = Canvas;
  128. sourceTree = "<group>";
  129. };
  130. 0C2D19360C0BDE7700ED9158 /* Mac */ = {
  131. isa = PBXGroup;
  132. children = (
  133. 0C2D19220C0BDE7400ED9158 /* canvas.h */,
  134. 0C2D19230C0BDE7400ED9158 /* PaintCanvas.h */,
  135. 0C2D19260C0BDE7400ED9158 /* osx_canvas_layer.cpp */,
  136. 0C2D19270C0BDE7400ED9158 /* PaintCanvas.cpp */,
  137. 0C2D19280C0BDE7400ED9158 /* osx_canvas_quartz.cpp */,
  138. 0C2D192A0C0BDE7400ED9158 /* bltcanvas.h */,
  139. );
  140. name = Mac;
  141. sourceTree = "<group>";
  142. };
  143. 0C2D19480C0BDEEC00ED9158 /* Bitmap */ = {
  144. isa = PBXGroup;
  145. children = (
  146. 0C2D194D0C0BDFC200ED9158 /* Mac */,
  147. 0C2D19490C0BDEFD00ED9158 /* ifc_bitmap.h */,
  148. 0C2D194A0C0BDEFD00ED9158 /* bitmap.h */,
  149. );
  150. name = Bitmap;
  151. sourceTree = "<group>";
  152. };
  153. 0C2D194D0C0BDFC200ED9158 /* Mac */ = {
  154. isa = PBXGroup;
  155. children = (
  156. 0C2D194E0C0BDFFF00ED9158 /* osx_bitmap_cgimage.cpp */,
  157. 0C2D194F0C0BDFFF00ED9158 /* osx_bitmap_cgimage.h */,
  158. );
  159. name = Mac;
  160. sourceTree = "<group>";
  161. };
  162. 0C2D19540C0BE05D00ED9158 /* Region */ = {
  163. isa = PBXGroup;
  164. children = (
  165. 0C2D195C0C0BE07400ED9158 /* Mac */,
  166. 0C2D19550C0BE06A00ED9158 /* region.h */,
  167. 0C2D19560C0BE06A00ED9158 /* api_region.h */,
  168. 0C2D19570C0BE06A00ED9158 /* api_region.cpp */,
  169. );
  170. name = Region;
  171. sourceTree = "<group>";
  172. };
  173. 0C2D195C0C0BE07400ED9158 /* Mac */ = {
  174. isa = PBXGroup;
  175. children = (
  176. 0C2D195D0C0BE08400ED9158 /* osx_region_hishape.cpp */,
  177. 0C2D195E0C0BE08400ED9158 /* region.h */,
  178. );
  179. name = Mac;
  180. sourceTree = "<group>";
  181. };
  182. 0C2D19680C0BE0EA00ED9158 /* Products */ = {
  183. isa = PBXGroup;
  184. children = (
  185. 0C2D19750C0BE0EA00ED9158 /* libbfc.a */,
  186. );
  187. name = Products;
  188. sourceTree = "<group>";
  189. };
  190. 0CF66DE00CD5079C00FF5DAF /* nu */ = {
  191. isa = PBXGroup;
  192. children = (
  193. 0CF66DE10CD507D000FF5DAF /* Vector.h */,
  194. 0CF66DD10CD5070800FF5DAF /* ServiceWatcher.cpp */,
  195. 0CF66DD20CD5070800FF5DAF /* ServiceWatcher.h */,
  196. );
  197. name = nu;
  198. sourceTree = "<group>";
  199. };
  200. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  201. isa = PBXGroup;
  202. children = (
  203. D2AAC0630554660B00DB518D /* libtataki.dylib */,
  204. );
  205. name = Products;
  206. sourceTree = "<group>";
  207. };
  208. /* End PBXGroup section */
  209. /* Begin PBXHeadersBuildPhase section */
  210. D2AAC0600554660B00DB518D /* Headers */ = {
  211. isa = PBXHeadersBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 0C2D18FB0C0BDD0B00ED9158 /* export.h in Headers */,
  215. 0C2D18FC0C0BDD0B00ED9158 /* api.h in Headers */,
  216. 0C2D192C0C0BDE7400ED9158 /* canvas.h in Headers */,
  217. 0C2D192D0C0BDE7400ED9158 /* PaintCanvas.h in Headers */,
  218. 0C2D19340C0BDE7400ED9158 /* bltcanvas.h in Headers */,
  219. 0C2D193D0C0BDEB400ED9158 /* canvas.h in Headers */,
  220. 0C2D193E0C0BDEB400ED9158 /* PaintCanvas.h in Headers */,
  221. 0C2D193F0C0BDEB400ED9158 /* api_canvas.h in Headers */,
  222. 0C2D19400C0BDEB400ED9158 /* bltcanvas.h in Headers */,
  223. 0C2D194B0C0BDEFD00ED9158 /* ifc_bitmap.h in Headers */,
  224. 0C2D194C0C0BDEFD00ED9158 /* bitmap.h in Headers */,
  225. 0C2D19510C0BDFFF00ED9158 /* osx_bitmap_cgimage.h in Headers */,
  226. 0C2D19580C0BE06A00ED9158 /* region.h in Headers */,
  227. 0C2D19590C0BE06A00ED9158 /* api_region.h in Headers */,
  228. 0C2D19600C0BE08400ED9158 /* region.h in Headers */,
  229. 0CF66DD40CD5070800FF5DAF /* ServiceWatcher.h in Headers */,
  230. 0CF66DE20CD507D000FF5DAF /* Vector.h in Headers */,
  231. );
  232. runOnlyForDeploymentPostprocessing = 0;
  233. };
  234. /* End PBXHeadersBuildPhase section */
  235. /* Begin PBXNativeTarget section */
  236. D2AAC0620554660B00DB518D /* tataki */ = {
  237. isa = PBXNativeTarget;
  238. buildConfigurationList = 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "tataki" */;
  239. buildPhases = (
  240. D2AAC0600554660B00DB518D /* Headers */,
  241. D2AAC0610554660B00DB518D /* Sources */,
  242. D289988505E68E00004EDB86 /* Frameworks */,
  243. );
  244. buildRules = (
  245. );
  246. dependencies = (
  247. );
  248. name = tataki;
  249. productName = tataki;
  250. productReference = D2AAC0630554660B00DB518D /* libtataki.dylib */;
  251. productType = "com.apple.product-type.library.dynamic";
  252. };
  253. /* End PBXNativeTarget section */
  254. /* Begin PBXProject section */
  255. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  256. isa = PBXProject;
  257. buildConfigurationList = 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "tataki" */;
  258. compatibilityVersion = "Xcode 2.4";
  259. hasScannedForEncodings = 1;
  260. mainGroup = 08FB7794FE84155DC02AAC07 /* tataki */;
  261. projectDirPath = "";
  262. projectReferences = (
  263. {
  264. ProductGroup = 0C2D19680C0BE0EA00ED9158 /* Products */;
  265. ProjectRef = 0C2D19670C0BE0EA00ED9158 /* bfc.xcodeproj */;
  266. },
  267. );
  268. projectRoot = "";
  269. targets = (
  270. D2AAC0620554660B00DB518D /* tataki */,
  271. );
  272. };
  273. /* End PBXProject section */
  274. /* Begin PBXReferenceProxy section */
  275. 0C2D19750C0BE0EA00ED9158 /* libbfc.a */ = {
  276. isa = PBXReferenceProxy;
  277. fileType = archive.ar;
  278. path = libbfc.a;
  279. remoteRef = 0C2D19740C0BE0EA00ED9158 /* PBXContainerItemProxy */;
  280. sourceTree = BUILT_PRODUCTS_DIR;
  281. };
  282. /* End PBXReferenceProxy section */
  283. /* Begin PBXSourcesBuildPhase section */
  284. D2AAC0610554660B00DB518D /* Sources */ = {
  285. isa = PBXSourcesBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. 0C2D18FA0C0BDD0B00ED9158 /* main.cpp in Sources */,
  289. 0C2D19300C0BDE7400ED9158 /* osx_canvas_layer.cpp in Sources */,
  290. 0C2D19310C0BDE7400ED9158 /* PaintCanvas.cpp in Sources */,
  291. 0C2D19320C0BDE7400ED9158 /* osx_canvas_quartz.cpp in Sources */,
  292. 0C2D193C0C0BDEB400ED9158 /* api_canvas.cpp in Sources */,
  293. 0C2D19500C0BDFFF00ED9158 /* osx_bitmap_cgimage.cpp in Sources */,
  294. 0C2D195A0C0BE06A00ED9158 /* api_region.cpp in Sources */,
  295. 0C2D195F0C0BE08400ED9158 /* osx_region_hishape.cpp in Sources */,
  296. 0CF66DD30CD5070800FF5DAF /* ServiceWatcher.cpp in Sources */,
  297. );
  298. runOnlyForDeploymentPostprocessing = 0;
  299. };
  300. /* End PBXSourcesBuildPhase section */
  301. /* Begin XCBuildConfiguration section */
  302. 1DEB914B08733D8E0010E9CD /* Debug */ = {
  303. isa = XCBuildConfiguration;
  304. buildSettings = {
  305. COPY_PHASE_STRIP = NO;
  306. EXECUTABLE_PREFIX = lib;
  307. GCC_DYNAMIC_NO_PIC = NO;
  308. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  309. GCC_MODEL_TUNING = G5;
  310. GCC_OPTIMIZATION_LEVEL = 0;
  311. INSTALL_PATH = /usr/local/lib;
  312. LIBRARY_SEARCH_PATHS = (
  313. "$(inherited)",
  314. "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
  315. "$(LIBRARY_SEARCH_PATHS_QUOTED_2)",
  316. );
  317. LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../Wasabi/bfc/build/Debug\"";
  318. LIBRARY_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/../Wasabi/bfc/build/Release\"";
  319. PRODUCT_NAME = tataki;
  320. ZERO_LINK = YES;
  321. };
  322. name = Debug;
  323. };
  324. 1DEB914C08733D8E0010E9CD /* Release */ = {
  325. isa = XCBuildConfiguration;
  326. buildSettings = {
  327. ARCHS = (
  328. ppc,
  329. i386,
  330. );
  331. EXECUTABLE_PREFIX = lib;
  332. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  333. GCC_MODEL_TUNING = G5;
  334. GCC_PREPROCESSOR_DEFINITIONS = TATAKI_EXPORTS;
  335. INSTALL_PATH = /usr/local/lib;
  336. LIBRARY_SEARCH_PATHS = (
  337. "$(inherited)",
  338. "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
  339. "$(LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
  340. );
  341. LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../Wasabi/bfc/build/Debug\"";
  342. LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/../Wasabi/bfc/build/Release\"";
  343. PRODUCT_NAME = tataki;
  344. };
  345. name = Release;
  346. };
  347. 1DEB914F08733D8E0010E9CD /* Debug */ = {
  348. isa = XCBuildConfiguration;
  349. buildSettings = {
  350. ALWAYS_SEARCH_USER_PATHS = NO;
  351. GCC_PREPROCESSOR_DEFINITIONS = TATAKI_EXPORTS;
  352. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  353. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  354. GCC_WARN_UNUSED_VARIABLE = YES;
  355. HEADER_SEARCH_PATHS = (
  356. ..,
  357. ../Wasabi,
  358. );
  359. PREBINDING = NO;
  360. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  361. };
  362. name = Debug;
  363. };
  364. 1DEB915008733D8E0010E9CD /* Release */ = {
  365. isa = XCBuildConfiguration;
  366. buildSettings = {
  367. ALWAYS_SEARCH_USER_PATHS = NO;
  368. GCC_MODEL_TUNING = "";
  369. GCC_PREPROCESSOR_DEFINITIONS = TATAKI_EXPORTS;
  370. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  371. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  372. GCC_WARN_UNUSED_VARIABLE = YES;
  373. HEADER_SEARCH_PATHS = (
  374. ..,
  375. ../Wasabi,
  376. );
  377. PREBINDING = NO;
  378. SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
  379. STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = dynamic;
  380. };
  381. name = Release;
  382. };
  383. /* End XCBuildConfiguration section */
  384. /* Begin XCConfigurationList section */
  385. 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "tataki" */ = {
  386. isa = XCConfigurationList;
  387. buildConfigurations = (
  388. 1DEB914B08733D8E0010E9CD /* Debug */,
  389. 1DEB914C08733D8E0010E9CD /* Release */,
  390. );
  391. defaultConfigurationIsVisible = 0;
  392. defaultConfigurationName = Release;
  393. };
  394. 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "tataki" */ = {
  395. isa = XCConfigurationList;
  396. buildConfigurations = (
  397. 1DEB914F08733D8E0010E9CD /* Debug */,
  398. 1DEB915008733D8E0010E9CD /* Release */,
  399. );
  400. defaultConfigurationIsVisible = 0;
  401. defaultConfigurationName = Release;
  402. };
  403. /* End XCConfigurationList section */
  404. };
  405. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  406. }