project.pbxproj 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 04998D3617F8A97D003441C3 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998D3517F8A96E003441C3 /* libSDL2.a */; };
  10. 04998EE617F8ADB4003441C3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE117F8ADB4003441C3 /* libz.dylib */; };
  11. 04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE217F8ADB4003441C3 /* QuartzCore.framework */; };
  12. 04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */; };
  13. 04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE417F8ADB4003441C3 /* CoreAudio.framework */; };
  14. 04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE517F8ADB4003441C3 /* OpenGLES.framework */; };
  15. 04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEB17F8ADD4003441C3 /* UIKit.framework */; };
  16. 04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEC17F8ADD4003441C3 /* Foundation.framework */; };
  17. 04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */; };
  18. 04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF517F8B6F3003441C3 /* libpng.a */; };
  19. 04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF617F8B6F3003441C3 /* libjpeg.a */; };
  20. 049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */; };
  21. 04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04E9AD3E1876FE84006A7317 /* Images.xcassets */; };
  22. 2DC477AC10D6C07B3FE008F6 /* ../src/entry_point.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* ../src/entry_point.cpp */; };
  23. DA49ED8903C628BA578C8670 /* ../src/example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* ../src/example.cpp */; };
  24. C8860D93875589970329DCCD /* ../data/animals.xml in Sources */ = {isa = PBXBuildFile; fileRef = 4DA100C319512824B7570663 /* ../data/animals.xml */; };
  25. 1E839D002B2BA83FC83A695A /* ../data/fonts in Sources */ = {isa = PBXBuildFile; fileRef = 04FE4D4FB640E0DF92DFB865 /* ../data/fonts */; };
  26. 3A631A475DE035FC53ADE5EA /* ../data/images in Sources */ = {isa = PBXBuildFile; fileRef = 7F3B12E3C9D554D9FE28101D /* ../data/images */; };
  27. CD59C69314E9E74CD0A11E03 /* ../data/res.xml in Sources */ = {isa = PBXBuildFile; fileRef = F6123B1E6FE4471A00F49751 /* ../data/res.xml */; };
  28. /* End PBXBuildFile section */
  29. /* Begin PBXContainerItemProxy section */
  30. 04998D3417F8A96E003441C3 /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  33. proxyType = 2;
  34. remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
  35. remoteInfo = libSDL;
  36. };
  37. 04998D3717F8A982003441C3 /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  40. proxyType = 1;
  41. remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
  42. remoteInfo = libSDL;
  43. };
  44. 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  47. proxyType = 2;
  48. remoteGlobalIDString = C3E86F4C16EBC8A500052915;
  49. remoteInfo = oxygine_ios;
  50. };
  51. 049B52AF1871EBD100EF3C66 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  54. proxyType = 1;
  55. remoteGlobalIDString = C3E86F4B16EBC8A500052915;
  56. remoteInfo = oxygine_ios;
  57. };
  58. /* End PBXContainerItemProxy section */
  59. /* Begin PBXFileReference section */
  60. 04998CEC17F8A933003441C3 /* TutorialResources_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TutorialResources_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
  61. 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode-iOS/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
  62. 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = oxygine_ios.xcodeproj; path = "../../..//oxygine/SDL/ios/oxygine/oxygine_ios.xcodeproj"; sourceTree = "<group>"; };
  63. 04998EE117F8ADB4003441C3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  64. 04998EE217F8ADB4003441C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  65. 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  66. 04998EE417F8ADB4003441C3 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  67. 04998EE517F8ADB4003441C3 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  68. 04998EEB17F8ADD4003441C3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  69. 04998EEC17F8ADD4003441C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  70. 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  71. 04998EF517F8B6F3003441C3 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../..//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
  72. 04998EF617F8B6F3003441C3 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../..//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
  73. 04E9AD3E1876FE84006A7317 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name =Images.xcassets; path = TutorialResources/Images.xcassets; sourceTree = "<group>"; };
  74. 360377333740D8A2FD15BBE6 /* ../src/entry_point.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = entry_point.cpp; path = ../src/entry_point.cpp; sourceTree = "<group>"; };
  75. 0BF9628FC8D38F9748F0CDEB /* ../src/example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
  76. 5DE458993031811A4C7D28C1 /* ../src/example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
  77. 4DA100C319512824B7570663 /* ../data/animals.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wtf; name = animals.xml; path = ../data/animals.xml; sourceTree = "<group>"; };
  78. 04FE4D4FB640E0DF92DFB865 /* ../data/fonts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = fonts; path = ../data/fonts; sourceTree = "<group>"; };
  79. 7F3B12E3C9D554D9FE28101D /* ../data/images */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = images; path = ../data/images; sourceTree = "<group>"; };
  80. F6123B1E6FE4471A00F49751 /* ../data/res.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wtf; name = res.xml; path = ../data/res.xml; sourceTree = "<group>"; };
  81. /* End PBXFileReference section */
  82. /* Begin PBXFrameworksBuildPhase section */
  83. 04998CE917F8A933003441C3 /* Frameworks */ = {
  84. isa = PBXFrameworksBuildPhase;
  85. buildActionMask = 2147483647;
  86. files = (
  87. 049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */,
  88. 04998D3617F8A97D003441C3 /* libSDL2.a in Frameworks */,
  89. 04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */,
  90. 04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */,
  91. 04998EE617F8ADB4003441C3 /* libz.dylib in Frameworks */,
  92. 04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */,
  93. 04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */,
  94. 04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */,
  95. 04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */,
  96. 04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */,
  97. 04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */,
  98. 04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */,
  99. );
  100. runOnlyForDeploymentPostprocessing = 0;
  101. };
  102. /* End PBXFrameworksBuildPhase section */
  103. /* Begin PBXGroup section */
  104. 045D531C17F8BD5E00CC2C64 /* dependencies */ = {
  105. isa = PBXGroup;
  106. children = (
  107. 04998EE117F8ADB4003441C3 /* libz.dylib */,
  108. 04998EF617F8B6F3003441C3 /* libjpeg.a */,
  109. 04998EF517F8B6F3003441C3 /* libpng.a */,
  110. );
  111. name = dependencies;
  112. sourceTree = "<group>";
  113. };
  114. 04998CE317F8A933003441C3 = {
  115. isa = PBXGroup;
  116. children = (
  117. 045D531C17F8BD5E00CC2C64 /* dependencies */,
  118. 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */,
  119. 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */,
  120. 04998D4417F8A9ED003441C3 /* src */,
  121. 04E9AD3E1876FE84006A7317 /* Images.xcassets */,
  122. 04998CF617F8A933003441C3 /* Supporting Files */,
  123. 04998CEE17F8A933003441C3 /* Frameworks */,
  124. 04998CED17F8A933003441C3 /* Products */,
  125. );
  126. sourceTree = "<group>";
  127. };
  128. 04998CED17F8A933003441C3 /* Products */ = {
  129. isa = PBXGroup;
  130. children = (
  131. 04998CEC17F8A933003441C3 /* TutorialResources_ios.app */,
  132. );
  133. name = Products;
  134. sourceTree = "<group>";
  135. };
  136. 04998CEE17F8A933003441C3 /* Frameworks */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 04998EEB17F8ADD4003441C3 /* UIKit.framework */,
  140. 04998EEC17F8ADD4003441C3 /* Foundation.framework */,
  141. 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */,
  142. 04998EE217F8ADB4003441C3 /* QuartzCore.framework */,
  143. 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */,
  144. 04998EE417F8ADB4003441C3 /* CoreAudio.framework */,
  145. 04998EE517F8ADB4003441C3 /* OpenGLES.framework */,
  146. );
  147. name = Frameworks;
  148. sourceTree = "<group>";
  149. };
  150. 04998CF617F8A933003441C3 /* Supporting Files */ = {
  151. isa = PBXGroup;
  152. children = (
  153. 4DA100C319512824B7570663 /* animals.xml */,
  154. 04FE4D4FB640E0DF92DFB865 /* fonts */,
  155. 7F3B12E3C9D554D9FE28101D /* images */,
  156. F6123B1E6FE4471A00F49751 /* res.xml */,
  157. );
  158. name = "Supporting Files";
  159. sourceTree = "<group>";
  160. };
  161. 04998D3017F8A96E003441C3 /* Products */ = {
  162. isa = PBXGroup;
  163. children = (
  164. 04998D3517F8A96E003441C3 /* libSDL2.a */,
  165. );
  166. name = Products;
  167. sourceTree = "<group>";
  168. };
  169. 04998D4417F8A9ED003441C3 /* src */ = {
  170. isa = PBXGroup;
  171. children = (
  172. 360377333740D8A2FD15BBE6 /* entry_point.cpp */,
  173. 0BF9628FC8D38F9748F0CDEB /* example.cpp */,
  174. 5DE458993031811A4C7D28C1 /* example.h */,
  175. );
  176. name = src;
  177. sourceTree = "<group>";
  178. };
  179. 049B52A91871EBBA00EF3C66 /* Products */ = {
  180. isa = PBXGroup;
  181. children = (
  182. 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */,
  183. );
  184. name = Products;
  185. sourceTree = "<group>";
  186. };
  187. /* End PBXGroup section */
  188. /* Begin PBXNativeTarget section */
  189. 04998CEB17F8A933003441C3 /* TutorialResources_ios */ = {
  190. isa = PBXNativeTarget;
  191. buildConfigurationList = 04998D2117F8A933003441C3 /* Build configuration list for PBXNativeTarget "TutorialResources_ios" */;
  192. buildPhases = (
  193. 04998CE817F8A933003441C3 /* Sources */,
  194. 04998CE917F8A933003441C3 /* Frameworks */,
  195. 04998CEA17F8A933003441C3 /* Resources */,
  196. );
  197. buildRules = (
  198. );
  199. dependencies = (
  200. 04998D3817F8A982003441C3 /* PBXTargetDependency */,
  201. 049B52B01871EBD100EF3C66 /* PBXTargetDependency */,
  202. );
  203. name = TutorialResources_ios;
  204. productName = TutorialResources;
  205. productReference = 04998CEC17F8A933003441C3 /* TutorialResources_ios.app */;
  206. productType = "com.apple.product-type.application";
  207. };
  208. /* End PBXNativeTarget section */
  209. /* Begin PBXProject section */
  210. 04998CE417F8A933003441C3 /* Project object */ = {
  211. isa = PBXProject;
  212. attributes = {
  213. LastUpgradeCheck = 0500;
  214. ORGANIZATIONNAME = Mac;
  215. };
  216. buildConfigurationList = 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "TutorialResources_ios" */;
  217. compatibilityVersion = "Xcode 3.2";
  218. developmentRegion = English;
  219. hasScannedForEncodings = 0;
  220. knownRegions = (
  221. en,
  222. Base,
  223. );
  224. mainGroup = 04998CE317F8A933003441C3;
  225. productRefGroup = 04998CED17F8A933003441C3 /* Products */;
  226. projectDirPath = "";
  227. projectReferences = (
  228. {
  229. ProductGroup = 049B52A91871EBBA00EF3C66 /* Products */;
  230. ProjectRef = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
  231. },
  232. {
  233. ProductGroup = 04998D3017F8A96E003441C3 /* Products */;
  234. ProjectRef = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
  235. },
  236. );
  237. projectRoot = "";
  238. targets = (
  239. 04998CEB17F8A933003441C3 /* TutorialResources_ios */,
  240. );
  241. };
  242. /* End PBXProject section */
  243. /* Begin PBXReferenceProxy section */
  244. 04998D3517F8A96E003441C3 /* libSDL2.a */ = {
  245. isa = PBXReferenceProxy;
  246. fileType = archive.ar;
  247. path = libSDL2.a;
  248. remoteRef = 04998D3417F8A96E003441C3 /* PBXContainerItemProxy */;
  249. sourceTree = BUILT_PRODUCTS_DIR;
  250. };
  251. 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */ = {
  252. isa = PBXReferenceProxy;
  253. fileType = archive.ar;
  254. path = liboxygine_ios.a;
  255. remoteRef = 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */;
  256. sourceTree = BUILT_PRODUCTS_DIR;
  257. };
  258. /* End PBXReferenceProxy section */
  259. /* Begin PBXResourcesBuildPhase section */
  260. 04998CEA17F8A933003441C3 /* Resources */ = {
  261. isa = PBXResourcesBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  264. 04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */,
  265. C8860D93875589970329DCCD /* animals.xml */,
  266. 1E839D002B2BA83FC83A695A /* fonts */,
  267. 3A631A475DE035FC53ADE5EA /* images */,
  268. CD59C69314E9E74CD0A11E03 /* res.xml */,
  269. );
  270. runOnlyForDeploymentPostprocessing = 0;
  271. };
  272. /* End PBXResourcesBuildPhase section */
  273. /* Begin PBXSourcesBuildPhase section */
  274. 04998CE817F8A933003441C3 /* Sources */ = {
  275. isa = PBXSourcesBuildPhase;
  276. buildActionMask = 2147483647;
  277. files = (
  278. 2DC477AC10D6C07B3FE008F6 /* entry_point.cpp */,
  279. DA49ED8903C628BA578C8670 /* example.cpp */,
  280. );
  281. runOnlyForDeploymentPostprocessing = 0;
  282. };
  283. /* End PBXSourcesBuildPhase section */
  284. /* Begin PBXTargetDependency section */
  285. 04998D3817F8A982003441C3 /* PBXTargetDependency */ = {
  286. isa = PBXTargetDependency;
  287. name = libSDL;
  288. targetProxy = 04998D3717F8A982003441C3 /* PBXContainerItemProxy */;
  289. };
  290. 049B52B01871EBD100EF3C66 /* PBXTargetDependency */ = {
  291. isa = PBXTargetDependency;
  292. name = oxygine_ios;
  293. targetProxy = 049B52AF1871EBD100EF3C66 /* PBXContainerItemProxy */;
  294. };
  295. /* End PBXTargetDependency section */
  296. /* Begin XCBuildConfiguration section */
  297. 04998D1F17F8A933003441C3 /* Debug */ = {
  298. isa = XCBuildConfiguration;
  299. buildSettings = {
  300. ALWAYS_SEARCH_USER_PATHS = NO;
  301. ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
  302. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  303. CLANG_CXX_LIBRARY = "libc++";
  304. CLANG_ENABLE_MODULES = YES;
  305. CLANG_ENABLE_OBJC_ARC = YES;
  306. CLANG_WARN_BOOL_CONVERSION = YES;
  307. CLANG_WARN_CONSTANT_CONVERSION = YES;
  308. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  309. CLANG_WARN_EMPTY_BODY = YES;
  310. CLANG_WARN_ENUM_CONVERSION = YES;
  311. CLANG_WARN_INT_CONVERSION = YES;
  312. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  313. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  314. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  315. COPY_PHASE_STRIP = NO;
  316. GCC_C_LANGUAGE_STANDARD = gnu99;
  317. GCC_DYNAMIC_NO_PIC = NO;
  318. GCC_OPTIMIZATION_LEVEL = 0;
  319. GCC_PREPROCESSOR_DEFINITIONS = (
  320. "DEBUG=1",
  321. "$(inherited)",
  322. );
  323. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  324. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  325. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  326. GCC_WARN_UNDECLARED_SELECTOR = YES;
  327. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  328. GCC_WARN_UNUSED_FUNCTION = YES;
  329. GCC_WARN_UNUSED_VARIABLE = YES;
  330. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  331. ONLY_ACTIVE_ARCH = YES;
  332. SDKROOT = iphoneos;
  333. TARGETED_DEVICE_FAMILY = "1,2";
  334. USER_HEADER_SEARCH_PATHS = "../../..//oxygine/src ../../../..//SDL/include";
  335. };
  336. name = Debug;
  337. };
  338. 04998D2017F8A933003441C3 /* Release */ = {
  339. isa = XCBuildConfiguration;
  340. buildSettings = {
  341. ALWAYS_SEARCH_USER_PATHS = NO;
  342. ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
  343. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  344. CLANG_CXX_LIBRARY = "libc++";
  345. CLANG_ENABLE_MODULES = YES;
  346. CLANG_ENABLE_OBJC_ARC = YES;
  347. CLANG_WARN_BOOL_CONVERSION = YES;
  348. CLANG_WARN_CONSTANT_CONVERSION = YES;
  349. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  350. CLANG_WARN_EMPTY_BODY = YES;
  351. CLANG_WARN_ENUM_CONVERSION = YES;
  352. CLANG_WARN_INT_CONVERSION = YES;
  353. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  354. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  355. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  356. COPY_PHASE_STRIP = YES;
  357. ENABLE_NS_ASSERTIONS = NO;
  358. GCC_C_LANGUAGE_STANDARD = gnu99;
  359. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  360. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  361. GCC_WARN_UNDECLARED_SELECTOR = YES;
  362. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  363. GCC_WARN_UNUSED_FUNCTION = YES;
  364. GCC_WARN_UNUSED_VARIABLE = YES;
  365. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  366. SDKROOT = iphoneos;
  367. TARGETED_DEVICE_FAMILY = "1,2";
  368. USER_HEADER_SEARCH_PATHS = "../../..//oxygine/src ../../../..//SDL/include";
  369. VALIDATE_PRODUCT = YES;
  370. };
  371. name = Release;
  372. };
  373. 04998D2217F8A933003441C3 /* Debug */ = {
  374. isa = XCBuildConfiguration;
  375. buildSettings = {
  376. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  377. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  378. CODE_SIGN_IDENTITY = "iPhone Developer";
  379. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  380. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  381. GCC_PREFIX_HEADER = "TutorialResources/TutorialResources_ios-Prefix.pch";
  382. GCC_WARN_UNUSED_VALUE = YES;
  383. GCC_WARN_UNUSED_VARIABLE = NO;
  384. INFOPLIST_FILE = "TutorialResources/TutorialResources_ios-Info.plist";
  385. LIBRARY_SEARCH_PATHS = (
  386. "$(inherited)",
  387. "../../..//oxygine/third_party/ios/libraries",
  388. );
  389. PRODUCT_NAME = TutorialResources_ios;
  390. PROVISIONING_PROFILE = "A34F5D84-E1EB-47B5-AD4B-67D0FA4A5BE6";
  391. TARGETED_DEVICE_FAMILY = "1,2";
  392. WRAPPER_EXTENSION = app;
  393. };
  394. name = Debug;
  395. };
  396. 04998D2317F8A933003441C3 /* Release */ = {
  397. isa = XCBuildConfiguration;
  398. buildSettings = {
  399. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  400. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  401. CODE_SIGN_IDENTITY = "iPhone Developer";
  402. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  403. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  404. GCC_PREFIX_HEADER = "TutorialResources/TutorialResources_ios-Prefix.pch";
  405. GCC_WARN_UNUSED_VALUE = YES;
  406. GCC_WARN_UNUSED_VARIABLE = NO;
  407. INFOPLIST_FILE = "TutorialResources/TutorialResources_ios-Info.plist";
  408. LIBRARY_SEARCH_PATHS = (
  409. "$(inherited)",
  410. "../../..//oxygine/third_party/ios/libraries",
  411. );
  412. PRODUCT_NAME = TutorialResources_ios;
  413. PROVISIONING_PROFILE = "A34F5D84-E1EB-47B5-AD4B-67D0FA4A5BE6";
  414. TARGETED_DEVICE_FAMILY = "1,2";
  415. WRAPPER_EXTENSION = app;
  416. };
  417. name = Release;
  418. };
  419. /* End XCBuildConfiguration section */
  420. /* Begin XCConfigurationList section */
  421. 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "TutorialResources_ios" */ = {
  422. isa = XCConfigurationList;
  423. buildConfigurations = (
  424. 04998D1F17F8A933003441C3 /* Debug */,
  425. 04998D2017F8A933003441C3 /* Release */,
  426. );
  427. defaultConfigurationIsVisible = 0;
  428. defaultConfigurationName = Release;
  429. };
  430. 04998D2117F8A933003441C3 /* Build configuration list for PBXNativeTarget "TutorialResources_ios" */ = {
  431. isa = XCConfigurationList;
  432. buildConfigurations = (
  433. 04998D2217F8A933003441C3 /* Debug */,
  434. 04998D2317F8A933003441C3 /* Release */,
  435. );
  436. defaultConfigurationIsVisible = 0;
  437. defaultConfigurationName = Release;
  438. };
  439. /* End XCConfigurationList section */
  440. };
  441. rootObject = 04998CE417F8A933003441C3 /* Project object */;
  442. }