project.pbxproj 30 KB

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