project.pbxproj 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  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 /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 04FE4D4FB640E0DF92DFB865 /* fonts */; };
  18. 2DC477AC10D6C07B3FE008F6 /* Box2DDebugDraw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* Box2DDebugDraw.cpp */; };
  19. 3A631A475DE035FC53ADE5EA /* images in Resources */ = {isa = PBXBuildFile; fileRef = 7F3B12E3C9D554D9FE28101D /* images */; };
  20. 9271CE7A1BAB66780085E667 /* b2BroadPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE181BAB66780085E667 /* b2BroadPhase.cpp */; };
  21. 9271CE7B1BAB66780085E667 /* b2CollideCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1A1BAB66780085E667 /* b2CollideCircle.cpp */; };
  22. 9271CE7C1BAB66780085E667 /* b2CollideEdge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1B1BAB66780085E667 /* b2CollideEdge.cpp */; };
  23. 9271CE7D1BAB66780085E667 /* b2CollidePolygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1C1BAB66780085E667 /* b2CollidePolygon.cpp */; };
  24. 9271CE7E1BAB66780085E667 /* b2Collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1D1BAB66780085E667 /* b2Collision.cpp */; };
  25. 9271CE7F1BAB66780085E667 /* b2Distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE1F1BAB66780085E667 /* b2Distance.cpp */; };
  26. 9271CE801BAB66780085E667 /* b2DynamicTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE211BAB66780085E667 /* b2DynamicTree.cpp */; };
  27. 9271CE811BAB66780085E667 /* b2TimeOfImpact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE231BAB66780085E667 /* b2TimeOfImpact.cpp */; };
  28. 9271CE821BAB66780085E667 /* b2ChainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE261BAB66780085E667 /* b2ChainShape.cpp */; };
  29. 9271CE831BAB66780085E667 /* b2CircleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE281BAB66780085E667 /* b2CircleShape.cpp */; };
  30. 9271CE841BAB66780085E667 /* b2EdgeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE2A1BAB66780085E667 /* b2EdgeShape.cpp */; };
  31. 9271CE851BAB66780085E667 /* b2PolygonShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE2C1BAB66780085E667 /* b2PolygonShape.cpp */; };
  32. 9271CE861BAB66780085E667 /* b2BlockAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE301BAB66780085E667 /* b2BlockAllocator.cpp */; };
  33. 9271CE871BAB66780085E667 /* b2Draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE321BAB66780085E667 /* b2Draw.cpp */; };
  34. 9271CE881BAB66780085E667 /* b2Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE351BAB66780085E667 /* b2Math.cpp */; };
  35. 9271CE891BAB66780085E667 /* b2Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE371BAB66780085E667 /* b2Settings.cpp */; };
  36. 9271CE8A1BAB66780085E667 /* b2StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE391BAB66780085E667 /* b2StackAllocator.cpp */; };
  37. 9271CE8B1BAB66780085E667 /* b2Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE3B1BAB66780085E667 /* b2Timer.cpp */; };
  38. 9271CE8C1BAB66780085E667 /* b2Body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE3E1BAB66780085E667 /* b2Body.cpp */; };
  39. 9271CE8D1BAB66780085E667 /* b2ContactManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE401BAB66780085E667 /* b2ContactManager.cpp */; };
  40. 9271CE8E1BAB66780085E667 /* b2Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE421BAB66780085E667 /* b2Fixture.cpp */; };
  41. 9271CE8F1BAB66780085E667 /* b2Island.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE441BAB66780085E667 /* b2Island.cpp */; };
  42. 9271CE901BAB66780085E667 /* b2World.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE471BAB66780085E667 /* b2World.cpp */; };
  43. 9271CE911BAB66780085E667 /* b2WorldCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE491BAB66780085E667 /* b2WorldCallbacks.cpp */; };
  44. 9271CE921BAB66780085E667 /* b2ChainAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE4C1BAB66780085E667 /* b2ChainAndCircleContact.cpp */; };
  45. 9271CE931BAB66780085E667 /* b2ChainAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE4E1BAB66780085E667 /* b2ChainAndPolygonContact.cpp */; };
  46. 9271CE941BAB66780085E667 /* b2CircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE501BAB66780085E667 /* b2CircleContact.cpp */; };
  47. 9271CE951BAB66780085E667 /* b2Contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE521BAB66780085E667 /* b2Contact.cpp */; };
  48. 9271CE961BAB66780085E667 /* b2ContactSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE541BAB66780085E667 /* b2ContactSolver.cpp */; };
  49. 9271CE971BAB66780085E667 /* b2EdgeAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE561BAB66780085E667 /* b2EdgeAndCircleContact.cpp */; };
  50. 9271CE981BAB66780085E667 /* b2EdgeAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE581BAB66780085E667 /* b2EdgeAndPolygonContact.cpp */; };
  51. 9271CE991BAB66780085E667 /* b2PolygonAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE5A1BAB66780085E667 /* b2PolygonAndCircleContact.cpp */; };
  52. 9271CE9A1BAB66780085E667 /* b2PolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE5C1BAB66780085E667 /* b2PolygonContact.cpp */; };
  53. 9271CE9B1BAB66780085E667 /* b2DistanceJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE5F1BAB66780085E667 /* b2DistanceJoint.cpp */; };
  54. 9271CE9C1BAB66780085E667 /* b2FrictionJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE611BAB66780085E667 /* b2FrictionJoint.cpp */; };
  55. 9271CE9D1BAB66780085E667 /* b2GearJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE631BAB66780085E667 /* b2GearJoint.cpp */; };
  56. 9271CE9E1BAB66780085E667 /* b2Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE651BAB66780085E667 /* b2Joint.cpp */; };
  57. 9271CE9F1BAB66780085E667 /* b2MotorJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE671BAB66780085E667 /* b2MotorJoint.cpp */; };
  58. 9271CEA01BAB66780085E667 /* b2MouseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE691BAB66780085E667 /* b2MouseJoint.cpp */; };
  59. 9271CEA11BAB66780085E667 /* b2PrismaticJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE6B1BAB66780085E667 /* b2PrismaticJoint.cpp */; };
  60. 9271CEA21BAB66780085E667 /* b2PulleyJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE6D1BAB66780085E667 /* b2PulleyJoint.cpp */; };
  61. 9271CEA31BAB66780085E667 /* b2RevoluteJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE6F1BAB66780085E667 /* b2RevoluteJoint.cpp */; };
  62. 9271CEA41BAB66780085E667 /* b2RopeJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE711BAB66780085E667 /* b2RopeJoint.cpp */; };
  63. 9271CEA51BAB66780085E667 /* b2WeldJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE731BAB66780085E667 /* b2WeldJoint.cpp */; };
  64. 9271CEA61BAB66780085E667 /* b2WheelJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE751BAB66780085E667 /* b2WheelJoint.cpp */; };
  65. 9271CEA71BAB66780085E667 /* b2Rope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CE781BAB66780085E667 /* b2Rope.cpp */; };
  66. C8860D93875589970329DCCD /* example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DA100C319512824B7570663 /* example.cpp */; };
  67. CD59C69314E9E74CD0A11E03 /* res.xml in Resources */ = {isa = PBXBuildFile; fileRef = F6123B1E6FE4471A00F49751 /* res.xml */; };
  68. DA49ED8903C628BA578C8670 /* entry_point.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* entry_point.cpp */; };
  69. /* End PBXBuildFile section */
  70. /* Begin PBXContainerItemProxy section */
  71. 04059FE31872026200BA6557 /* PBXContainerItemProxy */ = {
  72. isa = PBXContainerItemProxy;
  73. containerPortal = 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */;
  74. proxyType = 2;
  75. remoteGlobalIDString = 049B52BB1871EDE900EF3C66;
  76. remoteInfo = oxygine_macosx;
  77. };
  78. 04059FE81872027200BA6557 /* PBXContainerItemProxy */ = {
  79. isa = PBXContainerItemProxy;
  80. containerPortal = 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */;
  81. proxyType = 1;
  82. remoteGlobalIDString = 049B52BA1871EDE900EF3C66;
  83. remoteInfo = oxygine_macosx;
  84. };
  85. 04A57D851872012D0068B1E5 /* PBXContainerItemProxy */ = {
  86. isa = PBXContainerItemProxy;
  87. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  88. proxyType = 2;
  89. remoteGlobalIDString = BECDF66C0761BA81005FE872;
  90. remoteInfo = Framework;
  91. };
  92. 04A57D871872012D0068B1E5 /* PBXContainerItemProxy */ = {
  93. isa = PBXContainerItemProxy;
  94. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  95. proxyType = 2;
  96. remoteGlobalIDString = BECDF6B30761BA81005FE872;
  97. remoteInfo = "Static Library";
  98. };
  99. 04A57D891872012D0068B1E5 /* PBXContainerItemProxy */ = {
  100. isa = PBXContainerItemProxy;
  101. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  102. proxyType = 2;
  103. remoteGlobalIDString = DB31407717554B71006C0E22;
  104. remoteInfo = "Shared Library";
  105. };
  106. 04A57D8B1872012D0068B1E5 /* PBXContainerItemProxy */ = {
  107. isa = PBXContainerItemProxy;
  108. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  109. proxyType = 2;
  110. remoteGlobalIDString = BECDF6BE0761BA81005FE872;
  111. remoteInfo = "Standard DMG";
  112. };
  113. 04A57D8E187201EF0068B1E5 /* PBXContainerItemProxy */ = {
  114. isa = PBXContainerItemProxy;
  115. containerPortal = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  116. proxyType = 1;
  117. remoteGlobalIDString = BECDF5FE0761BA81005FE872;
  118. remoteInfo = Framework;
  119. };
  120. /* End PBXContainerItemProxy section */
  121. /* Begin PBXFileReference section */
  122. 04059FEC187202A200BA6557 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  123. 04059FEE187202AC00BA6557 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
  124. 04059FF01872031A00BA6557 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../..//oxygine/third_party/macosx/libraries/libjpeg.a"; sourceTree = "<group>"; };
  125. 04059FF11872031A00BA6557 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../..//oxygine/third_party/macosx/libraries/libpng.a"; sourceTree = "<group>"; };
  126. 04059FF4187203A600BA6557 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../..//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
  127. 04059FF5187203A600BA6557 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../..//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
  128. 049B572E1871FBE900EF3C66 /* DemoBox2D_macosx.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoBox2D_macosx.app; sourceTree = BUILT_PRODUCTS_DIR; };
  129. 049B57311871FBE900EF3C66 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  130. 049B57341871FBE900EF3C66 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  131. 049B57351871FBE900EF3C66 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  132. 049B57361871FBE900EF3C66 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  133. 049B57391871FBE900EF3C66 /* DemoBox2D_macosx-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DemoBox2D_macosx-Info.plist"; sourceTree = "<group>"; };
  134. 049B57491871FBE900EF3C66 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = DemoBox2D/Images.xcassets; sourceTree = "<group>"; };
  135. 049B57501871FBE900EF3C66 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  136. 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>"; };
  137. 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
  138. 04FE4D4FB640E0DF92DFB865 /* fonts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = fonts; path = ../data/fonts; sourceTree = "<group>"; };
  139. 0BF9628FC8D38F9748F0CDEB /* entry_point.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = entry_point.cpp; path = ../src/entry_point.cpp; sourceTree = "<group>"; };
  140. 360377333740D8A2FD15BBE6 /* Box2DDebugDraw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Box2DDebugDraw.cpp; path = ../src/Box2DDebugDraw.cpp; sourceTree = "<group>"; };
  141. 4DA100C319512824B7570663 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
  142. 5DE458993031811A4C7D28C1 /* Box2DDebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Box2DDebugDraw.h; path = ../src/Box2DDebugDraw.h; sourceTree = "<group>"; };
  143. 7F3B12E3C9D554D9FE28101D /* images */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = images; path = ../data/images; sourceTree = "<group>"; };
  144. 9271CE161BAB66780085E667 /* Box2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2D.h; sourceTree = "<group>"; };
  145. 9271CE181BAB66780085E667 /* b2BroadPhase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BroadPhase.cpp; sourceTree = "<group>"; };
  146. 9271CE191BAB66780085E667 /* b2BroadPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BroadPhase.h; sourceTree = "<group>"; };
  147. 9271CE1A1BAB66780085E667 /* b2CollideCircle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideCircle.cpp; sourceTree = "<group>"; };
  148. 9271CE1B1BAB66780085E667 /* b2CollideEdge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideEdge.cpp; sourceTree = "<group>"; };
  149. 9271CE1C1BAB66780085E667 /* b2CollidePolygon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollidePolygon.cpp; sourceTree = "<group>"; };
  150. 9271CE1D1BAB66780085E667 /* b2Collision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Collision.cpp; sourceTree = "<group>"; };
  151. 9271CE1E1BAB66780085E667 /* b2Collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Collision.h; sourceTree = "<group>"; };
  152. 9271CE1F1BAB66780085E667 /* b2Distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Distance.cpp; sourceTree = "<group>"; };
  153. 9271CE201BAB66780085E667 /* b2Distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Distance.h; sourceTree = "<group>"; };
  154. 9271CE211BAB66780085E667 /* b2DynamicTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DynamicTree.cpp; sourceTree = "<group>"; };
  155. 9271CE221BAB66780085E667 /* b2DynamicTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DynamicTree.h; sourceTree = "<group>"; };
  156. 9271CE231BAB66780085E667 /* b2TimeOfImpact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2TimeOfImpact.cpp; sourceTree = "<group>"; };
  157. 9271CE241BAB66780085E667 /* b2TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeOfImpact.h; sourceTree = "<group>"; };
  158. 9271CE261BAB66780085E667 /* b2ChainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainShape.cpp; sourceTree = "<group>"; };
  159. 9271CE271BAB66780085E667 /* b2ChainShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainShape.h; sourceTree = "<group>"; };
  160. 9271CE281BAB66780085E667 /* b2CircleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleShape.cpp; sourceTree = "<group>"; };
  161. 9271CE291BAB66780085E667 /* b2CircleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleShape.h; sourceTree = "<group>"; };
  162. 9271CE2A1BAB66780085E667 /* b2EdgeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeShape.cpp; sourceTree = "<group>"; };
  163. 9271CE2B1BAB66780085E667 /* b2EdgeShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeShape.h; sourceTree = "<group>"; };
  164. 9271CE2C1BAB66780085E667 /* b2PolygonShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonShape.cpp; sourceTree = "<group>"; };
  165. 9271CE2D1BAB66780085E667 /* b2PolygonShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonShape.h; sourceTree = "<group>"; };
  166. 9271CE2E1BAB66780085E667 /* b2Shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Shape.h; sourceTree = "<group>"; };
  167. 9271CE301BAB66780085E667 /* b2BlockAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BlockAllocator.cpp; sourceTree = "<group>"; };
  168. 9271CE311BAB66780085E667 /* b2BlockAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BlockAllocator.h; sourceTree = "<group>"; };
  169. 9271CE321BAB66780085E667 /* b2Draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Draw.cpp; sourceTree = "<group>"; };
  170. 9271CE331BAB66780085E667 /* b2Draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Draw.h; sourceTree = "<group>"; };
  171. 9271CE341BAB66780085E667 /* b2GrowableStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GrowableStack.h; sourceTree = "<group>"; };
  172. 9271CE351BAB66780085E667 /* b2Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Math.cpp; sourceTree = "<group>"; };
  173. 9271CE361BAB66780085E667 /* b2Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Math.h; sourceTree = "<group>"; };
  174. 9271CE371BAB66780085E667 /* b2Settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Settings.cpp; sourceTree = "<group>"; };
  175. 9271CE381BAB66780085E667 /* b2Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Settings.h; sourceTree = "<group>"; };
  176. 9271CE391BAB66780085E667 /* b2StackAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2StackAllocator.cpp; sourceTree = "<group>"; };
  177. 9271CE3A1BAB66780085E667 /* b2StackAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2StackAllocator.h; sourceTree = "<group>"; };
  178. 9271CE3B1BAB66780085E667 /* b2Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Timer.cpp; sourceTree = "<group>"; };
  179. 9271CE3C1BAB66780085E667 /* b2Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Timer.h; sourceTree = "<group>"; };
  180. 9271CE3E1BAB66780085E667 /* b2Body.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Body.cpp; sourceTree = "<group>"; };
  181. 9271CE3F1BAB66780085E667 /* b2Body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Body.h; sourceTree = "<group>"; };
  182. 9271CE401BAB66780085E667 /* b2ContactManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactManager.cpp; sourceTree = "<group>"; };
  183. 9271CE411BAB66780085E667 /* b2ContactManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactManager.h; sourceTree = "<group>"; };
  184. 9271CE421BAB66780085E667 /* b2Fixture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Fixture.cpp; sourceTree = "<group>"; };
  185. 9271CE431BAB66780085E667 /* b2Fixture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Fixture.h; sourceTree = "<group>"; };
  186. 9271CE441BAB66780085E667 /* b2Island.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Island.cpp; sourceTree = "<group>"; };
  187. 9271CE451BAB66780085E667 /* b2Island.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Island.h; sourceTree = "<group>"; };
  188. 9271CE461BAB66780085E667 /* b2TimeStep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeStep.h; sourceTree = "<group>"; };
  189. 9271CE471BAB66780085E667 /* b2World.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2World.cpp; sourceTree = "<group>"; };
  190. 9271CE481BAB66780085E667 /* b2World.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2World.h; sourceTree = "<group>"; };
  191. 9271CE491BAB66780085E667 /* b2WorldCallbacks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WorldCallbacks.cpp; sourceTree = "<group>"; };
  192. 9271CE4A1BAB66780085E667 /* b2WorldCallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WorldCallbacks.h; sourceTree = "<group>"; };
  193. 9271CE4C1BAB66780085E667 /* b2ChainAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndCircleContact.cpp; sourceTree = "<group>"; };
  194. 9271CE4D1BAB66780085E667 /* b2ChainAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndCircleContact.h; sourceTree = "<group>"; };
  195. 9271CE4E1BAB66780085E667 /* b2ChainAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndPolygonContact.cpp; sourceTree = "<group>"; };
  196. 9271CE4F1BAB66780085E667 /* b2ChainAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndPolygonContact.h; sourceTree = "<group>"; };
  197. 9271CE501BAB66780085E667 /* b2CircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleContact.cpp; sourceTree = "<group>"; };
  198. 9271CE511BAB66780085E667 /* b2CircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleContact.h; sourceTree = "<group>"; };
  199. 9271CE521BAB66780085E667 /* b2Contact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Contact.cpp; sourceTree = "<group>"; };
  200. 9271CE531BAB66780085E667 /* b2Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Contact.h; sourceTree = "<group>"; };
  201. 9271CE541BAB66780085E667 /* b2ContactSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactSolver.cpp; sourceTree = "<group>"; };
  202. 9271CE551BAB66780085E667 /* b2ContactSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactSolver.h; sourceTree = "<group>"; };
  203. 9271CE561BAB66780085E667 /* b2EdgeAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndCircleContact.cpp; sourceTree = "<group>"; };
  204. 9271CE571BAB66780085E667 /* b2EdgeAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndCircleContact.h; sourceTree = "<group>"; };
  205. 9271CE581BAB66780085E667 /* b2EdgeAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndPolygonContact.cpp; sourceTree = "<group>"; };
  206. 9271CE591BAB66780085E667 /* b2EdgeAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndPolygonContact.h; sourceTree = "<group>"; };
  207. 9271CE5A1BAB66780085E667 /* b2PolygonAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonAndCircleContact.cpp; sourceTree = "<group>"; };
  208. 9271CE5B1BAB66780085E667 /* b2PolygonAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonAndCircleContact.h; sourceTree = "<group>"; };
  209. 9271CE5C1BAB66780085E667 /* b2PolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonContact.cpp; sourceTree = "<group>"; };
  210. 9271CE5D1BAB66780085E667 /* b2PolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonContact.h; sourceTree = "<group>"; };
  211. 9271CE5F1BAB66780085E667 /* b2DistanceJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DistanceJoint.cpp; sourceTree = "<group>"; };
  212. 9271CE601BAB66780085E667 /* b2DistanceJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DistanceJoint.h; sourceTree = "<group>"; };
  213. 9271CE611BAB66780085E667 /* b2FrictionJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2FrictionJoint.cpp; sourceTree = "<group>"; };
  214. 9271CE621BAB66780085E667 /* b2FrictionJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2FrictionJoint.h; sourceTree = "<group>"; };
  215. 9271CE631BAB66780085E667 /* b2GearJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2GearJoint.cpp; sourceTree = "<group>"; };
  216. 9271CE641BAB66780085E667 /* b2GearJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GearJoint.h; sourceTree = "<group>"; };
  217. 9271CE651BAB66780085E667 /* b2Joint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Joint.cpp; sourceTree = "<group>"; };
  218. 9271CE661BAB66780085E667 /* b2Joint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Joint.h; sourceTree = "<group>"; };
  219. 9271CE671BAB66780085E667 /* b2MotorJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MotorJoint.cpp; sourceTree = "<group>"; };
  220. 9271CE681BAB66780085E667 /* b2MotorJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MotorJoint.h; sourceTree = "<group>"; };
  221. 9271CE691BAB66780085E667 /* b2MouseJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MouseJoint.cpp; sourceTree = "<group>"; };
  222. 9271CE6A1BAB66780085E667 /* b2MouseJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MouseJoint.h; sourceTree = "<group>"; };
  223. 9271CE6B1BAB66780085E667 /* b2PrismaticJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PrismaticJoint.cpp; sourceTree = "<group>"; };
  224. 9271CE6C1BAB66780085E667 /* b2PrismaticJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PrismaticJoint.h; sourceTree = "<group>"; };
  225. 9271CE6D1BAB66780085E667 /* b2PulleyJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PulleyJoint.cpp; sourceTree = "<group>"; };
  226. 9271CE6E1BAB66780085E667 /* b2PulleyJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PulleyJoint.h; sourceTree = "<group>"; };
  227. 9271CE6F1BAB66780085E667 /* b2RevoluteJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RevoluteJoint.cpp; sourceTree = "<group>"; };
  228. 9271CE701BAB66780085E667 /* b2RevoluteJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RevoluteJoint.h; sourceTree = "<group>"; };
  229. 9271CE711BAB66780085E667 /* b2RopeJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RopeJoint.cpp; sourceTree = "<group>"; };
  230. 9271CE721BAB66780085E667 /* b2RopeJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RopeJoint.h; sourceTree = "<group>"; };
  231. 9271CE731BAB66780085E667 /* b2WeldJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WeldJoint.cpp; sourceTree = "<group>"; };
  232. 9271CE741BAB66780085E667 /* b2WeldJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WeldJoint.h; sourceTree = "<group>"; };
  233. 9271CE751BAB66780085E667 /* b2WheelJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WheelJoint.cpp; sourceTree = "<group>"; };
  234. 9271CE761BAB66780085E667 /* b2WheelJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WheelJoint.h; sourceTree = "<group>"; };
  235. 9271CE781BAB66780085E667 /* b2Rope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Rope.cpp; sourceTree = "<group>"; };
  236. 9271CE791BAB66780085E667 /* b2Rope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Rope.h; sourceTree = "<group>"; };
  237. BA41FC88D76540A6905224D6 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
  238. F6123B1E6FE4471A00F49751 /* res.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wtf; name = res.xml; path = ../data/res.xml; sourceTree = "<group>"; };
  239. /* End PBXFileReference section */
  240. /* Begin PBXFrameworksBuildPhase section */
  241. 049B572B1871FBE900EF3C66 /* Frameworks */ = {
  242. isa = PBXFrameworksBuildPhase;
  243. buildActionMask = 2147483647;
  244. files = (
  245. 0405A00018720D2200BA6557 /* libjpeg.a in Frameworks */,
  246. 0405A00118720D2200BA6557 /* libpng.a in Frameworks */,
  247. 04059FEF187202AC00BA6557 /* OpenGL.framework in Frameworks */,
  248. 04059FED187202A200BA6557 /* libz.dylib in Frameworks */,
  249. 04059FEB1872027B00BA6557 /* liboxygine_macosx.a in Frameworks */,
  250. 04059FEA1872027500BA6557 /* SDL2.framework in Frameworks */,
  251. 049B57321871FBE900EF3C66 /* Cocoa.framework in Frameworks */,
  252. );
  253. runOnlyForDeploymentPostprocessing = 0;
  254. };
  255. /* End PBXFrameworksBuildPhase section */
  256. /* Begin PBXGroup section */
  257. 04059FE01872026200BA6557 /* Products */ = {
  258. isa = PBXGroup;
  259. children = (
  260. 04059FE41872026200BA6557 /* liboxygine_macosx.a */,
  261. );
  262. name = Products;
  263. sourceTree = "<group>";
  264. };
  265. 049B57251871FBE900EF3C66 = {
  266. isa = PBXGroup;
  267. children = (
  268. 049B57491871FBE900EF3C66 /* Images.xcassets */,
  269. 049B57381871FBE900EF3C66 /* Supporting Files */,
  270. 04A57D391871FF8B0068B1E5 /* src */,
  271. 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */,
  272. 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */,
  273. 049B57301871FBE900EF3C66 /* Frameworks */,
  274. 049B572F1871FBE900EF3C66 /* Products */,
  275. );
  276. sourceTree = "<group>";
  277. };
  278. 049B572F1871FBE900EF3C66 /* Products */ = {
  279. isa = PBXGroup;
  280. children = (
  281. 049B572E1871FBE900EF3C66 /* DemoBox2D_macosx.app */,
  282. );
  283. name = Products;
  284. sourceTree = "<group>";
  285. };
  286. 049B57301871FBE900EF3C66 /* Frameworks */ = {
  287. isa = PBXGroup;
  288. children = (
  289. 04059FF4187203A600BA6557 /* libjpeg.a */,
  290. 04059FF5187203A600BA6557 /* libpng.a */,
  291. 04059FF01872031A00BA6557 /* libjpeg.a */,
  292. 04059FF11872031A00BA6557 /* libpng.a */,
  293. 04059FEE187202AC00BA6557 /* OpenGL.framework */,
  294. 04059FEC187202A200BA6557 /* libz.dylib */,
  295. 049B57311871FBE900EF3C66 /* Cocoa.framework */,
  296. 049B57501871FBE900EF3C66 /* XCTest.framework */,
  297. 049B57331871FBE900EF3C66 /* Other Frameworks */,
  298. );
  299. name = Frameworks;
  300. sourceTree = "<group>";
  301. };
  302. 049B57331871FBE900EF3C66 /* Other Frameworks */ = {
  303. isa = PBXGroup;
  304. children = (
  305. 049B57341871FBE900EF3C66 /* AppKit.framework */,
  306. 049B57351871FBE900EF3C66 /* CoreData.framework */,
  307. 049B57361871FBE900EF3C66 /* Foundation.framework */,
  308. );
  309. name = "Other Frameworks";
  310. sourceTree = "<group>";
  311. };
  312. 049B57381871FBE900EF3C66 /* Supporting Files */ = {
  313. isa = PBXGroup;
  314. children = (
  315. 04FE4D4FB640E0DF92DFB865 /* fonts */,
  316. 7F3B12E3C9D554D9FE28101D /* images */,
  317. F6123B1E6FE4471A00F49751 /* res.xml */,
  318. 049B57391871FBE900EF3C66 /* DemoBox2D_macosx-Info.plist */,
  319. );
  320. name = "Supporting Files";
  321. sourceTree = "<group>";
  322. };
  323. 04A57D391871FF8B0068B1E5 /* src */ = {
  324. isa = PBXGroup;
  325. children = (
  326. 92908F7419C9ECAC0088BCA9 /* box2d */,
  327. 360377333740D8A2FD15BBE6 /* Box2DDebugDraw.cpp */,
  328. 0BF9628FC8D38F9748F0CDEB /* entry_point.cpp */,
  329. 4DA100C319512824B7570663 /* example.cpp */,
  330. 5DE458993031811A4C7D28C1 /* Box2DDebugDraw.h */,
  331. BA41FC88D76540A6905224D6 /* example.h */,
  332. );
  333. name = src;
  334. sourceTree = "<group>";
  335. };
  336. 04A57D7F1872012A0068B1E5 /* Products */ = {
  337. isa = PBXGroup;
  338. children = (
  339. 04A57D861872012D0068B1E5 /* SDL2.framework */,
  340. 04A57D881872012D0068B1E5 /* libSDL2.a */,
  341. 04A57D8A1872012D0068B1E5 /* libSDL2.dylib */,
  342. 04A57D8C1872012D0068B1E5 /* Standard DMG */,
  343. );
  344. name = Products;
  345. sourceTree = "<group>";
  346. };
  347. 9271CE151BAB66780085E667 /* Box2D */ = {
  348. isa = PBXGroup;
  349. children = (
  350. 9271CE161BAB66780085E667 /* Box2D.h */,
  351. 9271CE171BAB66780085E667 /* Collision */,
  352. 9271CE2F1BAB66780085E667 /* Common */,
  353. 9271CE3D1BAB66780085E667 /* Dynamics */,
  354. 9271CE771BAB66780085E667 /* Rope */,
  355. );
  356. name = Box2D;
  357. path = ../box2d/Box2D;
  358. sourceTree = "<group>";
  359. };
  360. 9271CE171BAB66780085E667 /* Collision */ = {
  361. isa = PBXGroup;
  362. children = (
  363. 9271CE181BAB66780085E667 /* b2BroadPhase.cpp */,
  364. 9271CE191BAB66780085E667 /* b2BroadPhase.h */,
  365. 9271CE1A1BAB66780085E667 /* b2CollideCircle.cpp */,
  366. 9271CE1B1BAB66780085E667 /* b2CollideEdge.cpp */,
  367. 9271CE1C1BAB66780085E667 /* b2CollidePolygon.cpp */,
  368. 9271CE1D1BAB66780085E667 /* b2Collision.cpp */,
  369. 9271CE1E1BAB66780085E667 /* b2Collision.h */,
  370. 9271CE1F1BAB66780085E667 /* b2Distance.cpp */,
  371. 9271CE201BAB66780085E667 /* b2Distance.h */,
  372. 9271CE211BAB66780085E667 /* b2DynamicTree.cpp */,
  373. 9271CE221BAB66780085E667 /* b2DynamicTree.h */,
  374. 9271CE231BAB66780085E667 /* b2TimeOfImpact.cpp */,
  375. 9271CE241BAB66780085E667 /* b2TimeOfImpact.h */,
  376. 9271CE251BAB66780085E667 /* Shapes */,
  377. );
  378. path = Collision;
  379. sourceTree = "<group>";
  380. };
  381. 9271CE251BAB66780085E667 /* Shapes */ = {
  382. isa = PBXGroup;
  383. children = (
  384. 9271CE261BAB66780085E667 /* b2ChainShape.cpp */,
  385. 9271CE271BAB66780085E667 /* b2ChainShape.h */,
  386. 9271CE281BAB66780085E667 /* b2CircleShape.cpp */,
  387. 9271CE291BAB66780085E667 /* b2CircleShape.h */,
  388. 9271CE2A1BAB66780085E667 /* b2EdgeShape.cpp */,
  389. 9271CE2B1BAB66780085E667 /* b2EdgeShape.h */,
  390. 9271CE2C1BAB66780085E667 /* b2PolygonShape.cpp */,
  391. 9271CE2D1BAB66780085E667 /* b2PolygonShape.h */,
  392. 9271CE2E1BAB66780085E667 /* b2Shape.h */,
  393. );
  394. path = Shapes;
  395. sourceTree = "<group>";
  396. };
  397. 9271CE2F1BAB66780085E667 /* Common */ = {
  398. isa = PBXGroup;
  399. children = (
  400. 9271CE301BAB66780085E667 /* b2BlockAllocator.cpp */,
  401. 9271CE311BAB66780085E667 /* b2BlockAllocator.h */,
  402. 9271CE321BAB66780085E667 /* b2Draw.cpp */,
  403. 9271CE331BAB66780085E667 /* b2Draw.h */,
  404. 9271CE341BAB66780085E667 /* b2GrowableStack.h */,
  405. 9271CE351BAB66780085E667 /* b2Math.cpp */,
  406. 9271CE361BAB66780085E667 /* b2Math.h */,
  407. 9271CE371BAB66780085E667 /* b2Settings.cpp */,
  408. 9271CE381BAB66780085E667 /* b2Settings.h */,
  409. 9271CE391BAB66780085E667 /* b2StackAllocator.cpp */,
  410. 9271CE3A1BAB66780085E667 /* b2StackAllocator.h */,
  411. 9271CE3B1BAB66780085E667 /* b2Timer.cpp */,
  412. 9271CE3C1BAB66780085E667 /* b2Timer.h */,
  413. );
  414. path = Common;
  415. sourceTree = "<group>";
  416. };
  417. 9271CE3D1BAB66780085E667 /* Dynamics */ = {
  418. isa = PBXGroup;
  419. children = (
  420. 9271CE3E1BAB66780085E667 /* b2Body.cpp */,
  421. 9271CE3F1BAB66780085E667 /* b2Body.h */,
  422. 9271CE401BAB66780085E667 /* b2ContactManager.cpp */,
  423. 9271CE411BAB66780085E667 /* b2ContactManager.h */,
  424. 9271CE421BAB66780085E667 /* b2Fixture.cpp */,
  425. 9271CE431BAB66780085E667 /* b2Fixture.h */,
  426. 9271CE441BAB66780085E667 /* b2Island.cpp */,
  427. 9271CE451BAB66780085E667 /* b2Island.h */,
  428. 9271CE461BAB66780085E667 /* b2TimeStep.h */,
  429. 9271CE471BAB66780085E667 /* b2World.cpp */,
  430. 9271CE481BAB66780085E667 /* b2World.h */,
  431. 9271CE491BAB66780085E667 /* b2WorldCallbacks.cpp */,
  432. 9271CE4A1BAB66780085E667 /* b2WorldCallbacks.h */,
  433. 9271CE4B1BAB66780085E667 /* Contacts */,
  434. 9271CE5E1BAB66780085E667 /* Joints */,
  435. );
  436. path = Dynamics;
  437. sourceTree = "<group>";
  438. };
  439. 9271CE4B1BAB66780085E667 /* Contacts */ = {
  440. isa = PBXGroup;
  441. children = (
  442. 9271CE4C1BAB66780085E667 /* b2ChainAndCircleContact.cpp */,
  443. 9271CE4D1BAB66780085E667 /* b2ChainAndCircleContact.h */,
  444. 9271CE4E1BAB66780085E667 /* b2ChainAndPolygonContact.cpp */,
  445. 9271CE4F1BAB66780085E667 /* b2ChainAndPolygonContact.h */,
  446. 9271CE501BAB66780085E667 /* b2CircleContact.cpp */,
  447. 9271CE511BAB66780085E667 /* b2CircleContact.h */,
  448. 9271CE521BAB66780085E667 /* b2Contact.cpp */,
  449. 9271CE531BAB66780085E667 /* b2Contact.h */,
  450. 9271CE541BAB66780085E667 /* b2ContactSolver.cpp */,
  451. 9271CE551BAB66780085E667 /* b2ContactSolver.h */,
  452. 9271CE561BAB66780085E667 /* b2EdgeAndCircleContact.cpp */,
  453. 9271CE571BAB66780085E667 /* b2EdgeAndCircleContact.h */,
  454. 9271CE581BAB66780085E667 /* b2EdgeAndPolygonContact.cpp */,
  455. 9271CE591BAB66780085E667 /* b2EdgeAndPolygonContact.h */,
  456. 9271CE5A1BAB66780085E667 /* b2PolygonAndCircleContact.cpp */,
  457. 9271CE5B1BAB66780085E667 /* b2PolygonAndCircleContact.h */,
  458. 9271CE5C1BAB66780085E667 /* b2PolygonContact.cpp */,
  459. 9271CE5D1BAB66780085E667 /* b2PolygonContact.h */,
  460. );
  461. path = Contacts;
  462. sourceTree = "<group>";
  463. };
  464. 9271CE5E1BAB66780085E667 /* Joints */ = {
  465. isa = PBXGroup;
  466. children = (
  467. 9271CE5F1BAB66780085E667 /* b2DistanceJoint.cpp */,
  468. 9271CE601BAB66780085E667 /* b2DistanceJoint.h */,
  469. 9271CE611BAB66780085E667 /* b2FrictionJoint.cpp */,
  470. 9271CE621BAB66780085E667 /* b2FrictionJoint.h */,
  471. 9271CE631BAB66780085E667 /* b2GearJoint.cpp */,
  472. 9271CE641BAB66780085E667 /* b2GearJoint.h */,
  473. 9271CE651BAB66780085E667 /* b2Joint.cpp */,
  474. 9271CE661BAB66780085E667 /* b2Joint.h */,
  475. 9271CE671BAB66780085E667 /* b2MotorJoint.cpp */,
  476. 9271CE681BAB66780085E667 /* b2MotorJoint.h */,
  477. 9271CE691BAB66780085E667 /* b2MouseJoint.cpp */,
  478. 9271CE6A1BAB66780085E667 /* b2MouseJoint.h */,
  479. 9271CE6B1BAB66780085E667 /* b2PrismaticJoint.cpp */,
  480. 9271CE6C1BAB66780085E667 /* b2PrismaticJoint.h */,
  481. 9271CE6D1BAB66780085E667 /* b2PulleyJoint.cpp */,
  482. 9271CE6E1BAB66780085E667 /* b2PulleyJoint.h */,
  483. 9271CE6F1BAB66780085E667 /* b2RevoluteJoint.cpp */,
  484. 9271CE701BAB66780085E667 /* b2RevoluteJoint.h */,
  485. 9271CE711BAB66780085E667 /* b2RopeJoint.cpp */,
  486. 9271CE721BAB66780085E667 /* b2RopeJoint.h */,
  487. 9271CE731BAB66780085E667 /* b2WeldJoint.cpp */,
  488. 9271CE741BAB66780085E667 /* b2WeldJoint.h */,
  489. 9271CE751BAB66780085E667 /* b2WheelJoint.cpp */,
  490. 9271CE761BAB66780085E667 /* b2WheelJoint.h */,
  491. );
  492. path = Joints;
  493. sourceTree = "<group>";
  494. };
  495. 9271CE771BAB66780085E667 /* Rope */ = {
  496. isa = PBXGroup;
  497. children = (
  498. 9271CE781BAB66780085E667 /* b2Rope.cpp */,
  499. 9271CE791BAB66780085E667 /* b2Rope.h */,
  500. );
  501. path = Rope;
  502. sourceTree = "<group>";
  503. };
  504. 92908F7419C9ECAC0088BCA9 /* box2d */ = {
  505. isa = PBXGroup;
  506. children = (
  507. 9271CE151BAB66780085E667 /* Box2D */,
  508. );
  509. name = box2d;
  510. sourceTree = "<group>";
  511. };
  512. /* End PBXGroup section */
  513. /* Begin PBXNativeTarget section */
  514. 049B572D1871FBE900EF3C66 /* DemoBox2D_macosx */ = {
  515. isa = PBXNativeTarget;
  516. buildConfigurationList = 049B575F1871FBE900EF3C66 /* Build configuration list for PBXNativeTarget "DemoBox2D_macosx" */;
  517. buildPhases = (
  518. 049B572A1871FBE900EF3C66 /* Sources */,
  519. 049B572B1871FBE900EF3C66 /* Frameworks */,
  520. 049B572C1871FBE900EF3C66 /* Resources */,
  521. );
  522. buildRules = (
  523. );
  524. dependencies = (
  525. 04059FE91872027200BA6557 /* PBXTargetDependency */,
  526. 04A57D8F187201EF0068B1E5 /* PBXTargetDependency */,
  527. );
  528. name = DemoBox2D_macosx;
  529. productName = DemoBox2D;
  530. productReference = 049B572E1871FBE900EF3C66 /* DemoBox2D_macosx.app */;
  531. productType = "com.apple.product-type.application";
  532. };
  533. /* End PBXNativeTarget section */
  534. /* Begin PBXProject section */
  535. 049B57261871FBE900EF3C66 /* Project object */ = {
  536. isa = PBXProject;
  537. attributes = {
  538. LastUpgradeCheck = 0610;
  539. ORGANIZATIONNAME = oxygine;
  540. };
  541. buildConfigurationList = 049B57291871FBE900EF3C66 /* Build configuration list for PBXProject "DemoBox2D_macosx" */;
  542. compatibilityVersion = "Xcode 3.2";
  543. developmentRegion = English;
  544. hasScannedForEncodings = 0;
  545. knownRegions = (
  546. en,
  547. Base,
  548. );
  549. mainGroup = 049B57251871FBE900EF3C66;
  550. productRefGroup = 049B572F1871FBE900EF3C66 /* Products */;
  551. projectDirPath = "";
  552. projectReferences = (
  553. {
  554. ProductGroup = 04059FE01872026200BA6557 /* Products */;
  555. ProjectRef = 04A57D761871FFEB0068B1E5 /* oxygine_macosx.xcodeproj */;
  556. },
  557. {
  558. ProductGroup = 04A57D7F1872012A0068B1E5 /* Products */;
  559. ProjectRef = 04A57D7E1872012A0068B1E5 /* SDL.xcodeproj */;
  560. },
  561. );
  562. projectRoot = "";
  563. targets = (
  564. 049B572D1871FBE900EF3C66 /* DemoBox2D_macosx */,
  565. );
  566. };
  567. /* End PBXProject section */
  568. /* Begin PBXReferenceProxy section */
  569. 04059FE41872026200BA6557 /* liboxygine_macosx.a */ = {
  570. isa = PBXReferenceProxy;
  571. fileType = archive.ar;
  572. path = liboxygine_macosx.a;
  573. remoteRef = 04059FE31872026200BA6557 /* PBXContainerItemProxy */;
  574. sourceTree = BUILT_PRODUCTS_DIR;
  575. };
  576. 04A57D861872012D0068B1E5 /* SDL2.framework */ = {
  577. isa = PBXReferenceProxy;
  578. fileType = wrapper.framework;
  579. path = SDL2.framework;
  580. remoteRef = 04A57D851872012D0068B1E5 /* PBXContainerItemProxy */;
  581. sourceTree = BUILT_PRODUCTS_DIR;
  582. };
  583. 04A57D881872012D0068B1E5 /* libSDL2.a */ = {
  584. isa = PBXReferenceProxy;
  585. fileType = archive.ar;
  586. path = libSDL2.a;
  587. remoteRef = 04A57D871872012D0068B1E5 /* PBXContainerItemProxy */;
  588. sourceTree = BUILT_PRODUCTS_DIR;
  589. };
  590. 04A57D8A1872012D0068B1E5 /* libSDL2.dylib */ = {
  591. isa = PBXReferenceProxy;
  592. fileType = "compiled.mach-o.dylib";
  593. path = libSDL2.dylib;
  594. remoteRef = 04A57D891872012D0068B1E5 /* PBXContainerItemProxy */;
  595. sourceTree = BUILT_PRODUCTS_DIR;
  596. };
  597. 04A57D8C1872012D0068B1E5 /* Standard DMG */ = {
  598. isa = PBXReferenceProxy;
  599. fileType = "compiled.mach-o.executable";
  600. path = "Standard DMG";
  601. remoteRef = 04A57D8B1872012D0068B1E5 /* PBXContainerItemProxy */;
  602. sourceTree = BUILT_PRODUCTS_DIR;
  603. };
  604. /* End PBXReferenceProxy section */
  605. /* Begin PBXResourcesBuildPhase section */
  606. 049B572C1871FBE900EF3C66 /* Resources */ = {
  607. isa = PBXResourcesBuildPhase;
  608. buildActionMask = 2147483647;
  609. files = (
  610. 1E839D002B2BA83FC83A695A /* fonts in Resources */,
  611. 3A631A475DE035FC53ADE5EA /* images in Resources */,
  612. CD59C69314E9E74CD0A11E03 /* res.xml in Resources */,
  613. 049B574A1871FBE900EF3C66 /* Images.xcassets in Resources */,
  614. );
  615. runOnlyForDeploymentPostprocessing = 0;
  616. };
  617. /* End PBXResourcesBuildPhase section */
  618. /* Begin PBXSourcesBuildPhase section */
  619. 049B572A1871FBE900EF3C66 /* Sources */ = {
  620. isa = PBXSourcesBuildPhase;
  621. buildActionMask = 2147483647;
  622. files = (
  623. 9271CE831BAB66780085E667 /* b2CircleShape.cpp in Sources */,
  624. 9271CEA21BAB66780085E667 /* b2PulleyJoint.cpp in Sources */,
  625. 9271CE881BAB66780085E667 /* b2Math.cpp in Sources */,
  626. 9271CE981BAB66780085E667 /* b2EdgeAndPolygonContact.cpp in Sources */,
  627. 9271CE7E1BAB66780085E667 /* b2Collision.cpp in Sources */,
  628. 9271CE9E1BAB66780085E667 /* b2Joint.cpp in Sources */,
  629. 9271CE8D1BAB66780085E667 /* b2ContactManager.cpp in Sources */,
  630. 9271CE9A1BAB66780085E667 /* b2PolygonContact.cpp in Sources */,
  631. 2DC477AC10D6C07B3FE008F6 /* Box2DDebugDraw.cpp in Sources */,
  632. 9271CE7F1BAB66780085E667 /* b2Distance.cpp in Sources */,
  633. 9271CE951BAB66780085E667 /* b2Contact.cpp in Sources */,
  634. 9271CE8F1BAB66780085E667 /* b2Island.cpp in Sources */,
  635. 9271CE911BAB66780085E667 /* b2WorldCallbacks.cpp in Sources */,
  636. 9271CE801BAB66780085E667 /* b2DynamicTree.cpp in Sources */,
  637. 9271CE971BAB66780085E667 /* b2EdgeAndCircleContact.cpp in Sources */,
  638. 9271CE861BAB66780085E667 /* b2BlockAllocator.cpp in Sources */,
  639. 9271CE871BAB66780085E667 /* b2Draw.cpp in Sources */,
  640. DA49ED8903C628BA578C8670 /* entry_point.cpp in Sources */,
  641. 9271CEA51BAB66780085E667 /* b2WeldJoint.cpp in Sources */,
  642. 9271CE851BAB66780085E667 /* b2PolygonShape.cpp in Sources */,
  643. 9271CE931BAB66780085E667 /* b2ChainAndPolygonContact.cpp in Sources */,
  644. 9271CE811BAB66780085E667 /* b2TimeOfImpact.cpp in Sources */,
  645. 9271CE7B1BAB66780085E667 /* b2CollideCircle.cpp in Sources */,
  646. 9271CE8A1BAB66780085E667 /* b2StackAllocator.cpp in Sources */,
  647. 9271CEA31BAB66780085E667 /* b2RevoluteJoint.cpp in Sources */,
  648. 9271CE921BAB66780085E667 /* b2ChainAndCircleContact.cpp in Sources */,
  649. 9271CE991BAB66780085E667 /* b2PolygonAndCircleContact.cpp in Sources */,
  650. 9271CE941BAB66780085E667 /* b2CircleContact.cpp in Sources */,
  651. 9271CE9C1BAB66780085E667 /* b2FrictionJoint.cpp in Sources */,
  652. 9271CEA41BAB66780085E667 /* b2RopeJoint.cpp in Sources */,
  653. 9271CEA61BAB66780085E667 /* b2WheelJoint.cpp in Sources */,
  654. 9271CE8C1BAB66780085E667 /* b2Body.cpp in Sources */,
  655. 9271CE9D1BAB66780085E667 /* b2GearJoint.cpp in Sources */,
  656. 9271CE7A1BAB66780085E667 /* b2BroadPhase.cpp in Sources */,
  657. C8860D93875589970329DCCD /* example.cpp in Sources */,
  658. 9271CE8E1BAB66780085E667 /* b2Fixture.cpp in Sources */,
  659. 9271CE821BAB66780085E667 /* b2ChainShape.cpp in Sources */,
  660. 9271CEA71BAB66780085E667 /* b2Rope.cpp in Sources */,
  661. 9271CEA01BAB66780085E667 /* b2MouseJoint.cpp in Sources */,
  662. 9271CE901BAB66780085E667 /* b2World.cpp in Sources */,
  663. 9271CE7D1BAB66780085E667 /* b2CollidePolygon.cpp in Sources */,
  664. 9271CEA11BAB66780085E667 /* b2PrismaticJoint.cpp in Sources */,
  665. 9271CE8B1BAB66780085E667 /* b2Timer.cpp in Sources */,
  666. 9271CE9B1BAB66780085E667 /* b2DistanceJoint.cpp in Sources */,
  667. 9271CE891BAB66780085E667 /* b2Settings.cpp in Sources */,
  668. 9271CE9F1BAB66780085E667 /* b2MotorJoint.cpp in Sources */,
  669. 9271CE841BAB66780085E667 /* b2EdgeShape.cpp in Sources */,
  670. 9271CE7C1BAB66780085E667 /* b2CollideEdge.cpp in Sources */,
  671. 9271CE961BAB66780085E667 /* b2ContactSolver.cpp in Sources */,
  672. );
  673. runOnlyForDeploymentPostprocessing = 0;
  674. };
  675. /* End PBXSourcesBuildPhase section */
  676. /* Begin PBXTargetDependency section */
  677. 04059FE91872027200BA6557 /* PBXTargetDependency */ = {
  678. isa = PBXTargetDependency;
  679. name = oxygine_macosx;
  680. targetProxy = 04059FE81872027200BA6557 /* PBXContainerItemProxy */;
  681. };
  682. 04A57D8F187201EF0068B1E5 /* PBXTargetDependency */ = {
  683. isa = PBXTargetDependency;
  684. name = Framework;
  685. targetProxy = 04A57D8E187201EF0068B1E5 /* PBXContainerItemProxy */;
  686. };
  687. /* End PBXTargetDependency section */
  688. /* Begin XCBuildConfiguration section */
  689. 049B575D1871FBE900EF3C66 /* Debug */ = {
  690. isa = XCBuildConfiguration;
  691. buildSettings = {
  692. ALWAYS_SEARCH_USER_PATHS = YES;
  693. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  694. CLANG_CXX_LIBRARY = "libc++";
  695. CLANG_ENABLE_OBJC_ARC = NO;
  696. CLANG_WARN_BOOL_CONVERSION = YES;
  697. CLANG_WARN_CONSTANT_CONVERSION = YES;
  698. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  699. CLANG_WARN_EMPTY_BODY = YES;
  700. CLANG_WARN_ENUM_CONVERSION = YES;
  701. CLANG_WARN_INT_CONVERSION = YES;
  702. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  703. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  704. COPY_PHASE_STRIP = NO;
  705. GCC_C_LANGUAGE_STANDARD = gnu99;
  706. GCC_DYNAMIC_NO_PIC = NO;
  707. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  708. GCC_OPTIMIZATION_LEVEL = 0;
  709. GCC_PREPROCESSOR_DEFINITIONS = (
  710. "DEBUG=1",
  711. "$(inherited)",
  712. );
  713. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  714. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  715. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  716. GCC_WARN_UNDECLARED_SELECTOR = YES;
  717. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  718. GCC_WARN_UNUSED_FUNCTION = YES;
  719. GCC_WARN_UNUSED_VARIABLE = YES;
  720. MACOSX_DEPLOYMENT_TARGET = 10.8;
  721. ONLY_ACTIVE_ARCH = YES;
  722. SDKROOT = macosx;
  723. USER_HEADER_SEARCH_PATHS = "../../..//oxygine/src ../../../..//SDL/include ../box2d";
  724. VALID_ARCHS = x86_64;
  725. };
  726. name = Debug;
  727. };
  728. 049B575E1871FBE900EF3C66 /* Release */ = {
  729. isa = XCBuildConfiguration;
  730. buildSettings = {
  731. ALWAYS_SEARCH_USER_PATHS = YES;
  732. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  733. CLANG_CXX_LIBRARY = "libc++";
  734. CLANG_ENABLE_OBJC_ARC = NO;
  735. CLANG_WARN_BOOL_CONVERSION = YES;
  736. CLANG_WARN_CONSTANT_CONVERSION = YES;
  737. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  738. CLANG_WARN_EMPTY_BODY = YES;
  739. CLANG_WARN_ENUM_CONVERSION = YES;
  740. CLANG_WARN_INT_CONVERSION = YES;
  741. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  742. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  743. COPY_PHASE_STRIP = YES;
  744. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  745. ENABLE_NS_ASSERTIONS = NO;
  746. GCC_C_LANGUAGE_STANDARD = gnu99;
  747. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  748. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  749. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  750. GCC_WARN_UNDECLARED_SELECTOR = YES;
  751. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  752. GCC_WARN_UNUSED_FUNCTION = YES;
  753. GCC_WARN_UNUSED_VARIABLE = YES;
  754. MACOSX_DEPLOYMENT_TARGET = 10.8;
  755. ONLY_ACTIVE_ARCH = YES;
  756. SDKROOT = macosx;
  757. USER_HEADER_SEARCH_PATHS = "../../..//oxygine/src ../../../..//SDL/include ../box2d";
  758. VALID_ARCHS = x86_64;
  759. };
  760. name = Release;
  761. };
  762. 049B57601871FBE900EF3C66 /* Debug */ = {
  763. isa = XCBuildConfiguration;
  764. buildSettings = {
  765. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  766. COMBINE_HIDPI_IMAGES = YES;
  767. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  768. GCC_PREFIX_HEADER = "DemoBox2D/DemoBox2D_macosx-Prefix.pch";
  769. INFOPLIST_FILE = "DemoBox2D_macosx-Info.plist";
  770. LIBRARY_SEARCH_PATHS = (
  771. "$(inherited)",
  772. "../../..//oxygine/third_party/macosx/libraries",
  773. "../../..//oxygine/third_party/ios/libraries",
  774. );
  775. PRODUCT_NAME = DemoBox2D_macosx;
  776. VALID_ARCHS = x86_64;
  777. WRAPPER_EXTENSION = app;
  778. };
  779. name = Debug;
  780. };
  781. 049B57611871FBE900EF3C66 /* Release */ = {
  782. isa = XCBuildConfiguration;
  783. buildSettings = {
  784. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  785. COMBINE_HIDPI_IMAGES = YES;
  786. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  787. GCC_PREFIX_HEADER = "DemoBox2D/DemoBox2D_macosx-Prefix.pch";
  788. INFOPLIST_FILE = "DemoBox2D_macosx-Info.plist";
  789. LIBRARY_SEARCH_PATHS = (
  790. "$(inherited)",
  791. "../../..//oxygine/third_party/macosx/libraries",
  792. "../../..//oxygine/third_party/ios/libraries",
  793. );
  794. PRODUCT_NAME = DemoBox2D_macosx;
  795. VALID_ARCHS = x86_64;
  796. WRAPPER_EXTENSION = app;
  797. };
  798. name = Release;
  799. };
  800. /* End XCBuildConfiguration section */
  801. /* Begin XCConfigurationList section */
  802. 049B57291871FBE900EF3C66 /* Build configuration list for PBXProject "DemoBox2D_macosx" */ = {
  803. isa = XCConfigurationList;
  804. buildConfigurations = (
  805. 049B575D1871FBE900EF3C66 /* Debug */,
  806. 049B575E1871FBE900EF3C66 /* Release */,
  807. );
  808. defaultConfigurationIsVisible = 0;
  809. defaultConfigurationName = Release;
  810. };
  811. 049B575F1871FBE900EF3C66 /* Build configuration list for PBXNativeTarget "DemoBox2D_macosx" */ = {
  812. isa = XCConfigurationList;
  813. buildConfigurations = (
  814. 049B57601871FBE900EF3C66 /* Debug */,
  815. 049B57611871FBE900EF3C66 /* Release */,
  816. );
  817. defaultConfigurationIsVisible = 0;
  818. defaultConfigurationName = Release;
  819. };
  820. /* End XCConfigurationList section */
  821. };
  822. rootObject = 049B57261871FBE900EF3C66 /* Project object */;
  823. }