| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 048AD0AE197D24AB001963EF /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 048AD0AD197D24AB001963EF /* CoreMotion.framework */; };
- 04998D3617F8A97D003441C3 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998D3517F8A96E003441C3 /* libSDL2.a */; };
- 04998EE617F8ADB4003441C3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE117F8ADB4003441C3 /* libz.dylib */; };
- 04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE217F8ADB4003441C3 /* QuartzCore.framework */; };
- 04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */; };
- 04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE417F8ADB4003441C3 /* CoreAudio.framework */; };
- 04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EE517F8ADB4003441C3 /* OpenGLES.framework */; };
- 04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEB17F8ADD4003441C3 /* UIKit.framework */; };
- 04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EEC17F8ADD4003441C3 /* Foundation.framework */; };
- 04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */; };
- 04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF517F8B6F3003441C3 /* libpng.a */; };
- 04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 04998EF617F8B6F3003441C3 /* libjpeg.a */; };
- 049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */; };
- 04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04E9AD3E1876FE84006A7317 /* Images.xcassets */; };
- 1E839D002B2BA83FC83A695A /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 04FE4D4FB640E0DF92DFB865 /* fonts */; };
- 2DC477AC10D6C07B3FE008F6 /* Box2DDebugDraw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 360377333740D8A2FD15BBE6 /* Box2DDebugDraw.cpp */; };
- 3A631A475DE035FC53ADE5EA /* images in Resources */ = {isa = PBXBuildFile; fileRef = 7F3B12E3C9D554D9FE28101D /* images */; };
- 9271CF101BAB66B50085E667 /* b2BroadPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEAE1BAB66B50085E667 /* b2BroadPhase.cpp */; };
- 9271CF111BAB66B50085E667 /* b2CollideCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEB01BAB66B50085E667 /* b2CollideCircle.cpp */; };
- 9271CF121BAB66B50085E667 /* b2CollideEdge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEB11BAB66B50085E667 /* b2CollideEdge.cpp */; };
- 9271CF131BAB66B50085E667 /* b2CollidePolygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEB21BAB66B50085E667 /* b2CollidePolygon.cpp */; };
- 9271CF141BAB66B50085E667 /* b2Collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEB31BAB66B50085E667 /* b2Collision.cpp */; };
- 9271CF151BAB66B50085E667 /* b2Distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEB51BAB66B50085E667 /* b2Distance.cpp */; };
- 9271CF161BAB66B50085E667 /* b2DynamicTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEB71BAB66B50085E667 /* b2DynamicTree.cpp */; };
- 9271CF171BAB66B50085E667 /* b2TimeOfImpact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEB91BAB66B50085E667 /* b2TimeOfImpact.cpp */; };
- 9271CF181BAB66B50085E667 /* b2ChainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEBC1BAB66B50085E667 /* b2ChainShape.cpp */; };
- 9271CF191BAB66B50085E667 /* b2CircleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEBE1BAB66B50085E667 /* b2CircleShape.cpp */; };
- 9271CF1A1BAB66B50085E667 /* b2EdgeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEC01BAB66B50085E667 /* b2EdgeShape.cpp */; };
- 9271CF1B1BAB66B50085E667 /* b2PolygonShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEC21BAB66B50085E667 /* b2PolygonShape.cpp */; };
- 9271CF1C1BAB66B50085E667 /* b2BlockAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEC61BAB66B50085E667 /* b2BlockAllocator.cpp */; };
- 9271CF1D1BAB66B50085E667 /* b2Draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEC81BAB66B50085E667 /* b2Draw.cpp */; };
- 9271CF1E1BAB66B50085E667 /* b2Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CECB1BAB66B50085E667 /* b2Math.cpp */; };
- 9271CF1F1BAB66B50085E667 /* b2Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CECD1BAB66B50085E667 /* b2Settings.cpp */; };
- 9271CF201BAB66B50085E667 /* b2StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CECF1BAB66B50085E667 /* b2StackAllocator.cpp */; };
- 9271CF211BAB66B50085E667 /* b2Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CED11BAB66B50085E667 /* b2Timer.cpp */; };
- 9271CF221BAB66B50085E667 /* b2Body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CED41BAB66B50085E667 /* b2Body.cpp */; };
- 9271CF231BAB66B50085E667 /* b2ContactManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CED61BAB66B50085E667 /* b2ContactManager.cpp */; };
- 9271CF241BAB66B50085E667 /* b2Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CED81BAB66B50085E667 /* b2Fixture.cpp */; };
- 9271CF251BAB66B50085E667 /* b2Island.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEDA1BAB66B50085E667 /* b2Island.cpp */; };
- 9271CF261BAB66B50085E667 /* b2World.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEDD1BAB66B50085E667 /* b2World.cpp */; };
- 9271CF271BAB66B50085E667 /* b2WorldCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEDF1BAB66B50085E667 /* b2WorldCallbacks.cpp */; };
- 9271CF281BAB66B50085E667 /* b2ChainAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEE21BAB66B50085E667 /* b2ChainAndCircleContact.cpp */; };
- 9271CF291BAB66B50085E667 /* b2ChainAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEE41BAB66B50085E667 /* b2ChainAndPolygonContact.cpp */; };
- 9271CF2A1BAB66B50085E667 /* b2CircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEE61BAB66B50085E667 /* b2CircleContact.cpp */; };
- 9271CF2B1BAB66B50085E667 /* b2Contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEE81BAB66B50085E667 /* b2Contact.cpp */; };
- 9271CF2C1BAB66B50085E667 /* b2ContactSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEEA1BAB66B50085E667 /* b2ContactSolver.cpp */; };
- 9271CF2D1BAB66B50085E667 /* b2EdgeAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEEC1BAB66B50085E667 /* b2EdgeAndCircleContact.cpp */; };
- 9271CF2E1BAB66B50085E667 /* b2EdgeAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEEE1BAB66B50085E667 /* b2EdgeAndPolygonContact.cpp */; };
- 9271CF2F1BAB66B50085E667 /* b2PolygonAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEF01BAB66B50085E667 /* b2PolygonAndCircleContact.cpp */; };
- 9271CF301BAB66B50085E667 /* b2PolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEF21BAB66B50085E667 /* b2PolygonContact.cpp */; };
- 9271CF311BAB66B50085E667 /* b2DistanceJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEF51BAB66B50085E667 /* b2DistanceJoint.cpp */; };
- 9271CF321BAB66B50085E667 /* b2FrictionJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEF71BAB66B50085E667 /* b2FrictionJoint.cpp */; };
- 9271CF331BAB66B50085E667 /* b2GearJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEF91BAB66B50085E667 /* b2GearJoint.cpp */; };
- 9271CF341BAB66B50085E667 /* b2Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEFB1BAB66B50085E667 /* b2Joint.cpp */; };
- 9271CF351BAB66B50085E667 /* b2MotorJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEFD1BAB66B50085E667 /* b2MotorJoint.cpp */; };
- 9271CF361BAB66B50085E667 /* b2MouseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CEFF1BAB66B50085E667 /* b2MouseJoint.cpp */; };
- 9271CF371BAB66B50085E667 /* b2PrismaticJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CF011BAB66B50085E667 /* b2PrismaticJoint.cpp */; };
- 9271CF381BAB66B50085E667 /* b2PulleyJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CF031BAB66B50085E667 /* b2PulleyJoint.cpp */; };
- 9271CF391BAB66B50085E667 /* b2RevoluteJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CF051BAB66B50085E667 /* b2RevoluteJoint.cpp */; };
- 9271CF3A1BAB66B50085E667 /* b2RopeJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CF071BAB66B50085E667 /* b2RopeJoint.cpp */; };
- 9271CF3B1BAB66B50085E667 /* b2WeldJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CF091BAB66B50085E667 /* b2WeldJoint.cpp */; };
- 9271CF3C1BAB66B50085E667 /* b2WheelJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CF0B1BAB66B50085E667 /* b2WheelJoint.cpp */; };
- 9271CF3D1BAB66B50085E667 /* b2Rope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9271CF0E1BAB66B50085E667 /* b2Rope.cpp */; };
- C8860D93875589970329DCCD /* example.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DA100C319512824B7570663 /* example.cpp */; };
- CD59C69314E9E74CD0A11E03 /* res.xml in Resources */ = {isa = PBXBuildFile; fileRef = F6123B1E6FE4471A00F49751 /* res.xml */; };
- DA49ED8903C628BA578C8670 /* entry_point.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF9628FC8D38F9748F0CDEB /* entry_point.cpp */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 04998D3417F8A96E003441C3 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
- remoteInfo = libSDL;
- };
- 04998D3717F8A982003441C3 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = FD6526620DE8FCCB002AD96B;
- remoteInfo = libSDL;
- };
- 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = C3E86F4C16EBC8A500052915;
- remoteInfo = oxygine_ios;
- };
- 049B52AF1871EBD100EF3C66 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = C3E86F4B16EBC8A500052915;
- remoteInfo = oxygine_ios;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXFileReference section */
- 048AD0AD197D24AB001963EF /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
- 04998CEC17F8A933003441C3 /* DemoBox2D_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemoBox2D_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "../../../..//SDL/Xcode-iOS/SDL/SDL.xcodeproj"; sourceTree = "<group>"; };
- 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = oxygine_ios.xcodeproj; path = "../../..//oxygine/SDL/ios/oxygine/oxygine_ios.xcodeproj"; sourceTree = "<group>"; };
- 04998EE117F8ADB4003441C3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
- 04998EE217F8ADB4003441C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
- 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
- 04998EE417F8ADB4003441C3 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
- 04998EE517F8ADB4003441C3 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
- 04998EEB17F8ADD4003441C3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
- 04998EEC17F8ADD4003441C3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
- 04998EF517F8B6F3003441C3 /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng.a; path = "../../..//oxygine/third_party/ios/libraries/libpng.a"; sourceTree = "<group>"; };
- 04998EF617F8B6F3003441C3 /* libjpeg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjpeg.a; path = "../../..//oxygine/third_party/ios/libraries/libjpeg.a"; sourceTree = "<group>"; };
- 04E9AD3E1876FE84006A7317 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = DemoBox2D/Images.xcassets; sourceTree = "<group>"; };
- 04FE4D4FB640E0DF92DFB865 /* fonts */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = fonts; path = ../data/fonts; sourceTree = "<group>"; };
- 0BF9628FC8D38F9748F0CDEB /* entry_point.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = entry_point.cpp; path = ../src/entry_point.cpp; sourceTree = "<group>"; };
- 360377333740D8A2FD15BBE6 /* Box2DDebugDraw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Box2DDebugDraw.cpp; path = ../src/Box2DDebugDraw.cpp; sourceTree = "<group>"; };
- 4DA100C319512824B7570663 /* example.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = example.cpp; path = ../src/example.cpp; sourceTree = "<group>"; };
- 5DE458993031811A4C7D28C1 /* Box2DDebugDraw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Box2DDebugDraw.h; path = ../src/Box2DDebugDraw.h; sourceTree = "<group>"; };
- 7F3B12E3C9D554D9FE28101D /* images */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = folder; name = images; path = ../data/images; sourceTree = "<group>"; };
- 9271CEAC1BAB66B50085E667 /* Box2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2D.h; sourceTree = "<group>"; };
- 9271CEAE1BAB66B50085E667 /* b2BroadPhase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BroadPhase.cpp; sourceTree = "<group>"; };
- 9271CEAF1BAB66B50085E667 /* b2BroadPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BroadPhase.h; sourceTree = "<group>"; };
- 9271CEB01BAB66B50085E667 /* b2CollideCircle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideCircle.cpp; sourceTree = "<group>"; };
- 9271CEB11BAB66B50085E667 /* b2CollideEdge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideEdge.cpp; sourceTree = "<group>"; };
- 9271CEB21BAB66B50085E667 /* b2CollidePolygon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollidePolygon.cpp; sourceTree = "<group>"; };
- 9271CEB31BAB66B50085E667 /* b2Collision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Collision.cpp; sourceTree = "<group>"; };
- 9271CEB41BAB66B50085E667 /* b2Collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Collision.h; sourceTree = "<group>"; };
- 9271CEB51BAB66B50085E667 /* b2Distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Distance.cpp; sourceTree = "<group>"; };
- 9271CEB61BAB66B50085E667 /* b2Distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Distance.h; sourceTree = "<group>"; };
- 9271CEB71BAB66B50085E667 /* b2DynamicTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DynamicTree.cpp; sourceTree = "<group>"; };
- 9271CEB81BAB66B50085E667 /* b2DynamicTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DynamicTree.h; sourceTree = "<group>"; };
- 9271CEB91BAB66B50085E667 /* b2TimeOfImpact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2TimeOfImpact.cpp; sourceTree = "<group>"; };
- 9271CEBA1BAB66B50085E667 /* b2TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeOfImpact.h; sourceTree = "<group>"; };
- 9271CEBC1BAB66B50085E667 /* b2ChainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainShape.cpp; sourceTree = "<group>"; };
- 9271CEBD1BAB66B50085E667 /* b2ChainShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainShape.h; sourceTree = "<group>"; };
- 9271CEBE1BAB66B50085E667 /* b2CircleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleShape.cpp; sourceTree = "<group>"; };
- 9271CEBF1BAB66B50085E667 /* b2CircleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleShape.h; sourceTree = "<group>"; };
- 9271CEC01BAB66B50085E667 /* b2EdgeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeShape.cpp; sourceTree = "<group>"; };
- 9271CEC11BAB66B50085E667 /* b2EdgeShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeShape.h; sourceTree = "<group>"; };
- 9271CEC21BAB66B50085E667 /* b2PolygonShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonShape.cpp; sourceTree = "<group>"; };
- 9271CEC31BAB66B50085E667 /* b2PolygonShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonShape.h; sourceTree = "<group>"; };
- 9271CEC41BAB66B50085E667 /* b2Shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Shape.h; sourceTree = "<group>"; };
- 9271CEC61BAB66B50085E667 /* b2BlockAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BlockAllocator.cpp; sourceTree = "<group>"; };
- 9271CEC71BAB66B50085E667 /* b2BlockAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BlockAllocator.h; sourceTree = "<group>"; };
- 9271CEC81BAB66B50085E667 /* b2Draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Draw.cpp; sourceTree = "<group>"; };
- 9271CEC91BAB66B50085E667 /* b2Draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Draw.h; sourceTree = "<group>"; };
- 9271CECA1BAB66B50085E667 /* b2GrowableStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GrowableStack.h; sourceTree = "<group>"; };
- 9271CECB1BAB66B50085E667 /* b2Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Math.cpp; sourceTree = "<group>"; };
- 9271CECC1BAB66B50085E667 /* b2Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Math.h; sourceTree = "<group>"; };
- 9271CECD1BAB66B50085E667 /* b2Settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Settings.cpp; sourceTree = "<group>"; };
- 9271CECE1BAB66B50085E667 /* b2Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Settings.h; sourceTree = "<group>"; };
- 9271CECF1BAB66B50085E667 /* b2StackAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2StackAllocator.cpp; sourceTree = "<group>"; };
- 9271CED01BAB66B50085E667 /* b2StackAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2StackAllocator.h; sourceTree = "<group>"; };
- 9271CED11BAB66B50085E667 /* b2Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Timer.cpp; sourceTree = "<group>"; };
- 9271CED21BAB66B50085E667 /* b2Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Timer.h; sourceTree = "<group>"; };
- 9271CED41BAB66B50085E667 /* b2Body.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Body.cpp; sourceTree = "<group>"; };
- 9271CED51BAB66B50085E667 /* b2Body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Body.h; sourceTree = "<group>"; };
- 9271CED61BAB66B50085E667 /* b2ContactManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactManager.cpp; sourceTree = "<group>"; };
- 9271CED71BAB66B50085E667 /* b2ContactManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactManager.h; sourceTree = "<group>"; };
- 9271CED81BAB66B50085E667 /* b2Fixture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Fixture.cpp; sourceTree = "<group>"; };
- 9271CED91BAB66B50085E667 /* b2Fixture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Fixture.h; sourceTree = "<group>"; };
- 9271CEDA1BAB66B50085E667 /* b2Island.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Island.cpp; sourceTree = "<group>"; };
- 9271CEDB1BAB66B50085E667 /* b2Island.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Island.h; sourceTree = "<group>"; };
- 9271CEDC1BAB66B50085E667 /* b2TimeStep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeStep.h; sourceTree = "<group>"; };
- 9271CEDD1BAB66B50085E667 /* b2World.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2World.cpp; sourceTree = "<group>"; };
- 9271CEDE1BAB66B50085E667 /* b2World.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2World.h; sourceTree = "<group>"; };
- 9271CEDF1BAB66B50085E667 /* b2WorldCallbacks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WorldCallbacks.cpp; sourceTree = "<group>"; };
- 9271CEE01BAB66B50085E667 /* b2WorldCallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WorldCallbacks.h; sourceTree = "<group>"; };
- 9271CEE21BAB66B50085E667 /* b2ChainAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndCircleContact.cpp; sourceTree = "<group>"; };
- 9271CEE31BAB66B50085E667 /* b2ChainAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndCircleContact.h; sourceTree = "<group>"; };
- 9271CEE41BAB66B50085E667 /* b2ChainAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndPolygonContact.cpp; sourceTree = "<group>"; };
- 9271CEE51BAB66B50085E667 /* b2ChainAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndPolygonContact.h; sourceTree = "<group>"; };
- 9271CEE61BAB66B50085E667 /* b2CircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleContact.cpp; sourceTree = "<group>"; };
- 9271CEE71BAB66B50085E667 /* b2CircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleContact.h; sourceTree = "<group>"; };
- 9271CEE81BAB66B50085E667 /* b2Contact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Contact.cpp; sourceTree = "<group>"; };
- 9271CEE91BAB66B50085E667 /* b2Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Contact.h; sourceTree = "<group>"; };
- 9271CEEA1BAB66B50085E667 /* b2ContactSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactSolver.cpp; sourceTree = "<group>"; };
- 9271CEEB1BAB66B50085E667 /* b2ContactSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactSolver.h; sourceTree = "<group>"; };
- 9271CEEC1BAB66B50085E667 /* b2EdgeAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndCircleContact.cpp; sourceTree = "<group>"; };
- 9271CEED1BAB66B50085E667 /* b2EdgeAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndCircleContact.h; sourceTree = "<group>"; };
- 9271CEEE1BAB66B50085E667 /* b2EdgeAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndPolygonContact.cpp; sourceTree = "<group>"; };
- 9271CEEF1BAB66B50085E667 /* b2EdgeAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndPolygonContact.h; sourceTree = "<group>"; };
- 9271CEF01BAB66B50085E667 /* b2PolygonAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonAndCircleContact.cpp; sourceTree = "<group>"; };
- 9271CEF11BAB66B50085E667 /* b2PolygonAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonAndCircleContact.h; sourceTree = "<group>"; };
- 9271CEF21BAB66B50085E667 /* b2PolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonContact.cpp; sourceTree = "<group>"; };
- 9271CEF31BAB66B50085E667 /* b2PolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonContact.h; sourceTree = "<group>"; };
- 9271CEF51BAB66B50085E667 /* b2DistanceJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DistanceJoint.cpp; sourceTree = "<group>"; };
- 9271CEF61BAB66B50085E667 /* b2DistanceJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DistanceJoint.h; sourceTree = "<group>"; };
- 9271CEF71BAB66B50085E667 /* b2FrictionJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2FrictionJoint.cpp; sourceTree = "<group>"; };
- 9271CEF81BAB66B50085E667 /* b2FrictionJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2FrictionJoint.h; sourceTree = "<group>"; };
- 9271CEF91BAB66B50085E667 /* b2GearJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2GearJoint.cpp; sourceTree = "<group>"; };
- 9271CEFA1BAB66B50085E667 /* b2GearJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GearJoint.h; sourceTree = "<group>"; };
- 9271CEFB1BAB66B50085E667 /* b2Joint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Joint.cpp; sourceTree = "<group>"; };
- 9271CEFC1BAB66B50085E667 /* b2Joint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Joint.h; sourceTree = "<group>"; };
- 9271CEFD1BAB66B50085E667 /* b2MotorJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MotorJoint.cpp; sourceTree = "<group>"; };
- 9271CEFE1BAB66B50085E667 /* b2MotorJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MotorJoint.h; sourceTree = "<group>"; };
- 9271CEFF1BAB66B50085E667 /* b2MouseJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MouseJoint.cpp; sourceTree = "<group>"; };
- 9271CF001BAB66B50085E667 /* b2MouseJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MouseJoint.h; sourceTree = "<group>"; };
- 9271CF011BAB66B50085E667 /* b2PrismaticJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PrismaticJoint.cpp; sourceTree = "<group>"; };
- 9271CF021BAB66B50085E667 /* b2PrismaticJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PrismaticJoint.h; sourceTree = "<group>"; };
- 9271CF031BAB66B50085E667 /* b2PulleyJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PulleyJoint.cpp; sourceTree = "<group>"; };
- 9271CF041BAB66B50085E667 /* b2PulleyJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PulleyJoint.h; sourceTree = "<group>"; };
- 9271CF051BAB66B50085E667 /* b2RevoluteJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RevoluteJoint.cpp; sourceTree = "<group>"; };
- 9271CF061BAB66B50085E667 /* b2RevoluteJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RevoluteJoint.h; sourceTree = "<group>"; };
- 9271CF071BAB66B50085E667 /* b2RopeJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RopeJoint.cpp; sourceTree = "<group>"; };
- 9271CF081BAB66B50085E667 /* b2RopeJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RopeJoint.h; sourceTree = "<group>"; };
- 9271CF091BAB66B50085E667 /* b2WeldJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WeldJoint.cpp; sourceTree = "<group>"; };
- 9271CF0A1BAB66B50085E667 /* b2WeldJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WeldJoint.h; sourceTree = "<group>"; };
- 9271CF0B1BAB66B50085E667 /* b2WheelJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WheelJoint.cpp; sourceTree = "<group>"; };
- 9271CF0C1BAB66B50085E667 /* b2WheelJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WheelJoint.h; sourceTree = "<group>"; };
- 9271CF0E1BAB66B50085E667 /* b2Rope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Rope.cpp; sourceTree = "<group>"; };
- 9271CF0F1BAB66B50085E667 /* b2Rope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Rope.h; sourceTree = "<group>"; };
- BA41FC88D76540A6905224D6 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = example.h; path = ../src/example.h; sourceTree = "<group>"; };
- F6123B1E6FE4471A00F49751 /* res.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wtf; name = res.xml; path = ../data/res.xml; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 04998CE917F8A933003441C3 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 049B52B11871EBFA00EF3C66 /* liboxygine_ios.a in Frameworks */,
- 04998D3617F8A97D003441C3 /* libSDL2.a in Frameworks */,
- 04998EF017F8ADD4003441C3 /* CoreGraphics.framework in Frameworks */,
- 048AD0AE197D24AB001963EF /* CoreMotion.framework in Frameworks */,
- 04998EEF17F8ADD4003441C3 /* Foundation.framework in Frameworks */,
- 04998EE617F8ADB4003441C3 /* libz.dylib in Frameworks */,
- 04998EE917F8ADB4003441C3 /* CoreAudio.framework in Frameworks */,
- 04998EF817F8B6F3003441C3 /* libjpeg.a in Frameworks */,
- 04998EEE17F8ADD4003441C3 /* UIKit.framework in Frameworks */,
- 04998EE817F8ADB4003441C3 /* AudioToolbox.framework in Frameworks */,
- 04998EE717F8ADB4003441C3 /* QuartzCore.framework in Frameworks */,
- 04998EEA17F8ADB4003441C3 /* OpenGLES.framework in Frameworks */,
- 04998EF717F8B6F3003441C3 /* libpng.a in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 045D531C17F8BD5E00CC2C64 /* dependencies */ = {
- isa = PBXGroup;
- children = (
- 04998EE117F8ADB4003441C3 /* libz.dylib */,
- 04998EF617F8B6F3003441C3 /* libjpeg.a */,
- 04998EF517F8B6F3003441C3 /* libpng.a */,
- );
- name = dependencies;
- sourceTree = "<group>";
- };
- 04998CE317F8A933003441C3 = {
- isa = PBXGroup;
- children = (
- 045D531C17F8BD5E00CC2C64 /* dependencies */,
- 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */,
- 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */,
- 04998D4417F8A9ED003441C3 /* src */,
- 04E9AD3E1876FE84006A7317 /* Images.xcassets */,
- 04998CF617F8A933003441C3 /* Supporting Files */,
- 04998CEE17F8A933003441C3 /* Frameworks */,
- 04998CED17F8A933003441C3 /* Products */,
- );
- sourceTree = "<group>";
- };
- 04998CED17F8A933003441C3 /* Products */ = {
- isa = PBXGroup;
- children = (
- 04998CEC17F8A933003441C3 /* DemoBox2D_ios.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 04998CEE17F8A933003441C3 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 04998EEB17F8ADD4003441C3 /* UIKit.framework */,
- 048AD0AD197D24AB001963EF /* CoreMotion.framework */,
- 04998EEC17F8ADD4003441C3 /* Foundation.framework */,
- 04998EED17F8ADD4003441C3 /* CoreGraphics.framework */,
- 04998EE217F8ADB4003441C3 /* QuartzCore.framework */,
- 04998EE317F8ADB4003441C3 /* AudioToolbox.framework */,
- 04998EE417F8ADB4003441C3 /* CoreAudio.framework */,
- 04998EE517F8ADB4003441C3 /* OpenGLES.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 04998CF617F8A933003441C3 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 04FE4D4FB640E0DF92DFB865 /* fonts */,
- 7F3B12E3C9D554D9FE28101D /* images */,
- F6123B1E6FE4471A00F49751 /* res.xml */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 04998D3017F8A96E003441C3 /* Products */ = {
- isa = PBXGroup;
- children = (
- 04998D3517F8A96E003441C3 /* libSDL2.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 04998D4417F8A9ED003441C3 /* src */ = {
- isa = PBXGroup;
- children = (
- 92908EE119C9EBE00088BCA9 /* box2d */,
- 360377333740D8A2FD15BBE6 /* Box2DDebugDraw.cpp */,
- 0BF9628FC8D38F9748F0CDEB /* entry_point.cpp */,
- 4DA100C319512824B7570663 /* example.cpp */,
- 5DE458993031811A4C7D28C1 /* Box2DDebugDraw.h */,
- BA41FC88D76540A6905224D6 /* example.h */,
- );
- name = src;
- sourceTree = "<group>";
- };
- 049B52A91871EBBA00EF3C66 /* Products */ = {
- isa = PBXGroup;
- children = (
- 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 9271CEAB1BAB66B50085E667 /* Box2D */ = {
- isa = PBXGroup;
- children = (
- 9271CEAC1BAB66B50085E667 /* Box2D.h */,
- 9271CEAD1BAB66B50085E667 /* Collision */,
- 9271CEC51BAB66B50085E667 /* Common */,
- 9271CED31BAB66B50085E667 /* Dynamics */,
- 9271CF0D1BAB66B50085E667 /* Rope */,
- );
- name = Box2D;
- path = ../box2d/Box2D;
- sourceTree = "<group>";
- };
- 9271CEAD1BAB66B50085E667 /* Collision */ = {
- isa = PBXGroup;
- children = (
- 9271CEAE1BAB66B50085E667 /* b2BroadPhase.cpp */,
- 9271CEAF1BAB66B50085E667 /* b2BroadPhase.h */,
- 9271CEB01BAB66B50085E667 /* b2CollideCircle.cpp */,
- 9271CEB11BAB66B50085E667 /* b2CollideEdge.cpp */,
- 9271CEB21BAB66B50085E667 /* b2CollidePolygon.cpp */,
- 9271CEB31BAB66B50085E667 /* b2Collision.cpp */,
- 9271CEB41BAB66B50085E667 /* b2Collision.h */,
- 9271CEB51BAB66B50085E667 /* b2Distance.cpp */,
- 9271CEB61BAB66B50085E667 /* b2Distance.h */,
- 9271CEB71BAB66B50085E667 /* b2DynamicTree.cpp */,
- 9271CEB81BAB66B50085E667 /* b2DynamicTree.h */,
- 9271CEB91BAB66B50085E667 /* b2TimeOfImpact.cpp */,
- 9271CEBA1BAB66B50085E667 /* b2TimeOfImpact.h */,
- 9271CEBB1BAB66B50085E667 /* Shapes */,
- );
- path = Collision;
- sourceTree = "<group>";
- };
- 9271CEBB1BAB66B50085E667 /* Shapes */ = {
- isa = PBXGroup;
- children = (
- 9271CEBC1BAB66B50085E667 /* b2ChainShape.cpp */,
- 9271CEBD1BAB66B50085E667 /* b2ChainShape.h */,
- 9271CEBE1BAB66B50085E667 /* b2CircleShape.cpp */,
- 9271CEBF1BAB66B50085E667 /* b2CircleShape.h */,
- 9271CEC01BAB66B50085E667 /* b2EdgeShape.cpp */,
- 9271CEC11BAB66B50085E667 /* b2EdgeShape.h */,
- 9271CEC21BAB66B50085E667 /* b2PolygonShape.cpp */,
- 9271CEC31BAB66B50085E667 /* b2PolygonShape.h */,
- 9271CEC41BAB66B50085E667 /* b2Shape.h */,
- );
- path = Shapes;
- sourceTree = "<group>";
- };
- 9271CEC51BAB66B50085E667 /* Common */ = {
- isa = PBXGroup;
- children = (
- 9271CEC61BAB66B50085E667 /* b2BlockAllocator.cpp */,
- 9271CEC71BAB66B50085E667 /* b2BlockAllocator.h */,
- 9271CEC81BAB66B50085E667 /* b2Draw.cpp */,
- 9271CEC91BAB66B50085E667 /* b2Draw.h */,
- 9271CECA1BAB66B50085E667 /* b2GrowableStack.h */,
- 9271CECB1BAB66B50085E667 /* b2Math.cpp */,
- 9271CECC1BAB66B50085E667 /* b2Math.h */,
- 9271CECD1BAB66B50085E667 /* b2Settings.cpp */,
- 9271CECE1BAB66B50085E667 /* b2Settings.h */,
- 9271CECF1BAB66B50085E667 /* b2StackAllocator.cpp */,
- 9271CED01BAB66B50085E667 /* b2StackAllocator.h */,
- 9271CED11BAB66B50085E667 /* b2Timer.cpp */,
- 9271CED21BAB66B50085E667 /* b2Timer.h */,
- );
- path = Common;
- sourceTree = "<group>";
- };
- 9271CED31BAB66B50085E667 /* Dynamics */ = {
- isa = PBXGroup;
- children = (
- 9271CED41BAB66B50085E667 /* b2Body.cpp */,
- 9271CED51BAB66B50085E667 /* b2Body.h */,
- 9271CED61BAB66B50085E667 /* b2ContactManager.cpp */,
- 9271CED71BAB66B50085E667 /* b2ContactManager.h */,
- 9271CED81BAB66B50085E667 /* b2Fixture.cpp */,
- 9271CED91BAB66B50085E667 /* b2Fixture.h */,
- 9271CEDA1BAB66B50085E667 /* b2Island.cpp */,
- 9271CEDB1BAB66B50085E667 /* b2Island.h */,
- 9271CEDC1BAB66B50085E667 /* b2TimeStep.h */,
- 9271CEDD1BAB66B50085E667 /* b2World.cpp */,
- 9271CEDE1BAB66B50085E667 /* b2World.h */,
- 9271CEDF1BAB66B50085E667 /* b2WorldCallbacks.cpp */,
- 9271CEE01BAB66B50085E667 /* b2WorldCallbacks.h */,
- 9271CEE11BAB66B50085E667 /* Contacts */,
- 9271CEF41BAB66B50085E667 /* Joints */,
- );
- path = Dynamics;
- sourceTree = "<group>";
- };
- 9271CEE11BAB66B50085E667 /* Contacts */ = {
- isa = PBXGroup;
- children = (
- 9271CEE21BAB66B50085E667 /* b2ChainAndCircleContact.cpp */,
- 9271CEE31BAB66B50085E667 /* b2ChainAndCircleContact.h */,
- 9271CEE41BAB66B50085E667 /* b2ChainAndPolygonContact.cpp */,
- 9271CEE51BAB66B50085E667 /* b2ChainAndPolygonContact.h */,
- 9271CEE61BAB66B50085E667 /* b2CircleContact.cpp */,
- 9271CEE71BAB66B50085E667 /* b2CircleContact.h */,
- 9271CEE81BAB66B50085E667 /* b2Contact.cpp */,
- 9271CEE91BAB66B50085E667 /* b2Contact.h */,
- 9271CEEA1BAB66B50085E667 /* b2ContactSolver.cpp */,
- 9271CEEB1BAB66B50085E667 /* b2ContactSolver.h */,
- 9271CEEC1BAB66B50085E667 /* b2EdgeAndCircleContact.cpp */,
- 9271CEED1BAB66B50085E667 /* b2EdgeAndCircleContact.h */,
- 9271CEEE1BAB66B50085E667 /* b2EdgeAndPolygonContact.cpp */,
- 9271CEEF1BAB66B50085E667 /* b2EdgeAndPolygonContact.h */,
- 9271CEF01BAB66B50085E667 /* b2PolygonAndCircleContact.cpp */,
- 9271CEF11BAB66B50085E667 /* b2PolygonAndCircleContact.h */,
- 9271CEF21BAB66B50085E667 /* b2PolygonContact.cpp */,
- 9271CEF31BAB66B50085E667 /* b2PolygonContact.h */,
- );
- path = Contacts;
- sourceTree = "<group>";
- };
- 9271CEF41BAB66B50085E667 /* Joints */ = {
- isa = PBXGroup;
- children = (
- 9271CEF51BAB66B50085E667 /* b2DistanceJoint.cpp */,
- 9271CEF61BAB66B50085E667 /* b2DistanceJoint.h */,
- 9271CEF71BAB66B50085E667 /* b2FrictionJoint.cpp */,
- 9271CEF81BAB66B50085E667 /* b2FrictionJoint.h */,
- 9271CEF91BAB66B50085E667 /* b2GearJoint.cpp */,
- 9271CEFA1BAB66B50085E667 /* b2GearJoint.h */,
- 9271CEFB1BAB66B50085E667 /* b2Joint.cpp */,
- 9271CEFC1BAB66B50085E667 /* b2Joint.h */,
- 9271CEFD1BAB66B50085E667 /* b2MotorJoint.cpp */,
- 9271CEFE1BAB66B50085E667 /* b2MotorJoint.h */,
- 9271CEFF1BAB66B50085E667 /* b2MouseJoint.cpp */,
- 9271CF001BAB66B50085E667 /* b2MouseJoint.h */,
- 9271CF011BAB66B50085E667 /* b2PrismaticJoint.cpp */,
- 9271CF021BAB66B50085E667 /* b2PrismaticJoint.h */,
- 9271CF031BAB66B50085E667 /* b2PulleyJoint.cpp */,
- 9271CF041BAB66B50085E667 /* b2PulleyJoint.h */,
- 9271CF051BAB66B50085E667 /* b2RevoluteJoint.cpp */,
- 9271CF061BAB66B50085E667 /* b2RevoluteJoint.h */,
- 9271CF071BAB66B50085E667 /* b2RopeJoint.cpp */,
- 9271CF081BAB66B50085E667 /* b2RopeJoint.h */,
- 9271CF091BAB66B50085E667 /* b2WeldJoint.cpp */,
- 9271CF0A1BAB66B50085E667 /* b2WeldJoint.h */,
- 9271CF0B1BAB66B50085E667 /* b2WheelJoint.cpp */,
- 9271CF0C1BAB66B50085E667 /* b2WheelJoint.h */,
- );
- path = Joints;
- sourceTree = "<group>";
- };
- 9271CF0D1BAB66B50085E667 /* Rope */ = {
- isa = PBXGroup;
- children = (
- 9271CF0E1BAB66B50085E667 /* b2Rope.cpp */,
- 9271CF0F1BAB66B50085E667 /* b2Rope.h */,
- );
- path = Rope;
- sourceTree = "<group>";
- };
- 92908EE119C9EBE00088BCA9 /* box2d */ = {
- isa = PBXGroup;
- children = (
- 9271CEAB1BAB66B50085E667 /* Box2D */,
- );
- name = box2d;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 04998CEB17F8A933003441C3 /* DemoBox2D_ios */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 04998D2117F8A933003441C3 /* Build configuration list for PBXNativeTarget "DemoBox2D_ios" */;
- buildPhases = (
- 04998CE817F8A933003441C3 /* Sources */,
- 04998CE917F8A933003441C3 /* Frameworks */,
- 04998CEA17F8A933003441C3 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 04998D3817F8A982003441C3 /* PBXTargetDependency */,
- 049B52B01871EBD100EF3C66 /* PBXTargetDependency */,
- );
- name = DemoBox2D_ios;
- productName = DemoBox2D;
- productReference = 04998CEC17F8A933003441C3 /* DemoBox2D_ios.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 04998CE417F8A933003441C3 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0510;
- ORGANIZATIONNAME = Mac;
- TargetAttributes = {
- 04998CEB17F8A933003441C3 = {
- DevelopmentTeam = QPA9676C88;
- };
- };
- };
- buildConfigurationList = 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "DemoBox2D_ios" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 04998CE317F8A933003441C3;
- productRefGroup = 04998CED17F8A933003441C3 /* Products */;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = 049B52A91871EBBA00EF3C66 /* Products */;
- ProjectRef = 04998D3917F8A9AA003441C3 /* oxygine_ios.xcodeproj */;
- },
- {
- ProductGroup = 04998D3017F8A96E003441C3 /* Products */;
- ProjectRef = 04998D2F17F8A96E003441C3 /* SDL.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- 04998CEB17F8A933003441C3 /* DemoBox2D_ios */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXReferenceProxy section */
- 04998D3517F8A96E003441C3 /* libSDL2.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libSDL2.a;
- remoteRef = 04998D3417F8A96E003441C3 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 049B52AD1871EBBA00EF3C66 /* liboxygine_ios.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = liboxygine_ios.a;
- remoteRef = 049B52AC1871EBBA00EF3C66 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- /* End PBXReferenceProxy section */
- /* Begin PBXResourcesBuildPhase section */
- 04998CEA17F8A933003441C3 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 04E9AD3F1876FE84006A7317 /* Images.xcassets in Resources */,
- 1E839D002B2BA83FC83A695A /* fonts in Resources */,
- 3A631A475DE035FC53ADE5EA /* images in Resources */,
- CD59C69314E9E74CD0A11E03 /* res.xml in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 04998CE817F8A933003441C3 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 9271CF191BAB66B50085E667 /* b2CircleShape.cpp in Sources */,
- 9271CF381BAB66B50085E667 /* b2PulleyJoint.cpp in Sources */,
- 9271CF1E1BAB66B50085E667 /* b2Math.cpp in Sources */,
- 9271CF2E1BAB66B50085E667 /* b2EdgeAndPolygonContact.cpp in Sources */,
- 9271CF141BAB66B50085E667 /* b2Collision.cpp in Sources */,
- 9271CF341BAB66B50085E667 /* b2Joint.cpp in Sources */,
- 9271CF231BAB66B50085E667 /* b2ContactManager.cpp in Sources */,
- 9271CF301BAB66B50085E667 /* b2PolygonContact.cpp in Sources */,
- 2DC477AC10D6C07B3FE008F6 /* Box2DDebugDraw.cpp in Sources */,
- 9271CF151BAB66B50085E667 /* b2Distance.cpp in Sources */,
- 9271CF2B1BAB66B50085E667 /* b2Contact.cpp in Sources */,
- 9271CF251BAB66B50085E667 /* b2Island.cpp in Sources */,
- 9271CF271BAB66B50085E667 /* b2WorldCallbacks.cpp in Sources */,
- 9271CF161BAB66B50085E667 /* b2DynamicTree.cpp in Sources */,
- 9271CF2D1BAB66B50085E667 /* b2EdgeAndCircleContact.cpp in Sources */,
- 9271CF1C1BAB66B50085E667 /* b2BlockAllocator.cpp in Sources */,
- 9271CF1D1BAB66B50085E667 /* b2Draw.cpp in Sources */,
- DA49ED8903C628BA578C8670 /* entry_point.cpp in Sources */,
- 9271CF3B1BAB66B50085E667 /* b2WeldJoint.cpp in Sources */,
- 9271CF1B1BAB66B50085E667 /* b2PolygonShape.cpp in Sources */,
- 9271CF291BAB66B50085E667 /* b2ChainAndPolygonContact.cpp in Sources */,
- 9271CF171BAB66B50085E667 /* b2TimeOfImpact.cpp in Sources */,
- 9271CF111BAB66B50085E667 /* b2CollideCircle.cpp in Sources */,
- 9271CF201BAB66B50085E667 /* b2StackAllocator.cpp in Sources */,
- 9271CF391BAB66B50085E667 /* b2RevoluteJoint.cpp in Sources */,
- 9271CF281BAB66B50085E667 /* b2ChainAndCircleContact.cpp in Sources */,
- 9271CF2F1BAB66B50085E667 /* b2PolygonAndCircleContact.cpp in Sources */,
- 9271CF2A1BAB66B50085E667 /* b2CircleContact.cpp in Sources */,
- 9271CF321BAB66B50085E667 /* b2FrictionJoint.cpp in Sources */,
- 9271CF3A1BAB66B50085E667 /* b2RopeJoint.cpp in Sources */,
- 9271CF3C1BAB66B50085E667 /* b2WheelJoint.cpp in Sources */,
- 9271CF221BAB66B50085E667 /* b2Body.cpp in Sources */,
- 9271CF331BAB66B50085E667 /* b2GearJoint.cpp in Sources */,
- 9271CF101BAB66B50085E667 /* b2BroadPhase.cpp in Sources */,
- C8860D93875589970329DCCD /* example.cpp in Sources */,
- 9271CF241BAB66B50085E667 /* b2Fixture.cpp in Sources */,
- 9271CF181BAB66B50085E667 /* b2ChainShape.cpp in Sources */,
- 9271CF3D1BAB66B50085E667 /* b2Rope.cpp in Sources */,
- 9271CF361BAB66B50085E667 /* b2MouseJoint.cpp in Sources */,
- 9271CF261BAB66B50085E667 /* b2World.cpp in Sources */,
- 9271CF131BAB66B50085E667 /* b2CollidePolygon.cpp in Sources */,
- 9271CF371BAB66B50085E667 /* b2PrismaticJoint.cpp in Sources */,
- 9271CF211BAB66B50085E667 /* b2Timer.cpp in Sources */,
- 9271CF311BAB66B50085E667 /* b2DistanceJoint.cpp in Sources */,
- 9271CF1F1BAB66B50085E667 /* b2Settings.cpp in Sources */,
- 9271CF351BAB66B50085E667 /* b2MotorJoint.cpp in Sources */,
- 9271CF1A1BAB66B50085E667 /* b2EdgeShape.cpp in Sources */,
- 9271CF121BAB66B50085E667 /* b2CollideEdge.cpp in Sources */,
- 9271CF2C1BAB66B50085E667 /* b2ContactSolver.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- 04998D3817F8A982003441C3 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = libSDL;
- targetProxy = 04998D3717F8A982003441C3 /* PBXContainerItemProxy */;
- };
- 049B52B01871EBD100EF3C66 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = oxygine_ios;
- targetProxy = 049B52AF1871EBD100EF3C66 /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin XCBuildConfiguration section */
- 04998D1F17F8A933003441C3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COMPRESS_PNG_FILES = NO;
- COPY_PHASE_STRIP = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 7.0;
- ONLY_ACTIVE_ARCH = NO;
- SDKROOT = iphoneos;
- TARGETED_DEVICE_FAMILY = "1,2";
- USER_HEADER_SEARCH_PATHS = "../../..//oxygine/src ../../../..//SDL/include";
- };
- name = Debug;
- };
- 04998D2017F8A933003441C3 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COMPRESS_PNG_FILES = NO;
- COPY_PHASE_STRIP = YES;
- ENABLE_NS_ASSERTIONS = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 7.0;
- SDKROOT = iphoneos;
- TARGETED_DEVICE_FAMILY = "1,2";
- USER_HEADER_SEARCH_PATHS = "../../..//oxygine/src ../../../..//SDL/include";
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 04998D2217F8A933003441C3 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "DemoBox2D/DemoBox2D_ios-Prefix.pch";
- GCC_WARN_UNUSED_VALUE = YES;
- GCC_WARN_UNUSED_VARIABLE = NO;
- INFOPLIST_FILE = "DemoBox2D/DemoBox2D_ios-Info.plist";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "../../..//oxygine/third_party/ios/libraries",
- );
- ONLY_ACTIVE_ARCH = YES;
- PRODUCT_NAME = DemoBox2D_ios;
- PROVISIONING_PROFILE = "";
- TARGETED_DEVICE_FAMILY = "1,2";
- USER_HEADER_SEARCH_PATHS = "../../..//oxygine/src ../../../..//SDL/include ../box2d";
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- 04998D2317F8A933003441C3 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = YES;
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "DemoBox2D/DemoBox2D_ios-Prefix.pch";
- GCC_WARN_UNUSED_VALUE = YES;
- GCC_WARN_UNUSED_VARIABLE = NO;
- INFOPLIST_FILE = "DemoBox2D/DemoBox2D_ios-Info.plist";
- LIBRARY_SEARCH_PATHS = (
- "$(inherited)",
- "../../..//oxygine/third_party/ios/libraries",
- );
- ONLY_ACTIVE_ARCH = NO;
- PRODUCT_NAME = DemoBox2D_ios;
- PROVISIONING_PROFILE = "";
- TARGETED_DEVICE_FAMILY = "1,2";
- USER_HEADER_SEARCH_PATHS = "../../..//oxygine/src ../../../..//SDL/include ../box2d";
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 04998CE717F8A933003441C3 /* Build configuration list for PBXProject "DemoBox2D_ios" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 04998D1F17F8A933003441C3 /* Debug */,
- 04998D2017F8A933003441C3 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 04998D2117F8A933003441C3 /* Build configuration list for PBXNativeTarget "DemoBox2D_ios" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 04998D2217F8A933003441C3 /* Debug */,
- 04998D2317F8A933003441C3 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 04998CE417F8A933003441C3 /* Project object */;
- }
|