New stuffs.
authorchsieh <chester.developer@hotmail.com>
Mon, 18 Apr 2011 06:02:18 +0000 (23:02 -0700)
committerchsieh <chester.developer@hotmail.com>
Mon, 18 Apr 2011 06:02:18 +0000 (23:02 -0700)
344 files changed:
Littlest.xcodeproj/project.pbxproj [new file with mode: 0644]
Littlest.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
Littlest.xcodeproj/project.xcworkspace/xcuserdata/dorischen.xcuserdatad/UserInterfaceState.xcuserstate [new file with mode: 0644]
Littlest.xcodeproj/xcuserdata/dorischen.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist [new file with mode: 0644]
Littlest.xcodeproj/xcuserdata/dorischen.xcuserdatad/xcschemes/Littlest.xcscheme [new file with mode: 0644]
Littlest.xcodeproj/xcuserdata/dorischen.xcuserdatad/xcschemes/xcschememanagement.plist [new file with mode: 0644]
Littlest/AppDelegate.h [new file with mode: 0644]
Littlest/AppDelegate.mm [new file with mode: 0644]
Littlest/Foundation/Common/Assert.h [new file with mode: 0755]
Littlest/Foundation/Common/Base.h [new file with mode: 0755]
Littlest/Foundation/Common/GlobalDefines.h [new file with mode: 0755]
Littlest/Foundation/Common/GlobalInclude.h [new file with mode: 0755]
Littlest/Foundation/Common/GlobalTypes.h [new file with mode: 0755]
Littlest/Foundation/Common/Print.h [new file with mode: 0755]
Littlest/Foundation/Common/Singleton.h [new file with mode: 0755]
Littlest/Foundation/Containers/BitEncoder.h [new file with mode: 0755]
Littlest/Foundation/Containers/LocklessRingBuffer.cpp [new file with mode: 0755]
Littlest/Foundation/Containers/LocklessRingBuffer.h [new file with mode: 0755]
Littlest/Foundation/GraphicsServices/Geometry/BasicPrimitives.h [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/Geometry/BasicPrimitives.mm [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/OpenGLServices.h [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/OpenGLServices.mm [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/RenderTarget.h [new file with mode: 0644]
Littlest/Foundation/GraphicsServices/RenderTarget.mm [new file with mode: 0644]
Littlest/Foundation/Hash/DJB2.h [new file with mode: 0755]
Littlest/Foundation/Math/MathDefines.h [new file with mode: 0755]
Littlest/Foundation/Math/MathInclude.h [new file with mode: 0755]
Littlest/Foundation/Math/MathOperations.h [new file with mode: 0755]
Littlest/Foundation/Math/MathTypes.h [new file with mode: 0755]
Littlest/Foundation/Math/Matrix.h [new file with mode: 0755]
Littlest/Foundation/Math/Quaternion.h [new file with mode: 0755]
Littlest/Foundation/Math/Vector.h [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryBitset.cpp [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryBitset.h [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryHeap.cpp [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryHeap.h [new file with mode: 0755]
Littlest/Foundation/Memory/MemoryLinear.h [new file with mode: 0755]
Littlest/Foundation/OSInterface/GLView.h [new file with mode: 0644]
Littlest/Foundation/OSInterface/GLView.m [new file with mode: 0644]
Littlest/Foundation/OSInterface/LittlestAppDelegate.h [new file with mode: 0644]
Littlest/Foundation/OSInterface/LittlestAppDelegate.m [new file with mode: 0644]
Littlest/Foundation/OSInterface/LittlestViewController.h [new file with mode: 0644]
Littlest/Foundation/OSInterface/LittlestViewController.m [new file with mode: 0644]
Littlest/Foundation/Synchronization/Atomic32Bit.h [new file with mode: 0755]
Littlest/Foundation/Synchronization/MemorySync.h [new file with mode: 0755]
Littlest/GLES-Render.h [new file with mode: 0644]
Littlest/GLES-Render.mm [new file with mode: 0644]
Littlest/Game/Scene/Scene.h [new file with mode: 0644]
Littlest/GameConfig.h [new file with mode: 0644]
Littlest/HelloWorldLayer.h [new file with mode: 0644]
Littlest/HelloWorldLayer.mm [new file with mode: 0644]
Littlest/Prefix.pch [new file with mode: 0644]
Littlest/Resources/Default.png [new file with mode: 0644]
Littlest/Resources/Icon-72.png [new file with mode: 0644]
Littlest/Resources/Icon-Small-50.png [new file with mode: 0644]
Littlest/Resources/Icon-Small.png [new file with mode: 0644]
Littlest/Resources/Icon-Small@2x.png [new file with mode: 0644]
Littlest/Resources/Icon.png [new file with mode: 0644]
Littlest/Resources/Icon@2x.png [new file with mode: 0644]
Littlest/Resources/Info.plist [new file with mode: 0644]
Littlest/Resources/blocks.png [new file with mode: 0755]
Littlest/Resources/fps_images.png [new file with mode: 0644]
Littlest/Resources/iTunesArtwork [new file with mode: 0644]
Littlest/RootViewController.h [new file with mode: 0644]
Littlest/RootViewController.m [new file with mode: 0644]
Littlest/libs/Box2D/Box2D.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2CircleShape.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2CircleShape.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2PolygonShape.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2PolygonShape.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/Shapes/b2Shape.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2BroadPhase.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2BroadPhase.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2CollideCircle.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2CollidePolygon.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2Collision.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2Collision.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2Distance.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2Distance.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2DynamicTree.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2DynamicTree.h [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2TimeOfImpact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Collision/b2TimeOfImpact.h [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2BlockAllocator.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2BlockAllocator.h [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2Math.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2Math.h [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2Settings.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2Settings.h [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2StackAllocator.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Common/b2StackAllocator.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2CircleContact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2CircleContact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2Contact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2Contact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2ContactSolver.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2ContactSolver.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2NullContact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2PolygonContact.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2PolygonContact.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2TOISolver.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Contacts/b2TOISolver.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2DistanceJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2DistanceJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2FrictionJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2FrictionJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2GearJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2GearJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2Joint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2Joint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2LineJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2LineJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2MouseJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2MouseJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2PrismaticJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2PulleyJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2PulleyJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2RevoluteJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2WeldJoint.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/Joints/b2WeldJoint.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Body.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Body.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2ContactManager.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2ContactManager.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Fixture.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Fixture.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Island.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2Island.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2TimeStep.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2World.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2World.h [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2WorldCallbacks.cpp [new file with mode: 0644]
Littlest/libs/Box2D/Dynamics/b2WorldCallbacks.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDAudioManager.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDAudioManager.m [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDConfig.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDOpenALSupport.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CDOpenALSupport.m [new file with mode: 0644]
Littlest/libs/CocosDenshion/CocosDenshion.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/CocosDenshion.m [new file with mode: 0644]
Littlest/libs/CocosDenshion/SimpleAudioEngine.h [new file with mode: 0644]
Littlest/libs/CocosDenshion/SimpleAudioEngine.m [new file with mode: 0644]
Littlest/libs/FontLabel/FontLabel.h [new file with mode: 0644]
Littlest/libs/FontLabel/FontLabel.m [new file with mode: 0644]
Littlest/libs/FontLabel/FontLabelStringDrawing.h [new file with mode: 0644]
Littlest/libs/FontLabel/FontLabelStringDrawing.m [new file with mode: 0644]
Littlest/libs/FontLabel/FontManager.h [new file with mode: 0644]
Littlest/libs/FontLabel/FontManager.m [new file with mode: 0644]
Littlest/libs/FontLabel/ZAttributedString.h [new file with mode: 0644]
Littlest/libs/FontLabel/ZAttributedString.m [new file with mode: 0644]
Littlest/libs/FontLabel/ZAttributedStringPrivate.h [new file with mode: 0644]
Littlest/libs/FontLabel/ZFont.h [new file with mode: 0644]
Littlest/libs/FontLabel/ZFont.m [new file with mode: 0644]
Littlest/libs/TouchJSON/CDataScanner.h [new file with mode: 0644]
Littlest/libs/TouchJSON/CDataScanner.m [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/CDataScanner_Extensions.h [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/CDataScanner_Extensions.m [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSCharacterSet_Extensions.h [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSCharacterSet_Extensions.m [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSDictionary_JSONExtensions.h [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSDictionary_JSONExtensions.m [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSScanner_Extensions.h [new file with mode: 0644]
Littlest/libs/TouchJSON/Extensions/NSScanner_Extensions.m [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONDeserializer.h [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONDeserializer.m [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONScanner.h [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONScanner.m [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONSerializer.h [new file with mode: 0644]
Littlest/libs/TouchJSON/JSON/CJSONSerializer.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCAction.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCAction.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionCamera.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionCamera.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionEase.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionEase.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionGrid.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionGrid.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionGrid3D.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionGrid3D.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionInstant.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionInstant.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionInterval.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionInterval.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionManager.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionManager.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionPageTurn3D.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionPageTurn3D.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionProgressTimer.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionProgressTimer.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionTiledGrid.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionTiledGrid.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionTween.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCActionTween.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCAnimation.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCAnimation.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCAnimationCache.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCAnimationCache.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCAtlasNode.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCAtlasNode.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCBlockSupport.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCBlockSupport.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCCamera.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCCamera.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCConfiguration.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCConfiguration.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCDirector.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCDirector.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCDrawingPrimitives.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCDrawingPrimitives.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCGrabber.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCGrabber.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCGrid.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCGrid.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCLabelAtlas.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCLabelAtlas.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCLabelBMFont.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCLabelBMFont.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCLabelTTF.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCLabelTTF.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCLayer.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCLayer.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCMenu.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCMenu.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCMenuItem.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCMenuItem.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCMotionStreak.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCMotionStreak.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCNode.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCNode.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCParallaxNode.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCParallaxNode.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCParticleExamples.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCParticleExamples.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCParticleSystem.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCParticleSystem.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCParticleSystemPoint.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCParticleSystemPoint.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCParticleSystemQuad.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCParticleSystemQuad.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCProgressTimer.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCProgressTimer.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCProtocols.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCRenderTexture.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCRenderTexture.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCRibbon.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCRibbon.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCScene.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCScene.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCScheduler.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCScheduler.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCSprite.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCSprite.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCSpriteBatchNode.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCSpriteBatchNode.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCSpriteFrame.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCSpriteFrame.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCSpriteFrameCache.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCSpriteFrameCache.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTMXLayer.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTMXLayer.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTMXObjectGroup.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTMXObjectGroup.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTMXTiledMap.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTMXTiledMap.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTMXXMLParser.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTMXXMLParser.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTexture2D.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTexture2D.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTextureAtlas.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTextureAtlas.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTextureCache.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTextureCache.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTexturePVR.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTexturePVR.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTileMapAtlas.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTileMapAtlas.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTransition.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTransition.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTransitionPageTurn.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTransitionPageTurn.m [new file with mode: 0644]
Littlest/libs/cocos2d/CCTransitionRadial.h [new file with mode: 0644]
Littlest/libs/cocos2d/CCTransitionRadial.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/CCGL.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/CCNS.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/Mac/CCDirectorMac.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/Mac/CCDirectorMac.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/Mac/CCEventDispatcher.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/Mac/CCEventDispatcher.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/Mac/MacGLView.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/Mac/MacGLView.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/Mac/MacWindow.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/Mac/MacWindow.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/CCDirectorIOS.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/CCDirectorIOS.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/CCTouchDelegateProtocol.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/CCTouchDispatcher.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/CCTouchDispatcher.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/CCTouchHandler.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/CCTouchHandler.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/EAGLView.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/EAGLView.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/ES1Renderer.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/ES1Renderer.m [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/ESRenderer.h [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/glu.c [new file with mode: 0644]
Littlest/libs/cocos2d/Platforms/iOS/glu.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/CCArray.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/CCArray.m [new file with mode: 0644]
Littlest/libs/cocos2d/Support/CCFileUtils.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/CCFileUtils.m [new file with mode: 0644]
Littlest/libs/cocos2d/Support/CCProfiling.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/CCProfiling.m [new file with mode: 0644]
Littlest/libs/cocos2d/Support/CGPointExtension.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/CGPointExtension.m [new file with mode: 0644]
Littlest/libs/cocos2d/Support/OpenGL_Internal.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/TGAlib.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/TGAlib.m [new file with mode: 0644]
Littlest/libs/cocos2d/Support/TransformUtils.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/TransformUtils.m [new file with mode: 0644]
Littlest/libs/cocos2d/Support/ZipUtils.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/ZipUtils.m [new file with mode: 0644]
Littlest/libs/cocos2d/Support/base64.c [new file with mode: 0644]
Littlest/libs/cocos2d/Support/base64.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/ccCArray.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/ccUtils.c [new file with mode: 0644]
Littlest/libs/cocos2d/Support/ccUtils.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/uthash.h [new file with mode: 0644]
Littlest/libs/cocos2d/Support/utlist.h [new file with mode: 0644]
Littlest/libs/cocos2d/ccConfig.h [new file with mode: 0644]
Littlest/libs/cocos2d/ccMacros.h [new file with mode: 0644]
Littlest/libs/cocos2d/ccTypes.h [new file with mode: 0644]
Littlest/libs/cocos2d/cocos2d.h [new file with mode: 0644]
Littlest/libs/cocos2d/cocos2d.m [new file with mode: 0644]
Littlest/libs/cocoslive/CLScoreServerPost.h [new file with mode: 0644]
Littlest/libs/cocoslive/CLScoreServerPost.m [new file with mode: 0644]
Littlest/libs/cocoslive/CLScoreServerRequest.h [new file with mode: 0644]
Littlest/libs/cocoslive/CLScoreServerRequest.m [new file with mode: 0644]
Littlest/libs/cocoslive/cocoslive.h [new file with mode: 0644]
Littlest/libs/cocoslive/cocoslive.m [new file with mode: 0644]
Littlest/main.m [new file with mode: 0644]

diff --git a/Littlest.xcodeproj/project.pbxproj b/Littlest.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..cb6088e
--- /dev/null
@@ -0,0 +1,1439 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 46;
+       objects = {
+
+/* Begin PBXBuildFile section */
+               4B8CBFB5135BFDF600B3E49F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B8CBFB4135BFDF600B3E49F /* QuartzCore.framework */; };
+               4B8CBFB7135BFDF600B3E49F /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B8CBFB6135BFDF600B3E49F /* OpenGLES.framework */; };
+               4B8CBFB9135BFDF600B3E49F /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B8CBFB8135BFDF600B3E49F /* OpenAL.framework */; };
+               4B8CBFBB135BFDF600B3E49F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B8CBFBA135BFDF600B3E49F /* AudioToolbox.framework */; };
+               4B8CBFBD135BFDF600B3E49F /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B8CBFBC135BFDF600B3E49F /* AVFoundation.framework */; };
+               4B8CBFBF135BFDF600B3E49F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B8CBFBE135BFDF600B3E49F /* UIKit.framework */; };
+               4B8CBFC1135BFDF600B3E49F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B8CBFC0135BFDF600B3E49F /* Foundation.framework */; };
+               4B8CBFC3135BFDF600B3E49F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B8CBFC2135BFDF600B3E49F /* CoreGraphics.framework */; };
+               4B8CBFC7135BFDF600B3E49F /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFC6135BFDF600B3E49F /* Default.png */; };
+               4B8CBFC9135BFDF600B3E49F /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFC8135BFDF600B3E49F /* fps_images.png */; };
+               4B8CBFCB135BFDF600B3E49F /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFCA135BFDF600B3E49F /* Icon-72.png */; };
+               4B8CBFCD135BFDF600B3E49F /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFCC135BFDF600B3E49F /* Icon-Small-50.png */; };
+               4B8CBFCF135BFDF600B3E49F /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFCE135BFDF600B3E49F /* Icon-Small.png */; };
+               4B8CBFD1135BFDF600B3E49F /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFD0135BFDF600B3E49F /* Icon-Small@2x.png */; };
+               4B8CBFD3135BFDF600B3E49F /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFD2135BFDF600B3E49F /* Icon.png */; };
+               4B8CBFD5135BFDF600B3E49F /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFD4135BFDF600B3E49F /* Icon@2x.png */; };
+               4B8CBFD8135BFDF600B3E49F /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CBFD7135BFDF600B3E49F /* iTunesArtwork */; };
+               4B8CBFDC135BFDF600B3E49F /* CCAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFDB135BFDF600B3E49F /* CCAction.m */; };
+               4B8CBFDF135BFDF600B3E49F /* CCActionCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFDE135BFDF600B3E49F /* CCActionCamera.m */; };
+               4B8CBFE2135BFDF600B3E49F /* CCActionEase.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFE1135BFDF600B3E49F /* CCActionEase.m */; };
+               4B8CBFE5135BFDF600B3E49F /* CCActionGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFE4135BFDF600B3E49F /* CCActionGrid.m */; };
+               4B8CBFE8135BFDF600B3E49F /* CCActionGrid3D.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFE7135BFDF600B3E49F /* CCActionGrid3D.m */; };
+               4B8CBFEB135BFDF600B3E49F /* CCActionInstant.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFEA135BFDF600B3E49F /* CCActionInstant.m */; };
+               4B8CBFEE135BFDF600B3E49F /* CCActionInterval.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFED135BFDF600B3E49F /* CCActionInterval.m */; };
+               4B8CBFF1135BFDF600B3E49F /* CCActionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFF0135BFDF600B3E49F /* CCActionManager.m */; };
+               4B8CBFF4135BFDF600B3E49F /* CCActionPageTurn3D.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFF3135BFDF600B3E49F /* CCActionPageTurn3D.m */; };
+               4B8CBFF7135BFDF600B3E49F /* CCActionProgressTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFF6135BFDF600B3E49F /* CCActionProgressTimer.m */; };
+               4B8CBFFA135BFDF600B3E49F /* CCActionTiledGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFF9135BFDF600B3E49F /* CCActionTiledGrid.m */; };
+               4B8CBFFD135BFDF700B3E49F /* CCActionTween.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFFC135BFDF700B3E49F /* CCActionTween.m */; };
+               4B8CC000135BFDF700B3E49F /* CCAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CBFFF135BFDF700B3E49F /* CCAnimation.m */; };
+               4B8CC003135BFDF700B3E49F /* CCAnimationCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC002135BFDF700B3E49F /* CCAnimationCache.m */; };
+               4B8CC006135BFDF700B3E49F /* CCAtlasNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC005135BFDF700B3E49F /* CCAtlasNode.m */; };
+               4B8CC009135BFDF700B3E49F /* CCBlockSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC008135BFDF700B3E49F /* CCBlockSupport.m */; };
+               4B8CC00C135BFDF700B3E49F /* CCCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC00B135BFDF700B3E49F /* CCCamera.m */; };
+               4B8CC010135BFDF700B3E49F /* CCConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC00F135BFDF700B3E49F /* CCConfiguration.m */; };
+               4B8CC013135BFDF700B3E49F /* CCDirector.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC012135BFDF700B3E49F /* CCDirector.m */; };
+               4B8CC016135BFDF700B3E49F /* CCDrawingPrimitives.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC015135BFDF700B3E49F /* CCDrawingPrimitives.m */; };
+               4B8CC019135BFDF700B3E49F /* CCGrabber.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC018135BFDF700B3E49F /* CCGrabber.m */; };
+               4B8CC01C135BFDF700B3E49F /* CCGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC01B135BFDF700B3E49F /* CCGrid.m */; };
+               4B8CC01F135BFDF700B3E49F /* CCLabelAtlas.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC01E135BFDF700B3E49F /* CCLabelAtlas.m */; };
+               4B8CC022135BFDF700B3E49F /* CCLabelBMFont.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC021135BFDF700B3E49F /* CCLabelBMFont.m */; };
+               4B8CC025135BFDF700B3E49F /* CCLabelTTF.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC024135BFDF700B3E49F /* CCLabelTTF.m */; };
+               4B8CC028135BFDF700B3E49F /* CCLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC027135BFDF700B3E49F /* CCLayer.m */; };
+               4B8CC02C135BFDF700B3E49F /* CCMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC02B135BFDF700B3E49F /* CCMenu.m */; };
+               4B8CC02F135BFDF700B3E49F /* CCMenuItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC02E135BFDF700B3E49F /* CCMenuItem.m */; };
+               4B8CC032135BFDF700B3E49F /* CCMotionStreak.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC031135BFDF700B3E49F /* CCMotionStreak.m */; };
+               4B8CC035135BFDF700B3E49F /* CCNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC034135BFDF700B3E49F /* CCNode.m */; };
+               4B8CC038135BFDF700B3E49F /* CCParallaxNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC037135BFDF700B3E49F /* CCParallaxNode.m */; };
+               4B8CC03B135BFDF700B3E49F /* CCParticleExamples.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC03A135BFDF700B3E49F /* CCParticleExamples.m */; };
+               4B8CC03E135BFDF700B3E49F /* CCParticleSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC03D135BFDF700B3E49F /* CCParticleSystem.m */; };
+               4B8CC041135BFDF700B3E49F /* CCParticleSystemPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC040135BFDF700B3E49F /* CCParticleSystemPoint.m */; };
+               4B8CC044135BFDF700B3E49F /* CCParticleSystemQuad.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC043135BFDF700B3E49F /* CCParticleSystemQuad.m */; };
+               4B8CC047135BFDF700B3E49F /* CCProgressTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC046135BFDF700B3E49F /* CCProgressTimer.m */; };
+               4B8CC04B135BFDF700B3E49F /* CCRenderTexture.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC04A135BFDF700B3E49F /* CCRenderTexture.m */; };
+               4B8CC04E135BFDF700B3E49F /* CCRibbon.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC04D135BFDF700B3E49F /* CCRibbon.m */; };
+               4B8CC051135BFDF700B3E49F /* CCScene.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC050135BFDF700B3E49F /* CCScene.m */; };
+               4B8CC054135BFDF700B3E49F /* CCScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC053135BFDF700B3E49F /* CCScheduler.m */; };
+               4B8CC057135BFDF700B3E49F /* CCSprite.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC056135BFDF700B3E49F /* CCSprite.m */; };
+               4B8CC05A135BFDF700B3E49F /* CCSpriteBatchNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC059135BFDF700B3E49F /* CCSpriteBatchNode.m */; };
+               4B8CC05D135BFDF700B3E49F /* CCSpriteFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC05C135BFDF700B3E49F /* CCSpriteFrame.m */; };
+               4B8CC060135BFDF700B3E49F /* CCSpriteFrameCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC05F135BFDF700B3E49F /* CCSpriteFrameCache.m */; };
+               4B8CC063135BFDF700B3E49F /* CCTexture2D.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC062135BFDF700B3E49F /* CCTexture2D.m */; };
+               4B8CC066135BFDF700B3E49F /* CCTextureAtlas.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC065135BFDF700B3E49F /* CCTextureAtlas.m */; };
+               4B8CC069135BFDF700B3E49F /* CCTextureCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC068135BFDF700B3E49F /* CCTextureCache.m */; };
+               4B8CC06C135BFDF700B3E49F /* CCTexturePVR.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC06B135BFDF700B3E49F /* CCTexturePVR.m */; };
+               4B8CC06F135BFDF700B3E49F /* CCTileMapAtlas.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC06E135BFDF700B3E49F /* CCTileMapAtlas.m */; };
+               4B8CC072135BFDF700B3E49F /* CCTMXLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC071135BFDF700B3E49F /* CCTMXLayer.m */; };
+               4B8CC075135BFDF700B3E49F /* CCTMXObjectGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC074135BFDF700B3E49F /* CCTMXObjectGroup.m */; };
+               4B8CC078135BFDF700B3E49F /* CCTMXTiledMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC077135BFDF700B3E49F /* CCTMXTiledMap.m */; };
+               4B8CC07B135BFDF700B3E49F /* CCTMXXMLParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC07A135BFDF700B3E49F /* CCTMXXMLParser.m */; };
+               4B8CC07E135BFDF700B3E49F /* CCTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC07D135BFDF700B3E49F /* CCTransition.m */; };
+               4B8CC081135BFDF700B3E49F /* CCTransitionPageTurn.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC080135BFDF700B3E49F /* CCTransitionPageTurn.m */; };
+               4B8CC084135BFDF800B3E49F /* CCTransitionRadial.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC083135BFDF700B3E49F /* CCTransitionRadial.m */; };
+               4B8CC088135BFDF800B3E49F /* cocos2d.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC087135BFDF800B3E49F /* cocos2d.m */; };
+               4B8CC08D135BFDF800B3E49F /* CCDirectorIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC08C135BFDF800B3E49F /* CCDirectorIOS.m */; };
+               4B8CC091135BFDF800B3E49F /* CCTouchDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC090135BFDF800B3E49F /* CCTouchDispatcher.m */; };
+               4B8CC094135BFDF800B3E49F /* CCTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC093135BFDF800B3E49F /* CCTouchHandler.m */; };
+               4B8CC097135BFDF800B3E49F /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC096135BFDF800B3E49F /* EAGLView.m */; };
+               4B8CC09A135BFDF800B3E49F /* ES1Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC099135BFDF800B3E49F /* ES1Renderer.m */; };
+               4B8CC09D135BFDF800B3E49F /* glu.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC09C135BFDF800B3E49F /* glu.c */; };
+               4B8CC0A1135BFDF800B3E49F /* CCDirectorMac.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0A0135BFDF800B3E49F /* CCDirectorMac.m */; };
+               4B8CC0A4135BFDF800B3E49F /* CCEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0A3135BFDF800B3E49F /* CCEventDispatcher.m */; };
+               4B8CC0A7135BFDF800B3E49F /* MacGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0A6135BFDF800B3E49F /* MacGLView.m */; };
+               4B8CC0AA135BFDF800B3E49F /* MacWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0A9135BFDF800B3E49F /* MacWindow.m */; };
+               4B8CC0AC135BFDF800B3E49F /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0AB135BFDF800B3E49F /* base64.c */; };
+               4B8CC0B0135BFDF800B3E49F /* CCArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0AF135BFDF800B3E49F /* CCArray.m */; };
+               4B8CC0B4135BFDF800B3E49F /* CCFileUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0B3135BFDF800B3E49F /* CCFileUtils.m */; };
+               4B8CC0B7135BFDF800B3E49F /* CCProfiling.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0B6135BFDF800B3E49F /* CCProfiling.m */; };
+               4B8CC0B9135BFDF800B3E49F /* ccUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0B8135BFDF800B3E49F /* ccUtils.c */; };
+               4B8CC0BD135BFDF800B3E49F /* CGPointExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0BC135BFDF800B3E49F /* CGPointExtension.m */; };
+               4B8CC0C1135BFDF800B3E49F /* TGAlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0C0135BFDF800B3E49F /* TGAlib.m */; };
+               4B8CC0C4135BFDF800B3E49F /* TransformUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0C3135BFDF800B3E49F /* TransformUtils.m */; };
+               4B8CC0C9135BFDF800B3E49F /* ZipUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0C8135BFDF800B3E49F /* ZipUtils.m */; };
+               4B8CC0CD135BFDF800B3E49F /* CDAudioManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0CC135BFDF800B3E49F /* CDAudioManager.m */; };
+               4B8CC0D1135BFDF800B3E49F /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0D0135BFDF800B3E49F /* CDOpenALSupport.m */; };
+               4B8CC0D4135BFDF800B3E49F /* CocosDenshion.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0D3135BFDF800B3E49F /* CocosDenshion.m */; };
+               4B8CC0D7135BFDF800B3E49F /* SimpleAudioEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0D6135BFDF800B3E49F /* SimpleAudioEngine.m */; };
+               4B8CC0DB135BFDF800B3E49F /* CLScoreServerPost.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0DA135BFDF800B3E49F /* CLScoreServerPost.m */; };
+               4B8CC0DE135BFDF800B3E49F /* CLScoreServerRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0DD135BFDF800B3E49F /* CLScoreServerRequest.m */; };
+               4B8CC0E1135BFDF800B3E49F /* cocoslive.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0E0135BFDF800B3E49F /* cocoslive.m */; };
+               4B8CC0E5135BFDF800B3E49F /* FontLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0E4135BFDF800B3E49F /* FontLabel.m */; };
+               4B8CC0E8135BFDF800B3E49F /* FontLabelStringDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0E7135BFDF800B3E49F /* FontLabelStringDrawing.m */; };
+               4B8CC0EB135BFDF800B3E49F /* FontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0EA135BFDF800B3E49F /* FontManager.m */; };
+               4B8CC0EE135BFDF800B3E49F /* ZAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0ED135BFDF800B3E49F /* ZAttributedString.m */; };
+               4B8CC0F2135BFDF800B3E49F /* ZFont.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0F1135BFDF800B3E49F /* ZFont.m */; };
+               4B8CC0F6135BFDF800B3E49F /* CDataScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0F5135BFDF800B3E49F /* CDataScanner.m */; };
+               4B8CC0F9135BFDF800B3E49F /* CDataScanner_Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0F8135BFDF800B3E49F /* CDataScanner_Extensions.m */; };
+               4B8CC0FC135BFDF800B3E49F /* NSCharacterSet_Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0FB135BFDF800B3E49F /* NSCharacterSet_Extensions.m */; };
+               4B8CC0FF135BFDF800B3E49F /* NSDictionary_JSONExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC0FE135BFDF800B3E49F /* NSDictionary_JSONExtensions.m */; };
+               4B8CC102135BFDF800B3E49F /* NSScanner_Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC101135BFDF800B3E49F /* NSScanner_Extensions.m */; };
+               4B8CC105135BFDF800B3E49F /* CJSONDeserializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC104135BFDF800B3E49F /* CJSONDeserializer.m */; };
+               4B8CC108135BFDF800B3E49F /* CJSONScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC107135BFDF800B3E49F /* CJSONScanner.m */; };
+               4B8CC10B135BFDF800B3E49F /* CJSONSerializer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC10A135BFDF800B3E49F /* CJSONSerializer.m */; };
+               4B8CC10F135BFDF800B3E49F /* b2BroadPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC10E135BFDF800B3E49F /* b2BroadPhase.cpp */; };
+               4B8CC112135BFDF800B3E49F /* b2CollideCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC111135BFDF800B3E49F /* b2CollideCircle.cpp */; };
+               4B8CC114135BFDF900B3E49F /* b2CollidePolygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC113135BFDF900B3E49F /* b2CollidePolygon.cpp */; };
+               4B8CC116135BFDF900B3E49F /* b2Collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC115135BFDF900B3E49F /* b2Collision.cpp */; };
+               4B8CC119135BFDF900B3E49F /* b2Distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC118135BFDF900B3E49F /* b2Distance.cpp */; };
+               4B8CC11C135BFDF900B3E49F /* b2DynamicTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC11B135BFDF900B3E49F /* b2DynamicTree.cpp */; };
+               4B8CC11F135BFDF900B3E49F /* b2TimeOfImpact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC11E135BFDF900B3E49F /* b2TimeOfImpact.cpp */; };
+               4B8CC122135BFDF900B3E49F /* b2CircleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC121135BFDF900B3E49F /* b2CircleShape.cpp */; };
+               4B8CC125135BFDF900B3E49F /* b2PolygonShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC124135BFDF900B3E49F /* b2PolygonShape.cpp */; };
+               4B8CC129135BFDF900B3E49F /* b2BlockAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC128135BFDF900B3E49F /* b2BlockAllocator.cpp */; };
+               4B8CC12C135BFDF900B3E49F /* b2Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC12B135BFDF900B3E49F /* b2Math.cpp */; };
+               4B8CC12F135BFDF900B3E49F /* b2Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC12E135BFDF900B3E49F /* b2Settings.cpp */; };
+               4B8CC132135BFDF900B3E49F /* b2StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC131135BFDF900B3E49F /* b2StackAllocator.cpp */; };
+               4B8CC135135BFDF900B3E49F /* b2Body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC134135BFDF900B3E49F /* b2Body.cpp */; };
+               4B8CC138135BFDF900B3E49F /* b2ContactManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC137135BFDF900B3E49F /* b2ContactManager.cpp */; };
+               4B8CC13B135BFDF900B3E49F /* b2Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC13A135BFDF900B3E49F /* b2Fixture.cpp */; };
+               4B8CC13E135BFDF900B3E49F /* b2Island.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC13D135BFDF900B3E49F /* b2Island.cpp */; };
+               4B8CC142135BFDF900B3E49F /* b2World.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC141135BFDF900B3E49F /* b2World.cpp */; };
+               4B8CC145135BFDF900B3E49F /* b2WorldCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC144135BFDF900B3E49F /* b2WorldCallbacks.cpp */; };
+               4B8CC148135BFDF900B3E49F /* b2CircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC147135BFDF900B3E49F /* b2CircleContact.cpp */; };
+               4B8CC14B135BFDF900B3E49F /* b2Contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC14A135BFDF900B3E49F /* b2Contact.cpp */; };
+               4B8CC14E135BFDF900B3E49F /* b2ContactSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC14D135BFDF900B3E49F /* b2ContactSolver.cpp */; };
+               4B8CC152135BFDF900B3E49F /* b2PolygonAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC151135BFDF900B3E49F /* b2PolygonAndCircleContact.cpp */; };
+               4B8CC155135BFDF900B3E49F /* b2PolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC154135BFDF900B3E49F /* b2PolygonContact.cpp */; };
+               4B8CC158135BFDF900B3E49F /* b2TOISolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC157135BFDF900B3E49F /* b2TOISolver.cpp */; };
+               4B8CC15B135BFDF900B3E49F /* b2DistanceJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC15A135BFDF900B3E49F /* b2DistanceJoint.cpp */; };
+               4B8CC15E135BFDF900B3E49F /* b2FrictionJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC15D135BFDF900B3E49F /* b2FrictionJoint.cpp */; };
+               4B8CC161135BFDF900B3E49F /* b2GearJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC160135BFDF900B3E49F /* b2GearJoint.cpp */; };
+               4B8CC164135BFDF900B3E49F /* b2Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC163135BFDF900B3E49F /* b2Joint.cpp */; };
+               4B8CC167135BFDF900B3E49F /* b2LineJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC166135BFDF900B3E49F /* b2LineJoint.cpp */; };
+               4B8CC16A135BFDF900B3E49F /* b2MouseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC169135BFDF900B3E49F /* b2MouseJoint.cpp */; };
+               4B8CC16D135BFDF900B3E49F /* b2PrismaticJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC16C135BFDF900B3E49F /* b2PrismaticJoint.cpp */; };
+               4B8CC170135BFDF900B3E49F /* b2PulleyJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC16F135BFDF900B3E49F /* b2PulleyJoint.cpp */; };
+               4B8CC173135BFDF900B3E49F /* b2RevoluteJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC172135BFDF900B3E49F /* b2RevoluteJoint.cpp */; };
+               4B8CC176135BFDF900B3E49F /* b2WeldJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC175135BFDF900B3E49F /* b2WeldJoint.cpp */; };
+               4B8CC17B135BFDF900B3E49F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC17A135BFDF900B3E49F /* main.m */; };
+               4B8CC17E135BFDF900B3E49F /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC17D135BFDF900B3E49F /* AppDelegate.mm */; };
+               4B8CC181135BFDF900B3E49F /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC180135BFDF900B3E49F /* RootViewController.m */; };
+               4B8CC184135BFDF900B3E49F /* HelloWorldLayer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC183135BFDF900B3E49F /* HelloWorldLayer.mm */; };
+               4B8CC187135BFDF900B3E49F /* GLES-Render.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC186135BFDF900B3E49F /* GLES-Render.mm */; };
+               4B8CC18A135BFDF900B3E49F /* blocks.png in Resources */ = {isa = PBXBuildFile; fileRef = 4B8CC189135BFDF900B3E49F /* blocks.png */; };
+               4B8CC1C3135BFEDE00B3E49F /* LocklessRingBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC19C135BFEDE00B3E49F /* LocklessRingBuffer.cpp */; };
+               4B8CC1C4135BFEDE00B3E49F /* BasicPrimitives.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC1A1135BFEDE00B3E49F /* BasicPrimitives.mm */; };
+               4B8CC1C5135BFEDE00B3E49F /* OpenGLServices.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC1A3135BFEDE00B3E49F /* OpenGLServices.mm */; };
+               4B8CC1C6135BFEDE00B3E49F /* RenderTarget.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC1A5135BFEDE00B3E49F /* RenderTarget.mm */; };
+               4B8CC1C7135BFEDE00B3E49F /* MemoryBitset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC1B1135BFEDE00B3E49F /* MemoryBitset.cpp */; };
+               4B8CC1C8135BFEDE00B3E49F /* MemoryHeap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC1B3135BFEDE00B3E49F /* MemoryHeap.cpp */; };
+               4B8CC1C9135BFEDE00B3E49F /* GLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC1B8135BFEDE00B3E49F /* GLView.m */; };
+               4B8CC1CA135BFEDE00B3E49F /* LittlestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC1BA135BFEDE00B3E49F /* LittlestAppDelegate.m */; };
+               4B8CC1CB135BFEDE00B3E49F /* LittlestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B8CC1BC135BFEDE00B3E49F /* LittlestViewController.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+               4B8CBFB0135BFDF600B3E49F /* Littlest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Littlest.app; sourceTree = BUILT_PRODUCTS_DIR; };
+               4B8CBFB4135BFDF600B3E49F /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
+               4B8CBFB6135BFDF600B3E49F /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
+               4B8CBFB8135BFDF600B3E49F /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
+               4B8CBFBA135BFDF600B3E49F /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
+               4B8CBFBC135BFDF600B3E49F /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
+               4B8CBFBE135BFDF600B3E49F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+               4B8CBFC0135BFDF600B3E49F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+               4B8CBFC2135BFDF600B3E49F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+               4B8CBFC6135BFDF600B3E49F /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Resources/Default.png; sourceTree = "<group>"; };
+               4B8CBFC8135BFDF600B3E49F /* fps_images.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fps_images.png; path = Resources/fps_images.png; sourceTree = "<group>"; };
+               4B8CBFCA135BFDF600B3E49F /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Resources/Icon-72.png"; sourceTree = "<group>"; };
+               4B8CBFCC135BFDF600B3E49F /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small-50.png"; path = "Resources/Icon-Small-50.png"; sourceTree = "<group>"; };
+               4B8CBFCE135BFDF600B3E49F /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small.png"; path = "Resources/Icon-Small.png"; sourceTree = "<group>"; };
+               4B8CBFD0135BFDF600B3E49F /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small@2x.png"; path = "Resources/Icon-Small@2x.png"; sourceTree = "<group>"; };
+               4B8CBFD2135BFDF600B3E49F /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Resources/Icon.png; sourceTree = "<group>"; };
+               4B8CBFD4135BFDF600B3E49F /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "Resources/Icon@2x.png"; sourceTree = "<group>"; };
+               4B8CBFD6135BFDF600B3E49F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
+               4B8CBFD7135BFDF600B3E49F /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; name = iTunesArtwork; path = Resources/iTunesArtwork; sourceTree = "<group>"; };
+               4B8CBFDA135BFDF600B3E49F /* CCAction.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCAction.h; path = libs/cocos2d/CCAction.h; sourceTree = "<group>"; };
+               4B8CBFDB135BFDF600B3E49F /* CCAction.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCAction.m; path = libs/cocos2d/CCAction.m; sourceTree = "<group>"; };
+               4B8CBFDD135BFDF600B3E49F /* CCActionCamera.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionCamera.h; path = libs/cocos2d/CCActionCamera.h; sourceTree = "<group>"; };
+               4B8CBFDE135BFDF600B3E49F /* CCActionCamera.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionCamera.m; path = libs/cocos2d/CCActionCamera.m; sourceTree = "<group>"; };
+               4B8CBFE0135BFDF600B3E49F /* CCActionEase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionEase.h; path = libs/cocos2d/CCActionEase.h; sourceTree = "<group>"; };
+               4B8CBFE1135BFDF600B3E49F /* CCActionEase.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionEase.m; path = libs/cocos2d/CCActionEase.m; sourceTree = "<group>"; };
+               4B8CBFE3135BFDF600B3E49F /* CCActionGrid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionGrid.h; path = libs/cocos2d/CCActionGrid.h; sourceTree = "<group>"; };
+               4B8CBFE4135BFDF600B3E49F /* CCActionGrid.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionGrid.m; path = libs/cocos2d/CCActionGrid.m; sourceTree = "<group>"; };
+               4B8CBFE6135BFDF600B3E49F /* CCActionGrid3D.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionGrid3D.h; path = libs/cocos2d/CCActionGrid3D.h; sourceTree = "<group>"; };
+               4B8CBFE7135BFDF600B3E49F /* CCActionGrid3D.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionGrid3D.m; path = libs/cocos2d/CCActionGrid3D.m; sourceTree = "<group>"; };
+               4B8CBFE9135BFDF600B3E49F /* CCActionInstant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionInstant.h; path = libs/cocos2d/CCActionInstant.h; sourceTree = "<group>"; };
+               4B8CBFEA135BFDF600B3E49F /* CCActionInstant.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionInstant.m; path = libs/cocos2d/CCActionInstant.m; sourceTree = "<group>"; };
+               4B8CBFEC135BFDF600B3E49F /* CCActionInterval.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionInterval.h; path = libs/cocos2d/CCActionInterval.h; sourceTree = "<group>"; };
+               4B8CBFED135BFDF600B3E49F /* CCActionInterval.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionInterval.m; path = libs/cocos2d/CCActionInterval.m; sourceTree = "<group>"; };
+               4B8CBFEF135BFDF600B3E49F /* CCActionManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionManager.h; path = libs/cocos2d/CCActionManager.h; sourceTree = "<group>"; };
+               4B8CBFF0135BFDF600B3E49F /* CCActionManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionManager.m; path = libs/cocos2d/CCActionManager.m; sourceTree = "<group>"; };
+               4B8CBFF2135BFDF600B3E49F /* CCActionPageTurn3D.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionPageTurn3D.h; path = libs/cocos2d/CCActionPageTurn3D.h; sourceTree = "<group>"; };
+               4B8CBFF3135BFDF600B3E49F /* CCActionPageTurn3D.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionPageTurn3D.m; path = libs/cocos2d/CCActionPageTurn3D.m; sourceTree = "<group>"; };
+               4B8CBFF5135BFDF600B3E49F /* CCActionProgressTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionProgressTimer.h; path = libs/cocos2d/CCActionProgressTimer.h; sourceTree = "<group>"; };
+               4B8CBFF6135BFDF600B3E49F /* CCActionProgressTimer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionProgressTimer.m; path = libs/cocos2d/CCActionProgressTimer.m; sourceTree = "<group>"; };
+               4B8CBFF8135BFDF600B3E49F /* CCActionTiledGrid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionTiledGrid.h; path = libs/cocos2d/CCActionTiledGrid.h; sourceTree = "<group>"; };
+               4B8CBFF9135BFDF600B3E49F /* CCActionTiledGrid.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionTiledGrid.m; path = libs/cocos2d/CCActionTiledGrid.m; sourceTree = "<group>"; };
+               4B8CBFFB135BFDF600B3E49F /* CCActionTween.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCActionTween.h; path = libs/cocos2d/CCActionTween.h; sourceTree = "<group>"; };
+               4B8CBFFC135BFDF700B3E49F /* CCActionTween.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCActionTween.m; path = libs/cocos2d/CCActionTween.m; sourceTree = "<group>"; };
+               4B8CBFFE135BFDF700B3E49F /* CCAnimation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCAnimation.h; path = libs/cocos2d/CCAnimation.h; sourceTree = "<group>"; };
+               4B8CBFFF135BFDF700B3E49F /* CCAnimation.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCAnimation.m; path = libs/cocos2d/CCAnimation.m; sourceTree = "<group>"; };
+               4B8CC001135BFDF700B3E49F /* CCAnimationCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCAnimationCache.h; path = libs/cocos2d/CCAnimationCache.h; sourceTree = "<group>"; };
+               4B8CC002135BFDF700B3E49F /* CCAnimationCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCAnimationCache.m; path = libs/cocos2d/CCAnimationCache.m; sourceTree = "<group>"; };
+               4B8CC004135BFDF700B3E49F /* CCAtlasNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCAtlasNode.h; path = libs/cocos2d/CCAtlasNode.h; sourceTree = "<group>"; };
+               4B8CC005135BFDF700B3E49F /* CCAtlasNode.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCAtlasNode.m; path = libs/cocos2d/CCAtlasNode.m; sourceTree = "<group>"; };
+               4B8CC007135BFDF700B3E49F /* CCBlockSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCBlockSupport.h; path = libs/cocos2d/CCBlockSupport.h; sourceTree = "<group>"; };
+               4B8CC008135BFDF700B3E49F /* CCBlockSupport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCBlockSupport.m; path = libs/cocos2d/CCBlockSupport.m; sourceTree = "<group>"; };
+               4B8CC00A135BFDF700B3E49F /* CCCamera.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCCamera.h; path = libs/cocos2d/CCCamera.h; sourceTree = "<group>"; };
+               4B8CC00B135BFDF700B3E49F /* CCCamera.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCCamera.m; path = libs/cocos2d/CCCamera.m; sourceTree = "<group>"; };
+               4B8CC00D135BFDF700B3E49F /* ccConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ccConfig.h; path = libs/cocos2d/ccConfig.h; sourceTree = "<group>"; };
+               4B8CC00E135BFDF700B3E49F /* CCConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCConfiguration.h; path = libs/cocos2d/CCConfiguration.h; sourceTree = "<group>"; };
+               4B8CC00F135BFDF700B3E49F /* CCConfiguration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCConfiguration.m; path = libs/cocos2d/CCConfiguration.m; sourceTree = "<group>"; };
+               4B8CC011135BFDF700B3E49F /* CCDirector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCDirector.h; path = libs/cocos2d/CCDirector.h; sourceTree = "<group>"; };
+               4B8CC012135BFDF700B3E49F /* CCDirector.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCDirector.m; path = libs/cocos2d/CCDirector.m; sourceTree = "<group>"; };
+               4B8CC014135BFDF700B3E49F /* CCDrawingPrimitives.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCDrawingPrimitives.h; path = libs/cocos2d/CCDrawingPrimitives.h; sourceTree = "<group>"; };
+               4B8CC015135BFDF700B3E49F /* CCDrawingPrimitives.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCDrawingPrimitives.m; path = libs/cocos2d/CCDrawingPrimitives.m; sourceTree = "<group>"; };
+               4B8CC017135BFDF700B3E49F /* CCGrabber.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCGrabber.h; path = libs/cocos2d/CCGrabber.h; sourceTree = "<group>"; };
+               4B8CC018135BFDF700B3E49F /* CCGrabber.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCGrabber.m; path = libs/cocos2d/CCGrabber.m; sourceTree = "<group>"; };
+               4B8CC01A135BFDF700B3E49F /* CCGrid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCGrid.h; path = libs/cocos2d/CCGrid.h; sourceTree = "<group>"; };
+               4B8CC01B135BFDF700B3E49F /* CCGrid.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCGrid.m; path = libs/cocos2d/CCGrid.m; sourceTree = "<group>"; };
+               4B8CC01D135BFDF700B3E49F /* CCLabelAtlas.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCLabelAtlas.h; path = libs/cocos2d/CCLabelAtlas.h; sourceTree = "<group>"; };
+               4B8CC01E135BFDF700B3E49F /* CCLabelAtlas.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCLabelAtlas.m; path = libs/cocos2d/CCLabelAtlas.m; sourceTree = "<group>"; };
+               4B8CC020135BFDF700B3E49F /* CCLabelBMFont.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCLabelBMFont.h; path = libs/cocos2d/CCLabelBMFont.h; sourceTree = "<group>"; };
+               4B8CC021135BFDF700B3E49F /* CCLabelBMFont.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCLabelBMFont.m; path = libs/cocos2d/CCLabelBMFont.m; sourceTree = "<group>"; };
+               4B8CC023135BFDF700B3E49F /* CCLabelTTF.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCLabelTTF.h; path = libs/cocos2d/CCLabelTTF.h; sourceTree = "<group>"; };
+               4B8CC024135BFDF700B3E49F /* CCLabelTTF.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCLabelTTF.m; path = libs/cocos2d/CCLabelTTF.m; sourceTree = "<group>"; };
+               4B8CC026135BFDF700B3E49F /* CCLayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCLayer.h; path = libs/cocos2d/CCLayer.h; sourceTree = "<group>"; };
+               4B8CC027135BFDF700B3E49F /* CCLayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCLayer.m; path = libs/cocos2d/CCLayer.m; sourceTree = "<group>"; };
+               4B8CC029135BFDF700B3E49F /* ccMacros.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ccMacros.h; path = libs/cocos2d/ccMacros.h; sourceTree = "<group>"; };
+               4B8CC02A135BFDF700B3E49F /* CCMenu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCMenu.h; path = libs/cocos2d/CCMenu.h; sourceTree = "<group>"; };
+               4B8CC02B135BFDF700B3E49F /* CCMenu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCMenu.m; path = libs/cocos2d/CCMenu.m; sourceTree = "<group>"; };
+               4B8CC02D135BFDF700B3E49F /* CCMenuItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCMenuItem.h; path = libs/cocos2d/CCMenuItem.h; sourceTree = "<group>"; };
+               4B8CC02E135BFDF700B3E49F /* CCMenuItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCMenuItem.m; path = libs/cocos2d/CCMenuItem.m; sourceTree = "<group>"; };
+               4B8CC030135BFDF700B3E49F /* CCMotionStreak.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCMotionStreak.h; path = libs/cocos2d/CCMotionStreak.h; sourceTree = "<group>"; };
+               4B8CC031135BFDF700B3E49F /* CCMotionStreak.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCMotionStreak.m; path = libs/cocos2d/CCMotionStreak.m; sourceTree = "<group>"; };
+               4B8CC033135BFDF700B3E49F /* CCNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCNode.h; path = libs/cocos2d/CCNode.h; sourceTree = "<group>"; };
+               4B8CC034135BFDF700B3E49F /* CCNode.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCNode.m; path = libs/cocos2d/CCNode.m; sourceTree = "<group>"; };
+               4B8CC036135BFDF700B3E49F /* CCParallaxNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCParallaxNode.h; path = libs/cocos2d/CCParallaxNode.h; sourceTree = "<group>"; };
+               4B8CC037135BFDF700B3E49F /* CCParallaxNode.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCParallaxNode.m; path = libs/cocos2d/CCParallaxNode.m; sourceTree = "<group>"; };
+               4B8CC039135BFDF700B3E49F /* CCParticleExamples.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCParticleExamples.h; path = libs/cocos2d/CCParticleExamples.h; sourceTree = "<group>"; };
+               4B8CC03A135BFDF700B3E49F /* CCParticleExamples.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCParticleExamples.m; path = libs/cocos2d/CCParticleExamples.m; sourceTree = "<group>"; };
+               4B8CC03C135BFDF700B3E49F /* CCParticleSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCParticleSystem.h; path = libs/cocos2d/CCParticleSystem.h; sourceTree = "<group>"; };
+               4B8CC03D135BFDF700B3E49F /* CCParticleSystem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCParticleSystem.m; path = libs/cocos2d/CCParticleSystem.m; sourceTree = "<group>"; };
+               4B8CC03F135BFDF700B3E49F /* CCParticleSystemPoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCParticleSystemPoint.h; path = libs/cocos2d/CCParticleSystemPoint.h; sourceTree = "<group>"; };
+               4B8CC040135BFDF700B3E49F /* CCParticleSystemPoint.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCParticleSystemPoint.m; path = libs/cocos2d/CCParticleSystemPoint.m; sourceTree = "<group>"; };
+               4B8CC042135BFDF700B3E49F /* CCParticleSystemQuad.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCParticleSystemQuad.h; path = libs/cocos2d/CCParticleSystemQuad.h; sourceTree = "<group>"; };
+               4B8CC043135BFDF700B3E49F /* CCParticleSystemQuad.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCParticleSystemQuad.m; path = libs/cocos2d/CCParticleSystemQuad.m; sourceTree = "<group>"; };
+               4B8CC045135BFDF700B3E49F /* CCProgressTimer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCProgressTimer.h; path = libs/cocos2d/CCProgressTimer.h; sourceTree = "<group>"; };
+               4B8CC046135BFDF700B3E49F /* CCProgressTimer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCProgressTimer.m; path = libs/cocos2d/CCProgressTimer.m; sourceTree = "<group>"; };
+               4B8CC048135BFDF700B3E49F /* CCProtocols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCProtocols.h; path = libs/cocos2d/CCProtocols.h; sourceTree = "<group>"; };
+               4B8CC049135BFDF700B3E49F /* CCRenderTexture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCRenderTexture.h; path = libs/cocos2d/CCRenderTexture.h; sourceTree = "<group>"; };
+               4B8CC04A135BFDF700B3E49F /* CCRenderTexture.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCRenderTexture.m; path = libs/cocos2d/CCRenderTexture.m; sourceTree = "<group>"; };
+               4B8CC04C135BFDF700B3E49F /* CCRibbon.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCRibbon.h; path = libs/cocos2d/CCRibbon.h; sourceTree = "<group>"; };
+               4B8CC04D135BFDF700B3E49F /* CCRibbon.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCRibbon.m; path = libs/cocos2d/CCRibbon.m; sourceTree = "<group>"; };
+               4B8CC04F135BFDF700B3E49F /* CCScene.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCScene.h; path = libs/cocos2d/CCScene.h; sourceTree = "<group>"; };
+               4B8CC050135BFDF700B3E49F /* CCScene.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCScene.m; path = libs/cocos2d/CCScene.m; sourceTree = "<group>"; };
+               4B8CC052135BFDF700B3E49F /* CCScheduler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCScheduler.h; path = libs/cocos2d/CCScheduler.h; sourceTree = "<group>"; };
+               4B8CC053135BFDF700B3E49F /* CCScheduler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCScheduler.m; path = libs/cocos2d/CCScheduler.m; sourceTree = "<group>"; };
+               4B8CC055135BFDF700B3E49F /* CCSprite.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCSprite.h; path = libs/cocos2d/CCSprite.h; sourceTree = "<group>"; };
+               4B8CC056135BFDF700B3E49F /* CCSprite.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCSprite.m; path = libs/cocos2d/CCSprite.m; sourceTree = "<group>"; };
+               4B8CC058135BFDF700B3E49F /* CCSpriteBatchNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCSpriteBatchNode.h; path = libs/cocos2d/CCSpriteBatchNode.h; sourceTree = "<group>"; };
+               4B8CC059135BFDF700B3E49F /* CCSpriteBatchNode.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCSpriteBatchNode.m; path = libs/cocos2d/CCSpriteBatchNode.m; sourceTree = "<group>"; };
+               4B8CC05B135BFDF700B3E49F /* CCSpriteFrame.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCSpriteFrame.h; path = libs/cocos2d/CCSpriteFrame.h; sourceTree = "<group>"; };
+               4B8CC05C135BFDF700B3E49F /* CCSpriteFrame.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCSpriteFrame.m; path = libs/cocos2d/CCSpriteFrame.m; sourceTree = "<group>"; };
+               4B8CC05E135BFDF700B3E49F /* CCSpriteFrameCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCSpriteFrameCache.h; path = libs/cocos2d/CCSpriteFrameCache.h; sourceTree = "<group>"; };
+               4B8CC05F135BFDF700B3E49F /* CCSpriteFrameCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCSpriteFrameCache.m; path = libs/cocos2d/CCSpriteFrameCache.m; sourceTree = "<group>"; };
+               4B8CC061135BFDF700B3E49F /* CCTexture2D.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTexture2D.h; path = libs/cocos2d/CCTexture2D.h; sourceTree = "<group>"; };
+               4B8CC062135BFDF700B3E49F /* CCTexture2D.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTexture2D.m; path = libs/cocos2d/CCTexture2D.m; sourceTree = "<group>"; };
+               4B8CC064135BFDF700B3E49F /* CCTextureAtlas.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTextureAtlas.h; path = libs/cocos2d/CCTextureAtlas.h; sourceTree = "<group>"; };
+               4B8CC065135BFDF700B3E49F /* CCTextureAtlas.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTextureAtlas.m; path = libs/cocos2d/CCTextureAtlas.m; sourceTree = "<group>"; };
+               4B8CC067135BFDF700B3E49F /* CCTextureCache.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTextureCache.h; path = libs/cocos2d/CCTextureCache.h; sourceTree = "<group>"; };
+               4B8CC068135BFDF700B3E49F /* CCTextureCache.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTextureCache.m; path = libs/cocos2d/CCTextureCache.m; sourceTree = "<group>"; };
+               4B8CC06A135BFDF700B3E49F /* CCTexturePVR.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTexturePVR.h; path = libs/cocos2d/CCTexturePVR.h; sourceTree = "<group>"; };
+               4B8CC06B135BFDF700B3E49F /* CCTexturePVR.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTexturePVR.m; path = libs/cocos2d/CCTexturePVR.m; sourceTree = "<group>"; };
+               4B8CC06D135BFDF700B3E49F /* CCTileMapAtlas.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTileMapAtlas.h; path = libs/cocos2d/CCTileMapAtlas.h; sourceTree = "<group>"; };
+               4B8CC06E135BFDF700B3E49F /* CCTileMapAtlas.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTileMapAtlas.m; path = libs/cocos2d/CCTileMapAtlas.m; sourceTree = "<group>"; };
+               4B8CC070135BFDF700B3E49F /* CCTMXLayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTMXLayer.h; path = libs/cocos2d/CCTMXLayer.h; sourceTree = "<group>"; };
+               4B8CC071135BFDF700B3E49F /* CCTMXLayer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTMXLayer.m; path = libs/cocos2d/CCTMXLayer.m; sourceTree = "<group>"; };
+               4B8CC073135BFDF700B3E49F /* CCTMXObjectGroup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTMXObjectGroup.h; path = libs/cocos2d/CCTMXObjectGroup.h; sourceTree = "<group>"; };
+               4B8CC074135BFDF700B3E49F /* CCTMXObjectGroup.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTMXObjectGroup.m; path = libs/cocos2d/CCTMXObjectGroup.m; sourceTree = "<group>"; };
+               4B8CC076135BFDF700B3E49F /* CCTMXTiledMap.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTMXTiledMap.h; path = libs/cocos2d/CCTMXTiledMap.h; sourceTree = "<group>"; };
+               4B8CC077135BFDF700B3E49F /* CCTMXTiledMap.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTMXTiledMap.m; path = libs/cocos2d/CCTMXTiledMap.m; sourceTree = "<group>"; };
+               4B8CC079135BFDF700B3E49F /* CCTMXXMLParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTMXXMLParser.h; path = libs/cocos2d/CCTMXXMLParser.h; sourceTree = "<group>"; };
+               4B8CC07A135BFDF700B3E49F /* CCTMXXMLParser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTMXXMLParser.m; path = libs/cocos2d/CCTMXXMLParser.m; sourceTree = "<group>"; };
+               4B8CC07C135BFDF700B3E49F /* CCTransition.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTransition.h; path = libs/cocos2d/CCTransition.h; sourceTree = "<group>"; };
+               4B8CC07D135BFDF700B3E49F /* CCTransition.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTransition.m; path = libs/cocos2d/CCTransition.m; sourceTree = "<group>"; };
+               4B8CC07F135BFDF700B3E49F /* CCTransitionPageTurn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTransitionPageTurn.h; path = libs/cocos2d/CCTransitionPageTurn.h; sourceTree = "<group>"; };
+               4B8CC080135BFDF700B3E49F /* CCTransitionPageTurn.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTransitionPageTurn.m; path = libs/cocos2d/CCTransitionPageTurn.m; sourceTree = "<group>"; };
+               4B8CC082135BFDF700B3E49F /* CCTransitionRadial.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTransitionRadial.h; path = libs/cocos2d/CCTransitionRadial.h; sourceTree = "<group>"; };
+               4B8CC083135BFDF700B3E49F /* CCTransitionRadial.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTransitionRadial.m; path = libs/cocos2d/CCTransitionRadial.m; sourceTree = "<group>"; };
+               4B8CC085135BFDF800B3E49F /* ccTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ccTypes.h; path = libs/cocos2d/ccTypes.h; sourceTree = "<group>"; };
+               4B8CC086135BFDF800B3E49F /* cocos2d.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cocos2d.h; path = libs/cocos2d/cocos2d.h; sourceTree = "<group>"; };
+               4B8CC087135BFDF800B3E49F /* cocos2d.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = cocos2d.m; path = libs/cocos2d/cocos2d.m; sourceTree = "<group>"; };
+               4B8CC089135BFDF800B3E49F /* CCGL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCGL.h; path = libs/cocos2d/Platforms/CCGL.h; sourceTree = "<group>"; };
+               4B8CC08A135BFDF800B3E49F /* CCNS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCNS.h; path = libs/cocos2d/Platforms/CCNS.h; sourceTree = "<group>"; };
+               4B8CC08B135BFDF800B3E49F /* CCDirectorIOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCDirectorIOS.h; path = libs/cocos2d/Platforms/iOS/CCDirectorIOS.h; sourceTree = "<group>"; };
+               4B8CC08C135BFDF800B3E49F /* CCDirectorIOS.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCDirectorIOS.m; path = libs/cocos2d/Platforms/iOS/CCDirectorIOS.m; sourceTree = "<group>"; };
+               4B8CC08E135BFDF800B3E49F /* CCTouchDelegateProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTouchDelegateProtocol.h; path = libs/cocos2d/Platforms/iOS/CCTouchDelegateProtocol.h; sourceTree = "<group>"; };
+               4B8CC08F135BFDF800B3E49F /* CCTouchDispatcher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTouchDispatcher.h; path = libs/cocos2d/Platforms/iOS/CCTouchDispatcher.h; sourceTree = "<group>"; };
+               4B8CC090135BFDF800B3E49F /* CCTouchDispatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTouchDispatcher.m; path = libs/cocos2d/Platforms/iOS/CCTouchDispatcher.m; sourceTree = "<group>"; };
+               4B8CC092135BFDF800B3E49F /* CCTouchHandler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCTouchHandler.h; path = libs/cocos2d/Platforms/iOS/CCTouchHandler.h; sourceTree = "<group>"; };
+               4B8CC093135BFDF800B3E49F /* CCTouchHandler.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCTouchHandler.m; path = libs/cocos2d/Platforms/iOS/CCTouchHandler.m; sourceTree = "<group>"; };
+               4B8CC095135BFDF800B3E49F /* EAGLView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EAGLView.h; path = libs/cocos2d/Platforms/iOS/EAGLView.h; sourceTree = "<group>"; };
+               4B8CC096135BFDF800B3E49F /* EAGLView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = EAGLView.m; path = libs/cocos2d/Platforms/iOS/EAGLView.m; sourceTree = "<group>"; };
+               4B8CC098135BFDF800B3E49F /* ES1Renderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ES1Renderer.h; path = libs/cocos2d/Platforms/iOS/ES1Renderer.h; sourceTree = "<group>"; };
+               4B8CC099135BFDF800B3E49F /* ES1Renderer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ES1Renderer.m; path = libs/cocos2d/Platforms/iOS/ES1Renderer.m; sourceTree = "<group>"; };
+               4B8CC09B135BFDF800B3E49F /* ESRenderer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ESRenderer.h; path = libs/cocos2d/Platforms/iOS/ESRenderer.h; sourceTree = "<group>"; };
+               4B8CC09C135BFDF800B3E49F /* glu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = glu.c; path = libs/cocos2d/Platforms/iOS/glu.c; sourceTree = "<group>"; };
+               4B8CC09E135BFDF800B3E49F /* glu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = glu.h; path = libs/cocos2d/Platforms/iOS/glu.h; sourceTree = "<group>"; };
+               4B8CC09F135BFDF800B3E49F /* CCDirectorMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCDirectorMac.h; path = libs/cocos2d/Platforms/Mac/CCDirectorMac.h; sourceTree = "<group>"; };
+               4B8CC0A0135BFDF800B3E49F /* CCDirectorMac.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCDirectorMac.m; path = libs/cocos2d/Platforms/Mac/CCDirectorMac.m; sourceTree = "<group>"; };
+               4B8CC0A2135BFDF800B3E49F /* CCEventDispatcher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCEventDispatcher.h; path = libs/cocos2d/Platforms/Mac/CCEventDispatcher.h; sourceTree = "<group>"; };
+               4B8CC0A3135BFDF800B3E49F /* CCEventDispatcher.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCEventDispatcher.m; path = libs/cocos2d/Platforms/Mac/CCEventDispatcher.m; sourceTree = "<group>"; };
+               4B8CC0A5135BFDF800B3E49F /* MacGLView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MacGLView.h; path = libs/cocos2d/Platforms/Mac/MacGLView.h; sourceTree = "<group>"; };
+               4B8CC0A6135BFDF800B3E49F /* MacGLView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = MacGLView.m; path = libs/cocos2d/Platforms/Mac/MacGLView.m; sourceTree = "<group>"; };
+               4B8CC0A8135BFDF800B3E49F /* MacWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MacWindow.h; path = libs/cocos2d/Platforms/Mac/MacWindow.h; sourceTree = "<group>"; };
+               4B8CC0A9135BFDF800B3E49F /* MacWindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = MacWindow.m; path = libs/cocos2d/Platforms/Mac/MacWindow.m; sourceTree = "<group>"; };
+               4B8CC0AB135BFDF800B3E49F /* base64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = base64.c; path = libs/cocos2d/Support/base64.c; sourceTree = "<group>"; };
+               4B8CC0AD135BFDF800B3E49F /* base64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = base64.h; path = libs/cocos2d/Support/base64.h; sourceTree = "<group>"; };
+               4B8CC0AE135BFDF800B3E49F /* CCArray.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCArray.h; path = libs/cocos2d/Support/CCArray.h; sourceTree = "<group>"; };
+               4B8CC0AF135BFDF800B3E49F /* CCArray.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCArray.m; path = libs/cocos2d/Support/CCArray.m; sourceTree = "<group>"; };
+               4B8CC0B1135BFDF800B3E49F /* ccCArray.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ccCArray.h; path = libs/cocos2d/Support/ccCArray.h; sourceTree = "<group>"; };
+               4B8CC0B2135BFDF800B3E49F /* CCFileUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCFileUtils.h; path = libs/cocos2d/Support/CCFileUtils.h; sourceTree = "<group>"; };
+               4B8CC0B3135BFDF800B3E49F /* CCFileUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCFileUtils.m; path = libs/cocos2d/Support/CCFileUtils.m; sourceTree = "<group>"; };
+               4B8CC0B5135BFDF800B3E49F /* CCProfiling.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CCProfiling.h; path = libs/cocos2d/Support/CCProfiling.h; sourceTree = "<group>"; };
+               4B8CC0B6135BFDF800B3E49F /* CCProfiling.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CCProfiling.m; path = libs/cocos2d/Support/CCProfiling.m; sourceTree = "<group>"; };
+               4B8CC0B8135BFDF800B3E49F /* ccUtils.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = ccUtils.c; path = libs/cocos2d/Support/ccUtils.c; sourceTree = "<group>"; };
+               4B8CC0BA135BFDF800B3E49F /* ccUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ccUtils.h; path = libs/cocos2d/Support/ccUtils.h; sourceTree = "<group>"; };
+               4B8CC0BB135BFDF800B3E49F /* CGPointExtension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CGPointExtension.h; path = libs/cocos2d/Support/CGPointExtension.h; sourceTree = "<group>"; };
+               4B8CC0BC135BFDF800B3E49F /* CGPointExtension.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CGPointExtension.m; path = libs/cocos2d/Support/CGPointExtension.m; sourceTree = "<group>"; };
+               4B8CC0BE135BFDF800B3E49F /* OpenGL_Internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = OpenGL_Internal.h; path = libs/cocos2d/Support/OpenGL_Internal.h; sourceTree = "<group>"; };
+               4B8CC0BF135BFDF800B3E49F /* TGAlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = TGAlib.h; path = libs/cocos2d/Support/TGAlib.h; sourceTree = "<group>"; };
+               4B8CC0C0135BFDF800B3E49F /* TGAlib.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = TGAlib.m; path = libs/cocos2d/Support/TGAlib.m; sourceTree = "<group>"; };
+               4B8CC0C2135BFDF800B3E49F /* TransformUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = TransformUtils.h; path = libs/cocos2d/Support/TransformUtils.h; sourceTree = "<group>"; };
+               4B8CC0C3135BFDF800B3E49F /* TransformUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = TransformUtils.m; path = libs/cocos2d/Support/TransformUtils.m; sourceTree = "<group>"; };
+               4B8CC0C5135BFDF800B3E49F /* uthash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = uthash.h; path = libs/cocos2d/Support/uthash.h; sourceTree = "<group>"; };
+               4B8CC0C6135BFDF800B3E49F /* utlist.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = utlist.h; path = libs/cocos2d/Support/utlist.h; sourceTree = "<group>"; };
+               4B8CC0C7135BFDF800B3E49F /* ZipUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ZipUtils.h; path = libs/cocos2d/Support/ZipUtils.h; sourceTree = "<group>"; };
+               4B8CC0C8135BFDF800B3E49F /* ZipUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ZipUtils.m; path = libs/cocos2d/Support/ZipUtils.m; sourceTree = "<group>"; };
+               4B8CC0CB135BFDF800B3E49F /* CDAudioManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CDAudioManager.h; path = libs/CocosDenshion/CDAudioManager.h; sourceTree = "<group>"; };
+               4B8CC0CC135BFDF800B3E49F /* CDAudioManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CDAudioManager.m; path = libs/CocosDenshion/CDAudioManager.m; sourceTree = "<group>"; };
+               4B8CC0CE135BFDF800B3E49F /* CDConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CDConfig.h; path = libs/CocosDenshion/CDConfig.h; sourceTree = "<group>"; };
+               4B8CC0CF135BFDF800B3E49F /* CDOpenALSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CDOpenALSupport.h; path = libs/CocosDenshion/CDOpenALSupport.h; sourceTree = "<group>"; };
+               4B8CC0D0135BFDF800B3E49F /* CDOpenALSupport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CDOpenALSupport.m; path = libs/CocosDenshion/CDOpenALSupport.m; sourceTree = "<group>"; };
+               4B8CC0D2135BFDF800B3E49F /* CocosDenshion.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CocosDenshion.h; path = libs/CocosDenshion/CocosDenshion.h; sourceTree = "<group>"; };
+               4B8CC0D3135BFDF800B3E49F /* CocosDenshion.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CocosDenshion.m; path = libs/CocosDenshion/CocosDenshion.m; sourceTree = "<group>"; };
+               4B8CC0D5135BFDF800B3E49F /* SimpleAudioEngine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SimpleAudioEngine.h; path = libs/CocosDenshion/SimpleAudioEngine.h; sourceTree = "<group>"; };
+               4B8CC0D6135BFDF800B3E49F /* SimpleAudioEngine.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SimpleAudioEngine.m; path = libs/CocosDenshion/SimpleAudioEngine.m; sourceTree = "<group>"; };
+               4B8CC0D9135BFDF800B3E49F /* CLScoreServerPost.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CLScoreServerPost.h; path = libs/cocoslive/CLScoreServerPost.h; sourceTree = "<group>"; };
+               4B8CC0DA135BFDF800B3E49F /* CLScoreServerPost.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CLScoreServerPost.m; path = libs/cocoslive/CLScoreServerPost.m; sourceTree = "<group>"; };
+               4B8CC0DC135BFDF800B3E49F /* CLScoreServerRequest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CLScoreServerRequest.h; path = libs/cocoslive/CLScoreServerRequest.h; sourceTree = "<group>"; };
+               4B8CC0DD135BFDF800B3E49F /* CLScoreServerRequest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CLScoreServerRequest.m; path = libs/cocoslive/CLScoreServerRequest.m; sourceTree = "<group>"; };
+               4B8CC0DF135BFDF800B3E49F /* cocoslive.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cocoslive.h; path = libs/cocoslive/cocoslive.h; sourceTree = "<group>"; };
+               4B8CC0E0135BFDF800B3E49F /* cocoslive.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = cocoslive.m; path = libs/cocoslive/cocoslive.m; sourceTree = "<group>"; };
+               4B8CC0E3135BFDF800B3E49F /* FontLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FontLabel.h; path = libs/FontLabel/FontLabel.h; sourceTree = "<group>"; };
+               4B8CC0E4135BFDF800B3E49F /* FontLabel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = FontLabel.m; path = libs/FontLabel/FontLabel.m; sourceTree = "<group>"; };
+               4B8CC0E6135BFDF800B3E49F /* FontLabelStringDrawing.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FontLabelStringDrawing.h; path = libs/FontLabel/FontLabelStringDrawing.h; sourceTree = "<group>"; };
+               4B8CC0E7135BFDF800B3E49F /* FontLabelStringDrawing.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = FontLabelStringDrawing.m; path = libs/FontLabel/FontLabelStringDrawing.m; sourceTree = "<group>"; };
+               4B8CC0E9135BFDF800B3E49F /* FontManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FontManager.h; path = libs/FontLabel/FontManager.h; sourceTree = "<group>"; };
+               4B8CC0EA135BFDF800B3E49F /* FontManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = FontManager.m; path = libs/FontLabel/FontManager.m; sourceTree = "<group>"; };
+               4B8CC0EC135BFDF800B3E49F /* ZAttributedString.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ZAttributedString.h; path = libs/FontLabel/ZAttributedString.h; sourceTree = "<group>"; };
+               4B8CC0ED135BFDF800B3E49F /* ZAttributedString.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ZAttributedString.m; path = libs/FontLabel/ZAttributedString.m; sourceTree = "<group>"; };
+               4B8CC0EF135BFDF800B3E49F /* ZAttributedStringPrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ZAttributedStringPrivate.h; path = libs/FontLabel/ZAttributedStringPrivate.h; sourceTree = "<group>"; };
+               4B8CC0F0135BFDF800B3E49F /* ZFont.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ZFont.h; path = libs/FontLabel/ZFont.h; sourceTree = "<group>"; };
+               4B8CC0F1135BFDF800B3E49F /* ZFont.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ZFont.m; path = libs/FontLabel/ZFont.m; sourceTree = "<group>"; };
+               4B8CC0F4135BFDF800B3E49F /* CDataScanner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CDataScanner.h; path = libs/TouchJSON/CDataScanner.h; sourceTree = "<group>"; };
+               4B8CC0F5135BFDF800B3E49F /* CDataScanner.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CDataScanner.m; path = libs/TouchJSON/CDataScanner.m; sourceTree = "<group>"; };
+               4B8CC0F7135BFDF800B3E49F /* CDataScanner_Extensions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CDataScanner_Extensions.h; path = libs/TouchJSON/Extensions/CDataScanner_Extensions.h; sourceTree = "<group>"; };
+               4B8CC0F8135BFDF800B3E49F /* CDataScanner_Extensions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CDataScanner_Extensions.m; path = libs/TouchJSON/Extensions/CDataScanner_Extensions.m; sourceTree = "<group>"; };
+               4B8CC0FA135BFDF800B3E49F /* NSCharacterSet_Extensions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NSCharacterSet_Extensions.h; path = libs/TouchJSON/Extensions/NSCharacterSet_Extensions.h; sourceTree = "<group>"; };
+               4B8CC0FB135BFDF800B3E49F /* NSCharacterSet_Extensions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = NSCharacterSet_Extensions.m; path = libs/TouchJSON/Extensions/NSCharacterSet_Extensions.m; sourceTree = "<group>"; };
+               4B8CC0FD135BFDF800B3E49F /* NSDictionary_JSONExtensions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NSDictionary_JSONExtensions.h; path = libs/TouchJSON/Extensions/NSDictionary_JSONExtensions.h; sourceTree = "<group>"; };
+               4B8CC0FE135BFDF800B3E49F /* NSDictionary_JSONExtensions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = NSDictionary_JSONExtensions.m; path = libs/TouchJSON/Extensions/NSDictionary_JSONExtensions.m; sourceTree = "<group>"; };
+               4B8CC100135BFDF800B3E49F /* NSScanner_Extensions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NSScanner_Extensions.h; path = libs/TouchJSON/Extensions/NSScanner_Extensions.h; sourceTree = "<group>"; };
+               4B8CC101135BFDF800B3E49F /* NSScanner_Extensions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = NSScanner_Extensions.m; path = libs/TouchJSON/Extensions/NSScanner_Extensions.m; sourceTree = "<group>"; };
+               4B8CC103135BFDF800B3E49F /* CJSONDeserializer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CJSONDeserializer.h; path = libs/TouchJSON/JSON/CJSONDeserializer.h; sourceTree = "<group>"; };
+               4B8CC104135BFDF800B3E49F /* CJSONDeserializer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CJSONDeserializer.m; path = libs/TouchJSON/JSON/CJSONDeserializer.m; sourceTree = "<group>"; };
+               4B8CC106135BFDF800B3E49F /* CJSONScanner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CJSONScanner.h; path = libs/TouchJSON/JSON/CJSONScanner.h; sourceTree = "<group>"; };
+               4B8CC107135BFDF800B3E49F /* CJSONScanner.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CJSONScanner.m; path = libs/TouchJSON/JSON/CJSONScanner.m; sourceTree = "<group>"; };
+               4B8CC109135BFDF800B3E49F /* CJSONSerializer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CJSONSerializer.h; path = libs/TouchJSON/JSON/CJSONSerializer.h; sourceTree = "<group>"; };
+               4B8CC10A135BFDF800B3E49F /* CJSONSerializer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CJSONSerializer.m; path = libs/TouchJSON/JSON/CJSONSerializer.m; sourceTree = "<group>"; };
+               4B8CC10D135BFDF800B3E49F /* Box2D.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Box2D.h; path = libs/Box2D/Box2D.h; sourceTree = "<group>"; };
+               4B8CC10E135BFDF800B3E49F /* b2BroadPhase.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2BroadPhase.cpp; path = libs/Box2D/Collision/b2BroadPhase.cpp; sourceTree = "<group>"; };
+               4B8CC110135BFDF800B3E49F /* b2BroadPhase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2BroadPhase.h; path = libs/Box2D/Collision/b2BroadPhase.h; sourceTree = "<group>"; };
+               4B8CC111135BFDF800B3E49F /* b2CollideCircle.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2CollideCircle.cpp; path = libs/Box2D/Collision/b2CollideCircle.cpp; sourceTree = "<group>"; };
+               4B8CC113135BFDF900B3E49F /* b2CollidePolygon.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2CollidePolygon.cpp; path = libs/Box2D/Collision/b2CollidePolygon.cpp; sourceTree = "<group>"; };
+               4B8CC115135BFDF900B3E49F /* b2Collision.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Collision.cpp; path = libs/Box2D/Collision/b2Collision.cpp; sourceTree = "<group>"; };
+               4B8CC117135BFDF900B3E49F /* b2Collision.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Collision.h; path = libs/Box2D/Collision/b2Collision.h; sourceTree = "<group>"; };
+               4B8CC118135BFDF900B3E49F /* b2Distance.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Distance.cpp; path = libs/Box2D/Collision/b2Distance.cpp; sourceTree = "<group>"; };
+               4B8CC11A135BFDF900B3E49F /* b2Distance.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Distance.h; path = libs/Box2D/Collision/b2Distance.h; sourceTree = "<group>"; };
+               4B8CC11B135BFDF900B3E49F /* b2DynamicTree.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2DynamicTree.cpp; path = libs/Box2D/Collision/b2DynamicTree.cpp; sourceTree = "<group>"; };
+               4B8CC11D135BFDF900B3E49F /* b2DynamicTree.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2DynamicTree.h; path = libs/Box2D/Collision/b2DynamicTree.h; sourceTree = "<group>"; };
+               4B8CC11E135BFDF900B3E49F /* b2TimeOfImpact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2TimeOfImpact.cpp; path = libs/Box2D/Collision/b2TimeOfImpact.cpp; sourceTree = "<group>"; };
+               4B8CC120135BFDF900B3E49F /* b2TimeOfImpact.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2TimeOfImpact.h; path = libs/Box2D/Collision/b2TimeOfImpact.h; sourceTree = "<group>"; };
+               4B8CC121135BFDF900B3E49F /* b2CircleShape.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2CircleShape.cpp; path = libs/Box2D/Collision/Shapes/b2CircleShape.cpp; sourceTree = "<group>"; };
+               4B8CC123135BFDF900B3E49F /* b2CircleShape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2CircleShape.h; path = libs/Box2D/Collision/Shapes/b2CircleShape.h; sourceTree = "<group>"; };
+               4B8CC124135BFDF900B3E49F /* b2PolygonShape.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2PolygonShape.cpp; path = libs/Box2D/Collision/Shapes/b2PolygonShape.cpp; sourceTree = "<group>"; };
+               4B8CC126135BFDF900B3E49F /* b2PolygonShape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2PolygonShape.h; path = libs/Box2D/Collision/Shapes/b2PolygonShape.h; sourceTree = "<group>"; };
+               4B8CC127135BFDF900B3E49F /* b2Shape.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Shape.h; path = libs/Box2D/Collision/Shapes/b2Shape.h; sourceTree = "<group>"; };
+               4B8CC128135BFDF900B3E49F /* b2BlockAllocator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2BlockAllocator.cpp; path = libs/Box2D/Common/b2BlockAllocator.cpp; sourceTree = "<group>"; };
+               4B8CC12A135BFDF900B3E49F /* b2BlockAllocator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2BlockAllocator.h; path = libs/Box2D/Common/b2BlockAllocator.h; sourceTree = "<group>"; };
+               4B8CC12B135BFDF900B3E49F /* b2Math.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Math.cpp; path = libs/Box2D/Common/b2Math.cpp; sourceTree = "<group>"; };
+               4B8CC12D135BFDF900B3E49F /* b2Math.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Math.h; path = libs/Box2D/Common/b2Math.h; sourceTree = "<group>"; };
+               4B8CC12E135BFDF900B3E49F /* b2Settings.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Settings.cpp; path = libs/Box2D/Common/b2Settings.cpp; sourceTree = "<group>"; };
+               4B8CC130135BFDF900B3E49F /* b2Settings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Settings.h; path = libs/Box2D/Common/b2Settings.h; sourceTree = "<group>"; };
+               4B8CC131135BFDF900B3E49F /* b2StackAllocator.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2StackAllocator.cpp; path = libs/Box2D/Common/b2StackAllocator.cpp; sourceTree = "<group>"; };
+               4B8CC133135BFDF900B3E49F /* b2StackAllocator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2StackAllocator.h; path = libs/Box2D/Common/b2StackAllocator.h; sourceTree = "<group>"; };
+               4B8CC134135BFDF900B3E49F /* b2Body.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Body.cpp; path = libs/Box2D/Dynamics/b2Body.cpp; sourceTree = "<group>"; };
+               4B8CC136135BFDF900B3E49F /* b2Body.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Body.h; path = libs/Box2D/Dynamics/b2Body.h; sourceTree = "<group>"; };
+               4B8CC137135BFDF900B3E49F /* b2ContactManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2ContactManager.cpp; path = libs/Box2D/Dynamics/b2ContactManager.cpp; sourceTree = "<group>"; };
+               4B8CC139135BFDF900B3E49F /* b2ContactManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2ContactManager.h; path = libs/Box2D/Dynamics/b2ContactManager.h; sourceTree = "<group>"; };
+               4B8CC13A135BFDF900B3E49F /* b2Fixture.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Fixture.cpp; path = libs/Box2D/Dynamics/b2Fixture.cpp; sourceTree = "<group>"; };
+               4B8CC13C135BFDF900B3E49F /* b2Fixture.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Fixture.h; path = libs/Box2D/Dynamics/b2Fixture.h; sourceTree = "<group>"; };
+               4B8CC13D135BFDF900B3E49F /* b2Island.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Island.cpp; path = libs/Box2D/Dynamics/b2Island.cpp; sourceTree = "<group>"; };
+               4B8CC13F135BFDF900B3E49F /* b2Island.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Island.h; path = libs/Box2D/Dynamics/b2Island.h; sourceTree = "<group>"; };
+               4B8CC140135BFDF900B3E49F /* b2TimeStep.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2TimeStep.h; path = libs/Box2D/Dynamics/b2TimeStep.h; sourceTree = "<group>"; };
+               4B8CC141135BFDF900B3E49F /* b2World.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2World.cpp; path = libs/Box2D/Dynamics/b2World.cpp; sourceTree = "<group>"; };
+               4B8CC143135BFDF900B3E49F /* b2World.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2World.h; path = libs/Box2D/Dynamics/b2World.h; sourceTree = "<group>"; };
+               4B8CC144135BFDF900B3E49F /* b2WorldCallbacks.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2WorldCallbacks.cpp; path = libs/Box2D/Dynamics/b2WorldCallbacks.cpp; sourceTree = "<group>"; };
+               4B8CC146135BFDF900B3E49F /* b2WorldCallbacks.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2WorldCallbacks.h; path = libs/Box2D/Dynamics/b2WorldCallbacks.h; sourceTree = "<group>"; };
+               4B8CC147135BFDF900B3E49F /* b2CircleContact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2CircleContact.cpp; path = libs/Box2D/Dynamics/Contacts/b2CircleContact.cpp; sourceTree = "<group>"; };
+               4B8CC149135BFDF900B3E49F /* b2CircleContact.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2CircleContact.h; path = libs/Box2D/Dynamics/Contacts/b2CircleContact.h; sourceTree = "<group>"; };
+               4B8CC14A135BFDF900B3E49F /* b2Contact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Contact.cpp; path = libs/Box2D/Dynamics/Contacts/b2Contact.cpp; sourceTree = "<group>"; };
+               4B8CC14C135BFDF900B3E49F /* b2Contact.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Contact.h; path = libs/Box2D/Dynamics/Contacts/b2Contact.h; sourceTree = "<group>"; };
+               4B8CC14D135BFDF900B3E49F /* b2ContactSolver.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2ContactSolver.cpp; path = libs/Box2D/Dynamics/Contacts/b2ContactSolver.cpp; sourceTree = "<group>"; };
+               4B8CC14F135BFDF900B3E49F /* b2ContactSolver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2ContactSolver.h; path = libs/Box2D/Dynamics/Contacts/b2ContactSolver.h; sourceTree = "<group>"; };
+               4B8CC150135BFDF900B3E49F /* b2NullContact.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2NullContact.h; path = libs/Box2D/Dynamics/Contacts/b2NullContact.h; sourceTree = "<group>"; };
+               4B8CC151135BFDF900B3E49F /* b2PolygonAndCircleContact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2PolygonAndCircleContact.cpp; path = libs/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.cpp; sourceTree = "<group>"; };
+               4B8CC153135BFDF900B3E49F /* b2PolygonAndCircleContact.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2PolygonAndCircleContact.h; path = libs/Box2D/Dynamics/Contacts/b2PolygonAndCircleContact.h; sourceTree = "<group>"; };
+               4B8CC154135BFDF900B3E49F /* b2PolygonContact.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2PolygonContact.cpp; path = libs/Box2D/Dynamics/Contacts/b2PolygonContact.cpp; sourceTree = "<group>"; };
+               4B8CC156135BFDF900B3E49F /* b2PolygonContact.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2PolygonContact.h; path = libs/Box2D/Dynamics/Contacts/b2PolygonContact.h; sourceTree = "<group>"; };
+               4B8CC157135BFDF900B3E49F /* b2TOISolver.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2TOISolver.cpp; path = libs/Box2D/Dynamics/Contacts/b2TOISolver.cpp; sourceTree = "<group>"; };
+               4B8CC159135BFDF900B3E49F /* b2TOISolver.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2TOISolver.h; path = libs/Box2D/Dynamics/Contacts/b2TOISolver.h; sourceTree = "<group>"; };
+               4B8CC15A135BFDF900B3E49F /* b2DistanceJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2DistanceJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2DistanceJoint.cpp; sourceTree = "<group>"; };
+               4B8CC15C135BFDF900B3E49F /* b2DistanceJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2DistanceJoint.h; path = libs/Box2D/Dynamics/Joints/b2DistanceJoint.h; sourceTree = "<group>"; };
+               4B8CC15D135BFDF900B3E49F /* b2FrictionJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2FrictionJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2FrictionJoint.cpp; sourceTree = "<group>"; };
+               4B8CC15F135BFDF900B3E49F /* b2FrictionJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2FrictionJoint.h; path = libs/Box2D/Dynamics/Joints/b2FrictionJoint.h; sourceTree = "<group>"; };
+               4B8CC160135BFDF900B3E49F /* b2GearJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2GearJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2GearJoint.cpp; sourceTree = "<group>"; };
+               4B8CC162135BFDF900B3E49F /* b2GearJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2GearJoint.h; path = libs/Box2D/Dynamics/Joints/b2GearJoint.h; sourceTree = "<group>"; };
+               4B8CC163135BFDF900B3E49F /* b2Joint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2Joint.cpp; path = libs/Box2D/Dynamics/Joints/b2Joint.cpp; sourceTree = "<group>"; };
+               4B8CC165135BFDF900B3E49F /* b2Joint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2Joint.h; path = libs/Box2D/Dynamics/Joints/b2Joint.h; sourceTree = "<group>"; };
+               4B8CC166135BFDF900B3E49F /* b2LineJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2LineJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2LineJoint.cpp; sourceTree = "<group>"; };
+               4B8CC168135BFDF900B3E49F /* b2LineJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2LineJoint.h; path = libs/Box2D/Dynamics/Joints/b2LineJoint.h; sourceTree = "<group>"; };
+               4B8CC169135BFDF900B3E49F /* b2MouseJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2MouseJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2MouseJoint.cpp; sourceTree = "<group>"; };
+               4B8CC16B135BFDF900B3E49F /* b2MouseJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2MouseJoint.h; path = libs/Box2D/Dynamics/Joints/b2MouseJoint.h; sourceTree = "<group>"; };
+               4B8CC16C135BFDF900B3E49F /* b2PrismaticJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2PrismaticJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2PrismaticJoint.cpp; sourceTree = "<group>"; };
+               4B8CC16E135BFDF900B3E49F /* b2PrismaticJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2PrismaticJoint.h; path = libs/Box2D/Dynamics/Joints/b2PrismaticJoint.h; sourceTree = "<group>"; };
+               4B8CC16F135BFDF900B3E49F /* b2PulleyJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2PulleyJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2PulleyJoint.cpp; sourceTree = "<group>"; };
+               4B8CC171135BFDF900B3E49F /* b2PulleyJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2PulleyJoint.h; path = libs/Box2D/Dynamics/Joints/b2PulleyJoint.h; sourceTree = "<group>"; };
+               4B8CC172135BFDF900B3E49F /* b2RevoluteJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2RevoluteJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2RevoluteJoint.cpp; sourceTree = "<group>"; };
+               4B8CC174135BFDF900B3E49F /* b2RevoluteJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2RevoluteJoint.h; path = libs/Box2D/Dynamics/Joints/b2RevoluteJoint.h; sourceTree = "<group>"; };
+               4B8CC175135BFDF900B3E49F /* b2WeldJoint.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = b2WeldJoint.cpp; path = libs/Box2D/Dynamics/Joints/b2WeldJoint.cpp; sourceTree = "<group>"; };
+               4B8CC177135BFDF900B3E49F /* b2WeldJoint.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = b2WeldJoint.h; path = libs/Box2D/Dynamics/Joints/b2WeldJoint.h; sourceTree = "<group>"; };
+               4B8CC179135BFDF900B3E49F /* Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = "<group>"; };
+               4B8CC17A135BFDF900B3E49F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+               4B8CC17C135BFDF900B3E49F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+               4B8CC17D135BFDF900B3E49F /* AppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = AppDelegate.mm; sourceTree = "<group>"; };
+               4B8CC17F135BFDF900B3E49F /* RootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
+               4B8CC180135BFDF900B3E49F /* RootViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; };
+               4B8CC182135BFDF900B3E49F /* HelloWorldLayer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HelloWorldLayer.h; sourceTree = "<group>"; };
+               4B8CC183135BFDF900B3E49F /* HelloWorldLayer.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = HelloWorldLayer.mm; sourceTree = "<group>"; };
+               4B8CC185135BFDF900B3E49F /* GLES-Render.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GLES-Render.h"; sourceTree = "<group>"; };
+               4B8CC186135BFDF900B3E49F /* GLES-Render.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "GLES-Render.mm"; sourceTree = "<group>"; };
+               4B8CC188135BFDF900B3E49F /* GameConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GameConfig.h; sourceTree = "<group>"; };
+               4B8CC189135BFDF900B3E49F /* blocks.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = blocks.png; path = Resources/blocks.png; sourceTree = "<group>"; };
+               4B8CC193135BFEDE00B3E49F /* Assert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Assert.h; sourceTree = "<group>"; };
+               4B8CC194135BFEDE00B3E49F /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base.h; sourceTree = "<group>"; };
+               4B8CC195135BFEDE00B3E49F /* GlobalDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalDefines.h; sourceTree = "<group>"; };
+               4B8CC196135BFEDE00B3E49F /* GlobalInclude.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalInclude.h; sourceTree = "<group>"; };
+               4B8CC197135BFEDE00B3E49F /* GlobalTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalTypes.h; sourceTree = "<group>"; };
+               4B8CC198135BFEDE00B3E49F /* Print.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Print.h; sourceTree = "<group>"; };
+               4B8CC199135BFEDE00B3E49F /* Singleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Singleton.h; sourceTree = "<group>"; };
+               4B8CC19B135BFEDE00B3E49F /* BitEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitEncoder.h; sourceTree = "<group>"; };
+               4B8CC19C135BFEDE00B3E49F /* LocklessRingBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocklessRingBuffer.cpp; sourceTree = "<group>"; };
+               4B8CC19D135BFEDE00B3E49F /* LocklessRingBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocklessRingBuffer.h; sourceTree = "<group>"; };
+               4B8CC1A0135BFEDE00B3E49F /* BasicPrimitives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BasicPrimitives.h; sourceTree = "<group>"; };
+               4B8CC1A1135BFEDE00B3E49F /* BasicPrimitives.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = BasicPrimitives.mm; sourceTree = "<group>"; };
+               4B8CC1A2135BFEDE00B3E49F /* OpenGLServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenGLServices.h; sourceTree = "<group>"; };
+               4B8CC1A3135BFEDE00B3E49F /* OpenGLServices.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OpenGLServices.mm; sourceTree = "<group>"; };
+               4B8CC1A4135BFEDE00B3E49F /* RenderTarget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderTarget.h; sourceTree = "<group>"; };
+               4B8CC1A5135BFEDE00B3E49F /* RenderTarget.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RenderTarget.mm; sourceTree = "<group>"; };
+               4B8CC1A7135BFEDE00B3E49F /* DJB2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DJB2.h; sourceTree = "<group>"; };
+               4B8CC1A9135BFEDE00B3E49F /* MathDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathDefines.h; sourceTree = "<group>"; };
+               4B8CC1AA135BFEDE00B3E49F /* MathInclude.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathInclude.h; sourceTree = "<group>"; };
+               4B8CC1AB135BFEDE00B3E49F /* MathOperations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathOperations.h; sourceTree = "<group>"; };
+               4B8CC1AC135BFEDE00B3E49F /* MathTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathTypes.h; sourceTree = "<group>"; };
+               4B8CC1AD135BFEDE00B3E49F /* Matrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Matrix.h; sourceTree = "<group>"; };
+               4B8CC1AE135BFEDE00B3E49F /* Quaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Quaternion.h; sourceTree = "<group>"; };
+               4B8CC1AF135BFEDE00B3E49F /* Vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = "<group>"; };
+               4B8CC1B1135BFEDE00B3E49F /* MemoryBitset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryBitset.cpp; sourceTree = "<group>"; };
+               4B8CC1B2135BFEDE00B3E49F /* MemoryBitset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryBitset.h; sourceTree = "<group>"; };
+               4B8CC1B3135BFEDE00B3E49F /* MemoryHeap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryHeap.cpp; sourceTree = "<group>"; };
+               4B8CC1B4135BFEDE00B3E49F /* MemoryHeap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryHeap.h; sourceTree = "<group>"; };
+               4B8CC1B5135BFEDE00B3E49F /* MemoryLinear.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryLinear.h; sourceTree = "<group>"; };
+               4B8CC1B7135BFEDE00B3E49F /* GLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GLView.h; sourceTree = "<group>"; };
+               4B8CC1B8135BFEDE00B3E49F /* GLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GLView.m; sourceTree = "<group>"; };
+               4B8CC1B9135BFEDE00B3E49F /* LittlestAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LittlestAppDelegate.h; sourceTree = "<group>"; };
+               4B8CC1BA135BFEDE00B3E49F /* LittlestAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LittlestAppDelegate.m; sourceTree = "<group>"; };
+               4B8CC1BB135BFEDE00B3E49F /* LittlestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LittlestViewController.h; sourceTree = "<group>"; };
+               4B8CC1BC135BFEDE00B3E49F /* LittlestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LittlestViewController.m; sourceTree = "<group>"; };
+               4B8CC1BE135BFEDE00B3E49F /* Atomic32Bit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Atomic32Bit.h; sourceTree = "<group>"; };
+               4B8CC1BF135BFEDE00B3E49F /* MemorySync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemorySync.h; sourceTree = "<group>"; };
+               4B8CC1C2135BFEDE00B3E49F /* Scene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Scene.h; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               4B8CBFAD135BFDF600B3E49F /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4B8CBFB5135BFDF600B3E49F /* QuartzCore.framework in Frameworks */,
+                               4B8CBFB7135BFDF600B3E49F /* OpenGLES.framework in Frameworks */,
+                               4B8CBFB9135BFDF600B3E49F /* OpenAL.framework in Frameworks */,
+                               4B8CBFBB135BFDF600B3E49F /* AudioToolbox.framework in Frameworks */,
+                               4B8CBFBD135BFDF600B3E49F /* AVFoundation.framework in Frameworks */,
+                               4B8CBFBF135BFDF600B3E49F /* UIKit.framework in Frameworks */,
+                               4B8CBFC1135BFDF600B3E49F /* Foundation.framework in Frameworks */,
+                               4B8CBFC3135BFDF600B3E49F /* CoreGraphics.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               4B8CBFA5135BFDF600B3E49F = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CBFC4135BFDF600B3E49F /* Littlest */,
+                               4B8CBFB3135BFDF600B3E49F /* Frameworks */,
+                               4B8CBFC5135BFDF600B3E49F /* Resources */,
+                               4B8CC178135BFDF900B3E49F /* Supporting Files */,
+                               4B8CBFB1135BFDF600B3E49F /* Products */,
+                       );
+                       sourceTree = "<group>";
+               };
+               4B8CBFB1135BFDF600B3E49F /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CBFB0135BFDF600B3E49F /* Littlest.app */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               4B8CBFB3135BFDF600B3E49F /* Frameworks */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CBFB4135BFDF600B3E49F /* QuartzCore.framework */,
+                               4B8CBFB6135BFDF600B3E49F /* OpenGLES.framework */,
+                               4B8CBFB8135BFDF600B3E49F /* OpenAL.framework */,
+                               4B8CBFBA135BFDF600B3E49F /* AudioToolbox.framework */,
+                               4B8CBFBC135BFDF600B3E49F /* AVFoundation.framework */,
+                               4B8CBFBE135BFDF600B3E49F /* UIKit.framework */,
+                               4B8CBFC0135BFDF600B3E49F /* Foundation.framework */,
+                               4B8CBFC2135BFDF600B3E49F /* CoreGraphics.framework */,
+                       );
+                       name = Frameworks;
+                       sourceTree = "<group>";
+               };
+               4B8CBFC4135BFDF600B3E49F /* Littlest */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC191135BFEDE00B3E49F /* Foundation */,
+                               4B8CC1C0135BFEDE00B3E49F /* Game */,
+                               4B8CC190135BFE3B00B3E49F /* libs */,
+                               4B8CC17C135BFDF900B3E49F /* AppDelegate.h */,
+                               4B8CC17D135BFDF900B3E49F /* AppDelegate.mm */,
+                               4B8CC17F135BFDF900B3E49F /* RootViewController.h */,
+                               4B8CC180135BFDF900B3E49F /* RootViewController.m */,
+                               4B8CC182135BFDF900B3E49F /* HelloWorldLayer.h */,
+                               4B8CC183135BFDF900B3E49F /* HelloWorldLayer.mm */,
+                               4B8CC185135BFDF900B3E49F /* GLES-Render.h */,
+                               4B8CC186135BFDF900B3E49F /* GLES-Render.mm */,
+                               4B8CC188135BFDF900B3E49F /* GameConfig.h */,
+                       );
+                       path = Littlest;
+                       sourceTree = "<group>";
+               };
+               4B8CBFC5135BFDF600B3E49F /* Resources */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CBFC6135BFDF600B3E49F /* Default.png */,
+                               4B8CBFC8135BFDF600B3E49F /* fps_images.png */,
+                               4B8CBFCA135BFDF600B3E49F /* Icon-72.png */,
+                               4B8CBFCC135BFDF600B3E49F /* Icon-Small-50.png */,
+                               4B8CBFCE135BFDF600B3E49F /* Icon-Small.png */,
+                               4B8CBFD0135BFDF600B3E49F /* Icon-Small@2x.png */,
+                               4B8CBFD2135BFDF600B3E49F /* Icon.png */,
+                               4B8CBFD4135BFDF600B3E49F /* Icon@2x.png */,
+                               4B8CBFD6135BFDF600B3E49F /* Info.plist */,
+                               4B8CBFD7135BFDF600B3E49F /* iTunesArtwork */,
+                               4B8CC189135BFDF900B3E49F /* blocks.png */,
+                       );
+                       name = Resources;
+                       path = Littlest;
+                       sourceTree = "<group>";
+               };
+               4B8CBFD9135BFDF600B3E49F /* cocos2d */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CBFDA135BFDF600B3E49F /* CCAction.h */,
+                               4B8CBFDB135BFDF600B3E49F /* CCAction.m */,
+                               4B8CBFDD135BFDF600B3E49F /* CCActionCamera.h */,
+                               4B8CBFDE135BFDF600B3E49F /* CCActionCamera.m */,
+                               4B8CBFE0135BFDF600B3E49F /* CCActionEase.h */,
+                               4B8CBFE1135BFDF600B3E49F /* CCActionEase.m */,
+                               4B8CBFE3135BFDF600B3E49F /* CCActionGrid.h */,
+                               4B8CBFE4135BFDF600B3E49F /* CCActionGrid.m */,
+                               4B8CBFE6135BFDF600B3E49F /* CCActionGrid3D.h */,
+                               4B8CBFE7135BFDF600B3E49F /* CCActionGrid3D.m */,
+                               4B8CBFE9135BFDF600B3E49F /* CCActionInstant.h */,
+                               4B8CBFEA135BFDF600B3E49F /* CCActionInstant.m */,
+                               4B8CBFEC135BFDF600B3E49F /* CCActionInterval.h */,
+                               4B8CBFED135BFDF600B3E49F /* CCActionInterval.m */,
+                               4B8CBFEF135BFDF600B3E49F /* CCActionManager.h */,
+                               4B8CBFF0135BFDF600B3E49F /* CCActionManager.m */,
+                               4B8CBFF2135BFDF600B3E49F /* CCActionPageTurn3D.h */,
+                               4B8CBFF3135BFDF600B3E49F /* CCActionPageTurn3D.m */,
+                               4B8CBFF5135BFDF600B3E49F /* CCActionProgressTimer.h */,
+                               4B8CBFF6135BFDF600B3E49F /* CCActionProgressTimer.m */,
+                               4B8CBFF8135BFDF600B3E49F /* CCActionTiledGrid.h */,
+                               4B8CBFF9135BFDF600B3E49F /* CCActionTiledGrid.m */,
+                               4B8CBFFB135BFDF600B3E49F /* CCActionTween.h */,
+                               4B8CBFFC135BFDF700B3E49F /* CCActionTween.m */,
+                               4B8CBFFE135BFDF700B3E49F /* CCAnimation.h */,
+                               4B8CBFFF135BFDF700B3E49F /* CCAnimation.m */,
+                               4B8CC001135BFDF700B3E49F /* CCAnimationCache.h */,
+                               4B8CC002135BFDF700B3E49F /* CCAnimationCache.m */,
+                               4B8CC004135BFDF700B3E49F /* CCAtlasNode.h */,
+                               4B8CC005135BFDF700B3E49F /* CCAtlasNode.m */,
+                               4B8CC007135BFDF700B3E49F /* CCBlockSupport.h */,
+                               4B8CC008135BFDF700B3E49F /* CCBlockSupport.m */,
+                               4B8CC00A135BFDF700B3E49F /* CCCamera.h */,
+                               4B8CC00B135BFDF700B3E49F /* CCCamera.m */,
+                               4B8CC00D135BFDF700B3E49F /* ccConfig.h */,
+                               4B8CC00E135BFDF700B3E49F /* CCConfiguration.h */,
+                               4B8CC00F135BFDF700B3E49F /* CCConfiguration.m */,
+                               4B8CC011135BFDF700B3E49F /* CCDirector.h */,
+                               4B8CC012135BFDF700B3E49F /* CCDirector.m */,
+                               4B8CC014135BFDF700B3E49F /* CCDrawingPrimitives.h */,
+                               4B8CC015135BFDF700B3E49F /* CCDrawingPrimitives.m */,
+                               4B8CC017135BFDF700B3E49F /* CCGrabber.h */,
+                               4B8CC018135BFDF700B3E49F /* CCGrabber.m */,
+                               4B8CC01A135BFDF700B3E49F /* CCGrid.h */,
+                               4B8CC01B135BFDF700B3E49F /* CCGrid.m */,
+                               4B8CC01D135BFDF700B3E49F /* CCLabelAtlas.h */,
+                               4B8CC01E135BFDF700B3E49F /* CCLabelAtlas.m */,
+                               4B8CC020135BFDF700B3E49F /* CCLabelBMFont.h */,
+                               4B8CC021135BFDF700B3E49F /* CCLabelBMFont.m */,
+                               4B8CC023135BFDF700B3E49F /* CCLabelTTF.h */,
+                               4B8CC024135BFDF700B3E49F /* CCLabelTTF.m */,
+                               4B8CC026135BFDF700B3E49F /* CCLayer.h */,
+                               4B8CC027135BFDF700B3E49F /* CCLayer.m */,
+                               4B8CC029135BFDF700B3E49F /* ccMacros.h */,
+                               4B8CC02A135BFDF700B3E49F /* CCMenu.h */,
+                               4B8CC02B135BFDF700B3E49F /* CCMenu.m */,
+                               4B8CC02D135BFDF700B3E49F /* CCMenuItem.h */,
+                               4B8CC02E135BFDF700B3E49F /* CCMenuItem.m */,
+                               4B8CC030135BFDF700B3E49F /* CCMotionStreak.h */,
+                               4B8CC031135BFDF700B3E49F /* CCMotionStreak.m */,
+                               4B8CC033135BFDF700B3E49F /* CCNode.h */,
+                               4B8CC034135BFDF700B3E49F /* CCNode.m */,
+                               4B8CC036135BFDF700B3E49F /* CCParallaxNode.h */,
+                               4B8CC037135BFDF700B3E49F /* CCParallaxNode.m */,
+                               4B8CC039135BFDF700B3E49F /* CCParticleExamples.h */,
+                               4B8CC03A135BFDF700B3E49F /* CCParticleExamples.m */,
+                               4B8CC03C135BFDF700B3E49F /* CCParticleSystem.h */,
+                               4B8CC03D135BFDF700B3E49F /* CCParticleSystem.m */,
+                               4B8CC03F135BFDF700B3E49F /* CCParticleSystemPoint.h */,
+                               4B8CC040135BFDF700B3E49F /* CCParticleSystemPoint.m */,
+                               4B8CC042135BFDF700B3E49F /* CCParticleSystemQuad.h */,
+                               4B8CC043135BFDF700B3E49F /* CCParticleSystemQuad.m */,
+                               4B8CC045135BFDF700B3E49F /* CCProgressTimer.h */,
+                               4B8CC046135BFDF700B3E49F /* CCProgressTimer.m */,
+                               4B8CC048135BFDF700B3E49F /* CCProtocols.h */,
+                               4B8CC049135BFDF700B3E49F /* CCRenderTexture.h */,
+                               4B8CC04A135BFDF700B3E49F /* CCRenderTexture.m */,
+                               4B8CC04C135BFDF700B3E49F /* CCRibbon.h */,
+                               4B8CC04D135BFDF700B3E49F /* CCRibbon.m */,
+                               4B8CC04F135BFDF700B3E49F /* CCScene.h */,
+                               4B8CC050135BFDF700B3E49F /* CCScene.m */,
+                               4B8CC052135BFDF700B3E49F /* CCScheduler.h */,
+                               4B8CC053135BFDF700B3E49F /* CCScheduler.m */,
+                               4B8CC055135BFDF700B3E49F /* CCSprite.h */,
+                               4B8CC056135BFDF700B3E49F /* CCSprite.m */,
+                               4B8CC058135BFDF700B3E49F /* CCSpriteBatchNode.h */,
+                               4B8CC059135BFDF700B3E49F /* CCSpriteBatchNode.m */,
+                               4B8CC05B135BFDF700B3E49F /* CCSpriteFrame.h */,
+                               4B8CC05C135BFDF700B3E49F /* CCSpriteFrame.m */,
+                               4B8CC05E135BFDF700B3E49F /* CCSpriteFrameCache.h */,
+                               4B8CC05F135BFDF700B3E49F /* CCSpriteFrameCache.m */,
+                               4B8CC061135BFDF700B3E49F /* CCTexture2D.h */,
+                               4B8CC062135BFDF700B3E49F /* CCTexture2D.m */,
+                               4B8CC064135BFDF700B3E49F /* CCTextureAtlas.h */,
+                               4B8CC065135BFDF700B3E49F /* CCTextureAtlas.m */,
+                               4B8CC067135BFDF700B3E49F /* CCTextureCache.h */,
+                               4B8CC068135BFDF700B3E49F /* CCTextureCache.m */,
+                               4B8CC06A135BFDF700B3E49F /* CCTexturePVR.h */,
+                               4B8CC06B135BFDF700B3E49F /* CCTexturePVR.m */,
+                               4B8CC06D135BFDF700B3E49F /* CCTileMapAtlas.h */,
+                               4B8CC06E135BFDF700B3E49F /* CCTileMapAtlas.m */,
+                               4B8CC070135BFDF700B3E49F /* CCTMXLayer.h */,
+                               4B8CC071135BFDF700B3E49F /* CCTMXLayer.m */,
+                               4B8CC073135BFDF700B3E49F /* CCTMXObjectGroup.h */,
+                               4B8CC074135BFDF700B3E49F /* CCTMXObjectGroup.m */,
+                               4B8CC076135BFDF700B3E49F /* CCTMXTiledMap.h */,
+                               4B8CC077135BFDF700B3E49F /* CCTMXTiledMap.m */,
+                               4B8CC079135BFDF700B3E49F /* CCTMXXMLParser.h */,
+                               4B8CC07A135BFDF700B3E49F /* CCTMXXMLParser.m */,
+                               4B8CC07C135BFDF700B3E49F /* CCTransition.h */,
+                               4B8CC07D135BFDF700B3E49F /* CCTransition.m */,
+                               4B8CC07F135BFDF700B3E49F /* CCTransitionPageTurn.h */,
+                               4B8CC080135BFDF700B3E49F /* CCTransitionPageTurn.m */,
+                               4B8CC082135BFDF700B3E49F /* CCTransitionRadial.h */,
+                               4B8CC083135BFDF700B3E49F /* CCTransitionRadial.m */,
+                               4B8CC085135BFDF800B3E49F /* ccTypes.h */,
+                               4B8CC086135BFDF800B3E49F /* cocos2d.h */,
+                               4B8CC087135BFDF800B3E49F /* cocos2d.m */,
+                               4B8CC089135BFDF800B3E49F /* CCGL.h */,
+                               4B8CC08A135BFDF800B3E49F /* CCNS.h */,
+                               4B8CC08B135BFDF800B3E49F /* CCDirectorIOS.h */,
+                               4B8CC08C135BFDF800B3E49F /* CCDirectorIOS.m */,
+                               4B8CC08E135BFDF800B3E49F /* CCTouchDelegateProtocol.h */,
+                               4B8CC08F135BFDF800B3E49F /* CCTouchDispatcher.h */,
+                               4B8CC090135BFDF800B3E49F /* CCTouchDispatcher.m */,
+                               4B8CC092135BFDF800B3E49F /* CCTouchHandler.h */,
+                               4B8CC093135BFDF800B3E49F /* CCTouchHandler.m */,
+                               4B8CC095135BFDF800B3E49F /* EAGLView.h */,
+                               4B8CC096135BFDF800B3E49F /* EAGLView.m */,
+                               4B8CC098135BFDF800B3E49F /* ES1Renderer.h */,
+                               4B8CC099135BFDF800B3E49F /* ES1Renderer.m */,
+                               4B8CC09B135BFDF800B3E49F /* ESRenderer.h */,
+                               4B8CC09C135BFDF800B3E49F /* glu.c */,
+                               4B8CC09E135BFDF800B3E49F /* glu.h */,
+                               4B8CC09F135BFDF800B3E49F /* CCDirectorMac.h */,
+                               4B8CC0A0135BFDF800B3E49F /* CCDirectorMac.m */,
+                               4B8CC0A2135BFDF800B3E49F /* CCEventDispatcher.h */,
+                               4B8CC0A3135BFDF800B3E49F /* CCEventDispatcher.m */,
+                               4B8CC0A5135BFDF800B3E49F /* MacGLView.h */,
+                               4B8CC0A6135BFDF800B3E49F /* MacGLView.m */,
+                               4B8CC0A8135BFDF800B3E49F /* MacWindow.h */,
+                               4B8CC0A9135BFDF800B3E49F /* MacWindow.m */,
+                               4B8CC0AB135BFDF800B3E49F /* base64.c */,
+                               4B8CC0AD135BFDF800B3E49F /* base64.h */,
+                               4B8CC0AE135BFDF800B3E49F /* CCArray.h */,
+                               4B8CC0AF135BFDF800B3E49F /* CCArray.m */,
+                               4B8CC0B1135BFDF800B3E49F /* ccCArray.h */,
+                               4B8CC0B2135BFDF800B3E49F /* CCFileUtils.h */,
+                               4B8CC0B3135BFDF800B3E49F /* CCFileUtils.m */,
+                               4B8CC0B5135BFDF800B3E49F /* CCProfiling.h */,
+                               4B8CC0B6135BFDF800B3E49F /* CCProfiling.m */,
+                               4B8CC0B8135BFDF800B3E49F /* ccUtils.c */,
+                               4B8CC0BA135BFDF800B3E49F /* ccUtils.h */,
+                               4B8CC0BB135BFDF800B3E49F /* CGPointExtension.h */,
+                               4B8CC0BC135BFDF800B3E49F /* CGPointExtension.m */,
+                               4B8CC0BE135BFDF800B3E49F /* OpenGL_Internal.h */,
+                               4B8CC0BF135BFDF800B3E49F /* TGAlib.h */,
+                               4B8CC0C0135BFDF800B3E49F /* TGAlib.m */,
+                               4B8CC0C2135BFDF800B3E49F /* TransformUtils.h */,
+                               4B8CC0C3135BFDF800B3E49F /* TransformUtils.m */,
+                               4B8CC0C5135BFDF800B3E49F /* uthash.h */,
+                               4B8CC0C6135BFDF800B3E49F /* utlist.h */,
+                               4B8CC0C7135BFDF800B3E49F /* ZipUtils.h */,
+                               4B8CC0C8135BFDF800B3E49F /* ZipUtils.m */,
+                       );
+                       name = cocos2d;
+                       sourceTree = "<group>";
+               };
+               4B8CC0CA135BFDF800B3E49F /* CocosDenshion */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC0CB135BFDF800B3E49F /* CDAudioManager.h */,
+                               4B8CC0CC135BFDF800B3E49F /* CDAudioManager.m */,
+                               4B8CC0CE135BFDF800B3E49F /* CDConfig.h */,
+                               4B8CC0CF135BFDF800B3E49F /* CDOpenALSupport.h */,
+                               4B8CC0D0135BFDF800B3E49F /* CDOpenALSupport.m */,
+                               4B8CC0D2135BFDF800B3E49F /* CocosDenshion.h */,
+                               4B8CC0D3135BFDF800B3E49F /* CocosDenshion.m */,
+                               4B8CC0D5135BFDF800B3E49F /* SimpleAudioEngine.h */,
+                               4B8CC0D6135BFDF800B3E49F /* SimpleAudioEngine.m */,
+                       );
+                       name = CocosDenshion;
+                       sourceTree = "<group>";
+               };
+               4B8CC0D8135BFDF800B3E49F /* cocoslive */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC0D9135BFDF800B3E49F /* CLScoreServerPost.h */,
+                               4B8CC0DA135BFDF800B3E49F /* CLScoreServerPost.m */,
+                               4B8CC0DC135BFDF800B3E49F /* CLScoreServerRequest.h */,
+                               4B8CC0DD135BFDF800B3E49F /* CLScoreServerRequest.m */,
+                               4B8CC0DF135BFDF800B3E49F /* cocoslive.h */,
+                               4B8CC0E0135BFDF800B3E49F /* cocoslive.m */,
+                       );
+                       name = cocoslive;
+                       sourceTree = "<group>";
+               };
+               4B8CC0E2135BFDF800B3E49F /* FontLabel */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC0E3135BFDF800B3E49F /* FontLabel.h */,
+                               4B8CC0E4135BFDF800B3E49F /* FontLabel.m */,
+                               4B8CC0E6135BFDF800B3E49F /* FontLabelStringDrawing.h */,
+                               4B8CC0E7135BFDF800B3E49F /* FontLabelStringDrawing.m */,
+                               4B8CC0E9135BFDF800B3E49F /* FontManager.h */,
+                               4B8CC0EA135BFDF800B3E49F /* FontManager.m */,
+                               4B8CC0EC135BFDF800B3E49F /* ZAttributedString.h */,
+                               4B8CC0ED135BFDF800B3E49F /* ZAttributedString.m */,
+                               4B8CC0EF135BFDF800B3E49F /* ZAttributedStringPrivate.h */,
+                               4B8CC0F0135BFDF800B3E49F /* ZFont.h */,
+                               4B8CC0F1135BFDF800B3E49F /* ZFont.m */,
+                       );
+                       name = FontLabel;
+                       sourceTree = "<group>";
+               };
+               4B8CC0F3135BFDF800B3E49F /* TouchJSON */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC0F4135BFDF800B3E49F /* CDataScanner.h */,
+                               4B8CC0F5135BFDF800B3E49F /* CDataScanner.m */,
+                               4B8CC0F7135BFDF800B3E49F /* CDataScanner_Extensions.h */,
+                               4B8CC0F8135BFDF800B3E49F /* CDataScanner_Extensions.m */,
+                               4B8CC0FA135BFDF800B3E49F /* NSCharacterSet_Extensions.h */,
+                               4B8CC0FB135BFDF800B3E49F /* NSCharacterSet_Extensions.m */,
+                               4B8CC0FD135BFDF800B3E49F /* NSDictionary_JSONExtensions.h */,
+                               4B8CC0FE135BFDF800B3E49F /* NSDictionary_JSONExtensions.m */,
+                               4B8CC100135BFDF800B3E49F /* NSScanner_Extensions.h */,
+                               4B8CC101135BFDF800B3E49F /* NSScanner_Extensions.m */,
+                               4B8CC103135BFDF800B3E49F /* CJSONDeserializer.h */,
+                               4B8CC104135BFDF800B3E49F /* CJSONDeserializer.m */,
+                               4B8CC106135BFDF800B3E49F /* CJSONScanner.h */,
+                               4B8CC107135BFDF800B3E49F /* CJSONScanner.m */,
+                               4B8CC109135BFDF800B3E49F /* CJSONSerializer.h */,
+                               4B8CC10A135BFDF800B3E49F /* CJSONSerializer.m */,
+                       );
+                       name = TouchJSON;
+                       sourceTree = "<group>";
+               };
+               4B8CC10C135BFDF800B3E49F /* Box2D */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC10D135BFDF800B3E49F /* Box2D.h */,
+                               4B8CC10E135BFDF800B3E49F /* b2BroadPhase.cpp */,
+                               4B8CC110135BFDF800B3E49F /* b2BroadPhase.h */,
+                               4B8CC111135BFDF800B3E49F /* b2CollideCircle.cpp */,
+                               4B8CC113135BFDF900B3E49F /* b2CollidePolygon.cpp */,
+                               4B8CC115135BFDF900B3E49F /* b2Collision.cpp */,
+                               4B8CC117135BFDF900B3E49F /* b2Collision.h */,
+                               4B8CC118135BFDF900B3E49F /* b2Distance.cpp */,
+                               4B8CC11A135BFDF900B3E49F /* b2Distance.h */,
+                               4B8CC11B135BFDF900B3E49F /* b2DynamicTree.cpp */,
+                               4B8CC11D135BFDF900B3E49F /* b2DynamicTree.h */,
+                               4B8CC11E135BFDF900B3E49F /* b2TimeOfImpact.cpp */,
+                               4B8CC120135BFDF900B3E49F /* b2TimeOfImpact.h */,
+                               4B8CC121135BFDF900B3E49F /* b2CircleShape.cpp */,
+                               4B8CC123135BFDF900B3E49F /* b2CircleShape.h */,
+                               4B8CC124135BFDF900B3E49F /* b2PolygonShape.cpp */,
+                               4B8CC126135BFDF900B3E49F /* b2PolygonShape.h */,
+                               4B8CC127135BFDF900B3E49F /* b2Shape.h */,
+                               4B8CC128135BFDF900B3E49F /* b2BlockAllocator.cpp */,
+                               4B8CC12A135BFDF900B3E49F /* b2BlockAllocator.h */,
+                               4B8CC12B135BFDF900B3E49F /* b2Math.cpp */,
+                               4B8CC12D135BFDF900B3E49F /* b2Math.h */,
+                               4B8CC12E135BFDF900B3E49F /* b2Settings.cpp */,
+                               4B8CC130135BFDF900B3E49F /* b2Settings.h */,
+                               4B8CC131135BFDF900B3E49F /* b2StackAllocator.cpp */,
+                               4B8CC133135BFDF900B3E49F /* b2StackAllocator.h */,
+                               4B8CC134135BFDF900B3E49F /* b2Body.cpp */,
+                               4B8CC136135BFDF900B3E49F /* b2Body.h */,
+                               4B8CC137135BFDF900B3E49F /* b2ContactManager.cpp */,
+                               4B8CC139135BFDF900B3E49F /* b2ContactManager.h */,
+                               4B8CC13A135BFDF900B3E49F /* b2Fixture.cpp */,
+                               4B8CC13C135BFDF900B3E49F /* b2Fixture.h */,
+                               4B8CC13D135BFDF900B3E49F /* b2Island.cpp */,
+                               4B8CC13F135BFDF900B3E49F /* b2Island.h */,
+                               4B8CC140135BFDF900B3E49F /* b2TimeStep.h */,
+                               4B8CC141135BFDF900B3E49F /* b2World.cpp */,
+                               4B8CC143135BFDF900B3E49F /* b2World.h */,
+                               4B8CC144135BFDF900B3E49F /* b2WorldCallbacks.cpp */,
+                               4B8CC146135BFDF900B3E49F /* b2WorldCallbacks.h */,
+                               4B8CC147135BFDF900B3E49F /* b2CircleContact.cpp */,
+                               4B8CC149135BFDF900B3E49F /* b2CircleContact.h */,
+                               4B8CC14A135BFDF900B3E49F /* b2Contact.cpp */,
+                               4B8CC14C135BFDF900B3E49F /* b2Contact.h */,
+                               4B8CC14D135BFDF900B3E49F /* b2ContactSolver.cpp */,
+                               4B8CC14F135BFDF900B3E49F /* b2ContactSolver.h */,
+                               4B8CC150135BFDF900B3E49F /* b2NullContact.h */,
+                               4B8CC151135BFDF900B3E49F /* b2PolygonAndCircleContact.cpp */,
+                               4B8CC153135BFDF900B3E49F /* b2PolygonAndCircleContact.h */,
+                               4B8CC154135BFDF900B3E49F /* b2PolygonContact.cpp */,
+                               4B8CC156135BFDF900B3E49F /* b2PolygonContact.h */,
+                               4B8CC157135BFDF900B3E49F /* b2TOISolver.cpp */,
+                               4B8CC159135BFDF900B3E49F /* b2TOISolver.h */,
+                               4B8CC15A135BFDF900B3E49F /* b2DistanceJoint.cpp */,
+                               4B8CC15C135BFDF900B3E49F /* b2DistanceJoint.h */,
+                               4B8CC15D135BFDF900B3E49F /* b2FrictionJoint.cpp */,
+                               4B8CC15F135BFDF900B3E49F /* b2FrictionJoint.h */,
+                               4B8CC160135BFDF900B3E49F /* b2GearJoint.cpp */,
+                               4B8CC162135BFDF900B3E49F /* b2GearJoint.h */,
+                               4B8CC163135BFDF900B3E49F /* b2Joint.cpp */,
+                               4B8CC165135BFDF900B3E49F /* b2Joint.h */,
+                               4B8CC166135BFDF900B3E49F /* b2LineJoint.cpp */,
+                               4B8CC168135BFDF900B3E49F /* b2LineJoint.h */,
+                               4B8CC169135BFDF900B3E49F /* b2MouseJoint.cpp */,
+                               4B8CC16B135BFDF900B3E49F /* b2MouseJoint.h */,
+                               4B8CC16C135BFDF900B3E49F /* b2PrismaticJoint.cpp */,
+                               4B8CC16E135BFDF900B3E49F /* b2PrismaticJoint.h */,
+                               4B8CC16F135BFDF900B3E49F /* b2PulleyJoint.cpp */,
+                               4B8CC171135BFDF900B3E49F /* b2PulleyJoint.h */,
+                               4B8CC172135BFDF900B3E49F /* b2RevoluteJoint.cpp */,
+                               4B8CC174135BFDF900B3E49F /* b2RevoluteJoint.h */,
+                               4B8CC175135BFDF900B3E49F /* b2WeldJoint.cpp */,
+                               4B8CC177135BFDF900B3E49F /* b2WeldJoint.h */,
+                       );
+                       name = Box2D;
+                       sourceTree = "<group>";
+               };
+               4B8CC178135BFDF900B3E49F /* Supporting Files */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC179135BFDF900B3E49F /* Prefix.pch */,
+                               4B8CC17A135BFDF900B3E49F /* main.m */,
+                       );
+                       name = "Supporting Files";
+                       path = Littlest;
+                       sourceTree = "<group>";
+               };
+               4B8CC190135BFE3B00B3E49F /* libs */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC10C135BFDF800B3E49F /* Box2D */,
+                               4B8CBFD9135BFDF600B3E49F /* cocos2d */,
+                               4B8CC0CA135BFDF800B3E49F /* CocosDenshion */,
+                               4B8CC0D8135BFDF800B3E49F /* cocoslive */,
+                               4B8CC0E2135BFDF800B3E49F /* FontLabel */,
+                               4B8CC0F3135BFDF800B3E49F /* TouchJSON */,
+                       );
+                       name = libs;
+                       sourceTree = "<group>";
+               };
+               4B8CC191135BFEDE00B3E49F /* Foundation */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC192135BFEDE00B3E49F /* Common */,
+                               4B8CC19A135BFEDE00B3E49F /* Containers */,
+                               4B8CC19E135BFEDE00B3E49F /* GraphicsServices */,
+                               4B8CC1A6135BFEDE00B3E49F /* Hash */,
+                               4B8CC1A8135BFEDE00B3E49F /* Math */,
+                               4B8CC1B0135BFEDE00B3E49F /* Memory */,
+                               4B8CC1B6135BFEDE00B3E49F /* OSInterface */,
+                               4B8CC1BD135BFEDE00B3E49F /* Synchronization */,
+                       );
+                       path = Foundation;
+                       sourceTree = "<group>";
+               };
+               4B8CC192135BFEDE00B3E49F /* Common */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC193135BFEDE00B3E49F /* Assert.h */,
+                               4B8CC194135BFEDE00B3E49F /* Base.h */,
+                               4B8CC195135BFEDE00B3E49F /* GlobalDefines.h */,
+                               4B8CC196135BFEDE00B3E49F /* GlobalInclude.h */,
+                               4B8CC197135BFEDE00B3E49F /* GlobalTypes.h */,
+                               4B8CC198135BFEDE00B3E49F /* Print.h */,
+                               4B8CC199135BFEDE00B3E49F /* Singleton.h */,
+                       );
+                       path = Common;
+                       sourceTree = "<group>";
+               };
+               4B8CC19A135BFEDE00B3E49F /* Containers */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC19B135BFEDE00B3E49F /* BitEncoder.h */,
+                               4B8CC19C135BFEDE00B3E49F /* LocklessRingBuffer.cpp */,
+                               4B8CC19D135BFEDE00B3E49F /* LocklessRingBuffer.h */,
+                       );
+                       path = Containers;
+                       sourceTree = "<group>";
+               };
+               4B8CC19E135BFEDE00B3E49F /* GraphicsServices */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC19F135BFEDE00B3E49F /* Geometry */,
+                               4B8CC1A2135BFEDE00B3E49F /* OpenGLServices.h */,
+                               4B8CC1A3135BFEDE00B3E49F /* OpenGLServices.mm */,
+                               4B8CC1A4135BFEDE00B3E49F /* RenderTarget.h */,
+                               4B8CC1A5135BFEDE00B3E49F /* RenderTarget.mm */,
+                       );
+                       path = GraphicsServices;
+                       sourceTree = "<group>";
+               };
+               4B8CC19F135BFEDE00B3E49F /* Geometry */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC1A0135BFEDE00B3E49F /* BasicPrimitives.h */,
+                               4B8CC1A1135BFEDE00B3E49F /* BasicPrimitives.mm */,
+                       );
+                       path = Geometry;
+                       sourceTree = "<group>";
+               };
+               4B8CC1A6135BFEDE00B3E49F /* Hash */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC1A7135BFEDE00B3E49F /* DJB2.h */,
+                       );
+                       path = Hash;
+                       sourceTree = "<group>";
+               };
+               4B8CC1A8135BFEDE00B3E49F /* Math */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC1A9135BFEDE00B3E49F /* MathDefines.h */,
+                               4B8CC1AA135BFEDE00B3E49F /* MathInclude.h */,
+                               4B8CC1AB135BFEDE00B3E49F /* MathOperations.h */,
+                               4B8CC1AC135BFEDE00B3E49F /* MathTypes.h */,
+                               4B8CC1AD135BFEDE00B3E49F /* Matrix.h */,
+                               4B8CC1AE135BFEDE00B3E49F /* Quaternion.h */,
+                               4B8CC1AF135BFEDE00B3E49F /* Vector.h */,
+                       );
+                       path = Math;
+                       sourceTree = "<group>";
+               };
+               4B8CC1B0135BFEDE00B3E49F /* Memory */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC1B1135BFEDE00B3E49F /* MemoryBitset.cpp */,
+                               4B8CC1B2135BFEDE00B3E49F /* MemoryBitset.h */,
+                               4B8CC1B3135BFEDE00B3E49F /* MemoryHeap.cpp */,
+                               4B8CC1B4135BFEDE00B3E49F /* MemoryHeap.h */,
+                               4B8CC1B5135BFEDE00B3E49F /* MemoryLinear.h */,
+                       );
+                       path = Memory;
+                       sourceTree = "<group>";
+               };
+               4B8CC1B6135BFEDE00B3E49F /* OSInterface */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC1B7135BFEDE00B3E49F /* GLView.h */,
+                               4B8CC1B8135BFEDE00B3E49F /* GLView.m */,
+                               4B8CC1B9135BFEDE00B3E49F /* LittlestAppDelegate.h */,
+                               4B8CC1BA135BFEDE00B3E49F /* LittlestAppDelegate.m */,
+                               4B8CC1BB135BFEDE00B3E49F /* LittlestViewController.h */,
+                               4B8CC1BC135BFEDE00B3E49F /* LittlestViewController.m */,
+                       );
+                       path = OSInterface;
+                       sourceTree = "<group>";
+               };
+               4B8CC1BD135BFEDE00B3E49F /* Synchronization */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC1BE135BFEDE00B3E49F /* Atomic32Bit.h */,
+                               4B8CC1BF135BFEDE00B3E49F /* MemorySync.h */,
+                       );
+                       path = Synchronization;
+                       sourceTree = "<group>";
+               };
+               4B8CC1C0135BFEDE00B3E49F /* Game */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC1C1135BFEDE00B3E49F /* Scene */,
+                       );
+                       path = Game;
+                       sourceTree = "<group>";
+               };
+               4B8CC1C1135BFEDE00B3E49F /* Scene */ = {
+                       isa = PBXGroup;
+                       children = (
+                               4B8CC1C2135BFEDE00B3E49F /* Scene.h */,
+                       );
+                       path = Scene;
+                       sourceTree = "<group>";
+               };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+               4B8CBFAF135BFDF600B3E49F /* Littlest */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 4B8CC18D135BFDF900B3E49F /* Build configuration list for PBXNativeTarget "Littlest" */;
+                       buildPhases = (
+                               4B8CBFAC135BFDF600B3E49F /* Sources */,
+                               4B8CBFAD135BFDF600B3E49F /* Frameworks */,
+                               4B8CBFAE135BFDF600B3E49F /* Resources */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = Littlest;
+                       productName = Littlest;
+                       productReference = 4B8CBFB0135BFDF600B3E49F /* Littlest.app */;
+                       productType = "com.apple.product-type.application";
+               };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+               4B8CBFA7135BFDF600B3E49F /* Project object */ = {
+                       isa = PBXProject;
+                       buildConfigurationList = 4B8CBFAA135BFDF600B3E49F /* Build configuration list for PBXProject "Littlest" */;
+                       compatibilityVersion = "Xcode 3.2";
+                       developmentRegion = English;
+                       hasScannedForEncodings = 0;
+                       knownRegions = (
+                               en,
+                       );
+                       mainGroup = 4B8CBFA5135BFDF600B3E49F;
+                       productRefGroup = 4B8CBFB1135BFDF600B3E49F /* Products */;
+                       projectDirPath = "";
+                       projectRoot = "";
+                       targets = (
+                               4B8CBFAF135BFDF600B3E49F /* Littlest */,
+                       );
+               };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+               4B8CBFAE135BFDF600B3E49F /* Resources */ = {
+                       isa = PBXResourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4B8CBFC7135BFDF600B3E49F /* Default.png in Resources */,
+                               4B8CBFC9135BFDF600B3E49F /* fps_images.png in Resources */,
+                               4B8CBFCB135BFDF600B3E49F /* Icon-72.png in Resources */,
+                               4B8CBFCD135BFDF600B3E49F /* Icon-Small-50.png in Resources */,
+                               4B8CBFCF135BFDF600B3E49F /* Icon-Small.png in Resources */,
+                               4B8CBFD1135BFDF600B3E49F /* Icon-Small@2x.png in Resources */,
+                               4B8CBFD3135BFDF600B3E49F /* Icon.png in Resources */,
+                               4B8CBFD5135BFDF600B3E49F /* Icon@2x.png in Resources */,
+                               4B8CBFD8135BFDF600B3E49F /* iTunesArtwork in Resources */,
+                               4B8CC18A135BFDF900B3E49F /* blocks.png in Resources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+               4B8CBFAC135BFDF600B3E49F /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               4B8CBFDC135BFDF600B3E49F /* CCAction.m in Sources */,
+                               4B8CBFDF135BFDF600B3E49F /* CCActionCamera.m in Sources */,
+                               4B8CBFE2135BFDF600B3E49F /* CCActionEase.m in Sources */,
+                               4B8CBFE5135BFDF600B3E49F /* CCActionGrid.m in Sources */,
+                               4B8CBFE8135BFDF600B3E49F /* CCActionGrid3D.m in Sources */,
+                               4B8CBFEB135BFDF600B3E49F /* CCActionInstant.m in Sources */,
+                               4B8CBFEE135BFDF600B3E49F /* CCActionInterval.m in Sources */,
+                               4B8CBFF1135BFDF600B3E49F /* CCActionManager.m in Sources */,
+                               4B8CBFF4135BFDF600B3E49F /* CCActionPageTurn3D.m in Sources */,
+                               4B8CBFF7135BFDF600B3E49F /* CCActionProgressTimer.m in Sources */,
+                               4B8CBFFA135BFDF600B3E49F /* CCActionTiledGrid.m in Sources */,
+                               4B8CBFFD135BFDF700B3E49F /* CCActionTween.m in Sources */,
+                               4B8CC000135BFDF700B3E49F /* CCAnimation.m in Sources */,
+                               4B8CC003135BFDF700B3E49F /* CCAnimationCache.m in Sources */,
+                               4B8CC006135BFDF700B3E49F /* CCAtlasNode.m in Sources */,
+                               4B8CC009135BFDF700B3E49F /* CCBlockSupport.m in Sources */,
+                               4B8CC00C135BFDF700B3E49F /* CCCamera.m in Sources */,
+                               4B8CC010135BFDF700B3E49F /* CCConfiguration.m in Sources */,
+                               4B8CC013135BFDF700B3E49F /* CCDirector.m in Sources */,
+                               4B8CC016135BFDF700B3E49F /* CCDrawingPrimitives.m in Sources */,
+                               4B8CC019135BFDF700B3E49F /* CCGrabber.m in Sources */,
+                               4B8CC01C135BFDF700B3E49F /* CCGrid.m in Sources */,
+                               4B8CC01F135BFDF700B3E49F /* CCLabelAtlas.m in Sources */,
+                               4B8CC022135BFDF700B3E49F /* CCLabelBMFont.m in Sources */,
+                               4B8CC025135BFDF700B3E49F /* CCLabelTTF.m in Sources */,
+                               4B8CC028135BFDF700B3E49F /* CCLayer.m in Sources */,
+                               4B8CC02C135BFDF700B3E49F /* CCMenu.m in Sources */,
+                               4B8CC02F135BFDF700B3E49F /* CCMenuItem.m in Sources */,
+                               4B8CC032135BFDF700B3E49F /* CCMotionStreak.m in Sources */,
+                               4B8CC035135BFDF700B3E49F /* CCNode.m in Sources */,
+                               4B8CC038135BFDF700B3E49F /* CCParallaxNode.m in Sources */,
+                               4B8CC03B135BFDF700B3E49F /* CCParticleExamples.m in Sources */,
+                               4B8CC03E135BFDF700B3E49F /* CCParticleSystem.m in Sources */,
+                               4B8CC041135BFDF700B3E49F /* CCParticleSystemPoint.m in Sources */,
+                               4B8CC044135BFDF700B3E49F /* CCParticleSystemQuad.m in Sources */,
+                               4B8CC047135BFDF700B3E49F /* CCProgressTimer.m in Sources */,
+                               4B8CC04B135BFDF700B3E49F /* CCRenderTexture.m in Sources */,
+                               4B8CC04E135BFDF700B3E49F /* CCRibbon.m in Sources */,
+                               4B8CC051135BFDF700B3E49F /* CCScene.m in Sources */,
+                               4B8CC054135BFDF700B3E49F /* CCScheduler.m in Sources */,
+                               4B8CC057135BFDF700B3E49F /* CCSprite.m in Sources */,
+                               4B8CC05A135BFDF700B3E49F /* CCSpriteBatchNode.m in Sources */,
+                               4B8CC05D135BFDF700B3E49F /* CCSpriteFrame.m in Sources */,
+                               4B8CC060135BFDF700B3E49F /* CCSpriteFrameCache.m in Sources */,
+                               4B8CC063135BFDF700B3E49F /* CCTexture2D.m in Sources */,
+                               4B8CC066135BFDF700B3E49F /* CCTextureAtlas.m in Sources */,
+                               4B8CC069135BFDF700B3E49F /* CCTextureCache.m in Sources */,
+                               4B8CC06C135BFDF700B3E49F /* CCTexturePVR.m in Sources */,
+                               4B8CC06F135BFDF700B3E49F /* CCTileMapAtlas.m in Sources */,
+                               4B8CC072135BFDF700B3E49F /* CCTMXLayer.m in Sources */,
+                               4B8CC075135BFDF700B3E49F /* CCTMXObjectGroup.m in Sources */,
+                               4B8CC078135BFDF700B3E49F /* CCTMXTiledMap.m in Sources */,
+                               4B8CC07B135BFDF700B3E49F /* CCTMXXMLParser.m in Sources */,
+                               4B8CC07E135BFDF700B3E49F /* CCTransition.m in Sources */,
+                               4B8CC081135BFDF700B3E49F /* CCTransitionPageTurn.m in Sources */,
+                               4B8CC084135BFDF800B3E49F /* CCTransitionRadial.m in Sources */,
+                               4B8CC088135BFDF800B3E49F /* cocos2d.m in Sources */,
+                               4B8CC08D135BFDF800B3E49F /* CCDirectorIOS.m in Sources */,
+                               4B8CC091135BFDF800B3E49F /* CCTouchDispatcher.m in Sources */,
+                               4B8CC094135BFDF800B3E49F /* CCTouchHandler.m in Sources */,
+                               4B8CC097135BFDF800B3E49F /* EAGLView.m in Sources */,
+                               4B8CC09A135BFDF800B3E49F /* ES1Renderer.m in Sources */,
+                               4B8CC09D135BFDF800B3E49F /* glu.c in Sources */,
+                               4B8CC0A1135BFDF800B3E49F /* CCDirectorMac.m in Sources */,
+                               4B8CC0A4135BFDF800B3E49F /* CCEventDispatcher.m in Sources */,
+                               4B8CC0A7135BFDF800B3E49F /* MacGLView.m in Sources */,
+                               4B8CC0AA135BFDF800B3E49F /* MacWindow.m in Sources */,
+                               4B8CC0AC135BFDF800B3E49F /* base64.c in Sources */,
+                               4B8CC0B0135BFDF800B3E49F /* CCArray.m in Sources */,
+                               4B8CC0B4135BFDF800B3E49F /* CCFileUtils.m in Sources */,
+                               4B8CC0B7135BFDF800B3E49F /* CCProfiling.m in Sources */,
+                               4B8CC0B9135BFDF800B3E49F /* ccUtils.c in Sources */,
+                               4B8CC0BD135BFDF800B3E49F /* CGPointExtension.m in Sources */,
+                               4B8CC0C1135BFDF800B3E49F /* TGAlib.m in Sources */,
+                               4B8CC0C4135BFDF800B3E49F /* TransformUtils.m in Sources */,
+                               4B8CC0C9135BFDF800B3E49F /* ZipUtils.m in Sources */,
+                               4B8CC0CD135BFDF800B3E49F /* CDAudioManager.m in Sources */,
+                               4B8CC0D1135BFDF800B3E49F /* CDOpenALSupport.m in Sources */,
+                               4B8CC0D4135BFDF800B3E49F /* CocosDenshion.m in Sources */,
+                               4B8CC0D7135BFDF800B3E49F /* SimpleAudioEngine.m in Sources */,
+                               4B8CC0DB135BFDF800B3E49F /* CLScoreServerPost.m in Sources */,
+                               4B8CC0DE135BFDF800B3E49F /* CLScoreServerRequest.m in Sources */,
+                               4B8CC0E1135BFDF800B3E49F /* cocoslive.m in Sources */,
+                               4B8CC0E5135BFDF800B3E49F /* FontLabel.m in Sources */,
+                               4B8CC0E8135BFDF800B3E49F /* FontLabelStringDrawing.m in Sources */,
+                               4B8CC0EB135BFDF800B3E49F /* FontManager.m in Sources */,
+                               4B8CC0EE135BFDF800B3E49F /* ZAttributedString.m in Sources */,
+                               4B8CC0F2135BFDF800B3E49F /* ZFont.m in Sources */,
+                               4B8CC0F6135BFDF800B3E49F /* CDataScanner.m in Sources */,
+                               4B8CC0F9135BFDF800B3E49F /* CDataScanner_Extensions.m in Sources */,
+                               4B8CC0FC135BFDF800B3E49F /* NSCharacterSet_Extensions.m in Sources */,
+                               4B8CC0FF135BFDF800B3E49F /* NSDictionary_JSONExtensions.m in Sources */,
+                               4B8CC102135BFDF800B3E49F /* NSScanner_Extensions.m in Sources */,
+                               4B8CC105135BFDF800B3E49F /* CJSONDeserializer.m in Sources */,
+                               4B8CC108135BFDF800B3E49F /* CJSONScanner.m in Sources */,
+                               4B8CC10B135BFDF800B3E49F /* CJSONSerializer.m in Sources */,
+                               4B8CC10F135BFDF800B3E49F /* b2BroadPhase.cpp in Sources */,
+                               4B8CC112135BFDF800B3E49F /* b2CollideCircle.cpp in Sources */,
+                               4B8CC114135BFDF900B3E49F /* b2CollidePolygon.cpp in Sources */,
+                               4B8CC116135BFDF900B3E49F /* b2Collision.cpp in Sources */,
+                               4B8CC119135BFDF900B3E49F /* b2Distance.cpp in Sources */,
+                               4B8CC11C135BFDF900B3E49F /* b2DynamicTree.cpp in Sources */,
+                               4B8CC11F135BFDF900B3E49F /* b2TimeOfImpact.cpp in Sources */,
+                               4B8CC122135BFDF900B3E49F /* b2CircleShape.cpp in Sources */,
+                               4B8CC125135BFDF900B3E49F /* b2PolygonShape.cpp in Sources */,
+                               4B8CC129135BFDF900B3E49F /* b2BlockAllocator.cpp in Sources */,
+                               4B8CC12C135BFDF900B3E49F /* b2Math.cpp in Sources */,
+                               4B8CC12F135BFDF900B3E49F /* b2Settings.cpp in Sources */,
+                               4B8CC132135BFDF900B3E49F /* b2StackAllocator.cpp in Sources */,
+                               4B8CC135135BFDF900B3E49F /* b2Body.cpp in Sources */,
+                               4B8CC138135BFDF900B3E49F /* b2ContactManager.cpp in Sources */,
+                               4B8CC13B135BFDF900B3E49F /* b2Fixture.cpp in Sources */,
+                               4B8CC13E135BFDF900B3E49F /* b2Island.cpp in Sources */,
+                               4B8CC142135BFDF900B3E49F /* b2World.cpp in Sources */,
+                               4B8CC145135BFDF900B3E49F /* b2WorldCallbacks.cpp in Sources */,
+                               4B8CC148135BFDF900B3E49F /* b2CircleContact.cpp in Sources */,
+                               4B8CC14B135BFDF900B3E49F /* b2Contact.cpp in Sources */,
+                               4B8CC14E135BFDF900B3E49F /* b2ContactSolver.cpp in Sources */,
+                               4B8CC152135BFDF900B3E49F /* b2PolygonAndCircleContact.cpp in Sources */,
+                               4B8CC155135BFDF900B3E49F /* b2PolygonContact.cpp in Sources */,
+                               4B8CC158135BFDF900B3E49F /* b2TOISolver.cpp in Sources */,
+                               4B8CC15B135BFDF900B3E49F /* b2DistanceJoint.cpp in Sources */,
+                               4B8CC15E135BFDF900B3E49F /* b2FrictionJoint.cpp in Sources */,
+                               4B8CC161135BFDF900B3E49F /* b2GearJoint.cpp in Sources */,
+                               4B8CC164135BFDF900B3E49F /* b2Joint.cpp in Sources */,
+                               4B8CC167135BFDF900B3E49F /* b2LineJoint.cpp in Sources */,
+                               4B8CC16A135BFDF900B3E49F /* b2MouseJoint.cpp in Sources */,
+                               4B8CC16D135BFDF900B3E49F /* b2PrismaticJoint.cpp in Sources */,
+                               4B8CC170135BFDF900B3E49F /* b2PulleyJoint.cpp in Sources */,
+                               4B8CC173135BFDF900B3E49F /* b2RevoluteJoint.cpp in Sources */,
+                               4B8CC176135BFDF900B3E49F /* b2WeldJoint.cpp in Sources */,
+                               4B8CC17B135BFDF900B3E49F /* main.m in Sources */,
+                               4B8CC17E135BFDF900B3E49F /* AppDelegate.mm in Sources */,
+                               4B8CC181135BFDF900B3E49F /* RootViewController.m in Sources */,
+                               4B8CC184135BFDF900B3E49F /* HelloWorldLayer.mm in Sources */,
+                               4B8CC187135BFDF900B3E49F /* GLES-Render.mm in Sources */,
+                               4B8CC1C3135BFEDE00B3E49F /* LocklessRingBuffer.cpp in Sources */,
+                               4B8CC1C4135BFEDE00B3E49F /* BasicPrimitives.mm in Sources */,
+                               4B8CC1C5135BFEDE00B3E49F /* OpenGLServices.mm in Sources */,
+                               4B8CC1C6135BFEDE00B3E49F /* RenderTarget.mm in Sources */,
+                               4B8CC1C7135BFEDE00B3E49F /* MemoryBitset.cpp in Sources */,
+                               4B8CC1C8135BFEDE00B3E49F /* MemoryHeap.cpp in Sources */,
+                               4B8CC1C9135BFEDE00B3E49F /* GLView.m in Sources */,
+                               4B8CC1CA135BFEDE00B3E49F /* LittlestAppDelegate.m in Sources */,
+                               4B8CC1CB135BFEDE00B3E49F /* LittlestViewController.m in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+               4B8CC18B135BFDF900B3E49F /* 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,
+                                       "COCOS2D_DEBUG=1",
+                               );
+                               GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+                               GCC_VERSION = com.apple.compilers.llvmgcc42;
+                               GCC_WARN_ABOUT_RETURN_TYPE = YES;
+                               GCC_WARN_UNUSED_VARIABLE = YES;
+                               IPHONEOS_DEPLOYMENT_TARGET = 4.3;
+                               SDKROOT = iphoneos;
+                       };
+                       name = Debug;
+               };
+               4B8CC18C135BFDF900B3E49F /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ARCHS = "$(ARCHS_STANDARD_32_BIT)";
+                               "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+                               GCC_C_LANGUAGE_STANDARD = gnu99;
+                               GCC_PREPROCESSOR_DEFINITIONS = NDEBUG;
+                               GCC_VERSION = com.apple.compilers.llvmgcc42;
+                               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;
+               };
+               4B8CC18E135BFDF900B3E49F /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               COPY_PHASE_STRIP = NO;
+                               GCC_CHAR_IS_UNSIGNED_CHAR = YES;
+                               GCC_DYNAMIC_NO_PIC = NO;
+                               GCC_ENABLE_OBJC_GC = supported;
+                               GCC_FAST_MATH = YES;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = Littlest/Prefix.pch;
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       DEBUG,
+                                       "COCOS2D_DEBUG=1",
+                                       __iOS__,
+                               );
+                               "GCC_THUMB_SUPPORT[arch=armv6]" = "";
+                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                               GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
+                               GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
+                               GCC_WARN_UNUSED_FUNCTION = NO;
+                               GCC_WARN_UNUSED_PARAMETER = NO;
+                               HEADER_SEARCH_PATHS = (
+                                       "$(PROJECT_DIR)/Littlest/libs",
+                                       "$(PROJECT_DIR)/Littlest",
+                               );
+                               INFOPLIST_FILE = Littlest/Resources/Info.plist;
+                               IPHONEOS_DEPLOYMENT_TARGET = 4.3;
+                               OTHER_LDFLAGS = "-lz";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               TARGETED_DEVICE_FAMILY = "1,2";
+                               USER_HEADER_SEARCH_PATHS = "";
+                               WRAPPER_EXTENSION = app;
+                       };
+                       name = Debug;
+               };
+               4B8CC18F135BFDF900B3E49F /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               ALWAYS_SEARCH_USER_PATHS = NO;
+                               COPY_PHASE_STRIP = YES;
+                               GCC_CHAR_IS_UNSIGNED_CHAR = YES;
+                               GCC_ENABLE_OBJC_GC = supported;
+                               GCC_FAST_MATH = YES;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = Littlest/Prefix.pch;
+                               GCC_PREPROCESSOR_DEFINITIONS = (
+                                       NDEBUG,
+                                       __iOS__,
+                               );
+                               "GCC_THUMB_SUPPORT[arch=armv6]" = "";
+                               GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+                               GCC_WARN_ABOUT_MISSING_NEWLINE = NO;
+                               GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
+                               GCC_WARN_UNUSED_FUNCTION = NO;
+                               GCC_WARN_UNUSED_PARAMETER = NO;
+                               HEADER_SEARCH_PATHS = (
+                                       "$(PROJECT_DIR)/Littlest/libs",
+                                       "$(PROJECT_DIR)/Littlest",
+                               );
+                               INFOPLIST_FILE = Littlest/Resources/Info.plist;
+                               IPHONEOS_DEPLOYMENT_TARGET = 4.3;
+                               OTHER_LDFLAGS = "-lz";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               TARGETED_DEVICE_FAMILY = "1,2";
+                               USER_HEADER_SEARCH_PATHS = "";
+                               VALIDATE_PRODUCT = YES;
+                               WRAPPER_EXTENSION = app;
+                       };
+                       name = Release;
+               };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+               4B8CBFAA135BFDF600B3E49F /* Build configuration list for PBXProject "Littlest" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               4B8CC18B135BFDF900B3E49F /* Debug */,
+                               4B8CC18C135BFDF900B3E49F /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               4B8CC18D135BFDF900B3E49F /* Build configuration list for PBXNativeTarget "Littlest" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               4B8CC18E135BFDF900B3E49F /* Debug */,
+                               4B8CC18F135BFDF900B3E49F /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+               };
+/* End XCConfigurationList section */
+       };
+       rootObject = 4B8CBFA7135BFDF600B3E49F /* Project object */;
+}
diff --git a/Littlest.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Littlest.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644 (file)
index 0000000..d89bc53
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "self:Littlest.xcodeproj">
+   </FileRef>
+</Workspace>
diff --git a/Littlest.xcodeproj/project.xcworkspace/xcuserdata/dorischen.xcuserdatad/UserInterfaceState.xcuserstate b/Littlest.xcodeproj/project.xcworkspace/xcuserdata/dorischen.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644 (file)
index 0000000..de53970
--- /dev/null
@@ -0,0 +1,36875 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>$archiver</key>
+       <string>NSKeyedArchiver</string>
+       <key>$objects</key>
+       <array>
+               <string>$null</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>2</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>3</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>4</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>5</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>6</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>7</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>8</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>9</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>10</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>11</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>12</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>13</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>14</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>15</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>16</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>17</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>18</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>19</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>20</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>21</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>22</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>23</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>163</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>276</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>340</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>404</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>468</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>913</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>977</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1041</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1198</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1288</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1379</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1443</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1507</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1598</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1685</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1749</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1836</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1926</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>1990</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>2054</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>D6B50A5F-6584-4D21-9035-AB198AFCDC2A</string>
+               <string>E9F19A15-53F3-4CF8-9810-05DB5D70D8B8</string>
+               <string>91D127CA-A396-4C5D-A14D-DBA7CB6BC492</string>
+               <string>71FFC500-3C53-4D7A-ABCA-4902ED2D43B7</string>
+               <string>0C40D9D4-4550-4415-AE1C-D9838E93B1BF</string>
+               <string>IDEWorkspaceDocument</string>
+               <string>BBA28386-C998-482A-A4CC-85F85F452810</string>
+               <string>CEE79290-B2E9-4AB1-AF5F-F5E449823A41</string>
+               <string>2CEE9F7E-99CE-400E-AE44-BC46F997F577</string>
+               <string>87D93973-8AED-4550-AC40-BD5CD86D4E53</string>
+               <string>287AB00E-D0B9-49CF-8424-E1ECCB2C3E32</string>
+               <string>28C38E80-47C9-4929-8742-4900354C1F50</string>
+               <string>71EA20D8-64B9-4F7E-A4FF-634147920FD5</string>
+               <string>B066DAC4-DD04-4D6A-9F4D-33CFD48F871F</string>
+               <string>467B65F1-787F-447A-B712-B1E1351F71A6</string>
+               <string>E10248F1-B560-4534-B44D-426F036CBB91</string>
+               <string>E5A1741C-704E-4107-AD84-CA77CC000C66</string>
+               <string>66B5EDB0-04BA-48FC-93A4-8A4F206DE41D</string>
+               <string>EFDF78AB-62AC-4077-BBA8-BB7DBC36F55E</string>
+               <string>68242A45-90A9-43F4-B8D1-513D040B74DF</string>
+               <string>358E0463-4541-45B7-94C3-EB8594ECDFB9</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>24</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>25</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>26</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>27</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>28</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>29</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>30</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>161</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>24</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>162</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>2</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>IDEWorkspaceTabController_94E279B3-D43A-4045-AFED-03CDB1C0BFC8</string>
+               <string>IDEOrderedWorkspaceTabControllers</string>
+               <string>IDEWindowToolbarIsVisible</string>
+               <string>IDEActiveWorkspaceTabController</string>
+               <string>IDEWindowFrame</string>
+               <string>IDEWorkspaceWindowControllerUniqueIdentifier</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>31</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>32</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>33</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>34</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>35</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>36</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>37</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>38</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>40</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>53</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>88</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>97</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>AssistantEditorsLayout</string>
+               <string>IDEShowNavigator</string>
+               <string>IDEWorkspaceTabControllerUtilityAreaSplitView</string>
+               <string>IDENavigatorArea</string>
+               <string>IDEWorkspaceTabControllerDesignAreaSplitView</string>
+               <string>IDEShowUtilities</string>
+               <string>IDEEditorArea</string>
+               <integer>0</integer>
+               <false/>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>41</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>42</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>DVTSplitViewItems</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>43</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>49</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>46</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>47</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>DVTIdentifier</string>
+               <string>DVTViewMagnitude</string>
+               <string></string>
+               <real>389</real>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>NSDictionary</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>NSDictionary</string>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>46</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>50</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>211</real>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>NSMutableArray</string>
+                               <string>NSArray</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>NSMutableArray</string>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>NSMutableDictionary</string>
+                               <string>NSDictionary</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>NSMutableDictionary</string>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>54</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>55</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>56</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>57</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>54</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>75</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>Xcode.IDEKit.Navigator.Issues</string>
+               <string>SelectedNavigator</string>
+               <string>Xcode.IDEKit.Navigator.Structure</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>58</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>59</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>60</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>61</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>62</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>63</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>64</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>65</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>66</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>67</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>68</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>69</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>71</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>72</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>73</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>74</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>IDEErrorFilteringEnabled</string>
+               <string>IDEVisibleRect</string>
+               <string>IDECollapsedFiles</string>
+               <string>IDEExpandedIssues</string>
+               <string>IDESelectedNavigables</string>
+               <string>IDEShowsByType</string>
+               <string>IDESchemeFilteringEnabled</string>
+               <string>IDECollapsedTypes</string>
+               <string>IDERecentFilteringEnabled</string>
+               <string>IDECollapsedGroups</string>
+               <string>{{0, 0}, {0, 0}}</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>70</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>NSMutableSet</string>
+                               <string>NSSet</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>NSMutableSet</string>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>70</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>70</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>70</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>76</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>77</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>78</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>79</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>80</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>81</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>82</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>83</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>84</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>86</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>84</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>IDEVisibleRect</string>
+               <string>IDEUnsavedDocumentFilteringEnabled</string>
+               <string>IDENavigatorExpandedItemsBeforeFilteringSet</string>
+               <string>IDERecentDocumentFilteringEnabled</string>
+               <string>IDESCMStatusFilteringEnabled</string>
+               <string>IDESelectedObjects</string>
+               <string>IDEExpandedItemsSet</string>
+               <string>{{0, 0}, {259, 832}}</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>85</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>NSSet</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>NSSet</string>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>NSArray</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>NSArray</string>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>41</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>89</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>90</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>92</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>94</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>34</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>91</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>594</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>37</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>93</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>746</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>95</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>96</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>IDEUtilitiesArea</string>
+               <real>260</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>98</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>99</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>100</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>101</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>102</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>103</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>104</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>105</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>106</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>112</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>124</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>151</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>38</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>152</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>160</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>layoutTree</string>
+               <string>IDEEditorMode_Standard</string>
+               <string>IDEEDitorArea_DebugArea</string>
+               <string>IDEShowEditor</string>
+               <string>EditorMode</string>
+               <string>DebuggerSplitView</string>
+               <string>DefaultPersistentRepresentations</string>
+               <string>ShowDebuggerArea</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>111</integer>
+                       </dict>
+                       <key>geniusEditorContextNode</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+                       <key>primaryEditorContextNode</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>107</integer>
+                       </dict>
+                       <key>rootLayoutTreeNode</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>108</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>110</integer>
+                       </dict>
+                       <key>children</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+                       <key>contentType</key>
+                       <integer>1</integer>
+                       <key>documentArchivableRepresentation</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+                       <key>orientation</key>
+                       <integer>0</integer>
+                       <key>parent</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>108</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>110</integer>
+                       </dict>
+                       <key>children</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>109</integer>
+                       </dict>
+                       <key>contentType</key>
+                       <integer>0</integer>
+                       <key>documentArchivableRepresentation</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+                       <key>orientation</key>
+                       <integer>0</integer>
+                       <key>parent</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>107</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>IDEWorkspaceTabControllerLayoutTreeNode</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>IDEWorkspaceTabControllerLayoutTreeNode</string>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>IDEWorkspaceTabControllerLayoutTree</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>IDEWorkspaceTabControllerLayoutTree</string>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>113</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>114</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>EditorLayout_PersistentRepresentation</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>115</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>116</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>Main</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>117</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>118</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>119</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>120</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>38</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>122</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>EditorLayout_StateSavingStateDictionaries</string>
+               <string>EditorLayout_Selected</string>
+               <string>EditorLayout_Geometry</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>121</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array/>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>123</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>{{0, 0}, {600, 600}}</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>125</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>126</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>127</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>128</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>129</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>130</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>131</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>132</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>134</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>131</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>137</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>145</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>LayoutFocusMode</string>
+               <string>console</string>
+               <string>variables</string>
+               <string>LayoutMode</string>
+               <string>IDEDebugArea_SplitView</string>
+               <string>IDEDebuggerAreaSplitView</string>
+               <integer>1</integer>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>133</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>38</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>ConsoleFilterMode</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>135</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>136</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>DBGVariablesViewFilterMode</string>
+               <integer>2</integer>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>41</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>138</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>139</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>142</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>140</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>141</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>VariablesView</string>
+               <real>298</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>143</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>144</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>ConsoleArea</string>
+               <real>301</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>41</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>146</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>147</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>149</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>140</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>148</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>298</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>143</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>150</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>301</real>
+               <true/>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>41</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>153</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>154</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>157</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>155</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>156</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>IDEEditor</string>
+               <real>203</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>158</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>159</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>IDEDebuggerArea</string>
+               <real>115</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array/>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>24</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>{{178, 349}, {600, 624}}</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>29</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>25</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>26</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>27</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>164</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>28</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>3</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>165</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>164</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>166</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>275</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>IDEWorkspaceTabController_B2AFD575-4400-4F7F-BAD2-5EBE90AC935A</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>164</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>167</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>32</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>31</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>33</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>34</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>35</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>36</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>37</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>168</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>38</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>169</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>175</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>186</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>194</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>IDETabLabel</string>
+               <string>b2BroadPhase.cpp</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>41</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>170</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>171</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>173</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>46</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>172</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>577</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>46</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>174</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>211</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>54</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>55</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>56</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>176</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>54</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>183</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>58</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>59</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>60</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>61</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>62</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>63</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>64</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>65</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>66</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>67</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>177</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>178</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>179</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>180</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>181</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>182</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>{{0, 0}, {0, 0}}</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>70</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>70</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>70</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>70</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>76</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>77</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>78</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>79</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>80</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>81</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>82</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>184</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>84</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>185</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>84</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>{{0, 0}, {259, 832}}</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array/>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>41</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>187</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>51</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>188</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>190</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>192</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>34</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>189</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>260</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>37</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>191</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>1080</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>44</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>45</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>95</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>193</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <real>260</real>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>98</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>99</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>100</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>101</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>102</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>103</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>104</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>105</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>195</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>218</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>253</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>151</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>38</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>268</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>274</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>39</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>111</integer>
+                       </dict>
+                       <key>geniusEditorContextNode</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+                       <key>primaryEditorContextNode</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>196</integer>
+                       </dict>
+                       <key>rootLayoutTreeNode</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>216</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>110</integer>
+                       </dict>
+                       <key>children</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+                       <key>contentType</key>
+                       <integer>1</integer>
+                       <key>documentArchivableRepresentation</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>197</integer>
+                       </dict>
+                       <key>orientation</key>
+                       <integer>0</integer>
+                       <key>parent</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>216</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>215</integer>
+                       </dict>
+                       <key>DocumentLocation</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>211</integer>
+                       </dict>
+                       <key>DomainIdentifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>198</integer>
+                       </dict>
+                       <key>IdentifierPath</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>199</integer>
+                       </dict>
+                       <key>IndexOfDocumentIdentifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>38</integer>
+                       </dict>
+               </dict>
+               <string>Xcode.IDENavigableItemDomain.WorkspaceStructure</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>200</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>203</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>205</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>207</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>209</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>201</integer>
+                       </dict>
+               </dict>
+               <string>b2BroadPhase.cpp</string>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>IDEArchivableStringIndexPair</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>IDEArchivableStringIndexPair</string>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>204</integer>
+                       </dict>
+               </dict>
+               <string>Box2D</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>206</integer>
+                       </dict>
+               </dict>
+               <string>libs</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>208</integer>
+                       </dict>
+               </dict>
+               <string>Littlest</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>210</integer>
+                       </dict>
+               </dict>
+               <string>Littlest</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>214</integer>
+                       </dict>
+                       <key>documentURL</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>212</integer>
+                       </dict>
+                       <key>timestamp</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>213</integer>
+                       </dict>
+                       <key>NS.string</key>
+                       <string>file://localhost/Users/dorischen/Documents/Temp/Littlest/Littlest/libs/Box2D/Collision/b2BroadPhase.cpp</string>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>NSMutableString</string>
+                               <string>NSString</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>NSMutableString</string>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>DVTDocumentLocation</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>DVTDocumentLocation</string>
+               </dict>
+               <dict>
+                       <key>$classes</key>
+                       <array>
+                               <string>IDENavigableItemArchivableRepresentation</string>
+                               <string>NSObject</string>
+                       </array>
+                       <key>$classname</key>
+                       <string>IDENavigableItemArchivableRepresentation</string>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>110</integer>
+                       </dict>
+                       <key>children</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>217</integer>
+                       </dict>
+                       <key>contentType</key>
+                       <integer>0</integer>
+                       <key>documentArchivableRepresentation</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+                       <key>orientation</key>
+                       <integer>0</integer>
+                       <key>parent</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>0</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>196</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>113</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>219</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>115</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>220</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>117</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>118</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>119</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>221</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>38</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>251</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>222</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>52</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>223</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>224</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>225</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>226</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>227</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>228</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>229</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>230</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>231</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>239</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>201</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>201</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>247</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>248</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <string>FileDataType</string>
+               <string>ArchivableRepresentation</string>
+               <string>EditorState</string>
+               <string>NavigableItemName</string>
+               <string>DocumentNavigableItemName</string>
+               <string>DocumentExtensionIdentifier</string>
+               <string>DocumentURL</string>
+               <string>public.c-plus-plus-source</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>215</integer>
+                       </dict>
+                       <key>DocumentLocation</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>211</integer>
+                       </dict>
+                       <key>DomainIdentifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>198</integer>
+                       </dict>
+                       <key>IdentifierPath</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>232</integer>
+                       </dict>
+                       <key>IndexOfDocumentIdentifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>38</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>87</integer>
+                       </dict>
+                       <key>NS.objects</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>233</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>234</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>235</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>236</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>237</integer>
+                               </dict>
+                       </array>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>201</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>204</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>206</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>208</integer>
+                       </dict>
+               </dict>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>202</integer>
+                       </dict>
+                       <key>Identifier</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>238</integer>
+                       </dict>
+               </dict>
+               <string>Littlest</string>
+               <dict>
+                       <key>$class</key>
+                       <dict>
+                               <key>CF$UID</key>
+                               <integer>48</integer>
+                       </dict>
+                       <key>NS.keys</key>
+                       <array>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>240</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>241</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>242</integer>
+                               </dict>
+                               <dict>
+                                       <key>CF$UID</key>
+                                       <integer>243</integer>
+                               </dict>
+                       </array>
+                       <key>NS.objects</key>