From adba2fc2b0e3acae5fb0f62a02798bc27fa9f2ca Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 5 May 2011 00:46:18 -0700 Subject: [PATCH] Apparently you can't deploy to a device if your bundle identifier contains non-alphanumeric characters. Like underscore. Or hyphen. Message was 'Build Faild: No Issues.' --- libs/box2d/Box2dTestbed.xcodeproj/project.pbxproj | 536 +++++++++++++++++++++ libs/box2d/box2d-ios.xcodeproj/project.pbxproj | 8 +- libs/box2d/box2d-iphone.xcodeproj/project.pbxproj | 532 -------------------- libs/box2d/iPhone/Info.plist | 12 +- 4 files changed, 552 insertions(+), 536 deletions(-) create mode 100644 libs/box2d/Box2dTestbed.xcodeproj/project.pbxproj delete mode 100644 libs/box2d/box2d-iphone.xcodeproj/project.pbxproj diff --git a/libs/box2d/Box2dTestbed.xcodeproj/project.pbxproj b/libs/box2d/Box2dTestbed.xcodeproj/project.pbxproj new file mode 100644 index 0000000..72dddd8 --- /dev/null +++ b/libs/box2d/Box2dTestbed.xcodeproj/project.pbxproj @@ -0,0 +1,536 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 4913316E1372645C00DFB46D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4913316D1372645C00DFB46D /* UIKit.framework */; }; + 491331701372645C00DFB46D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4913316F1372645C00DFB46D /* Foundation.framework */; }; + 491331A91372653600DFB46D /* Box2DAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4913319A1372653600DFB46D /* Box2DAppDelegate.mm */; }; + 491331AA1372653600DFB46D /* Box2DView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4913319C1372653600DFB46D /* Box2DView.mm */; }; + 491331AB1372653600DFB46D /* GLES-Render.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4913319F1372653600DFB46D /* GLES-Render.mm */; }; + 491331AC1372653600DFB46D /* iPhoneTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 491331A11372653600DFB46D /* iPhoneTest.mm */; }; + 491331AD1372653600DFB46D /* iPhoneTestEntries.mm in Sources */ = {isa = PBXBuildFile; fileRef = 491331A21372653600DFB46D /* iPhoneTestEntries.mm */; }; + 491331AE1372653600DFB46D /* TestEntriesViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 491331A41372653600DFB46D /* TestEntriesViewController.mm */; }; + 491331AF1372653600DFB46D /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 491331A51372653600DFB46D /* Icon.png */; }; + 491331B11372653600DFB46D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 491331A71372653600DFB46D /* main.m */; }; + 4913323813726B1F00DFB46D /* ApplyForce.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913320D13726B1F00DFB46D /* ApplyForce.h */; }; + 4913323913726B1F00DFB46D /* BodyTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913320E13726B1F00DFB46D /* BodyTypes.h */; }; + 4913323A13726B1F00DFB46D /* Breakable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913320F13726B1F00DFB46D /* Breakable.h */; }; + 4913323B13726B1F00DFB46D /* Bridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321013726B1F00DFB46D /* Bridge.h */; }; + 4913323D13726B1F00DFB46D /* Cantilever.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321213726B1F00DFB46D /* Cantilever.h */; }; + 4913323F13726B1F00DFB46D /* Chain.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321413726B1F00DFB46D /* Chain.h */; }; + 4913324013726B1F00DFB46D /* CharacterCollision.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321513726B1F00DFB46D /* CharacterCollision.h */; }; + 4913324113726B1F00DFB46D /* CollisionFiltering.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321613726B1F00DFB46D /* CollisionFiltering.h */; }; + 4913324213726B1F00DFB46D /* CollisionProcessing.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321713726B1F00DFB46D /* CollisionProcessing.h */; }; + 4913324313726B1F00DFB46D /* CompoundShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321813726B1F00DFB46D /* CompoundShapes.h */; }; + 4913324413726B1F00DFB46D /* Confined.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321913726B1F00DFB46D /* Confined.h */; }; + 4913324513726B1F00DFB46D /* ContinuousTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321A13726B1F00DFB46D /* ContinuousTest.h */; }; + 4913324613726B1F00DFB46D /* DistanceTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321B13726B1F00DFB46D /* DistanceTest.h */; }; + 4913324713726B1F00DFB46D /* Dominos.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321C13726B1F00DFB46D /* Dominos.h */; }; + 4913324813726B1F00DFB46D /* DynamicTreeTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321D13726B1F00DFB46D /* DynamicTreeTest.h */; }; + 4913324913726B1F00DFB46D /* EdgeShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321E13726B1F00DFB46D /* EdgeShapes.h */; }; + 4913324B13726B1F00DFB46D /* Gears.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322013726B1F00DFB46D /* Gears.h */; }; + 4913324C13726B1F00DFB46D /* LineJoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322113726B1F00DFB46D /* LineJoint.h */; }; + 4913324D13726B1F00DFB46D /* OneSidedPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322213726B1F00DFB46D /* OneSidedPlatform.h */; }; + 4913324F13726B1F00DFB46D /* PolyCollision.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322413726B1F00DFB46D /* PolyCollision.h */; }; + 4913325013726B1F00DFB46D /* PolyShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322513726B1F00DFB46D /* PolyShapes.h */; }; + 4913325113726B1F00DFB46D /* Prismatic.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322613726B1F00DFB46D /* Prismatic.h */; }; + 4913325213726B1F00DFB46D /* Pulleys.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322713726B1F00DFB46D /* Pulleys.h */; }; + 4913325313726B1F00DFB46D /* Pyramid.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322813726B1F00DFB46D /* Pyramid.h */; }; + 4913325413726B1F00DFB46D /* RayCast.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322913726B1F00DFB46D /* RayCast.h */; }; + 4913325813726B1F00DFB46D /* SensorTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322D13726B1F00DFB46D /* SensorTest.h */; }; + 4913325913726B1F00DFB46D /* ShapeEditing.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322E13726B1F00DFB46D /* ShapeEditing.h */; }; + 4913325A13726B1F00DFB46D /* SliderCrank.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322F13726B1F00DFB46D /* SliderCrank.h */; }; + 4913325B13726B1F00DFB46D /* SphereStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323013726B1F00DFB46D /* SphereStack.h */; }; + 4913325C13726B1F00DFB46D /* TheoJansen.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323113726B1F00DFB46D /* TheoJansen.h */; }; + 4913325E13726B1F00DFB46D /* TimeOfImpact.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323313726B1F00DFB46D /* TimeOfImpact.h */; }; + 4913325F13726B1F00DFB46D /* VaryingFriction.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323413726B1F00DFB46D /* VaryingFriction.h */; }; + 4913326013726B1F00DFB46D /* VaryingRestitution.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323513726B1F00DFB46D /* VaryingRestitution.h */; }; + 4913326113726B1F00DFB46D /* VerticalStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323613726B1F00DFB46D /* VerticalStack.h */; }; + 4913326213726B1F00DFB46D /* Web.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323713726B1F00DFB46D /* Web.h */; }; + 4913326F13726D2F00DFB46D /* Box2DAppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 491331991372653600DFB46D /* Box2DAppDelegate.h */; }; + 4913327013726D2F00DFB46D /* Box2DView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913319B1372653600DFB46D /* Box2DView.h */; }; + 4913327113726D2F00DFB46D /* Delegates.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913319D1372653600DFB46D /* Delegates.h */; }; + 4913327213726D2F00DFB46D /* GLES-Render.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913319E1372653600DFB46D /* GLES-Render.h */; }; + 4913327313726D2F00DFB46D /* iPhoneTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 491331A01372653600DFB46D /* iPhoneTest.h */; }; + 4913327413726D2F00DFB46D /* TestEntriesViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 491331A31372653600DFB46D /* TestEntriesViewController.h */; }; + 491332921372724A00DFB46D /* libBox2D.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 491332911372724A00DFB46D /* libBox2D.a */; }; + 491332961372724A00DFB46D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 491332931372724A00DFB46D /* CoreGraphics.framework */; }; + 491332971372724A00DFB46D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 491332941372724A00DFB46D /* OpenGLES.framework */; }; + 491332981372724A00DFB46D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 491332951372724A00DFB46D /* QuartzCore.framework */; }; + 49133299137272B100DFB46D /* Box2D_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 491331971372653600DFB46D /* Box2D_Prefix.pch */; }; + 491334921372841000DFB46D /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 491331A81372653600DFB46D /* MainWindow.xib */; }; + 4B370F111372877C00C5F46E /* Revolute.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B370F101372877C00C5F46E /* Revolute.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 491331BB1372661700DFB46D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 491331B41372661600DFB46D /* box2d-ios.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 4913305F1372610400DFB46D; + remoteInfo = Box2D; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 491331691372645C00DFB46D /* Box2DTestbed.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Box2DTestbed.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 4913316D1372645C00DFB46D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + 4913316F1372645C00DFB46D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 491331971372653600DFB46D /* Box2D_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2D_Prefix.pch; sourceTree = ""; }; + 491331991372653600DFB46D /* Box2DAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2DAppDelegate.h; sourceTree = ""; }; + 4913319A1372653600DFB46D /* Box2DAppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Box2DAppDelegate.mm; sourceTree = ""; }; + 4913319B1372653600DFB46D /* Box2DView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2DView.h; sourceTree = ""; }; + 4913319C1372653600DFB46D /* Box2DView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Box2DView.mm; sourceTree = ""; }; + 4913319D1372653600DFB46D /* Delegates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Delegates.h; sourceTree = ""; }; + 4913319E1372653600DFB46D /* GLES-Render.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; path = "GLES-Render.h"; sourceTree = ""; }; + 4913319F1372653600DFB46D /* GLES-Render.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "GLES-Render.mm"; sourceTree = ""; }; + 491331A01372653600DFB46D /* iPhoneTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneTest.h; sourceTree = ""; }; + 491331A11372653600DFB46D /* iPhoneTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = iPhoneTest.mm; sourceTree = ""; }; + 491331A21372653600DFB46D /* iPhoneTestEntries.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = iPhoneTestEntries.mm; sourceTree = ""; }; + 491331A31372653600DFB46D /* TestEntriesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestEntriesViewController.h; sourceTree = ""; }; + 491331A41372653600DFB46D /* TestEntriesViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = TestEntriesViewController.mm; sourceTree = ""; }; + 491331A51372653600DFB46D /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; + 491331A61372653600DFB46D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 491331A71372653600DFB46D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 491331A81372653600DFB46D /* MainWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = ""; }; + 491331B41372661600DFB46D /* box2d-ios.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "box2d-ios.xcodeproj"; sourceTree = SOURCE_ROOT; }; + 4913320D13726B1F00DFB46D /* ApplyForce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplyForce.h; sourceTree = ""; }; + 4913320E13726B1F00DFB46D /* BodyTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BodyTypes.h; sourceTree = ""; }; + 4913320F13726B1F00DFB46D /* Breakable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Breakable.h; sourceTree = ""; }; + 4913321013726B1F00DFB46D /* Bridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridge.h; sourceTree = ""; }; + 4913321213726B1F00DFB46D /* Cantilever.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cantilever.h; sourceTree = ""; }; + 4913321413726B1F00DFB46D /* Chain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Chain.h; sourceTree = ""; }; + 4913321513726B1F00DFB46D /* CharacterCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterCollision.h; sourceTree = ""; }; + 4913321613726B1F00DFB46D /* CollisionFiltering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollisionFiltering.h; sourceTree = ""; }; + 4913321713726B1F00DFB46D /* CollisionProcessing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollisionProcessing.h; sourceTree = ""; }; + 4913321813726B1F00DFB46D /* CompoundShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CompoundShapes.h; sourceTree = ""; }; + 4913321913726B1F00DFB46D /* Confined.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Confined.h; sourceTree = ""; }; + 4913321A13726B1F00DFB46D /* ContinuousTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContinuousTest.h; sourceTree = ""; }; + 4913321B13726B1F00DFB46D /* DistanceTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DistanceTest.h; sourceTree = ""; }; + 4913321C13726B1F00DFB46D /* Dominos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dominos.h; sourceTree = ""; }; + 4913321D13726B1F00DFB46D /* DynamicTreeTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicTreeTest.h; sourceTree = ""; }; + 4913321E13726B1F00DFB46D /* EdgeShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EdgeShapes.h; sourceTree = ""; }; + 4913322013726B1F00DFB46D /* Gears.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gears.h; sourceTree = ""; }; + 4913322113726B1F00DFB46D /* LineJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LineJoint.h; sourceTree = ""; }; + 4913322213726B1F00DFB46D /* OneSidedPlatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OneSidedPlatform.h; sourceTree = ""; }; + 4913322413726B1F00DFB46D /* PolyCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolyCollision.h; sourceTree = ""; }; + 4913322513726B1F00DFB46D /* PolyShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolyShapes.h; sourceTree = ""; }; + 4913322613726B1F00DFB46D /* Prismatic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prismatic.h; sourceTree = ""; }; + 4913322713726B1F00DFB46D /* Pulleys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pulleys.h; sourceTree = ""; }; + 4913322813726B1F00DFB46D /* Pyramid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pyramid.h; sourceTree = ""; }; + 4913322913726B1F00DFB46D /* RayCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RayCast.h; sourceTree = ""; }; + 4913322D13726B1F00DFB46D /* SensorTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SensorTest.h; sourceTree = ""; }; + 4913322E13726B1F00DFB46D /* ShapeEditing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShapeEditing.h; sourceTree = ""; }; + 4913322F13726B1F00DFB46D /* SliderCrank.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SliderCrank.h; sourceTree = ""; }; + 4913323013726B1F00DFB46D /* SphereStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SphereStack.h; sourceTree = ""; }; + 4913323113726B1F00DFB46D /* TheoJansen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TheoJansen.h; sourceTree = ""; }; + 4913323313726B1F00DFB46D /* TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeOfImpact.h; sourceTree = ""; }; + 4913323413726B1F00DFB46D /* VaryingFriction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VaryingFriction.h; sourceTree = ""; }; + 4913323513726B1F00DFB46D /* VaryingRestitution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VaryingRestitution.h; sourceTree = ""; }; + 4913323613726B1F00DFB46D /* VerticalStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VerticalStack.h; sourceTree = ""; }; + 4913323713726B1F00DFB46D /* Web.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Web.h; sourceTree = ""; }; + 491332911372724A00DFB46D /* libBox2D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libBox2D.a; sourceTree = SOURCE_ROOT; }; + 491332931372724A00DFB46D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + 491332941372724A00DFB46D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; + 491332951372724A00DFB46D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; + 4B370F101372877C00C5F46E /* Revolute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Revolute.h; path = src/Tests/Revolute.h; sourceTree = SOURCE_ROOT; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 491331661372645C00DFB46D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 491332961372724A00DFB46D /* CoreGraphics.framework in Frameworks */, + 491332971372724A00DFB46D /* OpenGLES.framework in Frameworks */, + 491332981372724A00DFB46D /* QuartzCore.framework in Frameworks */, + 491332921372724A00DFB46D /* libBox2D.a in Frameworks */, + 4913316E1372645C00DFB46D /* UIKit.framework in Frameworks */, + 491331701372645C00DFB46D /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 4913315E1372645C00DFB46D = { + isa = PBXGroup; + children = ( + 491331B41372661600DFB46D /* box2d-ios.xcodeproj */, + 491331961372653600DFB46D /* iPhone */, + 4913320C13726B1F00DFB46D /* Tests */, + 491331B31372654900DFB46D /* Resources */, + 4913316C1372645C00DFB46D /* Frameworks */, + 4913316A1372645C00DFB46D /* Products */, + ); + sourceTree = ""; + }; + 4913316A1372645C00DFB46D /* Products */ = { + isa = PBXGroup; + children = ( + 491331691372645C00DFB46D /* Box2DTestbed.app */, + ); + name = Products; + sourceTree = ""; + }; + 4913316C1372645C00DFB46D /* Frameworks */ = { + isa = PBXGroup; + children = ( + 491332931372724A00DFB46D /* CoreGraphics.framework */, + 491332941372724A00DFB46D /* OpenGLES.framework */, + 491332951372724A00DFB46D /* QuartzCore.framework */, + 491332911372724A00DFB46D /* libBox2D.a */, + 4913316D1372645C00DFB46D /* UIKit.framework */, + 4913316F1372645C00DFB46D /* Foundation.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 491331961372653600DFB46D /* iPhone */ = { + isa = PBXGroup; + children = ( + 491331971372653600DFB46D /* Box2D_Prefix.pch */, + 491331981372653600DFB46D /* Classes */, + 491331A71372653600DFB46D /* main.m */, + 491331A81372653600DFB46D /* MainWindow.xib */, + ); + path = iPhone; + sourceTree = ""; + }; + 491331981372653600DFB46D /* Classes */ = { + isa = PBXGroup; + children = ( + 491331991372653600DFB46D /* Box2DAppDelegate.h */, + 4913319A1372653600DFB46D /* Box2DAppDelegate.mm */, + 4913319B1372653600DFB46D /* Box2DView.h */, + 4913319C1372653600DFB46D /* Box2DView.mm */, + 4913319D1372653600DFB46D /* Delegates.h */, + 4913319E1372653600DFB46D /* GLES-Render.h */, + 4913319F1372653600DFB46D /* GLES-Render.mm */, + 491331A01372653600DFB46D /* iPhoneTest.h */, + 491331A11372653600DFB46D /* iPhoneTest.mm */, + 491331A21372653600DFB46D /* iPhoneTestEntries.mm */, + 491331A31372653600DFB46D /* TestEntriesViewController.h */, + 491331A41372653600DFB46D /* TestEntriesViewController.mm */, + ); + path = Classes; + sourceTree = ""; + }; + 491331B31372654900DFB46D /* Resources */ = { + isa = PBXGroup; + children = ( + 491331A51372653600DFB46D /* Icon.png */, + 491331A61372653600DFB46D /* Info.plist */, + ); + name = Resources; + path = iPhone; + sourceTree = ""; + }; + 491331B51372661600DFB46D /* Products */ = { + isa = PBXGroup; + children = ( + 491331BC1372661700DFB46D /* libBox2D.a */, + ); + name = Products; + sourceTree = ""; + }; + 4913320C13726B1F00DFB46D /* Tests */ = { + isa = PBXGroup; + children = ( + 4913320D13726B1F00DFB46D /* ApplyForce.h */, + 4913320E13726B1F00DFB46D /* BodyTypes.h */, + 4913320F13726B1F00DFB46D /* Breakable.h */, + 4913321013726B1F00DFB46D /* Bridge.h */, + 4913321213726B1F00DFB46D /* Cantilever.h */, + 4913321413726B1F00DFB46D /* Chain.h */, + 4913321513726B1F00DFB46D /* CharacterCollision.h */, + 4913321613726B1F00DFB46D /* CollisionFiltering.h */, + 4913321713726B1F00DFB46D /* CollisionProcessing.h */, + 4913321813726B1F00DFB46D /* CompoundShapes.h */, + 4913321913726B1F00DFB46D /* Confined.h */, + 4913321A13726B1F00DFB46D /* ContinuousTest.h */, + 4913321B13726B1F00DFB46D /* DistanceTest.h */, + 4913321C13726B1F00DFB46D /* Dominos.h */, + 4913321D13726B1F00DFB46D /* DynamicTreeTest.h */, + 4913321E13726B1F00DFB46D /* EdgeShapes.h */, + 4913322013726B1F00DFB46D /* Gears.h */, + 4913322113726B1F00DFB46D /* LineJoint.h */, + 4913322213726B1F00DFB46D /* OneSidedPlatform.h */, + 4913322413726B1F00DFB46D /* PolyCollision.h */, + 4913322513726B1F00DFB46D /* PolyShapes.h */, + 4913322613726B1F00DFB46D /* Prismatic.h */, + 4913322713726B1F00DFB46D /* Pulleys.h */, + 4913322813726B1F00DFB46D /* Pyramid.h */, + 4913322913726B1F00DFB46D /* RayCast.h */, + 4B370F101372877C00C5F46E /* Revolute.h */, + 4913322D13726B1F00DFB46D /* SensorTest.h */, + 4913322E13726B1F00DFB46D /* ShapeEditing.h */, + 4913322F13726B1F00DFB46D /* SliderCrank.h */, + 4913323013726B1F00DFB46D /* SphereStack.h */, + 4913323113726B1F00DFB46D /* TheoJansen.h */, + 4913323313726B1F00DFB46D /* TimeOfImpact.h */, + 4913323413726B1F00DFB46D /* VaryingFriction.h */, + 4913323513726B1F00DFB46D /* VaryingRestitution.h */, + 4913323613726B1F00DFB46D /* VerticalStack.h */, + 4913323713726B1F00DFB46D /* Web.h */, + ); + name = Tests; + path = src/Tests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 491331E71372682200DFB46D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 49133299137272B100DFB46D /* Box2D_Prefix.pch in Headers */, + 4913326F13726D2F00DFB46D /* Box2DAppDelegate.h in Headers */, + 4913327013726D2F00DFB46D /* Box2DView.h in Headers */, + 4913327113726D2F00DFB46D /* Delegates.h in Headers */, + 4913327213726D2F00DFB46D /* GLES-Render.h in Headers */, + 4913327313726D2F00DFB46D /* iPhoneTest.h in Headers */, + 4913327413726D2F00DFB46D /* TestEntriesViewController.h in Headers */, + 4913323813726B1F00DFB46D /* ApplyForce.h in Headers */, + 4913323913726B1F00DFB46D /* BodyTypes.h in Headers */, + 4913323A13726B1F00DFB46D /* Breakable.h in Headers */, + 4913323B13726B1F00DFB46D /* Bridge.h in Headers */, + 4913323D13726B1F00DFB46D /* Cantilever.h in Headers */, + 4913323F13726B1F00DFB46D /* Chain.h in Headers */, + 4913324013726B1F00DFB46D /* CharacterCollision.h in Headers */, + 4913324113726B1F00DFB46D /* CollisionFiltering.h in Headers */, + 4913324213726B1F00DFB46D /* CollisionProcessing.h in Headers */, + 4913324313726B1F00DFB46D /* CompoundShapes.h in Headers */, + 4913324413726B1F00DFB46D /* Confined.h in Headers */, + 4913324513726B1F00DFB46D /* ContinuousTest.h in Headers */, + 4913324613726B1F00DFB46D /* DistanceTest.h in Headers */, + 4913324713726B1F00DFB46D /* Dominos.h in Headers */, + 4913324813726B1F00DFB46D /* DynamicTreeTest.h in Headers */, + 4913324913726B1F00DFB46D /* EdgeShapes.h in Headers */, + 4913324B13726B1F00DFB46D /* Gears.h in Headers */, + 4913324C13726B1F00DFB46D /* LineJoint.h in Headers */, + 4913324D13726B1F00DFB46D /* OneSidedPlatform.h in Headers */, + 4913324F13726B1F00DFB46D /* PolyCollision.h in Headers */, + 4913325013726B1F00DFB46D /* PolyShapes.h in Headers */, + 4913325113726B1F00DFB46D /* Prismatic.h in Headers */, + 4913325213726B1F00DFB46D /* Pulleys.h in Headers */, + 4913325313726B1F00DFB46D /* Pyramid.h in Headers */, + 4913325413726B1F00DFB46D /* RayCast.h in Headers */, + 4913325813726B1F00DFB46D /* SensorTest.h in Headers */, + 4913325913726B1F00DFB46D /* ShapeEditing.h in Headers */, + 4913325A13726B1F00DFB46D /* SliderCrank.h in Headers */, + 4913325B13726B1F00DFB46D /* SphereStack.h in Headers */, + 4913325C13726B1F00DFB46D /* TheoJansen.h in Headers */, + 4913325E13726B1F00DFB46D /* TimeOfImpact.h in Headers */, + 4913325F13726B1F00DFB46D /* VaryingFriction.h in Headers */, + 4913326013726B1F00DFB46D /* VaryingRestitution.h in Headers */, + 4913326113726B1F00DFB46D /* VerticalStack.h in Headers */, + 4913326213726B1F00DFB46D /* Web.h in Headers */, + 4B370F111372877C00C5F46E /* Revolute.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 491331681372645C00DFB46D /* Box2dTestbed */ = { + isa = PBXNativeTarget; + buildConfigurationList = 491331841372645C00DFB46D /* Build configuration list for PBXNativeTarget "Box2dTestbed" */; + buildPhases = ( + 491331651372645C00DFB46D /* Sources */, + 491331661372645C00DFB46D /* Frameworks */, + 491331671372645C00DFB46D /* Resources */, + 491331E71372682200DFB46D /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Box2dTestbed; + productName = "box2d-iphone"; + productReference = 491331691372645C00DFB46D /* Box2DTestbed.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 491331601372645C00DFB46D /* Project object */ = { + isa = PBXProject; + attributes = { + ORGANIZATIONNAME = org.box2d; + }; + buildConfigurationList = 491331631372645C00DFB46D /* Build configuration list for PBXProject "Box2dTestbed" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 4913315E1372645C00DFB46D; + productRefGroup = 4913316A1372645C00DFB46D /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 491331B51372661600DFB46D /* Products */; + ProjectRef = 491331B41372661600DFB46D /* box2d-ios.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 491331681372645C00DFB46D /* Box2dTestbed */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 491331BC1372661700DFB46D /* libBox2D.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libBox2D.a; + remoteRef = 491331BB1372661700DFB46D /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 491331671372645C00DFB46D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 491334921372841000DFB46D /* MainWindow.xib in Resources */, + 491331AF1372653600DFB46D /* Icon.png in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 491331651372645C00DFB46D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 491331A91372653600DFB46D /* Box2DAppDelegate.mm in Sources */, + 491331AA1372653600DFB46D /* Box2DView.mm in Sources */, + 491331AB1372653600DFB46D /* GLES-Render.mm in Sources */, + 491331AC1372653600DFB46D /* iPhoneTest.mm in Sources */, + 491331AD1372653600DFB46D /* iPhoneTestEntries.mm in Sources */, + 491331AE1372653600DFB46D /* TestEntriesViewController.mm in Sources */, + 491331B11372653600DFB46D /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 491331821372645C00DFB46D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = DEBUG; + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_VERSION = ""; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 491331831372645C00DFB46D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_VERSION = ""; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 4.3; + OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; + PROVISIONING_PROFILE = ""; + SDKROOT = iphoneos; + }; + name = Release; + }; + 491331851372645C00DFB46D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = iPhone/Box2D_Prefix.pch; + GCC_VERSION = com.apple.compilers.llvmgcc42; + HEADER_SEARCH_PATHS = "./src/**"; + INFOPLIST_FILE = iPhone/Info.plist; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)\"", + ); + OTHER_LDFLAGS = "-Wl,-search_paths_first"; + PREBINDING = NO; + PRODUCT_NAME = Box2DTestbed; + USER_HEADER_SEARCH_PATHS = "./src/**"; + USE_HEADERMAP = NO; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + 491331861372645C00DFB46D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + COPY_PHASE_STRIP = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = iPhone/Box2D_Prefix.pch; + GCC_VERSION = com.apple.compilers.llvmgcc42; + HEADER_SEARCH_PATHS = "./src/**"; + INFOPLIST_FILE = iPhone/Info.plist; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)\"", + ); + OTHER_LDFLAGS = "-Wl,-search_paths_first"; + PREBINDING = NO; + PRODUCT_NAME = Box2DTestbed; + USER_HEADER_SEARCH_PATHS = "./src/**"; + USE_HEADERMAP = NO; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 491331631372645C00DFB46D /* Build configuration list for PBXProject "Box2dTestbed" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 491331821372645C00DFB46D /* Debug */, + 491331831372645C00DFB46D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 491331841372645C00DFB46D /* Build configuration list for PBXNativeTarget "Box2dTestbed" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 491331851372645C00DFB46D /* Debug */, + 491331861372645C00DFB46D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 491331601372645C00DFB46D /* Project object */; +} diff --git a/libs/box2d/box2d-ios.xcodeproj/project.pbxproj b/libs/box2d/box2d-ios.xcodeproj/project.pbxproj index 6e53117..f326436 100644 --- a/libs/box2d/box2d-ios.xcodeproj/project.pbxproj +++ b/libs/box2d/box2d-ios.xcodeproj/project.pbxproj @@ -467,7 +467,7 @@ GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = DEBUG; GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = 4.2; + GCC_VERSION = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 4.3; @@ -480,7 +480,7 @@ buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_VERSION = 4.2; + GCC_VERSION = ""; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 4.3; @@ -495,6 +495,7 @@ DSTROOT = /tmp/Box2D.dst; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Box2D/Box2D-Prefix.pch"; + GCC_VERSION = com.apple.compilers.llvmgcc42; PRODUCT_NAME = "$(TARGET_NAME)"; TARGETED_DEVICE_FAMILY = "1,2"; USER_HEADER_SEARCH_PATHS = "./src/**"; @@ -505,10 +506,13 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; DSTROOT = /tmp/Box2D.dst; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Box2D/Box2D-Prefix.pch"; + GCC_VERSION = com.apple.compilers.llvmgcc42; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = ""; TARGETED_DEVICE_FAMILY = "1,2"; USER_HEADER_SEARCH_PATHS = "./src/**"; }; diff --git a/libs/box2d/box2d-iphone.xcodeproj/project.pbxproj b/libs/box2d/box2d-iphone.xcodeproj/project.pbxproj deleted file mode 100644 index f1e5143..0000000 --- a/libs/box2d/box2d-iphone.xcodeproj/project.pbxproj +++ /dev/null @@ -1,532 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 4913316E1372645C00DFB46D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4913316D1372645C00DFB46D /* UIKit.framework */; }; - 491331701372645C00DFB46D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4913316F1372645C00DFB46D /* Foundation.framework */; }; - 491331A91372653600DFB46D /* Box2DAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4913319A1372653600DFB46D /* Box2DAppDelegate.mm */; }; - 491331AA1372653600DFB46D /* Box2DView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4913319C1372653600DFB46D /* Box2DView.mm */; }; - 491331AB1372653600DFB46D /* GLES-Render.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4913319F1372653600DFB46D /* GLES-Render.mm */; }; - 491331AC1372653600DFB46D /* iPhoneTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 491331A11372653600DFB46D /* iPhoneTest.mm */; }; - 491331AD1372653600DFB46D /* iPhoneTestEntries.mm in Sources */ = {isa = PBXBuildFile; fileRef = 491331A21372653600DFB46D /* iPhoneTestEntries.mm */; }; - 491331AE1372653600DFB46D /* TestEntriesViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 491331A41372653600DFB46D /* TestEntriesViewController.mm */; }; - 491331AF1372653600DFB46D /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 491331A51372653600DFB46D /* Icon.png */; }; - 491331B11372653600DFB46D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 491331A71372653600DFB46D /* main.m */; }; - 4913323813726B1F00DFB46D /* ApplyForce.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913320D13726B1F00DFB46D /* ApplyForce.h */; }; - 4913323913726B1F00DFB46D /* BodyTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913320E13726B1F00DFB46D /* BodyTypes.h */; }; - 4913323A13726B1F00DFB46D /* Breakable.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913320F13726B1F00DFB46D /* Breakable.h */; }; - 4913323B13726B1F00DFB46D /* Bridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321013726B1F00DFB46D /* Bridge.h */; }; - 4913323D13726B1F00DFB46D /* Cantilever.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321213726B1F00DFB46D /* Cantilever.h */; }; - 4913323F13726B1F00DFB46D /* Chain.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321413726B1F00DFB46D /* Chain.h */; }; - 4913324013726B1F00DFB46D /* CharacterCollision.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321513726B1F00DFB46D /* CharacterCollision.h */; }; - 4913324113726B1F00DFB46D /* CollisionFiltering.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321613726B1F00DFB46D /* CollisionFiltering.h */; }; - 4913324213726B1F00DFB46D /* CollisionProcessing.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321713726B1F00DFB46D /* CollisionProcessing.h */; }; - 4913324313726B1F00DFB46D /* CompoundShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321813726B1F00DFB46D /* CompoundShapes.h */; }; - 4913324413726B1F00DFB46D /* Confined.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321913726B1F00DFB46D /* Confined.h */; }; - 4913324513726B1F00DFB46D /* ContinuousTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321A13726B1F00DFB46D /* ContinuousTest.h */; }; - 4913324613726B1F00DFB46D /* DistanceTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321B13726B1F00DFB46D /* DistanceTest.h */; }; - 4913324713726B1F00DFB46D /* Dominos.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321C13726B1F00DFB46D /* Dominos.h */; }; - 4913324813726B1F00DFB46D /* DynamicTreeTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321D13726B1F00DFB46D /* DynamicTreeTest.h */; }; - 4913324913726B1F00DFB46D /* EdgeShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913321E13726B1F00DFB46D /* EdgeShapes.h */; }; - 4913324B13726B1F00DFB46D /* Gears.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322013726B1F00DFB46D /* Gears.h */; }; - 4913324C13726B1F00DFB46D /* LineJoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322113726B1F00DFB46D /* LineJoint.h */; }; - 4913324D13726B1F00DFB46D /* OneSidedPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322213726B1F00DFB46D /* OneSidedPlatform.h */; }; - 4913324F13726B1F00DFB46D /* PolyCollision.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322413726B1F00DFB46D /* PolyCollision.h */; }; - 4913325013726B1F00DFB46D /* PolyShapes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322513726B1F00DFB46D /* PolyShapes.h */; }; - 4913325113726B1F00DFB46D /* Prismatic.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322613726B1F00DFB46D /* Prismatic.h */; }; - 4913325213726B1F00DFB46D /* Pulleys.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322713726B1F00DFB46D /* Pulleys.h */; }; - 4913325313726B1F00DFB46D /* Pyramid.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322813726B1F00DFB46D /* Pyramid.h */; }; - 4913325413726B1F00DFB46D /* RayCast.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322913726B1F00DFB46D /* RayCast.h */; }; - 4913325813726B1F00DFB46D /* SensorTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322D13726B1F00DFB46D /* SensorTest.h */; }; - 4913325913726B1F00DFB46D /* ShapeEditing.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322E13726B1F00DFB46D /* ShapeEditing.h */; }; - 4913325A13726B1F00DFB46D /* SliderCrank.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913322F13726B1F00DFB46D /* SliderCrank.h */; }; - 4913325B13726B1F00DFB46D /* SphereStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323013726B1F00DFB46D /* SphereStack.h */; }; - 4913325C13726B1F00DFB46D /* TheoJansen.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323113726B1F00DFB46D /* TheoJansen.h */; }; - 4913325E13726B1F00DFB46D /* TimeOfImpact.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323313726B1F00DFB46D /* TimeOfImpact.h */; }; - 4913325F13726B1F00DFB46D /* VaryingFriction.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323413726B1F00DFB46D /* VaryingFriction.h */; }; - 4913326013726B1F00DFB46D /* VaryingRestitution.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323513726B1F00DFB46D /* VaryingRestitution.h */; }; - 4913326113726B1F00DFB46D /* VerticalStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323613726B1F00DFB46D /* VerticalStack.h */; }; - 4913326213726B1F00DFB46D /* Web.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913323713726B1F00DFB46D /* Web.h */; }; - 4913326F13726D2F00DFB46D /* Box2DAppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 491331991372653600DFB46D /* Box2DAppDelegate.h */; }; - 4913327013726D2F00DFB46D /* Box2DView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913319B1372653600DFB46D /* Box2DView.h */; }; - 4913327113726D2F00DFB46D /* Delegates.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913319D1372653600DFB46D /* Delegates.h */; }; - 4913327213726D2F00DFB46D /* GLES-Render.h in Headers */ = {isa = PBXBuildFile; fileRef = 4913319E1372653600DFB46D /* GLES-Render.h */; }; - 4913327313726D2F00DFB46D /* iPhoneTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 491331A01372653600DFB46D /* iPhoneTest.h */; }; - 4913327413726D2F00DFB46D /* TestEntriesViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 491331A31372653600DFB46D /* TestEntriesViewController.h */; }; - 491332921372724A00DFB46D /* libBox2D.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 491332911372724A00DFB46D /* libBox2D.a */; }; - 491332961372724A00DFB46D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 491332931372724A00DFB46D /* CoreGraphics.framework */; }; - 491332971372724A00DFB46D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 491332941372724A00DFB46D /* OpenGLES.framework */; }; - 491332981372724A00DFB46D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 491332951372724A00DFB46D /* QuartzCore.framework */; }; - 49133299137272B100DFB46D /* Box2D_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 491331971372653600DFB46D /* Box2D_Prefix.pch */; }; - 491334921372841000DFB46D /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 491331A81372653600DFB46D /* MainWindow.xib */; }; - 4B370F111372877C00C5F46E /* Revolute.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B370F101372877C00C5F46E /* Revolute.h */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 491331BB1372661700DFB46D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 491331B41372661600DFB46D /* box2d-ios.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 4913305F1372610400DFB46D; - remoteInfo = Box2D; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 491331691372645C00DFB46D /* box2d-iphone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "box2d-iphone.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4913316D1372645C00DFB46D /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 4913316F1372645C00DFB46D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 491331971372653600DFB46D /* Box2D_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2D_Prefix.pch; sourceTree = ""; }; - 491331991372653600DFB46D /* Box2DAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2DAppDelegate.h; sourceTree = ""; }; - 4913319A1372653600DFB46D /* Box2DAppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Box2DAppDelegate.mm; sourceTree = ""; }; - 4913319B1372653600DFB46D /* Box2DView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2DView.h; sourceTree = ""; }; - 4913319C1372653600DFB46D /* Box2DView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Box2DView.mm; sourceTree = ""; }; - 4913319D1372653600DFB46D /* Delegates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Delegates.h; sourceTree = ""; }; - 4913319E1372653600DFB46D /* GLES-Render.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.h; fileEncoding = 4; path = "GLES-Render.h"; sourceTree = ""; }; - 4913319F1372653600DFB46D /* GLES-Render.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "GLES-Render.mm"; sourceTree = ""; }; - 491331A01372653600DFB46D /* iPhoneTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iPhoneTest.h; sourceTree = ""; }; - 491331A11372653600DFB46D /* iPhoneTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = iPhoneTest.mm; sourceTree = ""; }; - 491331A21372653600DFB46D /* iPhoneTestEntries.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = iPhoneTestEntries.mm; sourceTree = ""; }; - 491331A31372653600DFB46D /* TestEntriesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestEntriesViewController.h; sourceTree = ""; }; - 491331A41372653600DFB46D /* TestEntriesViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = TestEntriesViewController.mm; sourceTree = ""; }; - 491331A51372653600DFB46D /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; - 491331A61372653600DFB46D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 491331A71372653600DFB46D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 491331A81372653600DFB46D /* MainWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = ""; }; - 491331B41372661600DFB46D /* box2d-ios.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "box2d-ios.xcodeproj"; sourceTree = SOURCE_ROOT; }; - 4913320D13726B1F00DFB46D /* ApplyForce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplyForce.h; sourceTree = ""; }; - 4913320E13726B1F00DFB46D /* BodyTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BodyTypes.h; sourceTree = ""; }; - 4913320F13726B1F00DFB46D /* Breakable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Breakable.h; sourceTree = ""; }; - 4913321013726B1F00DFB46D /* Bridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridge.h; sourceTree = ""; }; - 4913321213726B1F00DFB46D /* Cantilever.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cantilever.h; sourceTree = ""; }; - 4913321413726B1F00DFB46D /* Chain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Chain.h; sourceTree = ""; }; - 4913321513726B1F00DFB46D /* CharacterCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterCollision.h; sourceTree = ""; }; - 4913321613726B1F00DFB46D /* CollisionFiltering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollisionFiltering.h; sourceTree = ""; }; - 4913321713726B1F00DFB46D /* CollisionProcessing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollisionProcessing.h; sourceTree = ""; }; - 4913321813726B1F00DFB46D /* CompoundShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CompoundShapes.h; sourceTree = ""; }; - 4913321913726B1F00DFB46D /* Confined.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Confined.h; sourceTree = ""; }; - 4913321A13726B1F00DFB46D /* ContinuousTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContinuousTest.h; sourceTree = ""; }; - 4913321B13726B1F00DFB46D /* DistanceTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DistanceTest.h; sourceTree = ""; }; - 4913321C13726B1F00DFB46D /* Dominos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dominos.h; sourceTree = ""; }; - 4913321D13726B1F00DFB46D /* DynamicTreeTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicTreeTest.h; sourceTree = ""; }; - 4913321E13726B1F00DFB46D /* EdgeShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EdgeShapes.h; sourceTree = ""; }; - 4913322013726B1F00DFB46D /* Gears.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gears.h; sourceTree = ""; }; - 4913322113726B1F00DFB46D /* LineJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LineJoint.h; sourceTree = ""; }; - 4913322213726B1F00DFB46D /* OneSidedPlatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OneSidedPlatform.h; sourceTree = ""; }; - 4913322413726B1F00DFB46D /* PolyCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolyCollision.h; sourceTree = ""; }; - 4913322513726B1F00DFB46D /* PolyShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolyShapes.h; sourceTree = ""; }; - 4913322613726B1F00DFB46D /* Prismatic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prismatic.h; sourceTree = ""; }; - 4913322713726B1F00DFB46D /* Pulleys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pulleys.h; sourceTree = ""; }; - 4913322813726B1F00DFB46D /* Pyramid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pyramid.h; sourceTree = ""; }; - 4913322913726B1F00DFB46D /* RayCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RayCast.h; sourceTree = ""; }; - 4913322D13726B1F00DFB46D /* SensorTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SensorTest.h; sourceTree = ""; }; - 4913322E13726B1F00DFB46D /* ShapeEditing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShapeEditing.h; sourceTree = ""; }; - 4913322F13726B1F00DFB46D /* SliderCrank.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SliderCrank.h; sourceTree = ""; }; - 4913323013726B1F00DFB46D /* SphereStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SphereStack.h; sourceTree = ""; }; - 4913323113726B1F00DFB46D /* TheoJansen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TheoJansen.h; sourceTree = ""; }; - 4913323313726B1F00DFB46D /* TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeOfImpact.h; sourceTree = ""; }; - 4913323413726B1F00DFB46D /* VaryingFriction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VaryingFriction.h; sourceTree = ""; }; - 4913323513726B1F00DFB46D /* VaryingRestitution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VaryingRestitution.h; sourceTree = ""; }; - 4913323613726B1F00DFB46D /* VerticalStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VerticalStack.h; sourceTree = ""; }; - 4913323713726B1F00DFB46D /* Web.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Web.h; sourceTree = ""; }; - 491332911372724A00DFB46D /* libBox2D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libBox2D.a; sourceTree = SOURCE_ROOT; }; - 491332931372724A00DFB46D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 491332941372724A00DFB46D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; - 491332951372724A00DFB46D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; - 4B370F101372877C00C5F46E /* Revolute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Revolute.h; path = src/Tests/Revolute.h; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 491331661372645C00DFB46D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 491332961372724A00DFB46D /* CoreGraphics.framework in Frameworks */, - 491332971372724A00DFB46D /* OpenGLES.framework in Frameworks */, - 491332981372724A00DFB46D /* QuartzCore.framework in Frameworks */, - 491332921372724A00DFB46D /* libBox2D.a in Frameworks */, - 4913316E1372645C00DFB46D /* UIKit.framework in Frameworks */, - 491331701372645C00DFB46D /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 4913315E1372645C00DFB46D = { - isa = PBXGroup; - children = ( - 491331B41372661600DFB46D /* box2d-ios.xcodeproj */, - 491331961372653600DFB46D /* iPhone */, - 4913320C13726B1F00DFB46D /* Tests */, - 491331B31372654900DFB46D /* Resources */, - 4913316C1372645C00DFB46D /* Frameworks */, - 4913316A1372645C00DFB46D /* Products */, - ); - sourceTree = ""; - }; - 4913316A1372645C00DFB46D /* Products */ = { - isa = PBXGroup; - children = ( - 491331691372645C00DFB46D /* box2d-iphone.app */, - ); - name = Products; - sourceTree = ""; - }; - 4913316C1372645C00DFB46D /* Frameworks */ = { - isa = PBXGroup; - children = ( - 491332931372724A00DFB46D /* CoreGraphics.framework */, - 491332941372724A00DFB46D /* OpenGLES.framework */, - 491332951372724A00DFB46D /* QuartzCore.framework */, - 491332911372724A00DFB46D /* libBox2D.a */, - 4913316D1372645C00DFB46D /* UIKit.framework */, - 4913316F1372645C00DFB46D /* Foundation.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 491331961372653600DFB46D /* iPhone */ = { - isa = PBXGroup; - children = ( - 491331971372653600DFB46D /* Box2D_Prefix.pch */, - 491331981372653600DFB46D /* Classes */, - 491331A71372653600DFB46D /* main.m */, - 491331A81372653600DFB46D /* MainWindow.xib */, - ); - path = iPhone; - sourceTree = ""; - }; - 491331981372653600DFB46D /* Classes */ = { - isa = PBXGroup; - children = ( - 491331991372653600DFB46D /* Box2DAppDelegate.h */, - 4913319A1372653600DFB46D /* Box2DAppDelegate.mm */, - 4913319B1372653600DFB46D /* Box2DView.h */, - 4913319C1372653600DFB46D /* Box2DView.mm */, - 4913319D1372653600DFB46D /* Delegates.h */, - 4913319E1372653600DFB46D /* GLES-Render.h */, - 4913319F1372653600DFB46D /* GLES-Render.mm */, - 491331A01372653600DFB46D /* iPhoneTest.h */, - 491331A11372653600DFB46D /* iPhoneTest.mm */, - 491331A21372653600DFB46D /* iPhoneTestEntries.mm */, - 491331A31372653600DFB46D /* TestEntriesViewController.h */, - 491331A41372653600DFB46D /* TestEntriesViewController.mm */, - ); - path = Classes; - sourceTree = ""; - }; - 491331B31372654900DFB46D /* Resources */ = { - isa = PBXGroup; - children = ( - 491331A51372653600DFB46D /* Icon.png */, - 491331A61372653600DFB46D /* Info.plist */, - ); - name = Resources; - path = iPhone; - sourceTree = ""; - }; - 491331B51372661600DFB46D /* Products */ = { - isa = PBXGroup; - children = ( - 491331BC1372661700DFB46D /* libBox2D.a */, - ); - name = Products; - sourceTree = ""; - }; - 4913320C13726B1F00DFB46D /* Tests */ = { - isa = PBXGroup; - children = ( - 4913320D13726B1F00DFB46D /* ApplyForce.h */, - 4913320E13726B1F00DFB46D /* BodyTypes.h */, - 4913320F13726B1F00DFB46D /* Breakable.h */, - 4913321013726B1F00DFB46D /* Bridge.h */, - 4913321213726B1F00DFB46D /* Cantilever.h */, - 4913321413726B1F00DFB46D /* Chain.h */, - 4913321513726B1F00DFB46D /* CharacterCollision.h */, - 4913321613726B1F00DFB46D /* CollisionFiltering.h */, - 4913321713726B1F00DFB46D /* CollisionProcessing.h */, - 4913321813726B1F00DFB46D /* CompoundShapes.h */, - 4913321913726B1F00DFB46D /* Confined.h */, - 4913321A13726B1F00DFB46D /* ContinuousTest.h */, - 4913321B13726B1F00DFB46D /* DistanceTest.h */, - 4913321C13726B1F00DFB46D /* Dominos.h */, - 4913321D13726B1F00DFB46D /* DynamicTreeTest.h */, - 4913321E13726B1F00DFB46D /* EdgeShapes.h */, - 4913322013726B1F00DFB46D /* Gears.h */, - 4913322113726B1F00DFB46D /* LineJoint.h */, - 4913322213726B1F00DFB46D /* OneSidedPlatform.h */, - 4913322413726B1F00DFB46D /* PolyCollision.h */, - 4913322513726B1F00DFB46D /* PolyShapes.h */, - 4913322613726B1F00DFB46D /* Prismatic.h */, - 4913322713726B1F00DFB46D /* Pulleys.h */, - 4913322813726B1F00DFB46D /* Pyramid.h */, - 4913322913726B1F00DFB46D /* RayCast.h */, - 4B370F101372877C00C5F46E /* Revolute.h */, - 4913322D13726B1F00DFB46D /* SensorTest.h */, - 4913322E13726B1F00DFB46D /* ShapeEditing.h */, - 4913322F13726B1F00DFB46D /* SliderCrank.h */, - 4913323013726B1F00DFB46D /* SphereStack.h */, - 4913323113726B1F00DFB46D /* TheoJansen.h */, - 4913323313726B1F00DFB46D /* TimeOfImpact.h */, - 4913323413726B1F00DFB46D /* VaryingFriction.h */, - 4913323513726B1F00DFB46D /* VaryingRestitution.h */, - 4913323613726B1F00DFB46D /* VerticalStack.h */, - 4913323713726B1F00DFB46D /* Web.h */, - ); - name = Tests; - path = src/Tests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 491331E71372682200DFB46D /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 49133299137272B100DFB46D /* Box2D_Prefix.pch in Headers */, - 4913326F13726D2F00DFB46D /* Box2DAppDelegate.h in Headers */, - 4913327013726D2F00DFB46D /* Box2DView.h in Headers */, - 4913327113726D2F00DFB46D /* Delegates.h in Headers */, - 4913327213726D2F00DFB46D /* GLES-Render.h in Headers */, - 4913327313726D2F00DFB46D /* iPhoneTest.h in Headers */, - 4913327413726D2F00DFB46D /* TestEntriesViewController.h in Headers */, - 4913323813726B1F00DFB46D /* ApplyForce.h in Headers */, - 4913323913726B1F00DFB46D /* BodyTypes.h in Headers */, - 4913323A13726B1F00DFB46D /* Breakable.h in Headers */, - 4913323B13726B1F00DFB46D /* Bridge.h in Headers */, - 4913323D13726B1F00DFB46D /* Cantilever.h in Headers */, - 4913323F13726B1F00DFB46D /* Chain.h in Headers */, - 4913324013726B1F00DFB46D /* CharacterCollision.h in Headers */, - 4913324113726B1F00DFB46D /* CollisionFiltering.h in Headers */, - 4913324213726B1F00DFB46D /* CollisionProcessing.h in Headers */, - 4913324313726B1F00DFB46D /* CompoundShapes.h in Headers */, - 4913324413726B1F00DFB46D /* Confined.h in Headers */, - 4913324513726B1F00DFB46D /* ContinuousTest.h in Headers */, - 4913324613726B1F00DFB46D /* DistanceTest.h in Headers */, - 4913324713726B1F00DFB46D /* Dominos.h in Headers */, - 4913324813726B1F00DFB46D /* DynamicTreeTest.h in Headers */, - 4913324913726B1F00DFB46D /* EdgeShapes.h in Headers */, - 4913324B13726B1F00DFB46D /* Gears.h in Headers */, - 4913324C13726B1F00DFB46D /* LineJoint.h in Headers */, - 4913324D13726B1F00DFB46D /* OneSidedPlatform.h in Headers */, - 4913324F13726B1F00DFB46D /* PolyCollision.h in Headers */, - 4913325013726B1F00DFB46D /* PolyShapes.h in Headers */, - 4913325113726B1F00DFB46D /* Prismatic.h in Headers */, - 4913325213726B1F00DFB46D /* Pulleys.h in Headers */, - 4913325313726B1F00DFB46D /* Pyramid.h in Headers */, - 4913325413726B1F00DFB46D /* RayCast.h in Headers */, - 4913325813726B1F00DFB46D /* SensorTest.h in Headers */, - 4913325913726B1F00DFB46D /* ShapeEditing.h in Headers */, - 4913325A13726B1F00DFB46D /* SliderCrank.h in Headers */, - 4913325B13726B1F00DFB46D /* SphereStack.h in Headers */, - 4913325C13726B1F00DFB46D /* TheoJansen.h in Headers */, - 4913325E13726B1F00DFB46D /* TimeOfImpact.h in Headers */, - 4913325F13726B1F00DFB46D /* VaryingFriction.h in Headers */, - 4913326013726B1F00DFB46D /* VaryingRestitution.h in Headers */, - 4913326113726B1F00DFB46D /* VerticalStack.h in Headers */, - 4913326213726B1F00DFB46D /* Web.h in Headers */, - 4B370F111372877C00C5F46E /* Revolute.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 491331681372645C00DFB46D /* box2d-iphone */ = { - isa = PBXNativeTarget; - buildConfigurationList = 491331841372645C00DFB46D /* Build configuration list for PBXNativeTarget "box2d-iphone" */; - buildPhases = ( - 491331651372645C00DFB46D /* Sources */, - 491331661372645C00DFB46D /* Frameworks */, - 491331671372645C00DFB46D /* Resources */, - 491331E71372682200DFB46D /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "box2d-iphone"; - productName = "box2d-iphone"; - productReference = 491331691372645C00DFB46D /* box2d-iphone.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 491331601372645C00DFB46D /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 491331631372645C00DFB46D /* Build configuration list for PBXProject "box2d-iphone" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 4913315E1372645C00DFB46D; - productRefGroup = 4913316A1372645C00DFB46D /* Products */; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 491331B51372661600DFB46D /* Products */; - ProjectRef = 491331B41372661600DFB46D /* box2d-ios.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - 491331681372645C00DFB46D /* box2d-iphone */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - 491331BC1372661700DFB46D /* libBox2D.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libBox2D.a; - remoteRef = 491331BB1372661700DFB46D /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXResourcesBuildPhase section */ - 491331671372645C00DFB46D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 491334921372841000DFB46D /* MainWindow.xib in Resources */, - 491331AF1372653600DFB46D /* Icon.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 491331651372645C00DFB46D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 491331A91372653600DFB46D /* Box2DAppDelegate.mm in Sources */, - 491331AA1372653600DFB46D /* Box2DView.mm in Sources */, - 491331AB1372653600DFB46D /* GLES-Render.mm in Sources */, - 491331AC1372653600DFB46D /* iPhoneTest.mm in Sources */, - 491331AD1372653600DFB46D /* iPhoneTestEntries.mm in Sources */, - 491331AE1372653600DFB46D /* TestEntriesViewController.mm in Sources */, - 491331B11372653600DFB46D /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 491331821372645C00DFB46D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = DEBUG; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = 4.2; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 491331831372645C00DFB46D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_VERSION = 4.2; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - SDKROOT = iphoneos; - }; - name = Release; - }; - 491331851372645C00DFB46D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = iPhone/Box2D_Prefix.pch; - GCC_VERSION = 4.2; - HEADER_SEARCH_PATHS = "./src/**"; - INFOPLIST_FILE = iPhone/Info.plist; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)\"", - ); - OTHER_LDFLAGS = "-Wl,-search_paths_first"; - PREBINDING = NO; - PRODUCT_NAME = "$(TARGET_NAME)"; - USER_HEADER_SEARCH_PATHS = "./src/**"; - USE_HEADERMAP = NO; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 491331861372645C00DFB46D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - COPY_PHASE_STRIP = YES; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = iPhone/Box2D_Prefix.pch; - GCC_VERSION = 4.2; - HEADER_SEARCH_PATHS = "./src/**"; - INFOPLIST_FILE = iPhone/Info.plist; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)\"", - ); - OTHER_LDFLAGS = "-Wl,-search_paths_first"; - PREBINDING = NO; - PRODUCT_NAME = "$(TARGET_NAME)"; - USER_HEADER_SEARCH_PATHS = "./src/**"; - USE_HEADERMAP = NO; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 491331631372645C00DFB46D /* Build configuration list for PBXProject "box2d-iphone" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 491331821372645C00DFB46D /* Debug */, - 491331831372645C00DFB46D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 491331841372645C00DFB46D /* Build configuration list for PBXNativeTarget "box2d-iphone" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 491331851372645C00DFB46D /* Debug */, - 491331861372645C00DFB46D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 491331601372645C00DFB46D /* Project object */; -} diff --git a/libs/box2d/iPhone/Info.plist b/libs/box2d/iPhone/Info.plist index 92891b3..8ab4f16 100644 --- a/libs/box2d/iPhone/Info.plist +++ b/libs/box2d/iPhone/Info.plist @@ -6,12 +6,14 @@ English CFBundleDisplayName ${PRODUCT_NAME} + CFBundleDocumentTypes + CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile - + iPhone/Icon.png CFBundleIdentifier - com.yourcompany.${PRODUCT_NAME:identifier} + org.box2d.${PRODUCT_NAME:identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -20,6 +22,8 @@ APPL CFBundleSignature ???? + CFBundleURLTypes + CFBundleVersion 1.0 LSRequiresIPhoneOS @@ -30,5 +34,9 @@ UIInterfaceOrientationPortrait + UTExportedTypeDeclarations + + UTImportedTypeDeclarations + -- 1.7.0.4