project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  10. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  11. 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
  12. 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
  13. 7C0CB24E1D7E57ED008ED201 /* assets in Resources */ = {isa = PBXBuildFile; fileRef = 7C0CB24D1D7E57ED008ED201 /* assets */; };
  14. 7C0CB2501D7E5817008ED201 /* libmx2_main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C0CB24F1D7E5817008ED201 /* libmx2_main.a */; };
  15. 7C0CB2561D7E664E008ED201 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7C0CB2551D7E664E008ED201 /* OpenAL.framework */; };
  16. 7C642FF1205098DA00C09329 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7C642FF0205098DA00C09329 /* LaunchScreen.storyboard */; };
  17. 7CF29FA01DDD3CA70093C8FB /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CF29F9F1DDD3CA70093C8FB /* AVFoundation.framework */; };
  18. FA8B4B97196703B400F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4B96196703B400F8EB7C /* CoreMotion.framework */; };
  19. FAE0E9651BAF967F0098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9641BAF967F0098DFA4 /* GameController.framework */; };
  20. FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779EDD0E26BA1200F39101 /* CoreAudio.framework */; };
  21. FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD77A0840E26BDB800F39101 /* AudioToolbox.framework */; };
  22. FD77A09D0E26BDE500F39101 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD77A09C0E26BDE500F39101 /* main.cpp */; };
  23. FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXFileReference section */
  26. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  27. 1D6058910D05DD3D006BFB54 /* ${APPLICATION_NAME}.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ${APPLICATION_NAME}.app; sourceTree = BUILT_PRODUCTS_DIR; };
  28. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  29. 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  30. 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  31. 7C0CB24D1D7E57ED008ED201 /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; path = assets; sourceTree = "<group>"; };
  32. 7C0CB24F1D7E5817008ED201 /* libmx2_main.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libmx2_main.a; sourceTree = "<group>"; };
  33. 7C0CB2551D7E664E008ED201 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
  34. 7C642FF0205098DA00C09329 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
  35. 7CF29F9F1DDD3CA70093C8FB /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  36. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  37. FA8B4B96196703B400F8EB7C /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  38. FAE0E9641BAF967F0098DFA4 /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
  39. FD779EDD0E26BA1200F39101 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  40. FD77A0840E26BDB800F39101 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  41. FD77A09C0E26BDE500F39101 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
  42. FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  43. /* End PBXFileReference section */
  44. /* Begin PBXFrameworksBuildPhase section */
  45. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  46. isa = PBXFrameworksBuildPhase;
  47. buildActionMask = 2147483647;
  48. files = (
  49. 7C0CB2501D7E5817008ED201 /* libmx2_main.a in Frameworks */,
  50. 7C0CB2561D7E664E008ED201 /* OpenAL.framework in Frameworks */,
  51. FAE0E9651BAF967F0098DFA4 /* GameController.framework in Frameworks */,
  52. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  53. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  54. 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
  55. 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
  56. FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */,
  57. FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */,
  58. FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */,
  59. FA8B4B97196703B400F8EB7C /* CoreMotion.framework in Frameworks */,
  60. 7CF29FA01DDD3CA70093C8FB /* AVFoundation.framework in Frameworks */,
  61. );
  62. runOnlyForDeploymentPostprocessing = 0;
  63. };
  64. /* End PBXFrameworksBuildPhase section */
  65. /* Begin PBXGroup section */
  66. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  67. isa = PBXGroup;
  68. children = (
  69. 1D6058910D05DD3D006BFB54 /* ${APPLICATION_NAME}.app */,
  70. );
  71. name = Products;
  72. sourceTree = "<group>";
  73. };
  74. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  75. isa = PBXGroup;
  76. children = (
  77. 7C642FF0205098DA00C09329 /* LaunchScreen.storyboard */,
  78. 7C0CB24D1D7E57ED008ED201 /* assets */,
  79. 29B97315FDCFA39411CA2CEA /* Sources */,
  80. 29B97317FDCFA39411CA2CEA /* Resources */,
  81. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  82. 19C28FACFE9D520D11CA2CBB /* Products */,
  83. );
  84. name = CustomTemplate;
  85. sourceTree = "<group>";
  86. };
  87. 29B97315FDCFA39411CA2CEA /* Sources */ = {
  88. isa = PBXGroup;
  89. children = (
  90. 7C0CB24F1D7E5817008ED201 /* libmx2_main.a */,
  91. FD77A09C0E26BDE500F39101 /* main.cpp */,
  92. );
  93. name = Sources;
  94. sourceTree = "<group>";
  95. };
  96. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 8D1107310486CEB800E47090 /* Info.plist */,
  100. );
  101. name = Resources;
  102. sourceTree = "<group>";
  103. };
  104. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  105. isa = PBXGroup;
  106. children = (
  107. 7CF29F9F1DDD3CA70093C8FB /* AVFoundation.framework */,
  108. 7C0CB2551D7E664E008ED201 /* OpenAL.framework */,
  109. FAE0E9641BAF967F0098DFA4 /* GameController.framework */,
  110. FA8B4B96196703B400F8EB7C /* CoreMotion.framework */,
  111. FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */,
  112. FD77A0840E26BDB800F39101 /* AudioToolbox.framework */,
  113. FD779EDD0E26BA1200F39101 /* CoreAudio.framework */,
  114. 28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
  115. 28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
  116. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  117. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  118. );
  119. name = Frameworks;
  120. sourceTree = "<group>";
  121. };
  122. /* End PBXGroup section */
  123. /* Begin PBXNativeTarget section */
  124. 1D6058900D05DD3D006BFB54 /* ${APPLICATION_NAME} */ = {
  125. isa = PBXNativeTarget;
  126. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "${APPLICATION_NAME}" */;
  127. buildPhases = (
  128. 1D60588D0D05DD3D006BFB54 /* Resources */,
  129. 1D60588E0D05DD3D006BFB54 /* Sources */,
  130. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  131. );
  132. buildRules = (
  133. );
  134. dependencies = (
  135. );
  136. name = ${APPLICATION_NAME};
  137. productName = "___PROJECTNAME___";
  138. productReference = 1D6058910D05DD3D006BFB54 /* ${APPLICATION_NAME}.app */;
  139. productType = "com.apple.product-type.application";
  140. };
  141. /* End PBXNativeTarget section */
  142. /* Begin PBXProject section */
  143. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  144. isa = PBXProject;
  145. attributes = {
  146. LastUpgradeCheck = 0510;
  147. };
  148. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "${APPLICATION_NAME}" */;
  149. compatibilityVersion = "Xcode 8.0";
  150. developmentRegion = English;
  151. hasScannedForEncodings = 1;
  152. knownRegions = (
  153. English,
  154. Japanese,
  155. French,
  156. German,
  157. );
  158. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  159. projectDirPath = "";
  160. projectRoot = "";
  161. targets = (
  162. 1D6058900D05DD3D006BFB54 /* ${APPLICATION_NAME} */,
  163. );
  164. };
  165. /* End PBXProject section */
  166. /* Begin PBXResourcesBuildPhase section */
  167. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  168. isa = PBXResourcesBuildPhase;
  169. buildActionMask = 2147483647;
  170. files = (
  171. 7C0CB24E1D7E57ED008ED201 /* assets in Resources */,
  172. 7C642FF1205098DA00C09329 /* LaunchScreen.storyboard in Resources */,
  173. );
  174. runOnlyForDeploymentPostprocessing = 0;
  175. };
  176. /* End PBXResourcesBuildPhase section */
  177. /* Begin PBXSourcesBuildPhase section */
  178. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  179. isa = PBXSourcesBuildPhase;
  180. buildActionMask = 2147483647;
  181. files = (
  182. FD77A09D0E26BDE500F39101 /* main.cpp in Sources */,
  183. );
  184. runOnlyForDeploymentPostprocessing = 0;
  185. };
  186. /* End PBXSourcesBuildPhase section */
  187. /* Begin XCBuildConfiguration section */
  188. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  189. isa = XCBuildConfiguration;
  190. buildSettings = {
  191. ALWAYS_SEARCH_USER_PATHS = NO;
  192. ARCHS = "$(ARCHS_STANDARD)";
  193. COPY_PHASE_STRIP = NO;
  194. DEVELOPMENT_TEAM = "";
  195. ENABLE_BITCODE = NO;
  196. GCC_DYNAMIC_NO_PIC = NO;
  197. GCC_OPTIMIZATION_LEVEL = 0;
  198. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  199. GCC_PREFIX_HEADER = "";
  200. INFOPLIST_FILE = Info.plist;
  201. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  202. LIBRARY_SEARCH_PATHS = (
  203. "$(inherited)",
  204. "$(PROJECT_DIR)",
  205. );
  206. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Monkey2Game;
  207. PRODUCT_NAME = ${APPLICATION_NAME};
  208. TARGETED_DEVICE_FAMILY = "1,2";
  209. USER_HEADER_SEARCH_PATHS = ../../../include;
  210. };
  211. name = Debug;
  212. };
  213. 1D6058950D05DD3E006BFB54 /* Release */ = {
  214. isa = XCBuildConfiguration;
  215. buildSettings = {
  216. ALWAYS_SEARCH_USER_PATHS = NO;
  217. ARCHS = "$(ARCHS_STANDARD)";
  218. COPY_PHASE_STRIP = YES;
  219. DEVELOPMENT_TEAM = "";
  220. ENABLE_BITCODE = NO;
  221. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  222. GCC_PREFIX_HEADER = "";
  223. INFOPLIST_FILE = Info.plist;
  224. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  225. LIBRARY_SEARCH_PATHS = (
  226. "$(inherited)",
  227. "$(PROJECT_DIR)",
  228. );
  229. PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.Monkey2Game;
  230. PRODUCT_NAME = ${APPLICATION_NAME};
  231. TARGETED_DEVICE_FAMILY = "1,2";
  232. USER_HEADER_SEARCH_PATHS = ../../../include;
  233. };
  234. name = Release;
  235. };
  236. C01FCF4F08A954540054247B /* Debug */ = {
  237. isa = XCBuildConfiguration;
  238. buildSettings = {
  239. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  240. GCC_C_LANGUAGE_STANDARD = c99;
  241. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  242. GCC_WARN_UNUSED_VARIABLE = YES;
  243. ONLY_ACTIVE_ARCH = YES;
  244. OTHER_CFLAGS = "";
  245. PREBINDING = NO;
  246. SDKROOT = iphoneos;
  247. };
  248. name = Debug;
  249. };
  250. C01FCF5008A954540054247B /* Release */ = {
  251. isa = XCBuildConfiguration;
  252. buildSettings = {
  253. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  254. GCC_C_LANGUAGE_STANDARD = c99;
  255. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  256. GCC_WARN_UNUSED_VARIABLE = YES;
  257. OTHER_CFLAGS = "";
  258. PREBINDING = NO;
  259. SDKROOT = iphoneos;
  260. };
  261. name = Release;
  262. };
  263. /* End XCBuildConfiguration section */
  264. /* Begin XCConfigurationList section */
  265. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "${APPLICATION_NAME}" */ = {
  266. isa = XCConfigurationList;
  267. buildConfigurations = (
  268. 1D6058940D05DD3E006BFB54 /* Debug */,
  269. 1D6058950D05DD3E006BFB54 /* Release */,
  270. );
  271. defaultConfigurationIsVisible = 0;
  272. defaultConfigurationName = Release;
  273. };
  274. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "${APPLICATION_NAME}" */ = {
  275. isa = XCConfigurationList;
  276. buildConfigurations = (
  277. C01FCF4F08A954540054247B /* Debug */,
  278. C01FCF5008A954540054247B /* Release */,
  279. );
  280. defaultConfigurationIsVisible = 0;
  281. defaultConfigurationName = Release;
  282. };
  283. /* End XCConfigurationList section */
  284. };
  285. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  286. }