project.pbxproj 29 KB

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