project.pbxproj 31 KB

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