project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6D086CF21CD9B3770057F210 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D086CF11CD9B3770057F210 /* AudioToolbox.framework */; };
  10. 6D086D6A1CD9BC820057F210 /* test.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 6D086D691CD9BC820057F210 /* test.ogg */; };
  11. 6D1992381CD692ED00DE01FA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D1992341CD692ED00DE01FA /* QuartzCore.framework */; };
  12. 6D1992391CD692ED00DE01FA /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D1992351CD692ED00DE01FA /* CoreMotion.framework */; };
  13. 6D19923A1CD692ED00DE01FA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D1992361CD692ED00DE01FA /* UIKit.framework */; };
  14. 6D19923B1CD692ED00DE01FA /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D1992371CD692ED00DE01FA /* OpenGLES.framework */; };
  15. 6D90505D1CCBFFD400D0E80A /* liblua.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D90505C1CCBFFD400D0E80A /* liblua.a */; };
  16. 6DB2E6B51CD9ABD000FB0E28 /* test.wav in Resources */ = {isa = PBXBuildFile; fileRef = 6DB2E6B41CD9ABD000FB0E28 /* test.wav */; };
  17. 8A0F80641BF536C800E24F9B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80631BF536C800E24F9B /* AppDelegate.m */; };
  18. 8A0F80671BF536C800E24F9B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F80661BF536C800E24F9B /* ViewController.m */; };
  19. 8A0F806A1BF536C800E24F9B /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A0F80681BF536C800E24F9B /* Main.storyboard */; };
  20. 8A0F806C1BF536C800E24F9B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8A0F806B1BF536C800E24F9B /* Assets.xcassets */; };
  21. 8A0F806F1BF536C800E24F9B /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A0F806D1BF536C800E24F9B /* LaunchScreen.storyboard */; };
  22. 8A0F807B1BF53DD200E24F9B /* PolycodeTemplateApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */; };
  23. 8A0F81991BF56A2D00E24F9B /* PolycodeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A0F81981BF56A2D00E24F9B /* PolycodeView.m */; };
  24. 8A35E14B1C877A8B00BF9EEA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A35E14A1C877A8B00BF9EEA /* main.m */; };
  25. 8A35E14F1C877DDB00BF9EEA /* libFreetype2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A35E14E1C877DDB00BF9EEA /* libFreetype2.a */; };
  26. 8A35E1C61C87B3BC00BF9EEA /* libphysfs.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A35E1C51C87B3BC00BF9EEA /* libphysfs.a */; };
  27. 8A35E1DC1C87B50600BF9EEA /* default.pak in Resources */ = {isa = PBXBuildFile; fileRef = 8A35E1DB1C87B50600BF9EEA /* default.pak */; };
  28. 8AD300AB1BF68290004D243B /* libPolycodeCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AD300AA1BF68290004D243B /* libPolycodeCore.a */; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXFileReference section */
  31. 6D086CF11CD9B3770057F210 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  32. 6D086D691CD9BC820057F210 /* test.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; name = test.ogg; path = ../../../../../../../Downloads/test.ogg; sourceTree = "<group>"; };
  33. 6D1992341CD692ED00DE01FA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  34. 6D1992351CD692ED00DE01FA /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  35. 6D1992361CD692ED00DE01FA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  36. 6D1992371CD692ED00DE01FA /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  37. 6D90505C1CCBFFD400D0E80A /* liblua.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblua.a; path = ../../../../lib/ios/iphonesimulator/liblua.a; sourceTree = "<group>"; };
  38. 6DB2E6B41CD9ABD000FB0E28 /* test.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = test.wav; path = ../../../../../../../Downloads/test.wav; sourceTree = "<group>"; };
  39. 8A0F805C1BF536C800E24F9B /* TemplateApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TemplateApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  40. 8A0F80621BF536C800E24F9B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  41. 8A0F80631BF536C800E24F9B /* AppDelegate.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; path = AppDelegate.m; sourceTree = "<group>"; };
  42. 8A0F80651BF536C800E24F9B /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  43. 8A0F80661BF536C800E24F9B /* ViewController.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; path = ViewController.m; sourceTree = "<group>"; };
  44. 8A0F80691BF536C800E24F9B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  45. 8A0F806B1BF536C800E24F9B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  46. 8A0F806E1BF536C800E24F9B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  47. 8A0F80701BF536C800E24F9B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  48. 8A0F80791BF53DD200E24F9B /* PolycodeTemplateApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeTemplateApp.h; sourceTree = "<group>"; };
  49. 8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PolycodeTemplateApp.mm; sourceTree = "<group>"; };
  50. 8A0F81981BF56A2D00E24F9B /* PolycodeView.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; fileEncoding = 4; name = PolycodeView.m; path = ../../../../src/view/ios/PolycodeView.m; sourceTree = "<group>"; };
  51. 8A35E14A1C877A8B00BF9EEA /* main.m */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp.preprocessed; fileEncoding = 4; path = main.m; sourceTree = "<group>"; };
  52. 8A35E14E1C877DDB00BF9EEA /* libFreetype2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libFreetype2.a; path = ../../../../lib/ios/iphonesimulator/libFreetype2.a; sourceTree = "<group>"; };
  53. 8A35E19E1C87A54A00BF9EEA /* PolycodeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolycodeView.h; path = ../../../../include/polycode/view/ios/PolycodeView.h; sourceTree = "<group>"; };
  54. 8A35E1C51C87B3BC00BF9EEA /* libphysfs.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libphysfs.a; path = ../../../../lib/ios/iphonesimulator/libphysfs.a; sourceTree = "<group>"; };
  55. 8A35E1DB1C87B50600BF9EEA /* default.pak */ = {isa = PBXFileReference; lastKnownFileType = file; name = default.pak; path = ../../../../assets/default/default.pak; sourceTree = "<group>"; };
  56. 8AD300AA1BF68290004D243B /* libPolycodeCore.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPolycodeCore.a; path = ../../../../lib/ios/iphonesimulator/libPolycodeCore.a; sourceTree = "<group>"; };
  57. /* End PBXFileReference section */
  58. /* Begin PBXFrameworksBuildPhase section */
  59. 8A0F80591BF536C800E24F9B /* Frameworks */ = {
  60. isa = PBXFrameworksBuildPhase;
  61. buildActionMask = 2147483647;
  62. files = (
  63. 6D086CF21CD9B3770057F210 /* AudioToolbox.framework in Frameworks */,
  64. 6D1992381CD692ED00DE01FA /* QuartzCore.framework in Frameworks */,
  65. 6D1992391CD692ED00DE01FA /* CoreMotion.framework in Frameworks */,
  66. 6D90505D1CCBFFD400D0E80A /* liblua.a in Frameworks */,
  67. 6D19923B1CD692ED00DE01FA /* OpenGLES.framework in Frameworks */,
  68. 8A35E14F1C877DDB00BF9EEA /* libFreetype2.a in Frameworks */,
  69. 8A35E1C61C87B3BC00BF9EEA /* libphysfs.a in Frameworks */,
  70. 6D19923A1CD692ED00DE01FA /* UIKit.framework in Frameworks */,
  71. 8AD300AB1BF68290004D243B /* libPolycodeCore.a in Frameworks */,
  72. );
  73. runOnlyForDeploymentPostprocessing = 0;
  74. };
  75. /* End PBXFrameworksBuildPhase section */
  76. /* Begin PBXGroup section */
  77. 8A0F80531BF536C800E24F9B = {
  78. isa = PBXGroup;
  79. children = (
  80. 8A0F805E1BF536C800E24F9B /* TemplateApp */,
  81. 8A0F805D1BF536C800E24F9B /* Products */,
  82. );
  83. sourceTree = "<group>";
  84. };
  85. 8A0F805D1BF536C800E24F9B /* Products */ = {
  86. isa = PBXGroup;
  87. children = (
  88. 8A0F805C1BF536C800E24F9B /* TemplateApp.app */,
  89. );
  90. name = Products;
  91. sourceTree = "<group>";
  92. };
  93. 8A0F805E1BF536C800E24F9B /* TemplateApp */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 6D086CF11CD9B3770057F210 /* AudioToolbox.framework */,
  97. 6D1992341CD692ED00DE01FA /* QuartzCore.framework */,
  98. 6D1992351CD692ED00DE01FA /* CoreMotion.framework */,
  99. 6D1992361CD692ED00DE01FA /* UIKit.framework */,
  100. 6D1992371CD692ED00DE01FA /* OpenGLES.framework */,
  101. 8A35E14E1C877DDB00BF9EEA /* libFreetype2.a */,
  102. 8A35E1C51C87B3BC00BF9EEA /* libphysfs.a */,
  103. 6D90505C1CCBFFD400D0E80A /* liblua.a */,
  104. 8AD300AA1BF68290004D243B /* libPolycodeCore.a */,
  105. 8A0F80621BF536C800E24F9B /* AppDelegate.h */,
  106. 8A0F80631BF536C800E24F9B /* AppDelegate.m */,
  107. 8A0F80651BF536C800E24F9B /* ViewController.h */,
  108. 8A0F80661BF536C800E24F9B /* ViewController.m */,
  109. 8A0F80791BF53DD200E24F9B /* PolycodeTemplateApp.h */,
  110. 8A0F807A1BF53DD200E24F9B /* PolycodeTemplateApp.mm */,
  111. 8A35E1DB1C87B50600BF9EEA /* default.pak */,
  112. 6D086D691CD9BC820057F210 /* test.ogg */,
  113. 8A0F80681BF536C800E24F9B /* Main.storyboard */,
  114. 8A35E19E1C87A54A00BF9EEA /* PolycodeView.h */,
  115. 8A0F81981BF56A2D00E24F9B /* PolycodeView.m */,
  116. 8A0F806B1BF536C800E24F9B /* Assets.xcassets */,
  117. 6DB2E6B41CD9ABD000FB0E28 /* test.wav */,
  118. 8A0F806D1BF536C800E24F9B /* LaunchScreen.storyboard */,
  119. 8A35E14A1C877A8B00BF9EEA /* main.m */,
  120. 8A0F80701BF536C800E24F9B /* Info.plist */,
  121. );
  122. path = TemplateApp;
  123. sourceTree = "<group>";
  124. };
  125. /* End PBXGroup section */
  126. /* Begin PBXNativeTarget section */
  127. 8A0F805B1BF536C800E24F9B /* TemplateApp */ = {
  128. isa = PBXNativeTarget;
  129. buildConfigurationList = 8A0F80731BF536C800E24F9B /* Build configuration list for PBXNativeTarget "TemplateApp" */;
  130. buildPhases = (
  131. 8A0F80581BF536C800E24F9B /* Sources */,
  132. 8A0F80591BF536C800E24F9B /* Frameworks */,
  133. 8A0F805A1BF536C800E24F9B /* Resources */,
  134. );
  135. buildRules = (
  136. );
  137. dependencies = (
  138. );
  139. name = TemplateApp;
  140. productName = TemplateApp;
  141. productReference = 8A0F805C1BF536C800E24F9B /* TemplateApp.app */;
  142. productType = "com.apple.product-type.application";
  143. };
  144. /* End PBXNativeTarget section */
  145. /* Begin PBXProject section */
  146. 8A0F80541BF536C800E24F9B /* Project object */ = {
  147. isa = PBXProject;
  148. attributes = {
  149. LastUpgradeCheck = 0710;
  150. ORGANIZATIONNAME = Polycode;
  151. TargetAttributes = {
  152. 8A0F805B1BF536C800E24F9B = {
  153. CreatedOnToolsVersion = 7.1;
  154. DevelopmentTeam = 8R477NNJLJ;
  155. };
  156. };
  157. };
  158. buildConfigurationList = 8A0F80571BF536C800E24F9B /* Build configuration list for PBXProject "TemplateApp" */;
  159. compatibilityVersion = "Xcode 3.2";
  160. developmentRegion = English;
  161. hasScannedForEncodings = 0;
  162. knownRegions = (
  163. en,
  164. Base,
  165. );
  166. mainGroup = 8A0F80531BF536C800E24F9B;
  167. productRefGroup = 8A0F805D1BF536C800E24F9B /* Products */;
  168. projectDirPath = "";
  169. projectRoot = "";
  170. targets = (
  171. 8A0F805B1BF536C800E24F9B /* TemplateApp */,
  172. );
  173. };
  174. /* End PBXProject section */
  175. /* Begin PBXResourcesBuildPhase section */
  176. 8A0F805A1BF536C800E24F9B /* Resources */ = {
  177. isa = PBXResourcesBuildPhase;
  178. buildActionMask = 2147483647;
  179. files = (
  180. 6DB2E6B51CD9ABD000FB0E28 /* test.wav in Resources */,
  181. 8A0F806F1BF536C800E24F9B /* LaunchScreen.storyboard in Resources */,
  182. 8A0F806C1BF536C800E24F9B /* Assets.xcassets in Resources */,
  183. 8A35E1DC1C87B50600BF9EEA /* default.pak in Resources */,
  184. 8A0F806A1BF536C800E24F9B /* Main.storyboard in Resources */,
  185. 6D086D6A1CD9BC820057F210 /* test.ogg in Resources */,
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. };
  189. /* End PBXResourcesBuildPhase section */
  190. /* Begin PBXSourcesBuildPhase section */
  191. 8A0F80581BF536C800E24F9B /* Sources */ = {
  192. isa = PBXSourcesBuildPhase;
  193. buildActionMask = 2147483647;
  194. files = (
  195. 8A35E14B1C877A8B00BF9EEA /* main.m in Sources */,
  196. 8A0F80671BF536C800E24F9B /* ViewController.m in Sources */,
  197. 8A0F807B1BF53DD200E24F9B /* PolycodeTemplateApp.mm in Sources */,
  198. 8A0F80641BF536C800E24F9B /* AppDelegate.m in Sources */,
  199. 8A0F81991BF56A2D00E24F9B /* PolycodeView.m in Sources */,
  200. );
  201. runOnlyForDeploymentPostprocessing = 0;
  202. };
  203. /* End PBXSourcesBuildPhase section */
  204. /* Begin PBXVariantGroup section */
  205. 8A0F80681BF536C800E24F9B /* Main.storyboard */ = {
  206. isa = PBXVariantGroup;
  207. children = (
  208. 8A0F80691BF536C800E24F9B /* Base */,
  209. );
  210. name = Main.storyboard;
  211. sourceTree = "<group>";
  212. };
  213. 8A0F806D1BF536C800E24F9B /* LaunchScreen.storyboard */ = {
  214. isa = PBXVariantGroup;
  215. children = (
  216. 8A0F806E1BF536C800E24F9B /* Base */,
  217. );
  218. name = LaunchScreen.storyboard;
  219. sourceTree = "<group>";
  220. };
  221. /* End PBXVariantGroup section */
  222. /* Begin XCBuildConfiguration section */
  223. 8A0F80711BF536C800E24F9B /* Debug */ = {
  224. isa = XCBuildConfiguration;
  225. buildSettings = {
  226. ALWAYS_SEARCH_USER_PATHS = NO;
  227. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  228. CLANG_CXX_LIBRARY = "libc++";
  229. CLANG_ENABLE_MODULES = YES;
  230. CLANG_ENABLE_OBJC_ARC = YES;
  231. CLANG_WARN_BOOL_CONVERSION = YES;
  232. CLANG_WARN_CONSTANT_CONVERSION = YES;
  233. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  234. CLANG_WARN_EMPTY_BODY = YES;
  235. CLANG_WARN_ENUM_CONVERSION = YES;
  236. CLANG_WARN_INT_CONVERSION = YES;
  237. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  238. CLANG_WARN_UNREACHABLE_CODE = YES;
  239. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  240. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  241. COPY_PHASE_STRIP = NO;
  242. DEBUG_INFORMATION_FORMAT = dwarf;
  243. ENABLE_STRICT_OBJC_MSGSEND = YES;
  244. ENABLE_TESTABILITY = YES;
  245. GCC_C_LANGUAGE_STANDARD = gnu99;
  246. GCC_DYNAMIC_NO_PIC = NO;
  247. GCC_NO_COMMON_BLOCKS = YES;
  248. GCC_OPTIMIZATION_LEVEL = 0;
  249. GCC_PREPROCESSOR_DEFINITIONS = (
  250. "DEBUG=1",
  251. "$(inherited)",
  252. );
  253. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  254. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  255. GCC_WARN_UNDECLARED_SELECTOR = YES;
  256. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  257. GCC_WARN_UNUSED_FUNCTION = YES;
  258. GCC_WARN_UNUSED_VARIABLE = YES;
  259. IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  260. MTL_ENABLE_DEBUG_INFO = YES;
  261. ONLY_ACTIVE_ARCH = YES;
  262. SDKROOT = iphoneos;
  263. TARGETED_DEVICE_FAMILY = "1,2";
  264. };
  265. name = Debug;
  266. };
  267. 8A0F80721BF536C800E24F9B /* Release */ = {
  268. isa = XCBuildConfiguration;
  269. buildSettings = {
  270. ALWAYS_SEARCH_USER_PATHS = NO;
  271. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  272. CLANG_CXX_LIBRARY = "libc++";
  273. CLANG_ENABLE_MODULES = YES;
  274. CLANG_ENABLE_OBJC_ARC = YES;
  275. CLANG_WARN_BOOL_CONVERSION = YES;
  276. CLANG_WARN_CONSTANT_CONVERSION = YES;
  277. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  278. CLANG_WARN_EMPTY_BODY = YES;
  279. CLANG_WARN_ENUM_CONVERSION = YES;
  280. CLANG_WARN_INT_CONVERSION = YES;
  281. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  282. CLANG_WARN_UNREACHABLE_CODE = YES;
  283. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  284. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  285. COPY_PHASE_STRIP = NO;
  286. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  287. ENABLE_NS_ASSERTIONS = NO;
  288. ENABLE_STRICT_OBJC_MSGSEND = YES;
  289. GCC_C_LANGUAGE_STANDARD = gnu99;
  290. GCC_NO_COMMON_BLOCKS = YES;
  291. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  292. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  293. GCC_WARN_UNDECLARED_SELECTOR = YES;
  294. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  295. GCC_WARN_UNUSED_FUNCTION = YES;
  296. GCC_WARN_UNUSED_VARIABLE = YES;
  297. IPHONEOS_DEPLOYMENT_TARGET = 9.1;
  298. MTL_ENABLE_DEBUG_INFO = NO;
  299. SDKROOT = iphoneos;
  300. TARGETED_DEVICE_FAMILY = "1,2";
  301. VALIDATE_PRODUCT = YES;
  302. };
  303. name = Release;
  304. };
  305. 8A0F80741BF536C800E24F9B /* Debug */ = {
  306. isa = XCBuildConfiguration;
  307. buildSettings = {
  308. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  309. CODE_SIGN_IDENTITY = "iPhone Developer";
  310. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  311. GCC_NO_COMMON_BLOCKS = YES;
  312. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
  313. INFOPLIST_FILE = TemplateApp/Info.plist;
  314. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  315. LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../lib/ios/iphoneos\"";
  316. OTHER_LDFLAGS = "";
  317. PRODUCT_BUNDLE_IDENTIFIER = org.polycode.TemplateApp;
  318. PRODUCT_NAME = "$(TARGET_NAME)";
  319. PROVISIONING_PROFILE = "";
  320. };
  321. name = Debug;
  322. };
  323. 8A0F80751BF536C800E24F9B /* Release */ = {
  324. isa = XCBuildConfiguration;
  325. buildSettings = {
  326. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  327. CODE_SIGN_IDENTITY = "iPhone Developer";
  328. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  329. GCC_NO_COMMON_BLOCKS = YES;
  330. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../../include\"";
  331. INFOPLIST_FILE = TemplateApp/Info.plist;
  332. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  333. LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../lib/ios/iphoneos\"";
  334. OTHER_LDFLAGS = "";
  335. PRODUCT_BUNDLE_IDENTIFIER = org.polycode.TemplateApp;
  336. PRODUCT_NAME = "$(TARGET_NAME)";
  337. PROVISIONING_PROFILE = "";
  338. };
  339. name = Release;
  340. };
  341. /* End XCBuildConfiguration section */
  342. /* Begin XCConfigurationList section */
  343. 8A0F80571BF536C800E24F9B /* Build configuration list for PBXProject "TemplateApp" */ = {
  344. isa = XCConfigurationList;
  345. buildConfigurations = (
  346. 8A0F80711BF536C800E24F9B /* Debug */,
  347. 8A0F80721BF536C800E24F9B /* Release */,
  348. );
  349. defaultConfigurationIsVisible = 0;
  350. defaultConfigurationName = Release;
  351. };
  352. 8A0F80731BF536C800E24F9B /* Build configuration list for PBXNativeTarget "TemplateApp" */ = {
  353. isa = XCConfigurationList;
  354. buildConfigurations = (
  355. 8A0F80741BF536C800E24F9B /* Debug */,
  356. 8A0F80751BF536C800E24F9B /* Release */,
  357. );
  358. defaultConfigurationIsVisible = 0;
  359. defaultConfigurationName = Release;
  360. };
  361. /* End XCConfigurationList section */
  362. };
  363. rootObject = 8A0F80541BF536C800E24F9B /* Project object */;
  364. }