project.pbxproj 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD1C83562298B55F00825C4E /* fps_counter.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1C83542298B55F00825C4E /* fps_counter.cxx */; };
  10. CD1C8419229A095600825C4E /* text_engine.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1C8417229A095600825C4E /* text_engine.cxx */; };
  11. CD39A89222F6052D00FEC384 /* entity_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD39A89122F6052D00FEC384 /* entity_test.cxx */; };
  12. CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8452251A94C0023219A /* libgraphics.dylib */; };
  13. CD62D8482251A9500023219A /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8472251A9500023219A /* libmath.dylib */; };
  14. CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */; };
  15. CD62FCD622904A9B00376440 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62FCBE22904A7C00376440 /* GoogleMock.framework */; };
  16. CD62FD35229364DB00376440 /* entity.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD33229364DB00376440 /* entity.cxx */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  17. CD62FD402293746900376440 /* serial.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD62FD3E2293746900376440 /* serial.cxx */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  18. CD7E87792295FAB400D877FE /* libgameutils.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E87782295FAB400D877FE /* libgameutils.dylib */; };
  19. CD8064EF22D21EB500B9B4E4 /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8452251A94C0023219A /* libgraphics.dylib */; };
  20. CD8064F422D2284500B9B4E4 /* data in Resources */ = {isa = PBXBuildFile; fileRef = CD8064F322D2284500B9B4E4 /* data */; };
  21. CD8064F622D228D300B9B4E4 /* text_engine_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8064F522D228D300B9B4E4 /* text_engine_test.cxx */; };
  22. CD8064F722D22BF500B9B4E4 /* libgameutils.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E87782295FAB400D877FE /* libgameutils.dylib */; };
  23. CD8064F922D2984400B9B4E4 /* fps_counter_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8064F822D2984400B9B4E4 /* fps_counter_test.cxx */; };
  24. CD8064FB22D69CAE00B9B4E4 /* game_dispatch_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8064FA22D69CAE00B9B4E4 /* game_dispatch_test.cxx */; };
  25. CD8064FD22D9456100B9B4E4 /* scene_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD8064FC22D9456100B9B4E4 /* scene_test.cxx */; };
  26. CD8064FE22DA621200B9B4E4 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD62D8472251A9500023219A /* libmath.dylib */; };
  27. CD9F1BA42B74428E0035EDF5 /* KeyBindingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD9F1BA32B74428E0035EDF5 /* KeyBindingView.mm */; };
  28. CD9F1BAA2B7446A80035EDF5 /* libjsoncpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD9F1BA92B7446A80035EDF5 /* libjsoncpp.a */; };
  29. CD9F1BB02B7447080035EDF5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD9F1BAF2B7447080035EDF5 /* Cocoa.framework */; };
  30. CDAE63252B77C52F00551FB8 /* libjsoncpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD9F1BA92B7446A80035EDF5 /* libjsoncpp.a */; };
  31. CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  32. CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8CA1D7A319A00700C6B /* scene.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  33. CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDB1F8D01D7A32A300700C6B /* events.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=default"; }; };
  34. CDED9C5122A4114F00AE5CE5 /* serial_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDED9C5022A4114F00AE5CE5 /* serial_test.cxx */; };
  35. /* End PBXBuildFile section */
  36. /* Begin PBXContainerItemProxy section */
  37. CD62FCBD22904A7C00376440 /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  40. proxyType = 2;
  41. remoteGlobalIDString = 05818F861A685AEA0072A469;
  42. remoteInfo = GoogleMock;
  43. };
  44. CD62FCBF22904A7C00376440 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  47. proxyType = 2;
  48. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  49. remoteInfo = gmock;
  50. };
  51. CD62FCC122904A7C00376440 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  54. proxyType = 2;
  55. remoteGlobalIDString = 05E96B1F1A68634900204102;
  56. remoteInfo = gtest;
  57. };
  58. CD62FCC322904A7C00376440 /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  61. proxyType = 2;
  62. remoteGlobalIDString = 05818F901A685AEA0072A469;
  63. remoteInfo = GoogleMockTests;
  64. };
  65. CD62FCCF22904A8900376440 /* PBXContainerItemProxy */ = {
  66. isa = PBXContainerItemProxy;
  67. containerPortal = CDB1F8A61D7A30CD00700C6B /* Project object */;
  68. proxyType = 1;
  69. remoteGlobalIDString = CDB1F8AD1D7A30CD00700C6B;
  70. remoteInfo = engine;
  71. };
  72. CD62FCD422904A9700376440 /* PBXContainerItemProxy */ = {
  73. isa = PBXContainerItemProxy;
  74. containerPortal = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  75. proxyType = 1;
  76. remoteGlobalIDString = 05818F851A685AEA0072A469;
  77. remoteInfo = GoogleMock;
  78. };
  79. CD9F1BC82B7469130035EDF5 /* PBXContainerItemProxy */ = {
  80. isa = PBXContainerItemProxy;
  81. containerPortal = CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */;
  82. proxyType = 2;
  83. remoteGlobalIDString = CD3AC7081D2C0726002B4BB0;
  84. remoteInfo = gameutils;
  85. };
  86. CD9F1BCA2B7469340035EDF5 /* PBXContainerItemProxy */ = {
  87. isa = PBXContainerItemProxy;
  88. containerPortal = CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */;
  89. proxyType = 1;
  90. remoteGlobalIDString = CD3AC7071D2C0726002B4BB0;
  91. remoteInfo = gameutils;
  92. };
  93. CD9F1BE82B74697A0035EDF5 /* PBXContainerItemProxy */ = {
  94. isa = PBXContainerItemProxy;
  95. containerPortal = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
  96. proxyType = 2;
  97. remoteGlobalIDString = CD3AC6E21D2C0364002B4BB0;
  98. remoteInfo = graphics;
  99. };
  100. CD9F1BEA2B74697A0035EDF5 /* PBXContainerItemProxy */ = {
  101. isa = PBXContainerItemProxy;
  102. containerPortal = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
  103. proxyType = 2;
  104. remoteGlobalIDString = CDED9C1422A2D6CD00AE5CE5;
  105. remoteInfo = "graphics-test";
  106. };
  107. CD9F1BEC2B74697A0035EDF5 /* PBXContainerItemProxy */ = {
  108. isa = PBXContainerItemProxy;
  109. containerPortal = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
  110. proxyType = 2;
  111. remoteGlobalIDString = CD6CDB61234EA31500D76C1A;
  112. remoteInfo = opengl_graphics;
  113. };
  114. CD9F1BF32B74697A0035EDF5 /* PBXContainerItemProxy */ = {
  115. isa = PBXContainerItemProxy;
  116. containerPortal = CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */;
  117. proxyType = 2;
  118. remoteGlobalIDString = CD3786181CF9F61100BE89B2;
  119. remoteInfo = math;
  120. };
  121. CD9F1BF52B74697A0035EDF5 /* PBXContainerItemProxy */ = {
  122. isa = PBXContainerItemProxy;
  123. containerPortal = CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */;
  124. proxyType = 2;
  125. remoteGlobalIDString = CD1FCFCD227E194D00F9BF93;
  126. remoteInfo = "math-test";
  127. };
  128. CD9F1BF72B7469810035EDF5 /* PBXContainerItemProxy */ = {
  129. isa = PBXContainerItemProxy;
  130. containerPortal = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
  131. proxyType = 1;
  132. remoteGlobalIDString = CD3AC6E11D2C0364002B4BB0;
  133. remoteInfo = graphics;
  134. };
  135. CD9F1BF92B7469810035EDF5 /* PBXContainerItemProxy */ = {
  136. isa = PBXContainerItemProxy;
  137. containerPortal = CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */;
  138. proxyType = 1;
  139. remoteGlobalIDString = CD3786171CF9F61100BE89B2;
  140. remoteInfo = math;
  141. };
  142. CDAE63822B77D89D00551FB8 /* PBXContainerItemProxy */ = {
  143. isa = PBXContainerItemProxy;
  144. containerPortal = CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */;
  145. proxyType = 2;
  146. remoteGlobalIDString = CD6030FC2AF67772000D9F31;
  147. remoteInfo = "test-helpers";
  148. };
  149. CDAE63842B77D89D00551FB8 /* PBXContainerItemProxy */ = {
  150. isa = PBXContainerItemProxy;
  151. containerPortal = CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */;
  152. proxyType = 2;
  153. remoteGlobalIDString = CDD965FA2B654D090091D92C;
  154. remoteInfo = "test-helpers-test";
  155. };
  156. CDAE63862B77D8A700551FB8 /* PBXContainerItemProxy */ = {
  157. isa = PBXContainerItemProxy;
  158. containerPortal = CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */;
  159. proxyType = 1;
  160. remoteGlobalIDString = CD6030FB2AF67772000D9F31;
  161. remoteInfo = "test-helpers";
  162. };
  163. /* End PBXContainerItemProxy section */
  164. /* Begin PBXFileReference section */
  165. CD1C83542298B55F00825C4E /* fps_counter.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fps_counter.cxx; sourceTree = "<group>"; };
  166. CD1C8417229A095600825C4E /* text_engine.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text_engine.cxx; sourceTree = "<group>"; };
  167. CD39A89122F6052D00FEC384 /* entity_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = entity_test.cxx; sourceTree = "<group>"; };
  168. CD62D8452251A94C0023219A /* libgraphics.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libgraphics.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  169. CD62D8472251A9500023219A /* libmath.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libmath.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  170. CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  171. CD62FCC922904A8900376440 /* engine-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "engine-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  172. CD62FCCD22904A8900376440 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  173. CD62FD33229364DB00376440 /* entity.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = entity.cxx; sourceTree = "<group>"; };
  174. CD62FD3E2293746900376440 /* serial.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serial.cxx; sourceTree = "<group>"; };
  175. CD7E87782295FAB400D877FE /* libgameutils.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libgameutils.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  176. CD8064F322D2284500B9B4E4 /* data */ = {isa = PBXFileReference; lastKnownFileType = folder; path = data; sourceTree = "<group>"; };
  177. CD8064F522D228D300B9B4E4 /* text_engine_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text_engine_test.cxx; sourceTree = "<group>"; };
  178. CD8064F822D2984400B9B4E4 /* fps_counter_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = fps_counter_test.cxx; sourceTree = "<group>"; };
  179. CD8064FA22D69CAE00B9B4E4 /* game_dispatch_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = game_dispatch_test.cxx; sourceTree = "<group>"; };
  180. CD8064FC22D9456100B9B4E4 /* scene_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = scene_test.cxx; sourceTree = "<group>"; };
  181. CD8FBC822B743A7D00CE38F1 /* engine_fwd.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = engine_fwd.hpp; sourceTree = "<group>"; };
  182. CD8FBC832B743A7D00CE38F1 /* serial.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = serial.hpp; sourceTree = "<group>"; };
  183. CD8FBC842B743A7D00CE38F1 /* events.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = events.hpp; sourceTree = "<group>"; };
  184. CD8FBC852B743A7D00CE38F1 /* game_dispatch.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = game_dispatch.hpp; sourceTree = "<group>"; };
  185. CD8FBC862B743A7D00CE38F1 /* fps_counter.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = fps_counter.hpp; sourceTree = "<group>"; };
  186. CD8FBC872B743A7D00CE38F1 /* scene.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scene.hpp; sourceTree = "<group>"; };
  187. CD8FBC882B743A7D00CE38F1 /* text_engine.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = text_engine.hpp; sourceTree = "<group>"; };
  188. CD8FBC892B743A7D00CE38F1 /* entity.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = entity.hpp; sourceTree = "<group>"; };
  189. CD9F1BA32B74428E0035EDF5 /* KeyBindingView.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = KeyBindingView.mm; sourceTree = "<group>"; };
  190. CD9F1BA82B7442FE0035EDF5 /* KeyBindingView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeyBindingView.h; sourceTree = "<group>"; };
  191. CD9F1BA92B7446A80035EDF5 /* libjsoncpp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsoncpp.a; path = ../../../../../../../opt/local/lib/libjsoncpp.a; sourceTree = "<group>"; };
  192. CD9F1BAB2B7446E10035EDF5 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  193. CD9F1BAD2B7446EC0035EDF5 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  194. CD9F1BAF2B7447080035EDF5 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  195. CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = gameutils.xcodeproj; path = ../util/gameutils.xcodeproj; sourceTree = "<group>"; };
  196. CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = graphics.xcodeproj; path = ../graphics/graphics.xcodeproj; sourceTree = "<group>"; };
  197. CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = math.xcodeproj; path = ../math/math.xcodeproj; sourceTree = "<group>"; };
  198. CDA34D8422515C99008036A7 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = include/game; sourceTree = "<group>"; };
  199. CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "test-helpers.xcodeproj"; path = "../external/test-helpers/test-helpers.xcodeproj"; sourceTree = "<group>"; };
  200. CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libengine.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  201. CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = game_dispatch.cpp; sourceTree = "<group>"; };
  202. CDB1F8CA1D7A319A00700C6B /* scene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scene.cpp; sourceTree = "<group>"; };
  203. CDB1F8D01D7A32A300700C6B /* events.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = events.cpp; sourceTree = "<group>"; };
  204. CDED9C4C22A4112200AE5CE5 /* mock_renderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mock_renderer.h; sourceTree = "<group>"; };
  205. CDED9C5022A4114F00AE5CE5 /* serial_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serial_test.cxx; sourceTree = "<group>"; };
  206. /* End PBXFileReference section */
  207. /* Begin PBXFrameworksBuildPhase section */
  208. CD62FCC622904A8900376440 /* Frameworks */ = {
  209. isa = PBXFrameworksBuildPhase;
  210. buildActionMask = 2147483647;
  211. files = (
  212. CD8064FE22DA621200B9B4E4 /* libmath.dylib in Frameworks */,
  213. CD8064F722D22BF500B9B4E4 /* libgameutils.dylib in Frameworks */,
  214. CD8064EF22D21EB500B9B4E4 /* libgraphics.dylib in Frameworks */,
  215. CD62FCD622904A9B00376440 /* GoogleMock.framework in Frameworks */,
  216. CD62FCCE22904A8900376440 /* libengine.dylib in Frameworks */,
  217. CDAE63252B77C52F00551FB8 /* libjsoncpp.a in Frameworks */,
  218. );
  219. runOnlyForDeploymentPostprocessing = 0;
  220. };
  221. CDB1F8AB1D7A30CD00700C6B /* Frameworks */ = {
  222. isa = PBXFrameworksBuildPhase;
  223. buildActionMask = 2147483647;
  224. files = (
  225. CD9F1BB02B7447080035EDF5 /* Cocoa.framework in Frameworks */,
  226. CD7E87792295FAB400D877FE /* libgameutils.dylib in Frameworks */,
  227. CD62D8482251A9500023219A /* libmath.dylib in Frameworks */,
  228. CD62D8462251A94C0023219A /* libgraphics.dylib in Frameworks */,
  229. CD9F1BAA2B7446A80035EDF5 /* libjsoncpp.a in Frameworks */,
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. /* End PBXFrameworksBuildPhase section */
  234. /* Begin PBXGroup section */
  235. CD62D8442251A94C0023219A /* Frameworks */ = {
  236. isa = PBXGroup;
  237. children = (
  238. CD9F1BAF2B7447080035EDF5 /* Cocoa.framework */,
  239. CD9F1BAD2B7446EC0035EDF5 /* Foundation.framework */,
  240. CD9F1BAB2B7446E10035EDF5 /* AVFoundation.framework */,
  241. CD9F1BA92B7446A80035EDF5 /* libjsoncpp.a */,
  242. CD7E87782295FAB400D877FE /* libgameutils.dylib */,
  243. CD62D8452251A94C0023219A /* libgraphics.dylib */,
  244. CD62D8472251A9500023219A /* libmath.dylib */,
  245. );
  246. name = Frameworks;
  247. sourceTree = "<group>";
  248. };
  249. CD62FCB722904A7B00376440 /* Products */ = {
  250. isa = PBXGroup;
  251. children = (
  252. CD62FCBE22904A7C00376440 /* GoogleMock.framework */,
  253. CD62FCC022904A7C00376440 /* gmock.framework */,
  254. CD62FCC222904A7C00376440 /* gtest.framework */,
  255. CD62FCC422904A7C00376440 /* GoogleMockTests.xctest */,
  256. );
  257. name = Products;
  258. sourceTree = "<group>";
  259. };
  260. CD62FCCA22904A8900376440 /* engine-test */ = {
  261. isa = PBXGroup;
  262. children = (
  263. CD62FCCD22904A8900376440 /* Info.plist */,
  264. );
  265. path = "engine-test";
  266. sourceTree = "<group>";
  267. };
  268. CD8FBC7F2B743A7D00CE38F1 /* include */ = {
  269. isa = PBXGroup;
  270. children = (
  271. CD8FBC802B743A7D00CE38F1 /* game */,
  272. );
  273. path = include;
  274. sourceTree = "<group>";
  275. };
  276. CD8FBC802B743A7D00CE38F1 /* game */ = {
  277. isa = PBXGroup;
  278. children = (
  279. CD9F1BA72B7442FE0035EDF5 /* osx */,
  280. CD8FBC812B743A7D00CE38F1 /* engine */,
  281. );
  282. path = game;
  283. sourceTree = "<group>";
  284. };
  285. CD8FBC812B743A7D00CE38F1 /* engine */ = {
  286. isa = PBXGroup;
  287. children = (
  288. CD8FBC822B743A7D00CE38F1 /* engine_fwd.hpp */,
  289. CD8FBC832B743A7D00CE38F1 /* serial.hpp */,
  290. CD8FBC842B743A7D00CE38F1 /* events.hpp */,
  291. CD8FBC852B743A7D00CE38F1 /* game_dispatch.hpp */,
  292. CD8FBC862B743A7D00CE38F1 /* fps_counter.hpp */,
  293. CD8FBC872B743A7D00CE38F1 /* scene.hpp */,
  294. CD8FBC882B743A7D00CE38F1 /* text_engine.hpp */,
  295. CD8FBC892B743A7D00CE38F1 /* entity.hpp */,
  296. );
  297. path = engine;
  298. sourceTree = "<group>";
  299. };
  300. CD9F1BA72B7442FE0035EDF5 /* osx */ = {
  301. isa = PBXGroup;
  302. children = (
  303. CD9F1BA82B7442FE0035EDF5 /* KeyBindingView.h */,
  304. );
  305. name = osx;
  306. path = include/game/osx;
  307. sourceTree = SOURCE_ROOT;
  308. };
  309. CD9F1BC52B7469130035EDF5 /* Products */ = {
  310. isa = PBXGroup;
  311. children = (
  312. CD9F1BC92B7469130035EDF5 /* libgameutils.dylib */,
  313. );
  314. name = Products;
  315. sourceTree = "<group>";
  316. };
  317. CD9F1BE32B74697A0035EDF5 /* Products */ = {
  318. isa = PBXGroup;
  319. children = (
  320. CD9F1BE92B74697A0035EDF5 /* libgraphics.dylib */,
  321. CD9F1BEB2B74697A0035EDF5 /* graphics-test.xctest */,
  322. CD9F1BED2B74697A0035EDF5 /* libopengl_graphics.dylib */,
  323. );
  324. name = Products;
  325. sourceTree = "<group>";
  326. };
  327. CD9F1BEF2B74697A0035EDF5 /* Products */ = {
  328. isa = PBXGroup;
  329. children = (
  330. CD9F1BF42B74697A0035EDF5 /* libmath.dylib */,
  331. CD9F1BF62B74697A0035EDF5 /* math-test.xctest */,
  332. );
  333. name = Products;
  334. sourceTree = "<group>";
  335. };
  336. CDA34D8522515CA9008036A7 /* test */ = {
  337. isa = PBXGroup;
  338. children = (
  339. CD8064F322D2284500B9B4E4 /* data */,
  340. CDED9C4C22A4112200AE5CE5 /* mock_renderer.h */,
  341. CDED9C5022A4114F00AE5CE5 /* serial_test.cxx */,
  342. CD8064FC22D9456100B9B4E4 /* scene_test.cxx */,
  343. CD8064F522D228D300B9B4E4 /* text_engine_test.cxx */,
  344. CD8064FA22D69CAE00B9B4E4 /* game_dispatch_test.cxx */,
  345. CD39A89122F6052D00FEC384 /* entity_test.cxx */,
  346. CD8064F822D2984400B9B4E4 /* fps_counter_test.cxx */,
  347. );
  348. path = test;
  349. sourceTree = "<group>";
  350. };
  351. CDAE637D2B77D89D00551FB8 /* Products */ = {
  352. isa = PBXGroup;
  353. children = (
  354. CDAE63832B77D89D00551FB8 /* libtest-helpers.a */,
  355. CDAE63852B77D89D00551FB8 /* test-helpers-test.xctest */,
  356. );
  357. name = Products;
  358. sourceTree = "<group>";
  359. };
  360. CDB1F8A51D7A30CD00700C6B = {
  361. isa = PBXGroup;
  362. children = (
  363. CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */,
  364. CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */,
  365. CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */,
  366. CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */,
  367. CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */,
  368. CDA34D8422515C99008036A7 /* game */,
  369. CD8FBC7F2B743A7D00CE38F1 /* include */,
  370. CDB1F8B01D7A30CD00700C6B /* src */,
  371. CDA34D8522515CA9008036A7 /* test */,
  372. CD62FCCA22904A8900376440 /* engine-test */,
  373. CDB1F8AF1D7A30CD00700C6B /* Products */,
  374. CD62D8442251A94C0023219A /* Frameworks */,
  375. );
  376. sourceTree = "<group>";
  377. };
  378. CDB1F8AF1D7A30CD00700C6B /* Products */ = {
  379. isa = PBXGroup;
  380. children = (
  381. CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */,
  382. CD62FCC922904A8900376440 /* engine-test.xctest */,
  383. );
  384. name = Products;
  385. sourceTree = "<group>";
  386. };
  387. CDB1F8B01D7A30CD00700C6B /* src */ = {
  388. isa = PBXGroup;
  389. children = (
  390. CD9F1BA32B74428E0035EDF5 /* KeyBindingView.mm */,
  391. CD62FD33229364DB00376440 /* entity.cxx */,
  392. CDB1F8D01D7A32A300700C6B /* events.cpp */,
  393. CDB1F8C61D7A312B00700C6B /* game_dispatch.cpp */,
  394. CD1C83542298B55F00825C4E /* fps_counter.cxx */,
  395. CD1C8417229A095600825C4E /* text_engine.cxx */,
  396. CDB1F8CA1D7A319A00700C6B /* scene.cpp */,
  397. CD62FD3E2293746900376440 /* serial.cxx */,
  398. );
  399. path = src;
  400. sourceTree = "<group>";
  401. };
  402. /* End PBXGroup section */
  403. /* Begin PBXHeadersBuildPhase section */
  404. CDB1F8AC1D7A30CD00700C6B /* Headers */ = {
  405. isa = PBXHeadersBuildPhase;
  406. buildActionMask = 2147483647;
  407. files = (
  408. );
  409. runOnlyForDeploymentPostprocessing = 0;
  410. };
  411. /* End PBXHeadersBuildPhase section */
  412. /* Begin PBXNativeTarget section */
  413. CD62FCC822904A8900376440 /* engine-test */ = {
  414. isa = PBXNativeTarget;
  415. buildConfigurationList = CD62FCD122904A8900376440 /* Build configuration list for PBXNativeTarget "engine-test" */;
  416. buildPhases = (
  417. CD62FCC522904A8900376440 /* Sources */,
  418. CD62FCC622904A8900376440 /* Frameworks */,
  419. CD62FCC722904A8900376440 /* Resources */,
  420. );
  421. buildRules = (
  422. );
  423. dependencies = (
  424. CDAE63872B77D8A700551FB8 /* PBXTargetDependency */,
  425. CD62FCD522904A9700376440 /* PBXTargetDependency */,
  426. CD62FCD022904A8900376440 /* PBXTargetDependency */,
  427. );
  428. name = "engine-test";
  429. productName = "engine-test";
  430. productReference = CD62FCC922904A8900376440 /* engine-test.xctest */;
  431. productType = "com.apple.product-type.bundle.unit-test";
  432. };
  433. CDB1F8AD1D7A30CD00700C6B /* engine */ = {
  434. isa = PBXNativeTarget;
  435. buildConfigurationList = CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */;
  436. buildPhases = (
  437. CDB1F8AA1D7A30CD00700C6B /* Sources */,
  438. CDB1F8AB1D7A30CD00700C6B /* Frameworks */,
  439. CDB1F8AC1D7A30CD00700C6B /* Headers */,
  440. CD6F73E9225185A00081ED74 /* ShellScript */,
  441. );
  442. buildRules = (
  443. );
  444. dependencies = (
  445. CD9F1BF82B7469810035EDF5 /* PBXTargetDependency */,
  446. CD9F1BFA2B7469810035EDF5 /* PBXTargetDependency */,
  447. CD9F1BCB2B7469340035EDF5 /* PBXTargetDependency */,
  448. );
  449. name = engine;
  450. productName = engine;
  451. productReference = CDB1F8AE1D7A30CD00700C6B /* libengine.dylib */;
  452. productType = "com.apple.product-type.library.dynamic";
  453. };
  454. /* End PBXNativeTarget section */
  455. /* Begin PBXProject section */
  456. CDB1F8A61D7A30CD00700C6B /* Project object */ = {
  457. isa = PBXProject;
  458. attributes = {
  459. LastSwiftUpdateCheck = 1010;
  460. LastUpgradeCheck = 1240;
  461. ORGANIZATIONNAME = "Sam Jaffe";
  462. TargetAttributes = {
  463. CD62FCC822904A8900376440 = {
  464. CreatedOnToolsVersion = 10.1;
  465. ProvisioningStyle = Automatic;
  466. };
  467. CDB1F8AD1D7A30CD00700C6B = {
  468. CreatedOnToolsVersion = 7.2.1;
  469. };
  470. };
  471. };
  472. buildConfigurationList = CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */;
  473. compatibilityVersion = "Xcode 3.2";
  474. developmentRegion = en;
  475. hasScannedForEncodings = 0;
  476. knownRegions = (
  477. en,
  478. Base,
  479. );
  480. mainGroup = CDB1F8A51D7A30CD00700C6B;
  481. productRefGroup = CDB1F8AF1D7A30CD00700C6B /* Products */;
  482. projectDirPath = "";
  483. projectReferences = (
  484. {
  485. ProductGroup = CD9F1BC52B7469130035EDF5 /* Products */;
  486. ProjectRef = CD9F1BC42B7469130035EDF5 /* gameutils.xcodeproj */;
  487. },
  488. {
  489. ProductGroup = CD62FCB722904A7B00376440 /* Products */;
  490. ProjectRef = CD62FCB622904A7B00376440 /* GoogleMock.xcodeproj */;
  491. },
  492. {
  493. ProductGroup = CD9F1BE32B74697A0035EDF5 /* Products */;
  494. ProjectRef = CD9F1BE22B74697A0035EDF5 /* graphics.xcodeproj */;
  495. },
  496. {
  497. ProductGroup = CD9F1BEF2B74697A0035EDF5 /* Products */;
  498. ProjectRef = CD9F1BEE2B74697A0035EDF5 /* math.xcodeproj */;
  499. },
  500. {
  501. ProductGroup = CDAE637D2B77D89D00551FB8 /* Products */;
  502. ProjectRef = CDAE637C2B77D89D00551FB8 /* test-helpers.xcodeproj */;
  503. },
  504. );
  505. projectRoot = "";
  506. targets = (
  507. CDB1F8AD1D7A30CD00700C6B /* engine */,
  508. CD62FCC822904A8900376440 /* engine-test */,
  509. );
  510. };
  511. /* End PBXProject section */
  512. /* Begin PBXReferenceProxy section */
  513. CD62FCBE22904A7C00376440 /* GoogleMock.framework */ = {
  514. isa = PBXReferenceProxy;
  515. fileType = wrapper.framework;
  516. path = GoogleMock.framework;
  517. remoteRef = CD62FCBD22904A7C00376440 /* PBXContainerItemProxy */;
  518. sourceTree = BUILT_PRODUCTS_DIR;
  519. };
  520. CD62FCC022904A7C00376440 /* gmock.framework */ = {
  521. isa = PBXReferenceProxy;
  522. fileType = wrapper.framework;
  523. path = gmock.framework;
  524. remoteRef = CD62FCBF22904A7C00376440 /* PBXContainerItemProxy */;
  525. sourceTree = BUILT_PRODUCTS_DIR;
  526. };
  527. CD62FCC222904A7C00376440 /* gtest.framework */ = {
  528. isa = PBXReferenceProxy;
  529. fileType = wrapper.framework;
  530. path = gtest.framework;
  531. remoteRef = CD62FCC122904A7C00376440 /* PBXContainerItemProxy */;
  532. sourceTree = BUILT_PRODUCTS_DIR;
  533. };
  534. CD62FCC422904A7C00376440 /* GoogleMockTests.xctest */ = {
  535. isa = PBXReferenceProxy;
  536. fileType = wrapper.cfbundle;
  537. path = GoogleMockTests.xctest;
  538. remoteRef = CD62FCC322904A7C00376440 /* PBXContainerItemProxy */;
  539. sourceTree = BUILT_PRODUCTS_DIR;
  540. };
  541. CD9F1BC92B7469130035EDF5 /* libgameutils.dylib */ = {
  542. isa = PBXReferenceProxy;
  543. fileType = "compiled.mach-o.dylib";
  544. path = libgameutils.dylib;
  545. remoteRef = CD9F1BC82B7469130035EDF5 /* PBXContainerItemProxy */;
  546. sourceTree = BUILT_PRODUCTS_DIR;
  547. };
  548. CD9F1BE92B74697A0035EDF5 /* libgraphics.dylib */ = {
  549. isa = PBXReferenceProxy;
  550. fileType = "compiled.mach-o.dylib";
  551. path = libgraphics.dylib;
  552. remoteRef = CD9F1BE82B74697A0035EDF5 /* PBXContainerItemProxy */;
  553. sourceTree = BUILT_PRODUCTS_DIR;
  554. };
  555. CD9F1BEB2B74697A0035EDF5 /* graphics-test.xctest */ = {
  556. isa = PBXReferenceProxy;
  557. fileType = wrapper.cfbundle;
  558. path = "graphics-test.xctest";
  559. remoteRef = CD9F1BEA2B74697A0035EDF5 /* PBXContainerItemProxy */;
  560. sourceTree = BUILT_PRODUCTS_DIR;
  561. };
  562. CD9F1BED2B74697A0035EDF5 /* libopengl_graphics.dylib */ = {
  563. isa = PBXReferenceProxy;
  564. fileType = "compiled.mach-o.dylib";
  565. path = libopengl_graphics.dylib;
  566. remoteRef = CD9F1BEC2B74697A0035EDF5 /* PBXContainerItemProxy */;
  567. sourceTree = BUILT_PRODUCTS_DIR;
  568. };
  569. CD9F1BF42B74697A0035EDF5 /* libmath.dylib */ = {
  570. isa = PBXReferenceProxy;
  571. fileType = "compiled.mach-o.dylib";
  572. path = libmath.dylib;
  573. remoteRef = CD9F1BF32B74697A0035EDF5 /* PBXContainerItemProxy */;
  574. sourceTree = BUILT_PRODUCTS_DIR;
  575. };
  576. CD9F1BF62B74697A0035EDF5 /* math-test.xctest */ = {
  577. isa = PBXReferenceProxy;
  578. fileType = wrapper.cfbundle;
  579. path = "math-test.xctest";
  580. remoteRef = CD9F1BF52B74697A0035EDF5 /* PBXContainerItemProxy */;
  581. sourceTree = BUILT_PRODUCTS_DIR;
  582. };
  583. CDAE63832B77D89D00551FB8 /* libtest-helpers.a */ = {
  584. isa = PBXReferenceProxy;
  585. fileType = archive.ar;
  586. path = "libtest-helpers.a";
  587. remoteRef = CDAE63822B77D89D00551FB8 /* PBXContainerItemProxy */;
  588. sourceTree = BUILT_PRODUCTS_DIR;
  589. };
  590. CDAE63852B77D89D00551FB8 /* test-helpers-test.xctest */ = {
  591. isa = PBXReferenceProxy;
  592. fileType = wrapper.cfbundle;
  593. path = "test-helpers-test.xctest";
  594. remoteRef = CDAE63842B77D89D00551FB8 /* PBXContainerItemProxy */;
  595. sourceTree = BUILT_PRODUCTS_DIR;
  596. };
  597. /* End PBXReferenceProxy section */
  598. /* Begin PBXResourcesBuildPhase section */
  599. CD62FCC722904A8900376440 /* Resources */ = {
  600. isa = PBXResourcesBuildPhase;
  601. buildActionMask = 2147483647;
  602. files = (
  603. CD8064F422D2284500B9B4E4 /* data in Resources */,
  604. );
  605. runOnlyForDeploymentPostprocessing = 0;
  606. };
  607. /* End PBXResourcesBuildPhase section */
  608. /* Begin PBXShellScriptBuildPhase section */
  609. CD6F73E9225185A00081ED74 /* ShellScript */ = {
  610. isa = PBXShellScriptBuildPhase;
  611. buildActionMask = 2147483647;
  612. files = (
  613. );
  614. inputFileListPaths = (
  615. );
  616. inputPaths = (
  617. );
  618. outputFileListPaths = (
  619. );
  620. outputPaths = (
  621. );
  622. runOnlyForDeploymentPostprocessing = 0;
  623. shellPath = /bin/sh;
  624. shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/usr/local/include/\ncp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
  625. };
  626. /* End PBXShellScriptBuildPhase section */
  627. /* Begin PBXSourcesBuildPhase section */
  628. CD62FCC522904A8900376440 /* Sources */ = {
  629. isa = PBXSourcesBuildPhase;
  630. buildActionMask = 2147483647;
  631. files = (
  632. CD8064F922D2984400B9B4E4 /* fps_counter_test.cxx in Sources */,
  633. CD8064FD22D9456100B9B4E4 /* scene_test.cxx in Sources */,
  634. CD8064F622D228D300B9B4E4 /* text_engine_test.cxx in Sources */,
  635. CDED9C5122A4114F00AE5CE5 /* serial_test.cxx in Sources */,
  636. CD39A89222F6052D00FEC384 /* entity_test.cxx in Sources */,
  637. CD8064FB22D69CAE00B9B4E4 /* game_dispatch_test.cxx in Sources */,
  638. );
  639. runOnlyForDeploymentPostprocessing = 0;
  640. };
  641. CDB1F8AA1D7A30CD00700C6B /* Sources */ = {
  642. isa = PBXSourcesBuildPhase;
  643. buildActionMask = 2147483647;
  644. files = (
  645. CD9F1BA42B74428E0035EDF5 /* KeyBindingView.mm in Sources */,
  646. CD62FD35229364DB00376440 /* entity.cxx in Sources */,
  647. CDB1F8D21D7A32A300700C6B /* events.cpp in Sources */,
  648. CD1C83562298B55F00825C4E /* fps_counter.cxx in Sources */,
  649. CDB1F8CC1D7A319A00700C6B /* scene.cpp in Sources */,
  650. CDB1F8C81D7A312B00700C6B /* game_dispatch.cpp in Sources */,
  651. CD62FD402293746900376440 /* serial.cxx in Sources */,
  652. CD1C8419229A095600825C4E /* text_engine.cxx in Sources */,
  653. );
  654. runOnlyForDeploymentPostprocessing = 0;
  655. };
  656. /* End PBXSourcesBuildPhase section */
  657. /* Begin PBXTargetDependency section */
  658. CD62FCD022904A8900376440 /* PBXTargetDependency */ = {
  659. isa = PBXTargetDependency;
  660. target = CDB1F8AD1D7A30CD00700C6B /* engine */;
  661. targetProxy = CD62FCCF22904A8900376440 /* PBXContainerItemProxy */;
  662. };
  663. CD62FCD522904A9700376440 /* PBXTargetDependency */ = {
  664. isa = PBXTargetDependency;
  665. name = GoogleMock;
  666. targetProxy = CD62FCD422904A9700376440 /* PBXContainerItemProxy */;
  667. };
  668. CD9F1BCB2B7469340035EDF5 /* PBXTargetDependency */ = {
  669. isa = PBXTargetDependency;
  670. name = gameutils;
  671. targetProxy = CD9F1BCA2B7469340035EDF5 /* PBXContainerItemProxy */;
  672. };
  673. CD9F1BF82B7469810035EDF5 /* PBXTargetDependency */ = {
  674. isa = PBXTargetDependency;
  675. name = graphics;
  676. targetProxy = CD9F1BF72B7469810035EDF5 /* PBXContainerItemProxy */;
  677. };
  678. CD9F1BFA2B7469810035EDF5 /* PBXTargetDependency */ = {
  679. isa = PBXTargetDependency;
  680. name = math;
  681. targetProxy = CD9F1BF92B7469810035EDF5 /* PBXContainerItemProxy */;
  682. };
  683. CDAE63872B77D8A700551FB8 /* PBXTargetDependency */ = {
  684. isa = PBXTargetDependency;
  685. name = "test-helpers";
  686. targetProxy = CDAE63862B77D8A700551FB8 /* PBXContainerItemProxy */;
  687. };
  688. /* End PBXTargetDependency section */
  689. /* Begin XCBuildConfiguration section */
  690. CD62FCD222904A8900376440 /* Debug */ = {
  691. isa = XCBuildConfiguration;
  692. buildSettings = {
  693. ALWAYS_SEARCH_USER_PATHS = NO;
  694. CLANG_ANALYZER_NONNULL = YES;
  695. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  696. CLANG_ENABLE_OBJC_WEAK = YES;
  697. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  698. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  699. CODE_SIGN_STYLE = Automatic;
  700. COMBINE_HIDPI_IMAGES = YES;
  701. GCC_C_LANGUAGE_STANDARD = gnu11;
  702. INFOPLIST_FILE = "engine-test/Info.plist";
  703. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  704. LIBRARY_SEARCH_PATHS = (
  705. "$(inherited)",
  706. /opt/local/lib,
  707. );
  708. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  709. MTL_FAST_MATH = YES;
  710. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
  711. PRODUCT_NAME = "$(TARGET_NAME)";
  712. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  713. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  714. SWIFT_VERSION = 4.2;
  715. };
  716. name = Debug;
  717. };
  718. CD62FCD322904A8900376440 /* Release */ = {
  719. isa = XCBuildConfiguration;
  720. buildSettings = {
  721. ALWAYS_SEARCH_USER_PATHS = NO;
  722. CLANG_ANALYZER_NONNULL = YES;
  723. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  724. CLANG_ENABLE_OBJC_WEAK = YES;
  725. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  726. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  727. CODE_SIGN_STYLE = Automatic;
  728. COMBINE_HIDPI_IMAGES = YES;
  729. GCC_C_LANGUAGE_STANDARD = gnu11;
  730. INFOPLIST_FILE = "engine-test/Info.plist";
  731. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  732. LIBRARY_SEARCH_PATHS = (
  733. "$(inherited)",
  734. /opt/local/lib,
  735. );
  736. MTL_FAST_MATH = YES;
  737. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
  738. PRODUCT_NAME = "$(TARGET_NAME)";
  739. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  740. SWIFT_VERSION = 4.2;
  741. };
  742. name = Release;
  743. };
  744. CDB1F8B71D7A30CD00700C6B /* Debug */ = {
  745. isa = XCBuildConfiguration;
  746. buildSettings = {
  747. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  748. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  749. CLANG_CXX_LIBRARY = "libc++";
  750. CLANG_ENABLE_MODULES = YES;
  751. CLANG_ENABLE_OBJC_ARC = YES;
  752. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  753. CLANG_WARN_BOOL_CONVERSION = YES;
  754. CLANG_WARN_COMMA = YES;
  755. CLANG_WARN_CONSTANT_CONVERSION = YES;
  756. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  757. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  758. CLANG_WARN_EMPTY_BODY = YES;
  759. CLANG_WARN_ENUM_CONVERSION = YES;
  760. CLANG_WARN_INFINITE_RECURSION = YES;
  761. CLANG_WARN_INT_CONVERSION = YES;
  762. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  763. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  764. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  765. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  766. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  767. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  768. CLANG_WARN_STRICT_PROTOTYPES = YES;
  769. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  770. CLANG_WARN_UNREACHABLE_CODE = YES;
  771. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  772. CODE_SIGN_IDENTITY = "-";
  773. COPY_PHASE_STRIP = NO;
  774. DEBUG_INFORMATION_FORMAT = dwarf;
  775. ENABLE_STRICT_OBJC_MSGSEND = YES;
  776. ENABLE_TESTABILITY = YES;
  777. GCC_C_LANGUAGE_STANDARD = gnu99;
  778. GCC_DYNAMIC_NO_PIC = NO;
  779. GCC_NO_COMMON_BLOCKS = YES;
  780. GCC_OPTIMIZATION_LEVEL = 0;
  781. GCC_PREPROCESSOR_DEFINITIONS = (
  782. "DEBUG=1",
  783. "$(inherited)",
  784. );
  785. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  786. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  787. GCC_WARN_UNDECLARED_SELECTOR = YES;
  788. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  789. GCC_WARN_UNUSED_FUNCTION = YES;
  790. GCC_WARN_UNUSED_VARIABLE = YES;
  791. MTL_ENABLE_DEBUG_INFO = YES;
  792. ONLY_ACTIVE_ARCH = YES;
  793. SDKROOT = macosx;
  794. SYSTEM_HEADER_SEARCH_PATHS = "/opt/local/include $(TARGET_BUILD_DIR)/usr/local/include";
  795. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
  796. };
  797. name = Debug;
  798. };
  799. CDB1F8B81D7A30CD00700C6B /* Release */ = {
  800. isa = XCBuildConfiguration;
  801. buildSettings = {
  802. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  803. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  804. CLANG_CXX_LIBRARY = "libc++";
  805. CLANG_ENABLE_MODULES = YES;
  806. CLANG_ENABLE_OBJC_ARC = YES;
  807. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  808. CLANG_WARN_BOOL_CONVERSION = YES;
  809. CLANG_WARN_COMMA = YES;
  810. CLANG_WARN_CONSTANT_CONVERSION = YES;
  811. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  812. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  813. CLANG_WARN_EMPTY_BODY = YES;
  814. CLANG_WARN_ENUM_CONVERSION = YES;
  815. CLANG_WARN_INFINITE_RECURSION = YES;
  816. CLANG_WARN_INT_CONVERSION = YES;
  817. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  818. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  819. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  820. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  821. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  822. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  823. CLANG_WARN_STRICT_PROTOTYPES = YES;
  824. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  825. CLANG_WARN_UNREACHABLE_CODE = YES;
  826. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  827. CODE_SIGN_IDENTITY = "-";
  828. COPY_PHASE_STRIP = NO;
  829. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  830. ENABLE_NS_ASSERTIONS = NO;
  831. ENABLE_STRICT_OBJC_MSGSEND = YES;
  832. GCC_C_LANGUAGE_STANDARD = gnu99;
  833. GCC_NO_COMMON_BLOCKS = YES;
  834. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  835. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  836. GCC_WARN_UNDECLARED_SELECTOR = YES;
  837. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  838. GCC_WARN_UNUSED_FUNCTION = YES;
  839. GCC_WARN_UNUSED_VARIABLE = YES;
  840. MTL_ENABLE_DEBUG_INFO = NO;
  841. SDKROOT = macosx;
  842. SYSTEM_HEADER_SEARCH_PATHS = "/opt/local/include $(TARGET_BUILD_DIR)/usr/local/include";
  843. USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
  844. };
  845. name = Release;
  846. };
  847. CDB1F8BA1D7A30CD00700C6B /* Debug */ = {
  848. isa = XCBuildConfiguration;
  849. buildSettings = {
  850. DYLIB_COMPATIBILITY_VERSION = 1;
  851. DYLIB_CURRENT_VERSION = 1;
  852. EXECUTABLE_PREFIX = lib;
  853. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  854. GCC_ENABLE_CPP_RTTI = YES;
  855. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  856. LIBRARY_SEARCH_PATHS = (
  857. "$(inherited)",
  858. /opt/local/lib,
  859. );
  860. PRODUCT_NAME = "$(TARGET_NAME)";
  861. };
  862. name = Debug;
  863. };
  864. CDB1F8BB1D7A30CD00700C6B /* Release */ = {
  865. isa = XCBuildConfiguration;
  866. buildSettings = {
  867. DYLIB_COMPATIBILITY_VERSION = 1;
  868. DYLIB_CURRENT_VERSION = 1;
  869. EXECUTABLE_PREFIX = lib;
  870. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  871. GCC_ENABLE_CPP_RTTI = YES;
  872. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  873. LIBRARY_SEARCH_PATHS = (
  874. "$(inherited)",
  875. /opt/local/lib,
  876. );
  877. PRODUCT_NAME = "$(TARGET_NAME)";
  878. };
  879. name = Release;
  880. };
  881. /* End XCBuildConfiguration section */
  882. /* Begin XCConfigurationList section */
  883. CD62FCD122904A8900376440 /* Build configuration list for PBXNativeTarget "engine-test" */ = {
  884. isa = XCConfigurationList;
  885. buildConfigurations = (
  886. CD62FCD222904A8900376440 /* Debug */,
  887. CD62FCD322904A8900376440 /* Release */,
  888. );
  889. defaultConfigurationIsVisible = 0;
  890. defaultConfigurationName = Release;
  891. };
  892. CDB1F8A91D7A30CD00700C6B /* Build configuration list for PBXProject "engine" */ = {
  893. isa = XCConfigurationList;
  894. buildConfigurations = (
  895. CDB1F8B71D7A30CD00700C6B /* Debug */,
  896. CDB1F8B81D7A30CD00700C6B /* Release */,
  897. );
  898. defaultConfigurationIsVisible = 0;
  899. defaultConfigurationName = Release;
  900. };
  901. CDB1F8B91D7A30CD00700C6B /* Build configuration list for PBXNativeTarget "engine" */ = {
  902. isa = XCConfigurationList;
  903. buildConfigurations = (
  904. CDB1F8BA1D7A30CD00700C6B /* Debug */,
  905. CDB1F8BB1D7A30CD00700C6B /* Release */,
  906. );
  907. defaultConfigurationIsVisible = 0;
  908. defaultConfigurationName = Release;
  909. };
  910. /* End XCConfigurationList section */
  911. };
  912. rootObject = CDB1F8A61D7A30CD00700C6B /* Project object */;
  913. }