2
0

project.pbxproj 32 KB

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