project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD1C833A2298A97F00825C4E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7E87872295FCEA00D877FE /* AppDelegate.m */; };
  10. CD1C833B2298A98200825C4E /* GameView.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD7E878E2295FCEA00D877FE /* GameView.mm */; };
  11. CD1C833C2298A98700825C4E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7E87992295FCED00D877FE /* main.m */; };
  12. CD1C833D2298A9D600825C4E /* data in Resources */ = {isa = PBXBuildFile; fileRef = CD1C82E22298A46900825C4E /* data */; };
  13. CD1C833E2298A9D800825C4E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CD7E87932295FCEC00D877FE /* Assets.xcassets */; };
  14. CD1C833F2298A9E000825C4E /* libengine.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E881222960D8200D877FE /* libengine.dylib */; };
  15. CD1C83402298A9E000825C4E /* libgameutils.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E882322960D9C00D877FE /* libgameutils.dylib */; };
  16. CD1C83412298A9E000825C4E /* libgraphics.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E883922960DBF00D877FE /* libgraphics.dylib */; };
  17. CD1C83432298A9F500825C4E /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = CD1C83422298A9F500825C4E /* MainMenu.xib */; };
  18. CD49F73D229AFF2900EB8926 /* scripts in Resources */ = {isa = PBXBuildFile; fileRef = CD49F736229AFF2800EB8926 /* scripts */; };
  19. CD49F75F229B09F800EB8926 /* level.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F75E229B09F800EB8926 /* level.cxx */; };
  20. CD49F762229B0A0500EB8926 /* enemy.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F761229B0A0500EB8926 /* enemy.cxx */; };
  21. CD49F764229B0A2400EB8926 /* danmaku in Resources */ = {isa = PBXBuildFile; fileRef = CD49F763229B0A2400EB8926 /* danmaku */; };
  22. CD49F767229B0A3000EB8926 /* player.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F766229B0A3000EB8926 /* player.cxx */; };
  23. CD49F76A229B0A6C00EB8926 /* bullet.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F769229B0A6C00EB8926 /* bullet.cxx */; };
  24. CD49F76D229B0A8000EB8926 /* bullet_pattern.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F76C229B0A8000EB8926 /* bullet_pattern.cxx */; };
  25. CD49F778229B0FCD00EB8926 /* actor.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F777229B0FCD00EB8926 /* actor.cxx */; };
  26. CD49F783229B194C00EB8926 /* burstshot_pattern.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F782229B194C00EB8926 /* burstshot_pattern.cxx */; };
  27. CD49F784229B25DE00EB8926 /* libmath.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD7E883022960DBC00D877FE /* libmath.dylib */; };
  28. CD49F786229B291D00EB8926 /* libjsoncpp.1.8.4.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD49F785229B291D00EB8926 /* libjsoncpp.1.8.4.dylib */; };
  29. CD49F794229C22A800EB8926 /* serial.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F793229C22A800EB8926 /* serial.cxx */; };
  30. CD49F7B3229C530A00EB8926 /* world.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD49F7B2229C530A00EB8926 /* world.cxx */; };
  31. CD7E87A52295FCED00D877FE /* danmakuUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7E87A42295FCED00D877FE /* danmakuUITests.m */; };
  32. CDC2CDAE229D56B6000A9E09 /* GameBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = CDC2CDAD229D56B6000A9E09 /* GameBridge.mm */; };
  33. /* End PBXBuildFile section */
  34. /* Begin PBXContainerItemProxy section */
  35. CD7E881122960D8200D877FE /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = CD7E880B22960D8200D877FE /* engine.xcodeproj */;
  38. proxyType = 2;
  39. remoteGlobalIDString = CDB1F8AE1D7A30CD00700C6B;
  40. remoteInfo = engine;
  41. };
  42. CD7E881322960D8200D877FE /* PBXContainerItemProxy */ = {
  43. isa = PBXContainerItemProxy;
  44. containerPortal = CD7E880B22960D8200D877FE /* engine.xcodeproj */;
  45. proxyType = 2;
  46. remoteGlobalIDString = CD62FCC922904A8900376440;
  47. remoteInfo = "engine-test";
  48. };
  49. CD7E882222960D9C00D877FE /* PBXContainerItemProxy */ = {
  50. isa = PBXContainerItemProxy;
  51. containerPortal = CD7E881D22960D9C00D877FE /* gameutils.xcodeproj */;
  52. proxyType = 2;
  53. remoteGlobalIDString = CD3AC7081D2C0726002B4BB0;
  54. remoteInfo = gameutils;
  55. };
  56. CD7E882F22960DBC00D877FE /* PBXContainerItemProxy */ = {
  57. isa = PBXContainerItemProxy;
  58. containerPortal = CD7E882922960DBB00D877FE /* math.xcodeproj */;
  59. proxyType = 2;
  60. remoteGlobalIDString = CD3786181CF9F61100BE89B2;
  61. remoteInfo = math;
  62. };
  63. CD7E883122960DBC00D877FE /* PBXContainerItemProxy */ = {
  64. isa = PBXContainerItemProxy;
  65. containerPortal = CD7E882922960DBB00D877FE /* math.xcodeproj */;
  66. proxyType = 2;
  67. remoteGlobalIDString = CD1FCFCD227E194D00F9BF93;
  68. remoteInfo = "math-test";
  69. };
  70. CD7E883822960DBF00D877FE /* PBXContainerItemProxy */ = {
  71. isa = PBXContainerItemProxy;
  72. containerPortal = CD7E883322960DBF00D877FE /* graphics.xcodeproj */;
  73. proxyType = 2;
  74. remoteGlobalIDString = CD3AC6E21D2C0364002B4BB0;
  75. remoteInfo = graphics;
  76. };
  77. /* End PBXContainerItemProxy section */
  78. /* Begin PBXFileReference section */
  79. CD1C82E22298A46900825C4E /* data */ = {isa = PBXFileReference; lastKnownFileType = folder; name = data; path = Resources/data; sourceTree = "<group>"; };
  80. CD1C83292298A89E00825C4E /* danmaku.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = danmaku.app; sourceTree = BUILT_PRODUCTS_DIR; };
  81. CD1C83422298A9F500825C4E /* MainMenu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = MainMenu.xib; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  82. CD49F736229AFF2800EB8926 /* scripts */ = {isa = PBXFileReference; lastKnownFileType = folder; name = scripts; path = Resources/scripts; sourceTree = "<group>"; };
  83. CD49F75E229B09F800EB8926 /* level.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = level.cxx; sourceTree = "<group>"; };
  84. CD49F761229B0A0500EB8926 /* enemy.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = enemy.cxx; sourceTree = "<group>"; };
  85. CD49F763229B0A2400EB8926 /* danmaku */ = {isa = PBXFileReference; lastKnownFileType = folder; name = danmaku; path = include/danmaku; sourceTree = "<group>"; };
  86. CD49F766229B0A3000EB8926 /* player.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = player.cxx; sourceTree = "<group>"; };
  87. CD49F769229B0A6C00EB8926 /* bullet.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bullet.cxx; sourceTree = "<group>"; };
  88. CD49F76C229B0A8000EB8926 /* bullet_pattern.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bullet_pattern.cxx; sourceTree = "<group>"; };
  89. CD49F777229B0FCD00EB8926 /* actor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = actor.cxx; sourceTree = "<group>"; };
  90. CD49F782229B194C00EB8926 /* burstshot_pattern.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = burstshot_pattern.cxx; sourceTree = "<group>"; };
  91. CD49F785229B291D00EB8926 /* libjsoncpp.1.8.4.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libjsoncpp.1.8.4.dylib; path = ../../../../../../opt/local/lib/libjsoncpp.1.8.4.dylib; sourceTree = "<group>"; };
  92. CD49F793229C22A800EB8926 /* serial.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = serial.cxx; sourceTree = "<group>"; };
  93. CD49F7B2229C530A00EB8926 /* world.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = world.cxx; sourceTree = "<group>"; };
  94. CD7E87862295FCEA00D877FE /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  95. CD7E87872295FCEA00D877FE /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  96. CD7E878D2295FCEA00D877FE /* GameView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GameView.h; sourceTree = "<group>"; };
  97. CD7E878E2295FCEA00D877FE /* GameView.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = GameView.mm; sourceTree = "<group>"; };
  98. CD7E87932295FCEC00D877FE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  99. CD7E87982295FCED00D877FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  100. CD7E87992295FCED00D877FE /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  101. CD7E879B2295FCED00D877FE /* danmaku.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = danmaku.entitlements; sourceTree = "<group>"; };
  102. CD7E87A02295FCED00D877FE /* danmakuUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = danmakuUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  103. CD7E87A42295FCED00D877FE /* danmakuUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = danmakuUITests.m; sourceTree = "<group>"; };
  104. CD7E87A62295FCED00D877FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  105. CD7E880B22960D8200D877FE /* engine.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = engine.xcodeproj; path = ../game/engine/engine.xcodeproj; sourceTree = "<group>"; };
  106. CD7E881D22960D9C00D877FE /* gameutils.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = gameutils.xcodeproj; path = ../game/util/gameutils.xcodeproj; sourceTree = "<group>"; };
  107. CD7E882922960DBB00D877FE /* math.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = math.xcodeproj; path = ../game/math/math.xcodeproj; sourceTree = "<group>"; };
  108. CD7E883322960DBF00D877FE /* graphics.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = graphics.xcodeproj; path = ../game/graphics/graphics.xcodeproj; sourceTree = "<group>"; };
  109. CDC2CDAD229D56B6000A9E09 /* GameBridge.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = GameBridge.mm; sourceTree = "<group>"; };
  110. CDC2CDB5229D56E9000A9E09 /* GameBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GameBridge.h; sourceTree = "<group>"; };
  111. /* End PBXFileReference section */
  112. /* Begin PBXFrameworksBuildPhase section */
  113. CD1C83262298A89E00825C4E /* Frameworks */ = {
  114. isa = PBXFrameworksBuildPhase;
  115. buildActionMask = 2147483647;
  116. files = (
  117. CD49F786229B291D00EB8926 /* libjsoncpp.1.8.4.dylib in Frameworks */,
  118. CD49F784229B25DE00EB8926 /* libmath.dylib in Frameworks */,
  119. CD1C833F2298A9E000825C4E /* libengine.dylib in Frameworks */,
  120. CD1C83402298A9E000825C4E /* libgameutils.dylib in Frameworks */,
  121. CD1C83412298A9E000825C4E /* libgraphics.dylib in Frameworks */,
  122. );
  123. runOnlyForDeploymentPostprocessing = 0;
  124. };
  125. CD7E879D2295FCED00D877FE /* Frameworks */ = {
  126. isa = PBXFrameworksBuildPhase;
  127. buildActionMask = 2147483647;
  128. files = (
  129. );
  130. runOnlyForDeploymentPostprocessing = 0;
  131. };
  132. /* End PBXFrameworksBuildPhase section */
  133. /* Begin PBXGroup section */
  134. CD49F756229B09E100EB8926 /* src */ = {
  135. isa = PBXGroup;
  136. children = (
  137. CD49F75E229B09F800EB8926 /* level.cxx */,
  138. CD49F793229C22A800EB8926 /* serial.cxx */,
  139. CD49F7B2229C530A00EB8926 /* world.cxx */,
  140. CD49F781229B104900EB8926 /* entity */,
  141. CD49F77F229B103200EB8926 /* pattern */,
  142. );
  143. path = src;
  144. sourceTree = "<group>";
  145. };
  146. CD49F77F229B103200EB8926 /* pattern */ = {
  147. isa = PBXGroup;
  148. children = (
  149. CD49F76C229B0A8000EB8926 /* bullet_pattern.cxx */,
  150. CD49F782229B194C00EB8926 /* burstshot_pattern.cxx */,
  151. );
  152. path = pattern;
  153. sourceTree = "<group>";
  154. };
  155. CD49F781229B104900EB8926 /* entity */ = {
  156. isa = PBXGroup;
  157. children = (
  158. CD49F777229B0FCD00EB8926 /* actor.cxx */,
  159. CD49F761229B0A0500EB8926 /* enemy.cxx */,
  160. CD49F766229B0A3000EB8926 /* player.cxx */,
  161. CD49F769229B0A6C00EB8926 /* bullet.cxx */,
  162. );
  163. path = entity;
  164. sourceTree = "<group>";
  165. };
  166. CD7E877A2295FCEA00D877FE = {
  167. isa = PBXGroup;
  168. children = (
  169. CD7E883322960DBF00D877FE /* graphics.xcodeproj */,
  170. CD7E882922960DBB00D877FE /* math.xcodeproj */,
  171. CD7E881D22960D9C00D877FE /* gameutils.xcodeproj */,
  172. CD7E880B22960D8200D877FE /* engine.xcodeproj */,
  173. CD1C82E22298A46900825C4E /* data */,
  174. CD49F736229AFF2800EB8926 /* scripts */,
  175. CD7E87852295FCEA00D877FE /* danmaku */,
  176. CD49F763229B0A2400EB8926 /* danmaku */,
  177. CD49F756229B09E100EB8926 /* src */,
  178. CD7E87A32295FCED00D877FE /* danmakuUITests */,
  179. CD7E87842295FCEA00D877FE /* Products */,
  180. CD7E87CE2295FFC500D877FE /* Frameworks */,
  181. );
  182. sourceTree = "<group>";
  183. };
  184. CD7E87842295FCEA00D877FE /* Products */ = {
  185. isa = PBXGroup;
  186. children = (
  187. CD7E87A02295FCED00D877FE /* danmakuUITests.xctest */,
  188. CD1C83292298A89E00825C4E /* danmaku.app */,
  189. );
  190. name = Products;
  191. sourceTree = "<group>";
  192. };
  193. CD7E87852295FCEA00D877FE /* danmaku */ = {
  194. isa = PBXGroup;
  195. children = (
  196. CD7E87862295FCEA00D877FE /* AppDelegate.h */,
  197. CD7E87872295FCEA00D877FE /* AppDelegate.m */,
  198. CD7E878D2295FCEA00D877FE /* GameView.h */,
  199. CD7E878E2295FCEA00D877FE /* GameView.mm */,
  200. CDC2CDB5229D56E9000A9E09 /* GameBridge.h */,
  201. CDC2CDAD229D56B6000A9E09 /* GameBridge.mm */,
  202. CD7E87932295FCEC00D877FE /* Assets.xcassets */,
  203. CD1C83422298A9F500825C4E /* MainMenu.xib */,
  204. CD7E87982295FCED00D877FE /* Info.plist */,
  205. CD7E87992295FCED00D877FE /* main.m */,
  206. CD7E879B2295FCED00D877FE /* danmaku.entitlements */,
  207. );
  208. path = danmaku;
  209. sourceTree = "<group>";
  210. };
  211. CD7E87A32295FCED00D877FE /* danmakuUITests */ = {
  212. isa = PBXGroup;
  213. children = (
  214. CD7E87A42295FCED00D877FE /* danmakuUITests.m */,
  215. CD7E87A62295FCED00D877FE /* Info.plist */,
  216. );
  217. path = danmakuUITests;
  218. sourceTree = "<group>";
  219. };
  220. CD7E87CE2295FFC500D877FE /* Frameworks */ = {
  221. isa = PBXGroup;
  222. children = (
  223. CD49F785229B291D00EB8926 /* libjsoncpp.1.8.4.dylib */,
  224. );
  225. name = Frameworks;
  226. sourceTree = "<group>";
  227. };
  228. CD7E880C22960D8200D877FE /* Products */ = {
  229. isa = PBXGroup;
  230. children = (
  231. CD7E881222960D8200D877FE /* libengine.dylib */,
  232. CD7E881422960D8200D877FE /* engine-test.xctest */,
  233. );
  234. name = Products;
  235. sourceTree = "<group>";
  236. };
  237. CD7E881E22960D9C00D877FE /* Products */ = {
  238. isa = PBXGroup;
  239. children = (
  240. CD7E882322960D9C00D877FE /* libgameutils.dylib */,
  241. );
  242. name = Products;
  243. sourceTree = "<group>";
  244. };
  245. CD7E882A22960DBB00D877FE /* Products */ = {
  246. isa = PBXGroup;
  247. children = (
  248. CD7E883022960DBC00D877FE /* libmath.dylib */,
  249. CD7E883222960DBC00D877FE /* math-test.xctest */,
  250. );
  251. name = Products;
  252. sourceTree = "<group>";
  253. };
  254. CD7E883422960DBF00D877FE /* Products */ = {
  255. isa = PBXGroup;
  256. children = (
  257. CD7E883922960DBF00D877FE /* libgraphics.dylib */,
  258. );
  259. name = Products;
  260. sourceTree = "<group>";
  261. };
  262. /* End PBXGroup section */
  263. /* Begin PBXNativeTarget section */
  264. CD1C83282298A89E00825C4E /* danmaku */ = {
  265. isa = PBXNativeTarget;
  266. buildConfigurationList = CD1C83372298A89F00825C4E /* Build configuration list for PBXNativeTarget "danmaku" */;
  267. buildPhases = (
  268. CD1C83252298A89E00825C4E /* Sources */,
  269. CD1C83262298A89E00825C4E /* Frameworks */,
  270. CD1C83272298A89E00825C4E /* Resources */,
  271. );
  272. buildRules = (
  273. );
  274. dependencies = (
  275. );
  276. name = danmaku;
  277. productName = danmaku;
  278. productReference = CD1C83292298A89E00825C4E /* danmaku.app */;
  279. productType = "com.apple.product-type.application";
  280. };
  281. CD7E879F2295FCED00D877FE /* danmakuUITests */ = {
  282. isa = PBXNativeTarget;
  283. buildConfigurationList = CD7E87AC2295FCED00D877FE /* Build configuration list for PBXNativeTarget "danmakuUITests" */;
  284. buildPhases = (
  285. CD7E879C2295FCED00D877FE /* Sources */,
  286. CD7E879D2295FCED00D877FE /* Frameworks */,
  287. CD7E879E2295FCED00D877FE /* Resources */,
  288. );
  289. buildRules = (
  290. );
  291. dependencies = (
  292. );
  293. name = danmakuUITests;
  294. productName = danmakuUITests;
  295. productReference = CD7E87A02295FCED00D877FE /* danmakuUITests.xctest */;
  296. productType = "com.apple.product-type.bundle.ui-testing";
  297. };
  298. /* End PBXNativeTarget section */
  299. /* Begin PBXProject section */
  300. CD7E877B2295FCEA00D877FE /* Project object */ = {
  301. isa = PBXProject;
  302. attributes = {
  303. LastUpgradeCheck = 1010;
  304. ORGANIZATIONNAME = "Sam Jaffe";
  305. TargetAttributes = {
  306. CD1C83282298A89E00825C4E = {
  307. CreatedOnToolsVersion = 10.1;
  308. };
  309. CD7E879F2295FCED00D877FE = {
  310. CreatedOnToolsVersion = 10.1;
  311. TestTargetID = CD7E87822295FCEA00D877FE;
  312. };
  313. };
  314. };
  315. buildConfigurationList = CD7E877E2295FCEA00D877FE /* Build configuration list for PBXProject "danmaku" */;
  316. compatibilityVersion = "Xcode 9.3";
  317. developmentRegion = en;
  318. hasScannedForEncodings = 0;
  319. knownRegions = (
  320. en,
  321. Base,
  322. );
  323. mainGroup = CD7E877A2295FCEA00D877FE;
  324. productRefGroup = CD7E87842295FCEA00D877FE /* Products */;
  325. projectDirPath = "";
  326. projectReferences = (
  327. {
  328. ProductGroup = CD7E880C22960D8200D877FE /* Products */;
  329. ProjectRef = CD7E880B22960D8200D877FE /* engine.xcodeproj */;
  330. },
  331. {
  332. ProductGroup = CD7E881E22960D9C00D877FE /* Products */;
  333. ProjectRef = CD7E881D22960D9C00D877FE /* gameutils.xcodeproj */;
  334. },
  335. {
  336. ProductGroup = CD7E883422960DBF00D877FE /* Products */;
  337. ProjectRef = CD7E883322960DBF00D877FE /* graphics.xcodeproj */;
  338. },
  339. {
  340. ProductGroup = CD7E882A22960DBB00D877FE /* Products */;
  341. ProjectRef = CD7E882922960DBB00D877FE /* math.xcodeproj */;
  342. },
  343. );
  344. projectRoot = "";
  345. targets = (
  346. CD1C83282298A89E00825C4E /* danmaku */,
  347. CD7E879F2295FCED00D877FE /* danmakuUITests */,
  348. );
  349. };
  350. /* End PBXProject section */
  351. /* Begin PBXReferenceProxy section */
  352. CD7E881222960D8200D877FE /* libengine.dylib */ = {
  353. isa = PBXReferenceProxy;
  354. fileType = "compiled.mach-o.dylib";
  355. path = libengine.dylib;
  356. remoteRef = CD7E881122960D8200D877FE /* PBXContainerItemProxy */;
  357. sourceTree = BUILT_PRODUCTS_DIR;
  358. };
  359. CD7E881422960D8200D877FE /* engine-test.xctest */ = {
  360. isa = PBXReferenceProxy;
  361. fileType = wrapper.cfbundle;
  362. path = "engine-test.xctest";
  363. remoteRef = CD7E881322960D8200D877FE /* PBXContainerItemProxy */;
  364. sourceTree = BUILT_PRODUCTS_DIR;
  365. };
  366. CD7E882322960D9C00D877FE /* libgameutils.dylib */ = {
  367. isa = PBXReferenceProxy;
  368. fileType = "compiled.mach-o.dylib";
  369. path = libgameutils.dylib;
  370. remoteRef = CD7E882222960D9C00D877FE /* PBXContainerItemProxy */;
  371. sourceTree = BUILT_PRODUCTS_DIR;
  372. };
  373. CD7E883022960DBC00D877FE /* libmath.dylib */ = {
  374. isa = PBXReferenceProxy;
  375. fileType = "compiled.mach-o.dylib";
  376. path = libmath.dylib;
  377. remoteRef = CD7E882F22960DBC00D877FE /* PBXContainerItemProxy */;
  378. sourceTree = BUILT_PRODUCTS_DIR;
  379. };
  380. CD7E883222960DBC00D877FE /* math-test.xctest */ = {
  381. isa = PBXReferenceProxy;
  382. fileType = wrapper.cfbundle;
  383. path = "math-test.xctest";
  384. remoteRef = CD7E883122960DBC00D877FE /* PBXContainerItemProxy */;
  385. sourceTree = BUILT_PRODUCTS_DIR;
  386. };
  387. CD7E883922960DBF00D877FE /* libgraphics.dylib */ = {
  388. isa = PBXReferenceProxy;
  389. fileType = "compiled.mach-o.dylib";
  390. path = libgraphics.dylib;
  391. remoteRef = CD7E883822960DBF00D877FE /* PBXContainerItemProxy */;
  392. sourceTree = BUILT_PRODUCTS_DIR;
  393. };
  394. /* End PBXReferenceProxy section */
  395. /* Begin PBXResourcesBuildPhase section */
  396. CD1C83272298A89E00825C4E /* Resources */ = {
  397. isa = PBXResourcesBuildPhase;
  398. buildActionMask = 2147483647;
  399. files = (
  400. CD49F764229B0A2400EB8926 /* danmaku in Resources */,
  401. CD1C833E2298A9D800825C4E /* Assets.xcassets in Resources */,
  402. CD1C833D2298A9D600825C4E /* data in Resources */,
  403. CD1C83432298A9F500825C4E /* MainMenu.xib in Resources */,
  404. CD49F73D229AFF2900EB8926 /* scripts in Resources */,
  405. );
  406. runOnlyForDeploymentPostprocessing = 0;
  407. };
  408. CD7E879E2295FCED00D877FE /* Resources */ = {
  409. isa = PBXResourcesBuildPhase;
  410. buildActionMask = 2147483647;
  411. files = (
  412. );
  413. runOnlyForDeploymentPostprocessing = 0;
  414. };
  415. /* End PBXResourcesBuildPhase section */
  416. /* Begin PBXSourcesBuildPhase section */
  417. CD1C83252298A89E00825C4E /* Sources */ = {
  418. isa = PBXSourcesBuildPhase;
  419. buildActionMask = 2147483647;
  420. files = (
  421. CD49F76D229B0A8000EB8926 /* bullet_pattern.cxx in Sources */,
  422. CD1C833B2298A98200825C4E /* GameView.mm in Sources */,
  423. CD49F778229B0FCD00EB8926 /* actor.cxx in Sources */,
  424. CD1C833C2298A98700825C4E /* main.m in Sources */,
  425. CD49F767229B0A3000EB8926 /* player.cxx in Sources */,
  426. CD49F794229C22A800EB8926 /* serial.cxx in Sources */,
  427. CD49F783229B194C00EB8926 /* burstshot_pattern.cxx in Sources */,
  428. CDC2CDAE229D56B6000A9E09 /* GameBridge.mm in Sources */,
  429. CD49F762229B0A0500EB8926 /* enemy.cxx in Sources */,
  430. CD49F76A229B0A6C00EB8926 /* bullet.cxx in Sources */,
  431. CD49F75F229B09F800EB8926 /* level.cxx in Sources */,
  432. CD49F7B3229C530A00EB8926 /* world.cxx in Sources */,
  433. CD1C833A2298A97F00825C4E /* AppDelegate.m in Sources */,
  434. );
  435. runOnlyForDeploymentPostprocessing = 0;
  436. };
  437. CD7E879C2295FCED00D877FE /* Sources */ = {
  438. isa = PBXSourcesBuildPhase;
  439. buildActionMask = 2147483647;
  440. files = (
  441. CD7E87A52295FCED00D877FE /* danmakuUITests.m in Sources */,
  442. );
  443. runOnlyForDeploymentPostprocessing = 0;
  444. };
  445. /* End PBXSourcesBuildPhase section */
  446. /* Begin XCBuildConfiguration section */
  447. CD1C83382298A89F00825C4E /* Debug */ = {
  448. isa = XCBuildConfiguration;
  449. buildSettings = {
  450. ALWAYS_SEARCH_USER_PATHS = NO;
  451. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  452. CODE_SIGN_ENTITLEMENTS = danmaku/danmaku.entitlements;
  453. CODE_SIGN_STYLE = Automatic;
  454. COMBINE_HIDPI_IMAGES = YES;
  455. INFOPLIST_FILE = danmaku/Info.plist;
  456. LD_RUNPATH_SEARCH_PATHS = (
  457. "$(inherited)",
  458. "@executable_path/../Frameworks",
  459. );
  460. LIBRARY_SEARCH_PATHS = (
  461. "$(inherited)",
  462. /opt/local/lib,
  463. );
  464. PRODUCT_BUNDLE_IDENTIFIER = leumasjaffe.danmaku;
  465. PRODUCT_NAME = "$(TARGET_NAME)";
  466. };
  467. name = Debug;
  468. };
  469. CD1C83392298A89F00825C4E /* Release */ = {
  470. isa = XCBuildConfiguration;
  471. buildSettings = {
  472. ALWAYS_SEARCH_USER_PATHS = NO;
  473. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  474. CODE_SIGN_ENTITLEMENTS = danmaku/danmaku.entitlements;
  475. CODE_SIGN_STYLE = Automatic;
  476. COMBINE_HIDPI_IMAGES = YES;
  477. INFOPLIST_FILE = danmaku/Info.plist;
  478. LD_RUNPATH_SEARCH_PATHS = (
  479. "$(inherited)",
  480. "@executable_path/../Frameworks",
  481. );
  482. LIBRARY_SEARCH_PATHS = (
  483. "$(inherited)",
  484. /opt/local/lib,
  485. );
  486. PRODUCT_BUNDLE_IDENTIFIER = leumasjaffe.danmaku;
  487. PRODUCT_NAME = "$(TARGET_NAME)";
  488. };
  489. name = Release;
  490. };
  491. CD7E87A72295FCED00D877FE /* Debug */ = {
  492. isa = XCBuildConfiguration;
  493. buildSettings = {
  494. ALWAYS_SEARCH_USER_PATHS = YES;
  495. CLANG_ANALYZER_NONNULL = YES;
  496. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  497. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  498. CLANG_CXX_LIBRARY = "libc++";
  499. CLANG_ENABLE_MODULES = YES;
  500. CLANG_ENABLE_OBJC_ARC = YES;
  501. CLANG_ENABLE_OBJC_WEAK = YES;
  502. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  503. CLANG_WARN_BOOL_CONVERSION = YES;
  504. CLANG_WARN_COMMA = YES;
  505. CLANG_WARN_CONSTANT_CONVERSION = YES;
  506. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  507. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  508. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  509. CLANG_WARN_EMPTY_BODY = YES;
  510. CLANG_WARN_ENUM_CONVERSION = YES;
  511. CLANG_WARN_INFINITE_RECURSION = YES;
  512. CLANG_WARN_INT_CONVERSION = YES;
  513. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  514. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  515. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  516. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  517. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  518. CLANG_WARN_STRICT_PROTOTYPES = YES;
  519. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  520. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  521. CLANG_WARN_UNREACHABLE_CODE = YES;
  522. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  523. CODE_SIGN_IDENTITY = "-";
  524. COPY_PHASE_STRIP = NO;
  525. DEBUG_INFORMATION_FORMAT = dwarf;
  526. ENABLE_STRICT_OBJC_MSGSEND = YES;
  527. ENABLE_TESTABILITY = YES;
  528. GCC_C_LANGUAGE_STANDARD = gnu11;
  529. GCC_DYNAMIC_NO_PIC = NO;
  530. GCC_NO_COMMON_BLOCKS = YES;
  531. GCC_OPTIMIZATION_LEVEL = 0;
  532. GCC_PREPROCESSOR_DEFINITIONS = (
  533. "DEBUG=1",
  534. "$(inherited)",
  535. );
  536. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  537. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  538. GCC_WARN_UNDECLARED_SELECTOR = YES;
  539. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  540. GCC_WARN_UNUSED_FUNCTION = YES;
  541. GCC_WARN_UNUSED_VARIABLE = YES;
  542. MACOSX_DEPLOYMENT_TARGET = 10.13;
  543. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  544. MTL_FAST_MATH = YES;
  545. ONLY_ACTIVE_ARCH = YES;
  546. SDKROOT = macosx;
  547. SYSTEM_HEADER_SEARCH_PATHS = /opt/local/include/;
  548. USER_HEADER_SEARCH_PATHS = (
  549. "$(PROJECT_DIR)/../game/include/expect/include",
  550. "$(BUILT_PRODUCTS_DIR)/usr/local/include/",
  551. "$(PROJECT_DIR)/include/",
  552. "$(PROJECT_DIR)/external/resource_factory/include/",
  553. );
  554. };
  555. name = Debug;
  556. };
  557. CD7E87A82295FCED00D877FE /* Release */ = {
  558. isa = XCBuildConfiguration;
  559. buildSettings = {
  560. ALWAYS_SEARCH_USER_PATHS = YES;
  561. CLANG_ANALYZER_NONNULL = YES;
  562. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  563. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  564. CLANG_CXX_LIBRARY = "libc++";
  565. CLANG_ENABLE_MODULES = YES;
  566. CLANG_ENABLE_OBJC_ARC = YES;
  567. CLANG_ENABLE_OBJC_WEAK = YES;
  568. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  569. CLANG_WARN_BOOL_CONVERSION = YES;
  570. CLANG_WARN_COMMA = YES;
  571. CLANG_WARN_CONSTANT_CONVERSION = YES;
  572. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  573. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  574. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  575. CLANG_WARN_EMPTY_BODY = YES;
  576. CLANG_WARN_ENUM_CONVERSION = YES;
  577. CLANG_WARN_INFINITE_RECURSION = YES;
  578. CLANG_WARN_INT_CONVERSION = YES;
  579. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  580. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  581. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  582. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  583. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  584. CLANG_WARN_STRICT_PROTOTYPES = YES;
  585. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  586. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  587. CLANG_WARN_UNREACHABLE_CODE = YES;
  588. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  589. CODE_SIGN_IDENTITY = "-";
  590. COPY_PHASE_STRIP = NO;
  591. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  592. ENABLE_NS_ASSERTIONS = NO;
  593. ENABLE_STRICT_OBJC_MSGSEND = YES;
  594. GCC_C_LANGUAGE_STANDARD = gnu11;
  595. GCC_NO_COMMON_BLOCKS = YES;
  596. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  597. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  598. GCC_WARN_UNDECLARED_SELECTOR = YES;
  599. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  600. GCC_WARN_UNUSED_FUNCTION = YES;
  601. GCC_WARN_UNUSED_VARIABLE = YES;
  602. MACOSX_DEPLOYMENT_TARGET = 10.13;
  603. MTL_ENABLE_DEBUG_INFO = NO;
  604. MTL_FAST_MATH = YES;
  605. SDKROOT = macosx;
  606. SYSTEM_HEADER_SEARCH_PATHS = /opt/local/include/;
  607. USER_HEADER_SEARCH_PATHS = (
  608. "$(PROJECT_DIR)/../game/include/expect/include",
  609. "$(BUILT_PRODUCTS_DIR)/usr/local/include/",
  610. "$(PROJECT_DIR)/include/",
  611. "$(PROJECT_DIR)/external/resource_factory/include/",
  612. );
  613. };
  614. name = Release;
  615. };
  616. CD7E87AD2295FCED00D877FE /* Debug */ = {
  617. isa = XCBuildConfiguration;
  618. buildSettings = {
  619. CODE_SIGN_STYLE = Automatic;
  620. COMBINE_HIDPI_IMAGES = YES;
  621. INFOPLIST_FILE = danmakuUITests/Info.plist;
  622. LD_RUNPATH_SEARCH_PATHS = (
  623. "$(inherited)",
  624. "@executable_path/../Frameworks",
  625. "@loader_path/../Frameworks",
  626. );
  627. PRODUCT_BUNDLE_IDENTIFIER = leumasjaffe.danmakuUITests;
  628. PRODUCT_NAME = "$(TARGET_NAME)";
  629. TEST_TARGET_NAME = danmaku;
  630. };
  631. name = Debug;
  632. };
  633. CD7E87AE2295FCED00D877FE /* Release */ = {
  634. isa = XCBuildConfiguration;
  635. buildSettings = {
  636. CODE_SIGN_STYLE = Automatic;
  637. COMBINE_HIDPI_IMAGES = YES;
  638. INFOPLIST_FILE = danmakuUITests/Info.plist;
  639. LD_RUNPATH_SEARCH_PATHS = (
  640. "$(inherited)",
  641. "@executable_path/../Frameworks",
  642. "@loader_path/../Frameworks",
  643. );
  644. PRODUCT_BUNDLE_IDENTIFIER = leumasjaffe.danmakuUITests;
  645. PRODUCT_NAME = "$(TARGET_NAME)";
  646. TEST_TARGET_NAME = danmaku;
  647. };
  648. name = Release;
  649. };
  650. /* End XCBuildConfiguration section */
  651. /* Begin XCConfigurationList section */
  652. CD1C83372298A89F00825C4E /* Build configuration list for PBXNativeTarget "danmaku" */ = {
  653. isa = XCConfigurationList;
  654. buildConfigurations = (
  655. CD1C83382298A89F00825C4E /* Debug */,
  656. CD1C83392298A89F00825C4E /* Release */,
  657. );
  658. defaultConfigurationIsVisible = 0;
  659. defaultConfigurationName = Release;
  660. };
  661. CD7E877E2295FCEA00D877FE /* Build configuration list for PBXProject "danmaku" */ = {
  662. isa = XCConfigurationList;
  663. buildConfigurations = (
  664. CD7E87A72295FCED00D877FE /* Debug */,
  665. CD7E87A82295FCED00D877FE /* Release */,
  666. );
  667. defaultConfigurationIsVisible = 0;
  668. defaultConfigurationName = Release;
  669. };
  670. CD7E87AC2295FCED00D877FE /* Build configuration list for PBXNativeTarget "danmakuUITests" */ = {
  671. isa = XCConfigurationList;
  672. buildConfigurations = (
  673. CD7E87AD2295FCED00D877FE /* Debug */,
  674. CD7E87AE2295FCED00D877FE /* Release */,
  675. );
  676. defaultConfigurationIsVisible = 0;
  677. defaultConfigurationName = Release;
  678. };
  679. /* End XCConfigurationList section */
  680. };
  681. rootObject = CD7E877B2295FCEA00D877FE /* Project object */;
  682. }