project.pbxproj 31 KB

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