project.pbxproj 24 KB

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