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