project.pbxproj 26 KB

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