project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 04059FEA1872027500BA6557 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04A57D861872012D0068B1E5 /* SDL2.framework */; };
  10. 04059FEB1872027B00BA6557 /* liboxygine_macosx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04059FE41872026200BA6557 /* liboxygine_macosx.a */; };
  11. 04059FED187202A200BA6557 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 04059FEC187202A200BA6557 /* libz.dylib */; };
  12. 04059FEF187202AC00BA6557 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04059FEE187202AC00BA6557 /* OpenGL.framework */; };
  13. 0405A00018720D2200BA6557 /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04059FF01872031A00BA6557 /* libjpeg.a */; };
  14. 0405A00118720D2200BA6557 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04059FF11872031A00BA6557 /* libpng.a */; };
  15. 049B57321871FBE900EF3C66 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 049B57311871FBE900EF3C66 /* Cocoa.framework */; };
  16. 049B574A1871FBE900EF3C66 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 049B57491871FBE900EF3C66 /* Images.xcassets */; };
  17. 1E839D002B2BA83FC83A695A /* demo in Resources */ = {isa = PBXBuildFile; fileRef = 04FE4D4FB640E0DF92DFB865 /* demo */; };
  18. 2DC477AC10D6C07B3FE008F6 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* main.cpp */; };
  19. 3A631A475DE035FC53ADE5EA /* ext in Resources */ = {isa = PBXBuildFile; fileRef = 7F3B12E3C9D554D9FE28101D /* ext */; };
  20. 9227FFFD19C85FF100392D45 /* liboxygine-sound.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9227FFFC19C85FD800392D45 /* liboxygine-sound.a */; };
  21. 9227FFFF19C8602A00392D45 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9227FFFE19C8602A00392D45 /* OpenAL.framework */; };
  22. C8860D93875589970329DCCD /* test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DA100C319512824B7570663 /* test.cpp */; };
  23. CD59C69314E9E74CD0A11E03 /* sounds in Resources */ = {isa = PBXBuildFile; fileRef = F6123B1E6FE4471A00F49751 /* sounds */; };
  24. DA49ED8903C628BA578C8670 /* example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* example.cpp */; };
  25. EFF139F8BA484314F7AAF645 /* xmls in Resources */ = {isa = PBXBuildFile; fileRef = 5DE458993031811A4C7D28C1 /* xmls */; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXContainerItemProxy section */
  28. 04059FE31872026200BA6557 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */;
  31. proxyType = 2;
  32. remoteGlobalIDString = 049B52BB1871EDE900EF3C66;
  33. remoteInfo = oxygine_macosx;
  34. };
  35. 04059FE81872027200BA6557 /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */;
  38. proxyType = 1;
  39. remoteGlobalIDString = 049B52BA1871EDE900EF3C66;
  40. remoteInfo = oxygine_macosx;
  41. };
  42. 04A57D851872012D0068B1E5 /* PBXContainerItemProxy */ = {
  43. isa = PBXContainerItemProxy;
  44. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  45. proxyType = 2;
  46. remoteGlobalIDString = BECDF66C0761BA81005FE872;
  47. remoteInfo = Framework;
  48. };
  49. 04A57D871872012D0068B1E5 /* PBXContainerItemProxy */ = {
  50. isa = PBXContainerItemProxy;
  51. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  52. proxyType = 2;
  53. remoteGlobalIDString = BECDF6B30761BA81005FE872;
  54. remoteInfo = "Static Library";
  55. };
  56. 04A57D891872012D0068B1E5 /* PBXContainerItemProxy */ = {
  57. isa = PBXContainerItemProxy;
  58. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  59. proxyType = 2;
  60. remoteGlobalIDString = DB31407717554B71006C0E22;
  61. remoteInfo = "Shared Library";
  62. };
  63. 04A57D8B1872012D0068B1E5 /* PBXContainerItemProxy */ = {
  64. isa = PBXContainerItemProxy;
  65. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  66. proxyType = 2;
  67. remoteGlobalIDString = BECDF6BE0761BA81005FE872;
  68. remoteInfo = "Standard DMG";
  69. };
  70. 04A57D8E187201EF0068B1E5 /* PBXContainerItemProxy */ = {
  71. isa = PBXContainerItemProxy;
  72. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  73. proxyType = 1;
  74. remoteGlobalIDString = BECDF5FE0761BA81005FE872;
  75. remoteInfo = Framework;
  76. };
  77. 9227FFFB19C85FD800392D45 /* PBXContainerItemProxy */ = {
  78. isa = PBXContainerItemProxy;
  79. containerPortal = 9227FFF719C85FD800392D45 /* oxygine-sound.xcodeproj */;
  80. proxyType = 2;
  81. remoteGlobalIDString = 92AF25E919C637F80026E2CE;
  82. remoteInfo = "oxygine-sound";
  83. };
  84. /* End PBXContainerItemProxy section */
  85. /* Begin PBXFileReference section */
  86. 04059FEC187202A200BA6557 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  87. 04059FEE187202AC00BA6557 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
  88. 04059FF01872031A00BA6557 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../../../oxygine-framework//oxygine/third_party/macosx/libraries/libjpeg.a"; sourceTree = "<group>"; };
  89. 04059FF11872031A00BA6557 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../../../oxygine-framework//oxygine/third_party/macosx/libraries/libpng.a"; sourceTree = "<group>"; };
  90. 04059FF4187203A600BA6557 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
  91. 04059FF5187203A600BA6557 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../../../oxygine-framework//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
  92. 049B572E1871FBE900EF3C66 /* example_macosx.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example_macosx.app; sourceTree = BUILT_PRODUCTS_DIR; };
  93. 049B57311871FBE900EF3C66 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  94. 049B57341871FBE900EF3C66 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  95. 049B57351871FBE900EF3C66 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  96. 049B57361871FBE900EF3C66 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  97. 049B57391871FBE900EF3C66 /* example_macosx-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "example_macosx-Info.plist"; sourceTree = "<group>"; };
  98. 049B57491871FBE900EF3C66 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
  99. 049B57501871FBE900EF3C66 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  100. 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = oxygine_macosx.xcodeproj; path = "../../../../oxygine-framework//oxygine/SDL/macosx/oxygine_macosx/oxygine_macosx.xcodeproj"; sourceTree = "<group>"; };
  101. 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
  102. 04FE4D4FB640E0DF92DFB865 /* demo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = demo; path = ../data/demo; sourceTree = "<group>"; };
  103. 0BF9628FC8D38F9748F0CDEB /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
  104. 2CE4BD5BB9DEF92439C0AB58 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
  105. 360377333740D8A2FD15BBE6 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = ../src/main.cpp; sourceTree = "<group>"; };
  106. 4DA100C319512824B7570663 /* test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = test.cpp; path = ../src/test.cpp; sourceTree = "<group>"; };
  107. 5DE458993031811A4C7D28C1 /* xmls */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = xmls; path = ../data/xmls; sourceTree = "<group>"; };
  108. 7F3B12E3C9D554D9FE28101D /* ext */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = ext; path = ../data/ext; sourceTree = "<group>"; };
  109. 9227FFF719C85FD800392D45 /* oxygine-sound.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "oxygine-sound.xcodeproj"; path = "../../../proj.macosx/oxygine-sound.xcodeproj"; sourceTree = "<group>"; };
  110. 9227FFFE19C8602A00392D45 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
  111. BA41FC88D76540A6905224D6 /* TestSoundFormats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestSoundFormats.h; path = ../src/TestSoundFormats.h; sourceTree = "<group>"; };
  112. F196143B0370A9D348494ACC /* test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test.h; path = ../src/test.h; sourceTree = "<group>"; };
  113. F6123B1E6FE4471A00F49751 /* sounds */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = sounds; path = ../data/sounds; sourceTree = "<group>"; };
  114. /* End PBXFileReference section */
  115. /* Begin PBXFrameworksBuildPhase section */
  116. 049B572B1871FBE900EF3C66 /* Frameworks */ = {
  117. isa = PBXFrameworksBuildPhase;
  118. buildActionMask = 2147483647;
  119. files = (
  120. 9227FFFF19C8602A00392D45 /* OpenAL.framework in Frameworks */,
  121. 9227FFFD19C85FF100392D45 /* liboxygine-sound.a in Frameworks */,
  122. 0405A00018720D2200BA6557 /* libjpeg.a in Frameworks */,
  123. 0405A00118720D2200BA6557 /* libpng.a in Frameworks */,
  124. 04059FEF187202AC00BA6557 /* OpenGL.framework in Frameworks */,
  125. 04059FED187202A200BA6557 /* libz.dylib in Frameworks */,
  126. 04059FEB1872027B00BA6557 /* liboxygine_macosx.a in Frameworks */,
  127. 04059FEA1872027500BA6557 /* SDL2.framework in Frameworks */,
  128. 049B57321871FBE900EF3C66 /* Cocoa.framework in Frameworks */,
  129. );
  130. runOnlyForDeploymentPostprocessing = 0;
  131. };
  132. /* End PBXFrameworksBuildPhase section */
  133. /* Begin PBXGroup section */
  134. 04059FE01872026200BA6557 /* Products */ = {
  135. isa = PBXGroup;
  136. children = (
  137. 04059FE41872026200BA6557 /* liboxygine_macosx.a */,
  138. );
  139. name = Products;
  140. sourceTree = "<group>";
  141. };
  142. 049B57251871FBE900EF3C66 = {
  143. isa = PBXGroup;
  144. children = (
  145. 9227FFF719C85FD800392D45 /* oxygine-sound.xcodeproj */,
  146. 049B57491871FBE900EF3C66 /* Images.xcassets */,
  147. 049B57381871FBE900EF3C66 /* Supporting Files */,
  148. 04A57D391871FF8B0068B1E5 /* src */,
  149. 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */,
  150. 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */,
  151. 049B57301871FBE900EF3C66 /* Frameworks */,
  152. 049B572F1871FBE900EF3C66 /* Products */,
  153. );
  154. sourceTree = "<group>";
  155. };
  156. 049B572F1871FBE900EF3C66 /* Products */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 049B572E1871FBE900EF3C66 /* example_macosx.app */,
  160. );
  161. name = Products;
  162. sourceTree = "<group>";
  163. };
  164. 049B57301871FBE900EF3C66 /* Frameworks */ = {
  165. isa = PBXGroup;
  166. children = (
  167. 9227FFFE19C8602A00392D45 /* OpenAL.framework */,
  168. 04059FF4187203A600BA6557 /* libjpeg.a */,
  169. 04059FF5187203A600BA6557 /* libpng.a */,
  170. 04059FF01872031A00BA6557 /* libjpeg.a */,
  171. 04059FF11872031A00BA6557 /* libpng.a */,
  172. 04059FEE187202AC00BA6557 /* OpenGL.framework */,
  173. 04059FEC187202A200BA6557 /* libz.dylib */,
  174. 049B57311871FBE900EF3C66 /* Cocoa.framework */,
  175. 049B57501871FBE900EF3C66 /* XCTest.framework */,
  176. 049B57331871FBE900EF3C66 /* Other Frameworks */,
  177. );
  178. name = Frameworks;
  179. sourceTree = "<group>";
  180. };
  181. 049B57331871FBE900EF3C66 /* Other Frameworks */ = {
  182. isa = PBXGroup;
  183. children = (
  184. 049B57341871FBE900EF3C66 /* AppKit.framework */,
  185. 049B57351871FBE900EF3C66 /* CoreData.framework */,
  186. 049B57361871FBE900EF3C66 /* Foundation.framework */,
  187. );
  188. name = "Other Frameworks";
  189. sourceTree = "<group>";
  190. };
  191. 049B57381871FBE900EF3C66 /* Supporting Files */ = {
  192. isa = PBXGroup;
  193. children = (
  194. 04FE4D4FB640E0DF92DFB865 /* demo */,
  195. 7F3B12E3C9D554D9FE28101D /* ext */,
  196. F6123B1E6FE4471A00F49751 /* sounds */,
  197. 5DE458993031811A4C7D28C1 /* xmls */,
  198. 049B57391871FBE900EF3C66 /* example_macosx-Info.plist */,
  199. );
  200. name = "Supporting Files";
  201. sourceTree = "<group>";
  202. };
  203. 04A57D391871FF8B0068B1E5 /* src */ = {
  204. isa = PBXGroup;
  205. children = (
  206. 360377333740D8A2FD15BBE6 /* main.cpp */,
  207. 0BF9628FC8D38F9748F0CDEB /* example.cpp */,
  208. 4DA100C319512824B7570663 /* test.cpp */,
  209. BA41FC88D76540A6905224D6 /* TestSoundFormats.h */,
  210. 2CE4BD5BB9DEF92439C0AB58 /* example.h */,
  211. F196143B0370A9D348494ACC /* test.h */,
  212. );
  213. name = src;
  214. sourceTree = "<group>";
  215. };
  216. 04A57D7F1872012A0068B1E5 /* Products */ = {
  217. isa = PBXGroup;
  218. children = (
  219. 04A57D861872012D0068B1E5 /* SDL2.framework */,
  220. 04A57D881872012D0068B1E5 /* libSDL2.a */,
  221. 04A57D8A1872012D0068B1E5 /* libSDL2.dylib */,
  222. 04A57D8C1872012D0068B1E5 /* Standard DMG */,
  223. );
  224. name = Products;
  225. sourceTree = "<group>";
  226. };
  227. 9227FFF819C85FD800392D45 /* Products */ = {
  228. isa = PBXGroup;
  229. children = (
  230. 9227FFFC19C85FD800392D45 /* liboxygine-sound.a */,
  231. );
  232. name = Products;
  233. sourceTree = "<group>";
  234. };
  235. /* End PBXGroup section */
  236. /* Begin PBXNativeTarget section */
  237. 049B572D1871FBE900EF3C66 /* example_macosx */ = {
  238. isa = PBXNativeTarget;
  239. buildConfigurationList = 049B575F1871FBE900EF3C66 /* Build configuration list for PBXNativeTarget "example_macosx" */;
  240. buildPhases = (
  241. 049B572A1871FBE900EF3C66 /* Sources */,
  242. 049B572B1871FBE900EF3C66 /* Frameworks */,
  243. 049B572C1871FBE900EF3C66 /* Resources */,
  244. );
  245. buildRules = (
  246. );
  247. dependencies = (
  248. 04059FE91872027200BA6557 /* PBXTargetDependency */,
  249. 04A57D8F187201EF0068B1E5 /* PBXTargetDependency */,
  250. );
  251. name = example_macosx;
  252. productName = example;
  253. productReference = 049B572E1871FBE900EF3C66 /* example_macosx.app */;
  254. productType = "com.apple.product-type.application";
  255. };
  256. /* End PBXNativeTarget section */
  257. /* Begin PBXProject section */
  258. 049B57261871FBE900EF3C66 /* Project object */ = {
  259. isa = PBXProject;
  260. attributes = {
  261. LastUpgradeCheck = 0500;
  262. ORGANIZATIONNAME = oxygine;
  263. };
  264. buildConfigurationList = 049B57291871FBE900EF3C66 /* Build configuration list for PBXProject "example_macosx" */;
  265. compatibilityVersion = "Xcode 3.2";
  266. developmentRegion = English;
  267. hasScannedForEncodings = 0;
  268. knownRegions = (
  269. en,
  270. Base,
  271. );
  272. mainGroup = 049B57251871FBE900EF3C66;
  273. productRefGroup = 049B572F1871FBE900EF3C66 /* Products */;
  274. projectDirPath = "";
  275. projectReferences = (
  276. {
  277. ProductGroup = 9227FFF819C85FD800392D45 /* Products */;
  278. ProjectRef = 9227FFF719C85FD800392D45 /* oxygine-sound.xcodeproj */;
  279. },
  280. {
  281. ProductGroup = 04059FE01872026200BA6557 /* Products */;
  282. ProjectRef = 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */;
  283. },
  284. {
  285. ProductGroup = 04A57D7F1872012A0068B1E5 /* Products */;
  286. ProjectRef = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  287. },
  288. );
  289. projectRoot = "";
  290. targets = (
  291. 049B572D1871FBE900EF3C66 /* example_macosx */,
  292. );
  293. };
  294. /* End PBXProject section */
  295. /* Begin PBXReferenceProxy section */
  296. 04059FE41872026200BA6557 /* liboxygine_macosx.a */ = {
  297. isa = PBXReferenceProxy;
  298. fileType = archive.ar;
  299. path = liboxygine_macosx.a;
  300. remoteRef = 04059FE31872026200BA6557 /* PBXContainerItemProxy */;
  301. sourceTree = BUILT_PRODUCTS_DIR;
  302. };
  303. 04A57D861872012D0068B1E5 /* SDL2.framework */ = {
  304. isa = PBXReferenceProxy;
  305. fileType = wrapper.framework;
  306. path = SDL2.framework;
  307. remoteRef = 04A57D851872012D0068B1E5 /* PBXContainerItemProxy */;
  308. sourceTree = BUILT_PRODUCTS_DIR;
  309. };
  310. 04A57D881872012D0068B1E5 /* libSDL2.a */ = {
  311. isa = PBXReferenceProxy;
  312. fileType = archive.ar;
  313. path = libSDL2.a;
  314. remoteRef = 04A57D871872012D0068B1E5 /* PBXContainerItemProxy */;
  315. sourceTree = BUILT_PRODUCTS_DIR;
  316. };
  317. 04A57D8A1872012D0068B1E5 /* libSDL2.dylib */ = {
  318. isa = PBXReferenceProxy;
  319. fileType = "compiled.mach-o.dylib";
  320. path = libSDL2.dylib;
  321. remoteRef = 04A57D891872012D0068B1E5 /* PBXContainerItemProxy */;
  322. sourceTree = BUILT_PRODUCTS_DIR;
  323. };
  324. 04A57D8C1872012D0068B1E5 /* Standard DMG */ = {
  325. isa = PBXReferenceProxy;
  326. fileType = "compiled.mach-o.executable";
  327. path = "Standard DMG";
  328. remoteRef = 04A57D8B1872012D0068B1E5 /* PBXContainerItemProxy */;
  329. sourceTree = BUILT_PRODUCTS_DIR;
  330. };
  331. 9227FFFC19C85FD800392D45 /* liboxygine-sound.a */ = {
  332. isa = PBXReferenceProxy;
  333. fileType = archive.ar;
  334. path = "liboxygine-sound.a";
  335. remoteRef = 9227FFFB19C85FD800392D45 /* PBXContainerItemProxy */;
  336. sourceTree = BUILT_PRODUCTS_DIR;
  337. };
  338. /* End PBXReferenceProxy section */
  339. /* Begin PBXResourcesBuildPhase section */
  340. 049B572C1871FBE900EF3C66 /* Resources */ = {
  341. isa = PBXResourcesBuildPhase;
  342. buildActionMask = 2147483647;
  343. files = (
  344. 1E839D002B2BA83FC83A695A /* demo in Resources */,
  345. 3A631A475DE035FC53ADE5EA /* ext in Resources */,
  346. CD59C69314E9E74CD0A11E03 /* sounds in Resources */,
  347. EFF139F8BA484314F7AAF645 /* xmls in Resources */,
  348. 049B574A1871FBE900EF3C66 /* Images.xcassets in Resources */,
  349. );
  350. runOnlyForDeploymentPostprocessing = 0;
  351. };
  352. /* End PBXResourcesBuildPhase section */
  353. /* Begin PBXSourcesBuildPhase section */
  354. 049B572A1871FBE900EF3C66 /* Sources */ = {
  355. isa = PBXSourcesBuildPhase;
  356. buildActionMask = 2147483647;
  357. files = (
  358. 2DC477AC10D6C07B3FE008F6 /* main.cpp in Sources */,
  359. DA49ED8903C628BA578C8670 /* example.cpp in Sources */,
  360. C8860D93875589970329DCCD /* test.cpp in Sources */,
  361. );
  362. runOnlyForDeploymentPostprocessing = 0;
  363. };
  364. /* End PBXSourcesBuildPhase section */
  365. /* Begin PBXTargetDependency section */
  366. 04059FE91872027200BA6557 /* PBXTargetDependency */ = {
  367. isa = PBXTargetDependency;
  368. name = oxygine_macosx;
  369. targetProxy = 04059FE81872027200BA6557 /* PBXContainerItemProxy */;
  370. };
  371. 04A57D8F187201EF0068B1E5 /* PBXTargetDependency */ = {
  372. isa = PBXTargetDependency;
  373. name = Framework;
  374. targetProxy = 04A57D8E187201EF0068B1E5 /* PBXContainerItemProxy */;
  375. };
  376. /* End PBXTargetDependency section */
  377. /* Begin XCBuildConfiguration section */
  378. 049B575D1871FBE900EF3C66 /* Debug */ = {
  379. isa = XCBuildConfiguration;
  380. buildSettings = {
  381. ALWAYS_SEARCH_USER_PATHS = NO;
  382. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  383. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  384. CLANG_CXX_LIBRARY = "libc++";
  385. CLANG_ENABLE_OBJC_ARC = NO;
  386. CLANG_WARN_BOOL_CONVERSION = YES;
  387. CLANG_WARN_CONSTANT_CONVERSION = YES;
  388. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  389. CLANG_WARN_EMPTY_BODY = YES;
  390. CLANG_WARN_ENUM_CONVERSION = YES;
  391. CLANG_WARN_INT_CONVERSION = YES;
  392. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  393. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  394. COPY_PHASE_STRIP = NO;
  395. GCC_C_LANGUAGE_STANDARD = gnu99;
  396. GCC_DYNAMIC_NO_PIC = NO;
  397. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  398. GCC_OPTIMIZATION_LEVEL = 0;
  399. GCC_PREPROCESSOR_DEFINITIONS = (
  400. "DEBUG=1",
  401. "$(inherited)",
  402. );
  403. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  404. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  405. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  406. GCC_WARN_UNDECLARED_SELECTOR = YES;
  407. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  408. GCC_WARN_UNUSED_FUNCTION = YES;
  409. GCC_WARN_UNUSED_VARIABLE = YES;
  410. MACOSX_DEPLOYMENT_TARGET = 10.8;
  411. ONLY_ACTIVE_ARCH = YES;
  412. SDKROOT = macosx;
  413. USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include";
  414. VALID_ARCHS = i386;
  415. };
  416. name = Debug;
  417. };
  418. 049B575E1871FBE900EF3C66 /* Release */ = {
  419. isa = XCBuildConfiguration;
  420. buildSettings = {
  421. ALWAYS_SEARCH_USER_PATHS = NO;
  422. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  423. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  424. CLANG_CXX_LIBRARY = "libc++";
  425. CLANG_ENABLE_OBJC_ARC = NO;
  426. CLANG_WARN_BOOL_CONVERSION = YES;
  427. CLANG_WARN_CONSTANT_CONVERSION = YES;
  428. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  429. CLANG_WARN_EMPTY_BODY = YES;
  430. CLANG_WARN_ENUM_CONVERSION = YES;
  431. CLANG_WARN_INT_CONVERSION = YES;
  432. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  433. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  434. COPY_PHASE_STRIP = YES;
  435. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  436. ENABLE_NS_ASSERTIONS = NO;
  437. GCC_C_LANGUAGE_STANDARD = gnu99;
  438. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  439. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  440. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  441. GCC_WARN_UNDECLARED_SELECTOR = YES;
  442. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  443. GCC_WARN_UNUSED_FUNCTION = YES;
  444. GCC_WARN_UNUSED_VARIABLE = YES;
  445. MACOSX_DEPLOYMENT_TARGET = 10.8;
  446. ONLY_ACTIVE_ARCH = YES;
  447. SDKROOT = macosx;
  448. USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include";
  449. VALID_ARCHS = i386;
  450. };
  451. name = Release;
  452. };
  453. 049B57601871FBE900EF3C66 /* Debug */ = {
  454. isa = XCBuildConfiguration;
  455. buildSettings = {
  456. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  457. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  458. COMBINE_HIDPI_IMAGES = YES;
  459. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  460. GCC_PREFIX_HEADER = "example/example_macosx-Prefix.pch";
  461. INFOPLIST_FILE = "example_macosx-Info.plist";
  462. LIBRARY_SEARCH_PATHS = (
  463. "$(inherited)",
  464. "../../../../oxygine-framework//oxygine/third_party/macosx/libraries",
  465. "../../../../oxygine-framework//oxygine/third_party/ios/libraries",
  466. );
  467. PRODUCT_NAME = example_macosx;
  468. USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../../oxygine-sound/src";
  469. VALID_ARCHS = "i386 x86_64";
  470. WRAPPER_EXTENSION = app;
  471. };
  472. name = Debug;
  473. };
  474. 049B57611871FBE900EF3C66 /* Release */ = {
  475. isa = XCBuildConfiguration;
  476. buildSettings = {
  477. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  478. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  479. COMBINE_HIDPI_IMAGES = YES;
  480. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  481. GCC_PREFIX_HEADER = "example/example_macosx-Prefix.pch";
  482. INFOPLIST_FILE = "example_macosx-Info.plist";
  483. LIBRARY_SEARCH_PATHS = (
  484. "$(inherited)",
  485. "../../../../oxygine-framework//oxygine/third_party/macosx/libraries",
  486. "../../../../oxygine-framework//oxygine/third_party/ios/libraries",
  487. );
  488. PRODUCT_NAME = example_macosx;
  489. USER_HEADER_SEARCH_PATHS = "../../../../oxygine-framework//oxygine/src ../../../..//SDL/include ../../../../oxygine-sound/src";
  490. VALID_ARCHS = "i386 x86_64";
  491. WRAPPER_EXTENSION = app;
  492. };
  493. name = Release;
  494. };
  495. /* End XCBuildConfiguration section */
  496. /* Begin XCConfigurationList section */
  497. 049B57291871FBE900EF3C66 /* Build configuration list for PBXProject "example_macosx" */ = {
  498. isa = XCConfigurationList;
  499. buildConfigurations = (
  500. 049B575D1871FBE900EF3C66 /* Debug */,
  501. 049B575E1871FBE900EF3C66 /* Release */,
  502. );
  503. defaultConfigurationIsVisible = 0;
  504. defaultConfigurationName = Release;
  505. };
  506. 049B575F1871FBE900EF3C66 /* Build configuration list for PBXNativeTarget "example_macosx" */ = {
  507. isa = XCConfigurationList;
  508. buildConfigurations = (
  509. 049B57601871FBE900EF3C66 /* Debug */,
  510. 049B57611871FBE900EF3C66 /* Release */,
  511. );
  512. defaultConfigurationIsVisible = 0;
  513. defaultConfigurationName = Release;
  514. };
  515. /* End XCConfigurationList section */
  516. };
  517. rootObject = 049B57261871FBE900EF3C66 /* Project object */;
  518. }