project.pbxproj 28 KB

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