project.pbxproj 24 KB

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