project.pbxproj 32 KB

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