project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D0BCFE3818AEBDA2004A7AAE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3718AEBDA2004A7AAE /* Foundation.framework */; };
  10. D0BCFE3A18AEBDA2004A7AAE /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3918AEBDA2004A7AAE /* CoreGraphics.framework */; };
  11. D0BCFE3C18AEBDA2004A7AAE /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3B18AEBDA2004A7AAE /* UIKit.framework */; };
  12. D0BCFE3E18AEBDA2004A7AAE /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3D18AEBDA2004A7AAE /* GLKit.framework */; };
  13. D0BCFE4018AEBDA2004A7AAE /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3F18AEBDA2004A7AAE /* OpenGLES.framework */; };
  14. D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */; };
  15. D0BCFE6218AEBDA3004A7AAE /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE6118AEBDA3004A7AAE /* XCTest.framework */; };
  16. D0BCFE6318AEBDA3004A7AAE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3718AEBDA2004A7AAE /* Foundation.framework */; };
  17. D0BCFE6418AEBDA3004A7AAE /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3B18AEBDA2004A7AAE /* UIKit.framework */; };
  18. D0BCFE6C18AEBDA3004A7AAE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE6A18AEBDA3004A7AAE /* InfoPlist.strings */; };
  19. D0BCFE6E18AEBDA3004A7AAE /* godot_iosTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D0BCFE6D18AEBDA3004A7AAE /* godot_iosTests.m */; };
  20. D0BCFE7818AEBFEB004A7AAE /* data.pck in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE7718AEBFEB004A7AAE /* data.pck */; };
  21. D0BCFE7A18AEC06A004A7AAE /* godot_opt.iphone in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. D0BCFE6518AEBDA3004A7AAE /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = D0BCFE2C18AEBDA2004A7AAE /* Project object */;
  27. proxyType = 1;
  28. remoteGlobalIDString = D0BCFE3318AEBDA2004A7AAE;
  29. remoteInfo = godot_ios;
  30. };
  31. /* End PBXContainerItemProxy section */
  32. /* Begin PBXFileReference section */
  33. D0BCFE3418AEBDA2004A7AAE /* godot_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = godot_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
  34. D0BCFE3718AEBDA2004A7AAE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  35. D0BCFE3918AEBDA2004A7AAE /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  36. D0BCFE3B18AEBDA2004A7AAE /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  37. D0BCFE3D18AEBDA2004A7AAE /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
  38. D0BCFE3F18AEBDA2004A7AAE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  39. D0BCFE4318AEBDA2004A7AAE /* godot_ios-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "godot_ios-Info.plist"; sourceTree = "<group>"; };
  40. D0BCFE4518AEBDA2004A7AAE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  41. D0BCFE4918AEBDA2004A7AAE /* godot_ios-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "godot_ios-Prefix.pch"; sourceTree = "<group>"; };
  42. D0BCFE6018AEBDA3004A7AAE /* godot_iosTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = godot_iosTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  43. D0BCFE6118AEBDA3004A7AAE /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  44. D0BCFE6918AEBDA3004A7AAE /* godot_iosTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "godot_iosTests-Info.plist"; sourceTree = "<group>"; };
  45. D0BCFE6B18AEBDA3004A7AAE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  46. D0BCFE6D18AEBDA3004A7AAE /* godot_iosTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = godot_iosTests.m; sourceTree = "<group>"; };
  47. D0BCFE7718AEBFEB004A7AAE /* data.pck */ = {isa = PBXFileReference; lastKnownFileType = file; path = data.pck; sourceTree = "<group>"; };
  48. D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = godot_opt.iphone; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. D0BCFE3118AEBDA2004A7AAE /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. D0BCFE4018AEBDA2004A7AAE /* OpenGLES.framework in Frameworks */,
  56. D0BCFE3A18AEBDA2004A7AAE /* CoreGraphics.framework in Frameworks */,
  57. D0BCFE3C18AEBDA2004A7AAE /* UIKit.framework in Frameworks */,
  58. D0BCFE3E18AEBDA2004A7AAE /* GLKit.framework in Frameworks */,
  59. D0BCFE3818AEBDA2004A7AAE /* Foundation.framework in Frameworks */,
  60. );
  61. runOnlyForDeploymentPostprocessing = 0;
  62. };
  63. D0BCFE5D18AEBDA3004A7AAE /* Frameworks */ = {
  64. isa = PBXFrameworksBuildPhase;
  65. buildActionMask = 2147483647;
  66. files = (
  67. D0BCFE6218AEBDA3004A7AAE /* XCTest.framework in Frameworks */,
  68. D0BCFE6418AEBDA3004A7AAE /* UIKit.framework in Frameworks */,
  69. D0BCFE6318AEBDA3004A7AAE /* Foundation.framework in Frameworks */,
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. D0BCFE2B18AEBDA2004A7AAE = {
  76. isa = PBXGroup;
  77. children = (
  78. D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */,
  79. D0BCFE7718AEBFEB004A7AAE /* data.pck */,
  80. D0BCFE4118AEBDA2004A7AAE /* godot_ios */,
  81. D0BCFE6718AEBDA3004A7AAE /* godot_iosTests */,
  82. D0BCFE3618AEBDA2004A7AAE /* Frameworks */,
  83. D0BCFE3518AEBDA2004A7AAE /* Products */,
  84. );
  85. sourceTree = "<group>";
  86. };
  87. D0BCFE3518AEBDA2004A7AAE /* Products */ = {
  88. isa = PBXGroup;
  89. children = (
  90. D0BCFE3418AEBDA2004A7AAE /* godot_ios.app */,
  91. D0BCFE6018AEBDA3004A7AAE /* godot_iosTests.xctest */,
  92. );
  93. name = Products;
  94. sourceTree = "<group>";
  95. };
  96. D0BCFE3618AEBDA2004A7AAE /* Frameworks */ = {
  97. isa = PBXGroup;
  98. children = (
  99. D0BCFE3718AEBDA2004A7AAE /* Foundation.framework */,
  100. D0BCFE3918AEBDA2004A7AAE /* CoreGraphics.framework */,
  101. D0BCFE3B18AEBDA2004A7AAE /* UIKit.framework */,
  102. D0BCFE3D18AEBDA2004A7AAE /* GLKit.framework */,
  103. D0BCFE3F18AEBDA2004A7AAE /* OpenGLES.framework */,
  104. D0BCFE6118AEBDA3004A7AAE /* XCTest.framework */,
  105. );
  106. name = Frameworks;
  107. sourceTree = "<group>";
  108. };
  109. D0BCFE4118AEBDA2004A7AAE /* godot_ios */ = {
  110. isa = PBXGroup;
  111. children = (
  112. D0BCFE4218AEBDA2004A7AAE /* Supporting Files */,
  113. );
  114. path = godot_ios;
  115. sourceTree = "<group>";
  116. };
  117. D0BCFE4218AEBDA2004A7AAE /* Supporting Files */ = {
  118. isa = PBXGroup;
  119. children = (
  120. D0BCFE4318AEBDA2004A7AAE /* godot_ios-Info.plist */,
  121. D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */,
  122. D0BCFE4918AEBDA2004A7AAE /* godot_ios-Prefix.pch */,
  123. );
  124. name = "Supporting Files";
  125. sourceTree = "<group>";
  126. };
  127. D0BCFE6718AEBDA3004A7AAE /* godot_iosTests */ = {
  128. isa = PBXGroup;
  129. children = (
  130. D0BCFE6D18AEBDA3004A7AAE /* godot_iosTests.m */,
  131. D0BCFE6818AEBDA3004A7AAE /* Supporting Files */,
  132. );
  133. path = godot_iosTests;
  134. sourceTree = "<group>";
  135. };
  136. D0BCFE6818AEBDA3004A7AAE /* Supporting Files */ = {
  137. isa = PBXGroup;
  138. children = (
  139. D0BCFE6918AEBDA3004A7AAE /* godot_iosTests-Info.plist */,
  140. D0BCFE6A18AEBDA3004A7AAE /* InfoPlist.strings */,
  141. );
  142. name = "Supporting Files";
  143. sourceTree = "<group>";
  144. };
  145. /* End PBXGroup section */
  146. /* Begin PBXNativeTarget section */
  147. D0BCFE3318AEBDA2004A7AAE /* godot_ios */ = {
  148. isa = PBXNativeTarget;
  149. buildConfigurationList = D0BCFE7118AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "godot_ios" */;
  150. buildPhases = (
  151. D0BCFE3018AEBDA2004A7AAE /* Sources */,
  152. D0BCFE3118AEBDA2004A7AAE /* Frameworks */,
  153. D0BCFE3218AEBDA2004A7AAE /* Resources */,
  154. );
  155. buildRules = (
  156. );
  157. dependencies = (
  158. );
  159. name = godot_ios;
  160. productName = godot_ios;
  161. productReference = D0BCFE3418AEBDA2004A7AAE /* godot_ios.app */;
  162. productType = "com.apple.product-type.application";
  163. };
  164. D0BCFE5F18AEBDA3004A7AAE /* godot_iosTests */ = {
  165. isa = PBXNativeTarget;
  166. buildConfigurationList = D0BCFE7418AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "godot_iosTests" */;
  167. buildPhases = (
  168. D0BCFE5C18AEBDA3004A7AAE /* Sources */,
  169. D0BCFE5D18AEBDA3004A7AAE /* Frameworks */,
  170. D0BCFE5E18AEBDA3004A7AAE /* Resources */,
  171. );
  172. buildRules = (
  173. );
  174. dependencies = (
  175. D0BCFE6618AEBDA3004A7AAE /* PBXTargetDependency */,
  176. );
  177. name = godot_iosTests;
  178. productName = godot_iosTests;
  179. productReference = D0BCFE6018AEBDA3004A7AAE /* godot_iosTests.xctest */;
  180. productType = "com.apple.product-type.bundle.unit-test";
  181. };
  182. /* End PBXNativeTarget section */
  183. /* Begin PBXProject section */
  184. D0BCFE2C18AEBDA2004A7AAE /* Project object */ = {
  185. isa = PBXProject;
  186. attributes = {
  187. LastUpgradeCheck = 0500;
  188. ORGANIZATIONNAME = Okam;
  189. TargetAttributes = {
  190. D0BCFE5F18AEBDA3004A7AAE = {
  191. TestTargetID = D0BCFE3318AEBDA2004A7AAE;
  192. };
  193. };
  194. };
  195. buildConfigurationList = D0BCFE2F18AEBDA2004A7AAE /* Build configuration list for PBXProject "godot_ios" */;
  196. compatibilityVersion = "Xcode 3.2";
  197. developmentRegion = English;
  198. hasScannedForEncodings = 0;
  199. knownRegions = (
  200. en,
  201. Base,
  202. );
  203. mainGroup = D0BCFE2B18AEBDA2004A7AAE;
  204. productRefGroup = D0BCFE3518AEBDA2004A7AAE /* Products */;
  205. projectDirPath = "";
  206. projectRoot = "";
  207. targets = (
  208. D0BCFE3318AEBDA2004A7AAE /* godot_ios */,
  209. D0BCFE5F18AEBDA3004A7AAE /* godot_iosTests */,
  210. );
  211. };
  212. /* End PBXProject section */
  213. /* Begin PBXResourcesBuildPhase section */
  214. D0BCFE3218AEBDA2004A7AAE /* Resources */ = {
  215. isa = PBXResourcesBuildPhase;
  216. buildActionMask = 2147483647;
  217. files = (
  218. D0BCFE7818AEBFEB004A7AAE /* data.pck in Resources */,
  219. D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */,
  220. D0BCFE7A18AEC06A004A7AAE /* godot_opt.iphone in Resources */,
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. D0BCFE5E18AEBDA3004A7AAE /* Resources */ = {
  225. isa = PBXResourcesBuildPhase;
  226. buildActionMask = 2147483647;
  227. files = (
  228. D0BCFE6C18AEBDA3004A7AAE /* InfoPlist.strings in Resources */,
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. /* End PBXResourcesBuildPhase section */
  233. /* Begin PBXSourcesBuildPhase section */
  234. D0BCFE3018AEBDA2004A7AAE /* Sources */ = {
  235. isa = PBXSourcesBuildPhase;
  236. buildActionMask = 2147483647;
  237. files = (
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. };
  241. D0BCFE5C18AEBDA3004A7AAE /* Sources */ = {
  242. isa = PBXSourcesBuildPhase;
  243. buildActionMask = 2147483647;
  244. files = (
  245. D0BCFE6E18AEBDA3004A7AAE /* godot_iosTests.m in Sources */,
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. };
  249. /* End PBXSourcesBuildPhase section */
  250. /* Begin PBXTargetDependency section */
  251. D0BCFE6618AEBDA3004A7AAE /* PBXTargetDependency */ = {
  252. isa = PBXTargetDependency;
  253. target = D0BCFE3318AEBDA2004A7AAE /* godot_ios */;
  254. targetProxy = D0BCFE6518AEBDA3004A7AAE /* PBXContainerItemProxy */;
  255. };
  256. /* End PBXTargetDependency section */
  257. /* Begin PBXVariantGroup section */
  258. D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */ = {
  259. isa = PBXVariantGroup;
  260. children = (
  261. D0BCFE4518AEBDA2004A7AAE /* en */,
  262. );
  263. name = InfoPlist.strings;
  264. sourceTree = "<group>";
  265. };
  266. D0BCFE6A18AEBDA3004A7AAE /* InfoPlist.strings */ = {
  267. isa = PBXVariantGroup;
  268. children = (
  269. D0BCFE6B18AEBDA3004A7AAE /* en */,
  270. );
  271. name = InfoPlist.strings;
  272. sourceTree = "<group>";
  273. };
  274. /* End PBXVariantGroup section */
  275. /* Begin XCBuildConfiguration section */
  276. D0BCFE6F18AEBDA3004A7AAE /* Debug */ = {
  277. isa = XCBuildConfiguration;
  278. buildSettings = {
  279. ALWAYS_SEARCH_USER_PATHS = NO;
  280. ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
  281. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  282. CLANG_CXX_LIBRARY = "libc++";
  283. CLANG_ENABLE_MODULES = YES;
  284. CLANG_ENABLE_OBJC_ARC = YES;
  285. CLANG_WARN_BOOL_CONVERSION = YES;
  286. CLANG_WARN_CONSTANT_CONVERSION = YES;
  287. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  288. CLANG_WARN_EMPTY_BODY = YES;
  289. CLANG_WARN_ENUM_CONVERSION = YES;
  290. CLANG_WARN_INT_CONVERSION = YES;
  291. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  292. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  293. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  294. COPY_PHASE_STRIP = NO;
  295. GCC_C_LANGUAGE_STANDARD = gnu99;
  296. GCC_DYNAMIC_NO_PIC = NO;
  297. GCC_OPTIMIZATION_LEVEL = 0;
  298. GCC_PREPROCESSOR_DEFINITIONS = (
  299. "DEBUG=1",
  300. "$(inherited)",
  301. );
  302. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  303. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  304. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  305. GCC_WARN_UNDECLARED_SELECTOR = YES;
  306. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  307. GCC_WARN_UNUSED_FUNCTION = YES;
  308. GCC_WARN_UNUSED_VARIABLE = YES;
  309. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  310. ONLY_ACTIVE_ARCH = YES;
  311. SDKROOT = iphoneos;
  312. TARGETED_DEVICE_FAMILY = "1,2";
  313. };
  314. name = Debug;
  315. };
  316. D0BCFE7018AEBDA3004A7AAE /* Release */ = {
  317. isa = XCBuildConfiguration;
  318. buildSettings = {
  319. ALWAYS_SEARCH_USER_PATHS = NO;
  320. ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
  321. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  322. CLANG_CXX_LIBRARY = "libc++";
  323. CLANG_ENABLE_MODULES = YES;
  324. CLANG_ENABLE_OBJC_ARC = YES;
  325. CLANG_WARN_BOOL_CONVERSION = YES;
  326. CLANG_WARN_CONSTANT_CONVERSION = YES;
  327. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  328. CLANG_WARN_EMPTY_BODY = YES;
  329. CLANG_WARN_ENUM_CONVERSION = YES;
  330. CLANG_WARN_INT_CONVERSION = YES;
  331. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  332. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  333. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  334. COPY_PHASE_STRIP = YES;
  335. ENABLE_NS_ASSERTIONS = NO;
  336. GCC_C_LANGUAGE_STANDARD = gnu99;
  337. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  338. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  339. GCC_WARN_UNDECLARED_SELECTOR = YES;
  340. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  341. GCC_WARN_UNUSED_FUNCTION = YES;
  342. GCC_WARN_UNUSED_VARIABLE = YES;
  343. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  344. SDKROOT = iphoneos;
  345. TARGETED_DEVICE_FAMILY = "1,2";
  346. VALIDATE_PRODUCT = YES;
  347. };
  348. name = Release;
  349. };
  350. D0BCFE7218AEBDA3004A7AAE /* Debug */ = {
  351. isa = XCBuildConfiguration;
  352. buildSettings = {
  353. ARCHS = "$(ARCHS_STANDARD)";
  354. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  355. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  356. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  357. GCC_PREFIX_HEADER = "godot_ios/godot_ios-Prefix.pch";
  358. INFOPLIST_FILE = "godot_ios/godot_ios-Info.plist";
  359. IPHONEOS_DEPLOYMENT_TARGET = 4.3;
  360. PRODUCT_NAME = "$(TARGET_NAME)";
  361. TARGETED_DEVICE_FAMILY = "1,2";
  362. VALID_ARCHS = "armv7 armv7s";
  363. WRAPPER_EXTENSION = app;
  364. };
  365. name = Debug;
  366. };
  367. D0BCFE7318AEBDA3004A7AAE /* Release */ = {
  368. isa = XCBuildConfiguration;
  369. buildSettings = {
  370. ARCHS = "$(ARCHS_STANDARD)";
  371. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  372. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  373. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  374. GCC_PREFIX_HEADER = "godot_ios/godot_ios-Prefix.pch";
  375. INFOPLIST_FILE = "godot_ios/godot_ios-Info.plist";
  376. IPHONEOS_DEPLOYMENT_TARGET = 4.3;
  377. PRODUCT_NAME = "$(TARGET_NAME)";
  378. TARGETED_DEVICE_FAMILY = "1,2";
  379. VALID_ARCHS = "armv7 armv7s";
  380. WRAPPER_EXTENSION = app;
  381. };
  382. name = Release;
  383. };
  384. D0BCFE7518AEBDA3004A7AAE /* Debug */ = {
  385. isa = XCBuildConfiguration;
  386. buildSettings = {
  387. ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
  388. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/godot_ios.app/godot_ios";
  389. FRAMEWORK_SEARCH_PATHS = (
  390. "$(SDKROOT)/Developer/Library/Frameworks",
  391. "$(inherited)",
  392. "$(DEVELOPER_FRAMEWORKS_DIR)",
  393. );
  394. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  395. GCC_PREFIX_HEADER = "godot_ios/godot_ios-Prefix.pch";
  396. GCC_PREPROCESSOR_DEFINITIONS = (
  397. "DEBUG=1",
  398. "$(inherited)",
  399. );
  400. INFOPLIST_FILE = "godot_iosTests/godot_iosTests-Info.plist";
  401. PRODUCT_NAME = "$(TARGET_NAME)";
  402. TEST_HOST = "$(BUNDLE_LOADER)";
  403. WRAPPER_EXTENSION = xctest;
  404. };
  405. name = Debug;
  406. };
  407. D0BCFE7618AEBDA3004A7AAE /* Release */ = {
  408. isa = XCBuildConfiguration;
  409. buildSettings = {
  410. ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
  411. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/godot_ios.app/godot_ios";
  412. FRAMEWORK_SEARCH_PATHS = (
  413. "$(SDKROOT)/Developer/Library/Frameworks",
  414. "$(inherited)",
  415. "$(DEVELOPER_FRAMEWORKS_DIR)",
  416. );
  417. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  418. GCC_PREFIX_HEADER = "godot_ios/godot_ios-Prefix.pch";
  419. INFOPLIST_FILE = "godot_iosTests/godot_iosTests-Info.plist";
  420. PRODUCT_NAME = "$(TARGET_NAME)";
  421. TEST_HOST = "$(BUNDLE_LOADER)";
  422. WRAPPER_EXTENSION = xctest;
  423. };
  424. name = Release;
  425. };
  426. /* End XCBuildConfiguration section */
  427. /* Begin XCConfigurationList section */
  428. D0BCFE2F18AEBDA2004A7AAE /* Build configuration list for PBXProject "godot_ios" */ = {
  429. isa = XCConfigurationList;
  430. buildConfigurations = (
  431. D0BCFE6F18AEBDA3004A7AAE /* Debug */,
  432. D0BCFE7018AEBDA3004A7AAE /* Release */,
  433. );
  434. defaultConfigurationIsVisible = 0;
  435. defaultConfigurationName = Release;
  436. };
  437. D0BCFE7118AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "godot_ios" */ = {
  438. isa = XCConfigurationList;
  439. buildConfigurations = (
  440. D0BCFE7218AEBDA3004A7AAE /* Debug */,
  441. D0BCFE7318AEBDA3004A7AAE /* Release */,
  442. );
  443. defaultConfigurationIsVisible = 0;
  444. };
  445. D0BCFE7418AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "godot_iosTests" */ = {
  446. isa = XCConfigurationList;
  447. buildConfigurations = (
  448. D0BCFE7518AEBDA3004A7AAE /* Debug */,
  449. D0BCFE7618AEBDA3004A7AAE /* Release */,
  450. );
  451. defaultConfigurationIsVisible = 0;
  452. };
  453. /* End XCConfigurationList section */
  454. };
  455. rootObject = D0BCFE2C18AEBDA2004A7AAE /* Project object */;
  456. }