project.pbxproj 27 KB

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