project.pbxproj 28 KB

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