project.pbxproj 26 KB

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