project.pbxproj 22 KB

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