project.pbxproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD592BED29C2A422009AC14E /* universe.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD592BEB29C2A422009AC14E /* universe.cxx */; };
  10. CDA7996A2E132F550096B547 /* libjsoncpp.26.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDA799692E132F550096B547 /* libjsoncpp.26.dylib */; };
  11. CDD4759429C4B7A200BDB829 /* config.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDD4759129C4B7A200BDB829 /* config.cxx */; };
  12. CDD475C829C4D2BF00BDB829 /* libengine.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CD592BDB29C2A399009AC14E /* libengine.a */; };
  13. CDD475D229C4D30100BDB829 /* engine in Headers */ = {isa = PBXBuildFile; fileRef = CD592BE529C2A3E0009AC14E /* engine */; settings = {ATTRIBUTES = (Public, ); }; };
  14. CDD475D329C4D32300BDB829 /* condition.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD4759929C4BB0C00BDB829 /* condition.h */; };
  15. CDD475D429C4D32400BDB829 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD4759829C4BB0C00BDB829 /* config.h */; };
  16. CDD475D529C4D32600BDB829 /* event.h in Headers */ = {isa = PBXBuildFile; fileRef = CDD4759729C4BB0C00BDB829 /* event.h */; };
  17. CDD475D629C4D32800BDB829 /* forwards.h in Headers */ = {isa = PBXBuildFile; fileRef = CD592BF229C2A506009AC14E /* forwards.h */; };
  18. CDD475D729C4D32900BDB829 /* mailbox.h in Headers */ = {isa = PBXBuildFile; fileRef = CD592C0E29C3D1E7009AC14E /* mailbox.h */; };
  19. CDD475D829C4D32B00BDB829 /* universe.h in Headers */ = {isa = PBXBuildFile; fileRef = CD592BF029C2A462009AC14E /* universe.h */; };
  20. CDD475D929C4D32C00BDB829 /* universe.tpp in Headers */ = {isa = PBXBuildFile; fileRef = CD592BF329C2A531009AC14E /* universe.tpp */; };
  21. CDD475DC29C4D35F00BDB829 /* config_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDD475DB29C4D35F00BDB829 /* config_test.cxx */; };
  22. CDD475DF29C4D38D00BDB829 /* universe_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDD475DE29C4D38D00BDB829 /* universe_test.cxx */; };
  23. CDD475FE29C4D8C400BDB829 /* universe_test in Resources */ = {isa = PBXBuildFile; fileRef = CDD475FC29C4D8C400BDB829 /* universe_test */; };
  24. CDD475FF29C4D8C400BDB829 /* config_test in Resources */ = {isa = PBXBuildFile; fileRef = CDD475FD29C4D8C400BDB829 /* config_test */; };
  25. CDD4760129C4D93E00BDB829 /* engine_test_xc.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDD4760029C4D93E00BDB829 /* engine_test_xc.mm */; };
  26. CDD4760229C4D99C00BDB829 /* libshared_random_generator.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDD475A429C4CDB500BDB829 /* libshared_random_generator.dylib */; };
  27. CDD4760329C4D9AE00BDB829 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDD475B929C4CDBF00BDB829 /* GoogleMock.framework */; };
  28. CDD4760829C4FE1900BDB829 /* condition_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDD4760729C4FE1900BDB829 /* condition_test.cxx */; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXContainerItemProxy section */
  31. CDD475A329C4CDB500BDB829 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = CDD4759D29C4CDB500BDB829 /* shared_random_generator.xcodeproj */;
  34. proxyType = 2;
  35. remoteGlobalIDString = CDED6A4221B2F5A700AB91D0;
  36. remoteInfo = shared_random_generator;
  37. };
  38. CDD475A529C4CDB500BDB829 /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = CDD4759D29C4CDB500BDB829 /* shared_random_generator.xcodeproj */;
  41. proxyType = 2;
  42. remoteGlobalIDString = CD89E51324E6F3FD008167A8;
  43. remoteInfo = "shared_random_generator-test";
  44. };
  45. CDD475AD29C4CDBA00BDB829 /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = CDD475A729C4CDBA00BDB829 /* string-utils.xcodeproj */;
  48. proxyType = 2;
  49. remoteGlobalIDString = CD266862252FF4B600B3E667;
  50. remoteInfo = "string-utils";
  51. };
  52. CDD475AF29C4CDBA00BDB829 /* PBXContainerItemProxy */ = {
  53. isa = PBXContainerItemProxy;
  54. containerPortal = CDD475A729C4CDBA00BDB829 /* string-utils.xcodeproj */;
  55. proxyType = 2;
  56. remoteGlobalIDString = CD266886252FFAAE00B3E667;
  57. remoteInfo = "string_utils-test";
  58. };
  59. CDD475B829C4CDBF00BDB829 /* PBXContainerItemProxy */ = {
  60. isa = PBXContainerItemProxy;
  61. containerPortal = CDD475B129C4CDBF00BDB829 /* GoogleMock.xcodeproj */;
  62. proxyType = 2;
  63. remoteGlobalIDString = 05818F861A685AEA0072A469;
  64. remoteInfo = GoogleMock;
  65. };
  66. CDD475BA29C4CDBF00BDB829 /* PBXContainerItemProxy */ = {
  67. isa = PBXContainerItemProxy;
  68. containerPortal = CDD475B129C4CDBF00BDB829 /* GoogleMock.xcodeproj */;
  69. proxyType = 2;
  70. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  71. remoteInfo = gmock;
  72. };
  73. CDD475BC29C4CDBF00BDB829 /* PBXContainerItemProxy */ = {
  74. isa = PBXContainerItemProxy;
  75. containerPortal = CDD475B129C4CDBF00BDB829 /* GoogleMock.xcodeproj */;
  76. proxyType = 2;
  77. remoteGlobalIDString = 05E96B1F1A68634900204102;
  78. remoteInfo = gtest;
  79. };
  80. CDD475BE29C4CDBF00BDB829 /* PBXContainerItemProxy */ = {
  81. isa = PBXContainerItemProxy;
  82. containerPortal = CDD475B129C4CDBF00BDB829 /* GoogleMock.xcodeproj */;
  83. proxyType = 2;
  84. remoteGlobalIDString = 05818F901A685AEA0072A469;
  85. remoteInfo = GoogleMockTests;
  86. };
  87. CDD475C929C4D2BF00BDB829 /* PBXContainerItemProxy */ = {
  88. isa = PBXContainerItemProxy;
  89. containerPortal = CD592BD329C2A399009AC14E /* Project object */;
  90. proxyType = 1;
  91. remoteGlobalIDString = CD592BDA29C2A399009AC14E;
  92. remoteInfo = engine;
  93. };
  94. CDD4772C29C5492700BDB829 /* PBXContainerItemProxy */ = {
  95. isa = PBXContainerItemProxy;
  96. containerPortal = CDD4772629C5492700BDB829 /* expect.xcodeproj */;
  97. proxyType = 2;
  98. remoteGlobalIDString = CDD476BD29C5423B00BDB829;
  99. remoteInfo = expect;
  100. };
  101. CDD4772E29C5492700BDB829 /* PBXContainerItemProxy */ = {
  102. isa = PBXContainerItemProxy;
  103. containerPortal = CDD4772629C5492700BDB829 /* expect.xcodeproj */;
  104. proxyType = 2;
  105. remoteGlobalIDString = CDEC1E8A235248390091D9F2;
  106. remoteInfo = "expect-test";
  107. };
  108. CDD4774B29C5493400BDB829 /* PBXContainerItemProxy */ = {
  109. isa = PBXContainerItemProxy;
  110. containerPortal = CDD4774129C5493400BDB829 /* serializer.xcodeproj */;
  111. proxyType = 2;
  112. remoteGlobalIDString = CD592BFD29C2A5BF009AC14E;
  113. remoteInfo = serializer;
  114. };
  115. CDD4774D29C5493400BDB829 /* PBXContainerItemProxy */ = {
  116. isa = PBXContainerItemProxy;
  117. containerPortal = CDD4774129C5493400BDB829 /* serializer.xcodeproj */;
  118. proxyType = 2;
  119. remoteGlobalIDString = CD592C1729C3DB32009AC14E;
  120. remoteInfo = "serializer-test";
  121. };
  122. CDD4775329C5498E00BDB829 /* PBXContainerItemProxy */ = {
  123. isa = PBXContainerItemProxy;
  124. containerPortal = CDD4774129C5493400BDB829 /* serializer.xcodeproj */;
  125. proxyType = 1;
  126. remoteGlobalIDString = CD592BFC29C2A5BF009AC14E;
  127. remoteInfo = serializer;
  128. };
  129. CDD4775529C5498E00BDB829 /* PBXContainerItemProxy */ = {
  130. isa = PBXContainerItemProxy;
  131. containerPortal = CDD4759D29C4CDB500BDB829 /* shared_random_generator.xcodeproj */;
  132. proxyType = 1;
  133. remoteGlobalIDString = CDED6A4121B2F5A700AB91D0;
  134. remoteInfo = shared_random_generator;
  135. };
  136. CDD4777129C54A6000BDB829 /* PBXContainerItemProxy */ = {
  137. isa = PBXContainerItemProxy;
  138. containerPortal = CDD4759D29C4CDB500BDB829 /* shared_random_generator.xcodeproj */;
  139. proxyType = 1;
  140. remoteGlobalIDString = CDED6A4121B2F5A700AB91D0;
  141. remoteInfo = shared_random_generator;
  142. };
  143. /* End PBXContainerItemProxy section */
  144. /* Begin PBXFileReference section */
  145. CD592BDB29C2A399009AC14E /* libengine.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libengine.a; sourceTree = BUILT_PRODUCTS_DIR; };
  146. CD592BE529C2A3E0009AC14E /* engine */ = {isa = PBXFileReference; lastKnownFileType = folder; name = engine; path = include/engine; sourceTree = "<group>"; };
  147. CD592BEB29C2A422009AC14E /* universe.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = universe.cxx; sourceTree = "<group>"; };
  148. CD592BF029C2A462009AC14E /* universe.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = universe.h; sourceTree = "<group>"; };
  149. CD592BF229C2A506009AC14E /* forwards.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = forwards.h; sourceTree = "<group>"; };
  150. CD592BF329C2A531009AC14E /* universe.tpp */ = {isa = PBXFileReference; lastKnownFileType = text; path = universe.tpp; sourceTree = "<group>"; };
  151. CD592C0E29C3D1E7009AC14E /* mailbox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = mailbox.h; sourceTree = "<group>"; };
  152. CDA799692E132F550096B547 /* libjsoncpp.26.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libjsoncpp.26.dylib; path = ../../../../../../../../opt/homebrew/lib/libjsoncpp.26.dylib; sourceTree = "<group>"; };
  153. CDD4759129C4B7A200BDB829 /* config.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = config.cxx; sourceTree = "<group>"; };
  154. CDD4759729C4BB0C00BDB829 /* event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = event.h; sourceTree = "<group>"; };
  155. CDD4759829C4BB0C00BDB829 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  156. CDD4759929C4BB0C00BDB829 /* condition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = condition.h; sourceTree = "<group>"; };
  157. CDD4759D29C4CDB500BDB829 /* shared_random_generator.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = shared_random_generator.xcodeproj; path = external/shared_random_generator/shared_random_generator.xcodeproj; sourceTree = "<group>"; };
  158. CDD475A729C4CDBA00BDB829 /* string-utils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "string-utils.xcodeproj"; path = "external/string-utils/string-utils.xcodeproj"; sourceTree = "<group>"; };
  159. CDD475B129C4CDBF00BDB829 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  160. CDD475C429C4D2BF00BDB829 /* engine-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "engine-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  161. CDD475DA29C4D35400BDB829 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
  162. CDD475DB29C4D35F00BDB829 /* config_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = config_test.cxx; sourceTree = "<group>"; };
  163. CDD475DD29C4D36700BDB829 /* stub_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stub_config.h; sourceTree = "<group>"; };
  164. CDD475DE29C4D38D00BDB829 /* universe_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = universe_test.cxx; sourceTree = "<group>"; };
  165. CDD475FC29C4D8C400BDB829 /* universe_test */ = {isa = PBXFileReference; lastKnownFileType = folder; path = universe_test; sourceTree = "<group>"; };
  166. CDD475FD29C4D8C400BDB829 /* config_test */ = {isa = PBXFileReference; lastKnownFileType = folder; path = config_test; sourceTree = "<group>"; };
  167. CDD4760029C4D93E00BDB829 /* engine_test_xc.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = engine_test_xc.mm; sourceTree = "<group>"; };
  168. CDD4760629C4DB2400BDB829 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  169. CDD4760729C4FE1900BDB829 /* condition_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = condition_test.cxx; sourceTree = "<group>"; };
  170. CDD4772629C5492700BDB829 /* expect.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = expect.xcodeproj; path = external/expect/expect.xcodeproj; sourceTree = "<group>"; };
  171. CDD4774129C5493400BDB829 /* serializer.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = serializer.xcodeproj; path = external/serializer/serializer.xcodeproj; sourceTree = "<group>"; };
  172. /* End PBXFileReference section */
  173. /* Begin PBXFrameworksBuildPhase section */
  174. CD592BD929C2A399009AC14E /* Frameworks */ = {
  175. isa = PBXFrameworksBuildPhase;
  176. buildActionMask = 2147483647;
  177. files = (
  178. CDA7996A2E132F550096B547 /* libjsoncpp.26.dylib in Frameworks */,
  179. );
  180. runOnlyForDeploymentPostprocessing = 0;
  181. };
  182. CDD475C129C4D2BF00BDB829 /* Frameworks */ = {
  183. isa = PBXFrameworksBuildPhase;
  184. buildActionMask = 2147483647;
  185. files = (
  186. CDD475C829C4D2BF00BDB829 /* libengine.a in Frameworks */,
  187. CDD4760229C4D99C00BDB829 /* libshared_random_generator.dylib in Frameworks */,
  188. CDD4760329C4D9AE00BDB829 /* GoogleMock.framework in Frameworks */,
  189. );
  190. runOnlyForDeploymentPostprocessing = 0;
  191. };
  192. /* End PBXFrameworksBuildPhase section */
  193. /* Begin PBXGroup section */
  194. CD592BD229C2A399009AC14E = {
  195. isa = PBXGroup;
  196. children = (
  197. CDD475B129C4CDBF00BDB829 /* GoogleMock.xcodeproj */,
  198. CDD4772629C5492700BDB829 /* expect.xcodeproj */,
  199. CDD4774129C5493400BDB829 /* serializer.xcodeproj */,
  200. CDD4759D29C4CDB500BDB829 /* shared_random_generator.xcodeproj */,
  201. CDD475A729C4CDBA00BDB829 /* string-utils.xcodeproj */,
  202. CD592BE529C2A3E0009AC14E /* engine */,
  203. CD592BE229C2A3C8009AC14E /* include */,
  204. CD592BE429C2A3C8009AC14E /* src */,
  205. CD592BE329C2A3C8009AC14E /* test */,
  206. CDD475C529C4D2BF00BDB829 /* engine-test */,
  207. CD592BDC29C2A399009AC14E /* Products */,
  208. CDD475CE29C4D2F700BDB829 /* Frameworks */,
  209. );
  210. sourceTree = "<group>";
  211. };
  212. CD592BDC29C2A399009AC14E /* Products */ = {
  213. isa = PBXGroup;
  214. children = (
  215. CD592BDB29C2A399009AC14E /* libengine.a */,
  216. CDD475C429C4D2BF00BDB829 /* engine-test.xctest */,
  217. );
  218. name = Products;
  219. sourceTree = "<group>";
  220. };
  221. CD592BE229C2A3C8009AC14E /* include */ = {
  222. isa = PBXGroup;
  223. children = (
  224. CD592BEF29C2A462009AC14E /* engine */,
  225. );
  226. path = include;
  227. sourceTree = "<group>";
  228. };
  229. CD592BE329C2A3C8009AC14E /* test */ = {
  230. isa = PBXGroup;
  231. children = (
  232. CDD475E029C4D49600BDB829 /* resources */,
  233. CDD475DD29C4D36700BDB829 /* stub_config.h */,
  234. CDD475DA29C4D35400BDB829 /* xcode_gtest_helper.h */,
  235. CDD4760729C4FE1900BDB829 /* condition_test.cxx */,
  236. CDD475DB29C4D35F00BDB829 /* config_test.cxx */,
  237. CDD475DE29C4D38D00BDB829 /* universe_test.cxx */,
  238. );
  239. path = test;
  240. sourceTree = "<group>";
  241. };
  242. CD592BE429C2A3C8009AC14E /* src */ = {
  243. isa = PBXGroup;
  244. children = (
  245. CDD4759129C4B7A200BDB829 /* config.cxx */,
  246. CD592BEB29C2A422009AC14E /* universe.cxx */,
  247. );
  248. path = src;
  249. sourceTree = "<group>";
  250. };
  251. CD592BEF29C2A462009AC14E /* engine */ = {
  252. isa = PBXGroup;
  253. children = (
  254. CDD4759929C4BB0C00BDB829 /* condition.h */,
  255. CDD4759829C4BB0C00BDB829 /* config.h */,
  256. CDD4759729C4BB0C00BDB829 /* event.h */,
  257. CD592BF229C2A506009AC14E /* forwards.h */,
  258. CD592C0E29C3D1E7009AC14E /* mailbox.h */,
  259. CD592BF029C2A462009AC14E /* universe.h */,
  260. CD592BF329C2A531009AC14E /* universe.tpp */,
  261. );
  262. path = engine;
  263. sourceTree = "<group>";
  264. };
  265. CDD4759E29C4CDB500BDB829 /* Products */ = {
  266. isa = PBXGroup;
  267. children = (
  268. CDD475A429C4CDB500BDB829 /* libshared_random_generator.dylib */,
  269. CDD475A629C4CDB500BDB829 /* shared_random_generator-test.xctest */,
  270. );
  271. name = Products;
  272. sourceTree = "<group>";
  273. };
  274. CDD475A829C4CDBA00BDB829 /* Products */ = {
  275. isa = PBXGroup;
  276. children = (
  277. CDD475AE29C4CDBA00BDB829 /* libstring-utils.a */,
  278. CDD475B029C4CDBA00BDB829 /* string_utils-test.xctest */,
  279. );
  280. name = Products;
  281. sourceTree = "<group>";
  282. };
  283. CDD475B229C4CDBF00BDB829 /* Products */ = {
  284. isa = PBXGroup;
  285. children = (
  286. CDD475B929C4CDBF00BDB829 /* GoogleMock.framework */,
  287. CDD475BB29C4CDBF00BDB829 /* gmock.framework */,
  288. CDD475BD29C4CDBF00BDB829 /* gtest.framework */,
  289. CDD475BF29C4CDBF00BDB829 /* GoogleMockTests.xctest */,
  290. );
  291. name = Products;
  292. sourceTree = "<group>";
  293. };
  294. CDD475C529C4D2BF00BDB829 /* engine-test */ = {
  295. isa = PBXGroup;
  296. children = (
  297. CDD4760629C4DB2400BDB829 /* Info.plist */,
  298. CDD4760029C4D93E00BDB829 /* engine_test_xc.mm */,
  299. );
  300. path = "engine-test";
  301. sourceTree = "<group>";
  302. };
  303. CDD475CE29C4D2F700BDB829 /* Frameworks */ = {
  304. isa = PBXGroup;
  305. children = (
  306. CDA799692E132F550096B547 /* libjsoncpp.26.dylib */,
  307. );
  308. name = Frameworks;
  309. sourceTree = "<group>";
  310. };
  311. CDD475E029C4D49600BDB829 /* resources */ = {
  312. isa = PBXGroup;
  313. children = (
  314. CDD475FD29C4D8C400BDB829 /* config_test */,
  315. CDD475FC29C4D8C400BDB829 /* universe_test */,
  316. );
  317. path = resources;
  318. sourceTree = "<group>";
  319. };
  320. CDD4772729C5492700BDB829 /* Products */ = {
  321. isa = PBXGroup;
  322. children = (
  323. CDD4772D29C5492700BDB829 /* libexpect.a */,
  324. CDD4772F29C5492700BDB829 /* expect-test.xctest */,
  325. );
  326. name = Products;
  327. sourceTree = "<group>";
  328. };
  329. CDD4774229C5493400BDB829 /* Products */ = {
  330. isa = PBXGroup;
  331. children = (
  332. CDD4774C29C5493400BDB829 /* libserializer.a */,
  333. CDD4774E29C5493400BDB829 /* serializer-test.xctest */,
  334. );
  335. name = Products;
  336. sourceTree = "<group>";
  337. };
  338. /* End PBXGroup section */
  339. /* Begin PBXHeadersBuildPhase section */
  340. CD592BD729C2A399009AC14E /* Headers */ = {
  341. isa = PBXHeadersBuildPhase;
  342. buildActionMask = 2147483647;
  343. files = (
  344. CDD475D229C4D30100BDB829 /* engine in Headers */,
  345. CDD475D929C4D32C00BDB829 /* universe.tpp in Headers */,
  346. CDD475D829C4D32B00BDB829 /* universe.h in Headers */,
  347. CDD475D729C4D32900BDB829 /* mailbox.h in Headers */,
  348. CDD475D629C4D32800BDB829 /* forwards.h in Headers */,
  349. CDD475D529C4D32600BDB829 /* event.h in Headers */,
  350. CDD475D429C4D32400BDB829 /* config.h in Headers */,
  351. CDD475D329C4D32300BDB829 /* condition.h in Headers */,
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. /* End PBXHeadersBuildPhase section */
  356. /* Begin PBXNativeTarget section */
  357. CD592BDA29C2A399009AC14E /* engine */ = {
  358. isa = PBXNativeTarget;
  359. buildConfigurationList = CD592BDF29C2A399009AC14E /* Build configuration list for PBXNativeTarget "engine" */;
  360. buildPhases = (
  361. CD592BD729C2A399009AC14E /* Headers */,
  362. CD592BD829C2A399009AC14E /* Sources */,
  363. CD592BD929C2A399009AC14E /* Frameworks */,
  364. );
  365. buildRules = (
  366. );
  367. dependencies = (
  368. CDD4775429C5498E00BDB829 /* PBXTargetDependency */,
  369. CDD4775629C5498E00BDB829 /* PBXTargetDependency */,
  370. );
  371. name = engine;
  372. productName = engine_base;
  373. productReference = CD592BDB29C2A399009AC14E /* libengine.a */;
  374. productType = "com.apple.product-type.library.static";
  375. };
  376. CDD475C329C4D2BF00BDB829 /* engine-test */ = {
  377. isa = PBXNativeTarget;
  378. buildConfigurationList = CDD475CB29C4D2BF00BDB829 /* Build configuration list for PBXNativeTarget "engine-test" */;
  379. buildPhases = (
  380. CDD475C029C4D2BF00BDB829 /* Sources */,
  381. CDD475C129C4D2BF00BDB829 /* Frameworks */,
  382. CDD475C229C4D2BF00BDB829 /* Resources */,
  383. );
  384. buildRules = (
  385. );
  386. dependencies = (
  387. CDD4777229C54A6000BDB829 /* PBXTargetDependency */,
  388. CDD475CA29C4D2BF00BDB829 /* PBXTargetDependency */,
  389. );
  390. name = "engine-test";
  391. productName = "engine-test";
  392. productReference = CDD475C429C4D2BF00BDB829 /* engine-test.xctest */;
  393. productType = "com.apple.product-type.bundle.unit-test";
  394. };
  395. /* End PBXNativeTarget section */
  396. /* Begin PBXProject section */
  397. CD592BD329C2A399009AC14E /* Project object */ = {
  398. isa = PBXProject;
  399. attributes = {
  400. BuildIndependentTargetsInParallel = 1;
  401. LastSwiftUpdateCheck = 1340;
  402. LastUpgradeCheck = 1640;
  403. TargetAttributes = {
  404. CD592BDA29C2A399009AC14E = {
  405. CreatedOnToolsVersion = 13.4.1;
  406. };
  407. CDD475C329C4D2BF00BDB829 = {
  408. CreatedOnToolsVersion = 13.4.1;
  409. };
  410. };
  411. };
  412. buildConfigurationList = CD592BD629C2A399009AC14E /* Build configuration list for PBXProject "engine" */;
  413. compatibilityVersion = "Xcode 13.0";
  414. developmentRegion = en;
  415. hasScannedForEncodings = 0;
  416. knownRegions = (
  417. en,
  418. Base,
  419. );
  420. mainGroup = CD592BD229C2A399009AC14E;
  421. productRefGroup = CD592BDC29C2A399009AC14E /* Products */;
  422. projectDirPath = "";
  423. projectReferences = (
  424. {
  425. ProductGroup = CDD4772729C5492700BDB829 /* Products */;
  426. ProjectRef = CDD4772629C5492700BDB829 /* expect.xcodeproj */;
  427. },
  428. {
  429. ProductGroup = CDD475B229C4CDBF00BDB829 /* Products */;
  430. ProjectRef = CDD475B129C4CDBF00BDB829 /* GoogleMock.xcodeproj */;
  431. },
  432. {
  433. ProductGroup = CDD4774229C5493400BDB829 /* Products */;
  434. ProjectRef = CDD4774129C5493400BDB829 /* serializer.xcodeproj */;
  435. },
  436. {
  437. ProductGroup = CDD4759E29C4CDB500BDB829 /* Products */;
  438. ProjectRef = CDD4759D29C4CDB500BDB829 /* shared_random_generator.xcodeproj */;
  439. },
  440. {
  441. ProductGroup = CDD475A829C4CDBA00BDB829 /* Products */;
  442. ProjectRef = CDD475A729C4CDBA00BDB829 /* string-utils.xcodeproj */;
  443. },
  444. );
  445. projectRoot = "";
  446. targets = (
  447. CD592BDA29C2A399009AC14E /* engine */,
  448. CDD475C329C4D2BF00BDB829 /* engine-test */,
  449. );
  450. };
  451. /* End PBXProject section */
  452. /* Begin PBXReferenceProxy section */
  453. CDD475A429C4CDB500BDB829 /* libshared_random_generator.dylib */ = {
  454. isa = PBXReferenceProxy;
  455. fileType = "compiled.mach-o.dylib";
  456. path = libshared_random_generator.dylib;
  457. remoteRef = CDD475A329C4CDB500BDB829 /* PBXContainerItemProxy */;
  458. sourceTree = BUILT_PRODUCTS_DIR;
  459. };
  460. CDD475A629C4CDB500BDB829 /* shared_random_generator-test.xctest */ = {
  461. isa = PBXReferenceProxy;
  462. fileType = wrapper.cfbundle;
  463. path = "shared_random_generator-test.xctest";
  464. remoteRef = CDD475A529C4CDB500BDB829 /* PBXContainerItemProxy */;
  465. sourceTree = BUILT_PRODUCTS_DIR;
  466. };
  467. CDD475AE29C4CDBA00BDB829 /* libstring-utils.a */ = {
  468. isa = PBXReferenceProxy;
  469. fileType = archive.ar;
  470. path = "libstring-utils.a";
  471. remoteRef = CDD475AD29C4CDBA00BDB829 /* PBXContainerItemProxy */;
  472. sourceTree = BUILT_PRODUCTS_DIR;
  473. };
  474. CDD475B029C4CDBA00BDB829 /* string_utils-test.xctest */ = {
  475. isa = PBXReferenceProxy;
  476. fileType = wrapper.cfbundle;
  477. path = "string_utils-test.xctest";
  478. remoteRef = CDD475AF29C4CDBA00BDB829 /* PBXContainerItemProxy */;
  479. sourceTree = BUILT_PRODUCTS_DIR;
  480. };
  481. CDD475B929C4CDBF00BDB829 /* GoogleMock.framework */ = {
  482. isa = PBXReferenceProxy;
  483. fileType = wrapper.framework;
  484. path = GoogleMock.framework;
  485. remoteRef = CDD475B829C4CDBF00BDB829 /* PBXContainerItemProxy */;
  486. sourceTree = BUILT_PRODUCTS_DIR;
  487. };
  488. CDD475BB29C4CDBF00BDB829 /* gmock.framework */ = {
  489. isa = PBXReferenceProxy;
  490. fileType = wrapper.framework;
  491. path = gmock.framework;
  492. remoteRef = CDD475BA29C4CDBF00BDB829 /* PBXContainerItemProxy */;
  493. sourceTree = BUILT_PRODUCTS_DIR;
  494. };
  495. CDD475BD29C4CDBF00BDB829 /* gtest.framework */ = {
  496. isa = PBXReferenceProxy;
  497. fileType = wrapper.framework;
  498. path = gtest.framework;
  499. remoteRef = CDD475BC29C4CDBF00BDB829 /* PBXContainerItemProxy */;
  500. sourceTree = BUILT_PRODUCTS_DIR;
  501. };
  502. CDD475BF29C4CDBF00BDB829 /* GoogleMockTests.xctest */ = {
  503. isa = PBXReferenceProxy;
  504. fileType = wrapper.cfbundle;
  505. path = GoogleMockTests.xctest;
  506. remoteRef = CDD475BE29C4CDBF00BDB829 /* PBXContainerItemProxy */;
  507. sourceTree = BUILT_PRODUCTS_DIR;
  508. };
  509. CDD4772D29C5492700BDB829 /* libexpect.a */ = {
  510. isa = PBXReferenceProxy;
  511. fileType = archive.ar;
  512. path = libexpect.a;
  513. remoteRef = CDD4772C29C5492700BDB829 /* PBXContainerItemProxy */;
  514. sourceTree = BUILT_PRODUCTS_DIR;
  515. };
  516. CDD4772F29C5492700BDB829 /* expect-test.xctest */ = {
  517. isa = PBXReferenceProxy;
  518. fileType = wrapper.cfbundle;
  519. path = "expect-test.xctest";
  520. remoteRef = CDD4772E29C5492700BDB829 /* PBXContainerItemProxy */;
  521. sourceTree = BUILT_PRODUCTS_DIR;
  522. };
  523. CDD4774C29C5493400BDB829 /* libserializer.a */ = {
  524. isa = PBXReferenceProxy;
  525. fileType = archive.ar;
  526. path = libserializer.a;
  527. remoteRef = CDD4774B29C5493400BDB829 /* PBXContainerItemProxy */;
  528. sourceTree = BUILT_PRODUCTS_DIR;
  529. };
  530. CDD4774E29C5493400BDB829 /* serializer-test.xctest */ = {
  531. isa = PBXReferenceProxy;
  532. fileType = wrapper.cfbundle;
  533. path = "serializer-test.xctest";
  534. remoteRef = CDD4774D29C5493400BDB829 /* PBXContainerItemProxy */;
  535. sourceTree = BUILT_PRODUCTS_DIR;
  536. };
  537. /* End PBXReferenceProxy section */
  538. /* Begin PBXResourcesBuildPhase section */
  539. CDD475C229C4D2BF00BDB829 /* Resources */ = {
  540. isa = PBXResourcesBuildPhase;
  541. buildActionMask = 2147483647;
  542. files = (
  543. CDD475FF29C4D8C400BDB829 /* config_test in Resources */,
  544. CDD475FE29C4D8C400BDB829 /* universe_test in Resources */,
  545. );
  546. runOnlyForDeploymentPostprocessing = 0;
  547. };
  548. /* End PBXResourcesBuildPhase section */
  549. /* Begin PBXSourcesBuildPhase section */
  550. CD592BD829C2A399009AC14E /* Sources */ = {
  551. isa = PBXSourcesBuildPhase;
  552. buildActionMask = 2147483647;
  553. files = (
  554. CD592BED29C2A422009AC14E /* universe.cxx in Sources */,
  555. CDD4759429C4B7A200BDB829 /* config.cxx in Sources */,
  556. );
  557. runOnlyForDeploymentPostprocessing = 0;
  558. };
  559. CDD475C029C4D2BF00BDB829 /* Sources */ = {
  560. isa = PBXSourcesBuildPhase;
  561. buildActionMask = 2147483647;
  562. files = (
  563. CDD4760829C4FE1900BDB829 /* condition_test.cxx in Sources */,
  564. CDD475DF29C4D38D00BDB829 /* universe_test.cxx in Sources */,
  565. CDD475DC29C4D35F00BDB829 /* config_test.cxx in Sources */,
  566. CDD4760129C4D93E00BDB829 /* engine_test_xc.mm in Sources */,
  567. );
  568. runOnlyForDeploymentPostprocessing = 0;
  569. };
  570. /* End PBXSourcesBuildPhase section */
  571. /* Begin PBXTargetDependency section */
  572. CDD475CA29C4D2BF00BDB829 /* PBXTargetDependency */ = {
  573. isa = PBXTargetDependency;
  574. target = CD592BDA29C2A399009AC14E /* engine */;
  575. targetProxy = CDD475C929C4D2BF00BDB829 /* PBXContainerItemProxy */;
  576. };
  577. CDD4775429C5498E00BDB829 /* PBXTargetDependency */ = {
  578. isa = PBXTargetDependency;
  579. name = serializer;
  580. targetProxy = CDD4775329C5498E00BDB829 /* PBXContainerItemProxy */;
  581. };
  582. CDD4775629C5498E00BDB829 /* PBXTargetDependency */ = {
  583. isa = PBXTargetDependency;
  584. name = shared_random_generator;
  585. targetProxy = CDD4775529C5498E00BDB829 /* PBXContainerItemProxy */;
  586. };
  587. CDD4777229C54A6000BDB829 /* PBXTargetDependency */ = {
  588. isa = PBXTargetDependency;
  589. name = shared_random_generator;
  590. targetProxy = CDD4777129C54A6000BDB829 /* PBXContainerItemProxy */;
  591. };
  592. /* End PBXTargetDependency section */
  593. /* Begin XCBuildConfiguration section */
  594. CD592BDD29C2A399009AC14E /* Debug */ = {
  595. isa = XCBuildConfiguration;
  596. buildSettings = {
  597. ALWAYS_SEARCH_USER_PATHS = NO;
  598. CLANG_ANALYZER_NONNULL = YES;
  599. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  600. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  601. CLANG_ENABLE_MODULES = YES;
  602. CLANG_ENABLE_OBJC_ARC = YES;
  603. CLANG_ENABLE_OBJC_WEAK = YES;
  604. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  605. CLANG_WARN_BOOL_CONVERSION = YES;
  606. CLANG_WARN_COMMA = YES;
  607. CLANG_WARN_CONSTANT_CONVERSION = YES;
  608. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  609. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  610. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  611. CLANG_WARN_EMPTY_BODY = YES;
  612. CLANG_WARN_ENUM_CONVERSION = YES;
  613. CLANG_WARN_INFINITE_RECURSION = YES;
  614. CLANG_WARN_INT_CONVERSION = YES;
  615. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  616. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  617. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  618. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  619. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  620. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  621. CLANG_WARN_STRICT_PROTOTYPES = YES;
  622. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  623. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  624. CLANG_WARN_UNREACHABLE_CODE = YES;
  625. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  626. COPY_PHASE_STRIP = NO;
  627. DEAD_CODE_STRIPPING = YES;
  628. DEBUG_INFORMATION_FORMAT = dwarf;
  629. ENABLE_STRICT_OBJC_MSGSEND = YES;
  630. ENABLE_TESTABILITY = YES;
  631. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  632. GCC_C_LANGUAGE_STANDARD = gnu11;
  633. GCC_DYNAMIC_NO_PIC = NO;
  634. GCC_NO_COMMON_BLOCKS = YES;
  635. GCC_OPTIMIZATION_LEVEL = 0;
  636. GCC_PREPROCESSOR_DEFINITIONS = (
  637. "DEBUG=1",
  638. "$(inherited)",
  639. );
  640. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  641. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  642. GCC_WARN_UNDECLARED_SELECTOR = YES;
  643. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  644. GCC_WARN_UNUSED_FUNCTION = YES;
  645. GCC_WARN_UNUSED_VARIABLE = YES;
  646. MACOSX_DEPLOYMENT_TARGET = 12.0;
  647. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  648. MTL_FAST_MATH = YES;
  649. ONLY_ACTIVE_ARCH = YES;
  650. SDKROOT = macosx;
  651. SYSTEM_HEADER_SEARCH_PATHS = (
  652. /usr/local/include,
  653. /opt/local/include,
  654. "$(PROJECT_DIR)/include",
  655. "$(TARGET_BUILD_DIR)/usr/local/include",
  656. );
  657. };
  658. name = Debug;
  659. };
  660. CD592BDE29C2A399009AC14E /* Release */ = {
  661. isa = XCBuildConfiguration;
  662. buildSettings = {
  663. ALWAYS_SEARCH_USER_PATHS = NO;
  664. CLANG_ANALYZER_NONNULL = YES;
  665. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  666. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  667. CLANG_ENABLE_MODULES = YES;
  668. CLANG_ENABLE_OBJC_ARC = YES;
  669. CLANG_ENABLE_OBJC_WEAK = YES;
  670. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  671. CLANG_WARN_BOOL_CONVERSION = YES;
  672. CLANG_WARN_COMMA = YES;
  673. CLANG_WARN_CONSTANT_CONVERSION = YES;
  674. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  675. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  676. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  677. CLANG_WARN_EMPTY_BODY = YES;
  678. CLANG_WARN_ENUM_CONVERSION = YES;
  679. CLANG_WARN_INFINITE_RECURSION = YES;
  680. CLANG_WARN_INT_CONVERSION = YES;
  681. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  682. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  683. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  684. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  685. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  686. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  687. CLANG_WARN_STRICT_PROTOTYPES = YES;
  688. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  689. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  690. CLANG_WARN_UNREACHABLE_CODE = YES;
  691. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  692. COPY_PHASE_STRIP = NO;
  693. DEAD_CODE_STRIPPING = YES;
  694. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  695. ENABLE_NS_ASSERTIONS = NO;
  696. ENABLE_STRICT_OBJC_MSGSEND = YES;
  697. ENABLE_USER_SCRIPT_SANDBOXING = YES;
  698. GCC_C_LANGUAGE_STANDARD = gnu11;
  699. GCC_NO_COMMON_BLOCKS = YES;
  700. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  701. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  702. GCC_WARN_UNDECLARED_SELECTOR = YES;
  703. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  704. GCC_WARN_UNUSED_FUNCTION = YES;
  705. GCC_WARN_UNUSED_VARIABLE = YES;
  706. MACOSX_DEPLOYMENT_TARGET = 12.0;
  707. MTL_ENABLE_DEBUG_INFO = NO;
  708. MTL_FAST_MATH = YES;
  709. SDKROOT = macosx;
  710. SYSTEM_HEADER_SEARCH_PATHS = (
  711. /usr/local/include,
  712. /opt/local/include,
  713. "$(PROJECT_DIR)/include",
  714. "$(TARGET_BUILD_DIR)/usr/local/include",
  715. );
  716. };
  717. name = Release;
  718. };
  719. CD592BE029C2A399009AC14E /* Debug */ = {
  720. isa = XCBuildConfiguration;
  721. buildSettings = {
  722. CODE_SIGN_STYLE = Automatic;
  723. DEAD_CODE_STRIPPING = YES;
  724. EXECUTABLE_PREFIX = lib;
  725. LIBRARY_SEARCH_PATHS = (
  726. "$(inherited)",
  727. /opt/local/lib,
  728. /opt/homebrew/lib,
  729. );
  730. PRODUCT_NAME = "$(TARGET_NAME)";
  731. SKIP_INSTALL = YES;
  732. };
  733. name = Debug;
  734. };
  735. CD592BE129C2A399009AC14E /* Release */ = {
  736. isa = XCBuildConfiguration;
  737. buildSettings = {
  738. CODE_SIGN_STYLE = Automatic;
  739. DEAD_CODE_STRIPPING = YES;
  740. EXECUTABLE_PREFIX = lib;
  741. LIBRARY_SEARCH_PATHS = (
  742. "$(inherited)",
  743. /opt/local/lib,
  744. /opt/homebrew/lib,
  745. );
  746. PRODUCT_NAME = "$(TARGET_NAME)";
  747. SKIP_INSTALL = YES;
  748. };
  749. name = Release;
  750. };
  751. CDD475CC29C4D2BF00BDB829 /* Debug */ = {
  752. isa = XCBuildConfiguration;
  753. buildSettings = {
  754. CODE_SIGN_STYLE = Automatic;
  755. CURRENT_PROJECT_VERSION = 1;
  756. DEAD_CODE_STRIPPING = YES;
  757. GENERATE_INFOPLIST_FILE = YES;
  758. INFOPLIST_FILE = "engine-test/Info.plist";
  759. INFOPLIST_KEY_LSApplicationCategoryType = "";
  760. LIBRARY_SEARCH_PATHS = (
  761. "$(inherited)",
  762. /opt/local/lib,
  763. );
  764. MARKETING_VERSION = 1.0;
  765. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
  766. PRODUCT_NAME = "$(TARGET_NAME)";
  767. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  768. SWIFT_EMIT_LOC_STRINGS = NO;
  769. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  770. SWIFT_VERSION = 5.0;
  771. };
  772. name = Debug;
  773. };
  774. CDD475CD29C4D2BF00BDB829 /* Release */ = {
  775. isa = XCBuildConfiguration;
  776. buildSettings = {
  777. CODE_SIGN_STYLE = Automatic;
  778. CURRENT_PROJECT_VERSION = 1;
  779. DEAD_CODE_STRIPPING = YES;
  780. GENERATE_INFOPLIST_FILE = YES;
  781. INFOPLIST_FILE = "engine-test/Info.plist";
  782. INFOPLIST_KEY_LSApplicationCategoryType = "";
  783. LIBRARY_SEARCH_PATHS = (
  784. "$(inherited)",
  785. /opt/local/lib,
  786. );
  787. MARKETING_VERSION = 1.0;
  788. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.engine-test";
  789. PRODUCT_NAME = "$(TARGET_NAME)";
  790. SWIFT_COMPILATION_MODE = wholemodule;
  791. SWIFT_EMIT_LOC_STRINGS = NO;
  792. SWIFT_OPTIMIZATION_LEVEL = "-O";
  793. SWIFT_VERSION = 5.0;
  794. };
  795. name = Release;
  796. };
  797. /* End XCBuildConfiguration section */
  798. /* Begin XCConfigurationList section */
  799. CD592BD629C2A399009AC14E /* Build configuration list for PBXProject "engine" */ = {
  800. isa = XCConfigurationList;
  801. buildConfigurations = (
  802. CD592BDD29C2A399009AC14E /* Debug */,
  803. CD592BDE29C2A399009AC14E /* Release */,
  804. );
  805. defaultConfigurationIsVisible = 0;
  806. defaultConfigurationName = Release;
  807. };
  808. CD592BDF29C2A399009AC14E /* Build configuration list for PBXNativeTarget "engine" */ = {
  809. isa = XCConfigurationList;
  810. buildConfigurations = (
  811. CD592BE029C2A399009AC14E /* Debug */,
  812. CD592BE129C2A399009AC14E /* Release */,
  813. );
  814. defaultConfigurationIsVisible = 0;
  815. defaultConfigurationName = Release;
  816. };
  817. CDD475CB29C4D2BF00BDB829 /* Build configuration list for PBXNativeTarget "engine-test" */ = {
  818. isa = XCConfigurationList;
  819. buildConfigurations = (
  820. CDD475CC29C4D2BF00BDB829 /* Debug */,
  821. CDD475CD29C4D2BF00BDB829 /* Release */,
  822. );
  823. defaultConfigurationIsVisible = 0;
  824. defaultConfigurationName = Release;
  825. };
  826. /* End XCConfigurationList section */
  827. };
  828. rootObject = CD592BD329C2A399009AC14E /* Project object */;
  829. }