project.pbxproj 28 KB

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