mirror of https://github.com/axmolengine/axmol.git
issue #2325: [iOS] Using Workspace to manage all projects. TBD, also apply to Mac port.
This commit is contained in:
parent
38f89b7101
commit
b870488aad
|
@ -263,9 +263,11 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
||||
DSTROOT = /tmp/SPII.dst;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
DSTROOT = /tmp/CocosDenshion.dst;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
||||
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
||||
|
@ -277,7 +279,7 @@
|
|||
);
|
||||
GENERATE_PKGINFO_FILE = NO;
|
||||
HEADER_SEARCH_PATHS = "\"$(SDKROOT)/usr/include/libxml2\"";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include;
|
||||
|
@ -293,9 +295,11 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
||||
DSTROOT = /tmp/SPII.dst;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
DSTROOT = /tmp/CocosDenshion.dst;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
||||
GCC_C_LANGUAGE_STANDARD = "compiler-default";
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = NO;
|
||||
|
@ -303,7 +307,7 @@
|
|||
GCC_PREPROCESSOR_DEFINITIONS = CC_TARGET_OS_IPHONE;
|
||||
GENERATE_PKGINFO_FILE = NO;
|
||||
HEADER_SEARCH_PATHS = "\"$(SDKROOT)/usr/include/libxml2\"";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include;
|
||||
|
|
|
@ -1 +1 @@
|
|||
08c5c5cd8dcd5b6d72678c72cd156682e33f8553
|
||||
142af321ac66d1e8652b959f71b6cd389951aad9
|
|
@ -0,0 +1,7 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'extensions' target in the 'extensions' project
|
||||
//
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'Box2D' target in the 'Box2D' project
|
||||
//
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
|
@ -0,0 +1,561 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1A0C0D681777FBBE00838530 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A0C0D671777FBBE00838530 /* Foundation.framework */; };
|
||||
1A0C0DD71777FC0500838530 /* b2BroadPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D771777FC0500838530 /* b2BroadPhase.cpp */; };
|
||||
1A0C0DD81777FC0500838530 /* b2CollideCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D791777FC0500838530 /* b2CollideCircle.cpp */; };
|
||||
1A0C0DD91777FC0500838530 /* b2CollideEdge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D7A1777FC0500838530 /* b2CollideEdge.cpp */; };
|
||||
1A0C0DDA1777FC0500838530 /* b2CollidePolygon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D7B1777FC0500838530 /* b2CollidePolygon.cpp */; };
|
||||
1A0C0DDB1777FC0500838530 /* b2Collision.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D7C1777FC0500838530 /* b2Collision.cpp */; };
|
||||
1A0C0DDC1777FC0500838530 /* b2Distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D7E1777FC0500838530 /* b2Distance.cpp */; };
|
||||
1A0C0DDD1777FC0500838530 /* b2DynamicTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D801777FC0500838530 /* b2DynamicTree.cpp */; };
|
||||
1A0C0DDE1777FC0500838530 /* b2TimeOfImpact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D821777FC0500838530 /* b2TimeOfImpact.cpp */; };
|
||||
1A0C0DDF1777FC0500838530 /* b2ChainShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D851777FC0500838530 /* b2ChainShape.cpp */; };
|
||||
1A0C0DE01777FC0500838530 /* b2CircleShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D871777FC0500838530 /* b2CircleShape.cpp */; };
|
||||
1A0C0DE11777FC0500838530 /* b2EdgeShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D891777FC0500838530 /* b2EdgeShape.cpp */; };
|
||||
1A0C0DE21777FC0500838530 /* b2PolygonShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D8B1777FC0500838530 /* b2PolygonShape.cpp */; };
|
||||
1A0C0DE31777FC0500838530 /* b2BlockAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D8F1777FC0500838530 /* b2BlockAllocator.cpp */; };
|
||||
1A0C0DE41777FC0500838530 /* b2Draw.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D911777FC0500838530 /* b2Draw.cpp */; };
|
||||
1A0C0DE51777FC0500838530 /* b2Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D941777FC0500838530 /* b2Math.cpp */; };
|
||||
1A0C0DE61777FC0500838530 /* b2Settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D961777FC0500838530 /* b2Settings.cpp */; };
|
||||
1A0C0DE71777FC0500838530 /* b2StackAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D981777FC0500838530 /* b2StackAllocator.cpp */; };
|
||||
1A0C0DE81777FC0500838530 /* b2Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D9A1777FC0500838530 /* b2Timer.cpp */; };
|
||||
1A0C0DE91777FC0500838530 /* b2Body.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D9D1777FC0500838530 /* b2Body.cpp */; };
|
||||
1A0C0DEA1777FC0500838530 /* b2ContactManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0D9F1777FC0500838530 /* b2ContactManager.cpp */; };
|
||||
1A0C0DEB1777FC0500838530 /* b2Fixture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DA11777FC0500838530 /* b2Fixture.cpp */; };
|
||||
1A0C0DEC1777FC0500838530 /* b2Island.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DA31777FC0500838530 /* b2Island.cpp */; };
|
||||
1A0C0DED1777FC0500838530 /* b2World.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DA61777FC0500838530 /* b2World.cpp */; };
|
||||
1A0C0DEE1777FC0500838530 /* b2WorldCallbacks.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DA81777FC0500838530 /* b2WorldCallbacks.cpp */; };
|
||||
1A0C0DEF1777FC0500838530 /* b2ChainAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DAB1777FC0500838530 /* b2ChainAndCircleContact.cpp */; };
|
||||
1A0C0DF01777FC0500838530 /* b2ChainAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DAD1777FC0500838530 /* b2ChainAndPolygonContact.cpp */; };
|
||||
1A0C0DF11777FC0500838530 /* b2CircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DAF1777FC0500838530 /* b2CircleContact.cpp */; };
|
||||
1A0C0DF21777FC0500838530 /* b2Contact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DB11777FC0500838530 /* b2Contact.cpp */; };
|
||||
1A0C0DF31777FC0500838530 /* b2ContactSolver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DB31777FC0500838530 /* b2ContactSolver.cpp */; };
|
||||
1A0C0DF41777FC0500838530 /* b2EdgeAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DB51777FC0500838530 /* b2EdgeAndCircleContact.cpp */; };
|
||||
1A0C0DF51777FC0500838530 /* b2EdgeAndPolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DB71777FC0500838530 /* b2EdgeAndPolygonContact.cpp */; };
|
||||
1A0C0DF61777FC0500838530 /* b2PolygonAndCircleContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DB91777FC0500838530 /* b2PolygonAndCircleContact.cpp */; };
|
||||
1A0C0DF71777FC0500838530 /* b2PolygonContact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DBB1777FC0500838530 /* b2PolygonContact.cpp */; };
|
||||
1A0C0DF81777FC0500838530 /* b2DistanceJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DBE1777FC0500838530 /* b2DistanceJoint.cpp */; };
|
||||
1A0C0DF91777FC0500838530 /* b2FrictionJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DC01777FC0500838530 /* b2FrictionJoint.cpp */; };
|
||||
1A0C0DFA1777FC0500838530 /* b2GearJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DC21777FC0500838530 /* b2GearJoint.cpp */; };
|
||||
1A0C0DFB1777FC0500838530 /* b2Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DC41777FC0500838530 /* b2Joint.cpp */; };
|
||||
1A0C0DFC1777FC0500838530 /* b2MouseJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DC61777FC0500838530 /* b2MouseJoint.cpp */; };
|
||||
1A0C0DFD1777FC0500838530 /* b2PrismaticJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DC81777FC0500838530 /* b2PrismaticJoint.cpp */; };
|
||||
1A0C0DFE1777FC0500838530 /* b2PulleyJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DCA1777FC0500838530 /* b2PulleyJoint.cpp */; };
|
||||
1A0C0DFF1777FC0500838530 /* b2RevoluteJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DCC1777FC0500838530 /* b2RevoluteJoint.cpp */; };
|
||||
1A0C0E001777FC0500838530 /* b2RopeJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DCE1777FC0500838530 /* b2RopeJoint.cpp */; };
|
||||
1A0C0E011777FC0500838530 /* b2WeldJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DD01777FC0500838530 /* b2WeldJoint.cpp */; };
|
||||
1A0C0E021777FC0500838530 /* b2WheelJoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DD21777FC0500838530 /* b2WheelJoint.cpp */; };
|
||||
1A0C0E031777FC0500838530 /* b2Rope.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0DD51777FC0500838530 /* b2Rope.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
1A0C0D621777FBBE00838530 /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "include/${PRODUCT_NAME}";
|
||||
dstSubfolderSpec = 16;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1A0C0D641777FBBE00838530 /* libBox2D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libBox2D.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A0C0D671777FBBE00838530 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
1A0C0D751777FC0500838530 /* Box2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Box2D.h; path = ../Box2D.h; sourceTree = "<group>"; };
|
||||
1A0C0D771777FC0500838530 /* b2BroadPhase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BroadPhase.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D781777FC0500838530 /* b2BroadPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BroadPhase.h; sourceTree = "<group>"; };
|
||||
1A0C0D791777FC0500838530 /* b2CollideCircle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideCircle.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D7A1777FC0500838530 /* b2CollideEdge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollideEdge.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D7B1777FC0500838530 /* b2CollidePolygon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CollidePolygon.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D7C1777FC0500838530 /* b2Collision.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Collision.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D7D1777FC0500838530 /* b2Collision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Collision.h; sourceTree = "<group>"; };
|
||||
1A0C0D7E1777FC0500838530 /* b2Distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Distance.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D7F1777FC0500838530 /* b2Distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Distance.h; sourceTree = "<group>"; };
|
||||
1A0C0D801777FC0500838530 /* b2DynamicTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DynamicTree.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D811777FC0500838530 /* b2DynamicTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DynamicTree.h; sourceTree = "<group>"; };
|
||||
1A0C0D821777FC0500838530 /* b2TimeOfImpact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2TimeOfImpact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D831777FC0500838530 /* b2TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeOfImpact.h; sourceTree = "<group>"; };
|
||||
1A0C0D851777FC0500838530 /* b2ChainShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainShape.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D861777FC0500838530 /* b2ChainShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainShape.h; sourceTree = "<group>"; };
|
||||
1A0C0D871777FC0500838530 /* b2CircleShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleShape.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D881777FC0500838530 /* b2CircleShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleShape.h; sourceTree = "<group>"; };
|
||||
1A0C0D891777FC0500838530 /* b2EdgeShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeShape.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D8A1777FC0500838530 /* b2EdgeShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeShape.h; sourceTree = "<group>"; };
|
||||
1A0C0D8B1777FC0500838530 /* b2PolygonShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonShape.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D8C1777FC0500838530 /* b2PolygonShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonShape.h; sourceTree = "<group>"; };
|
||||
1A0C0D8D1777FC0500838530 /* b2Shape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Shape.h; sourceTree = "<group>"; };
|
||||
1A0C0D8F1777FC0500838530 /* b2BlockAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2BlockAllocator.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D901777FC0500838530 /* b2BlockAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2BlockAllocator.h; sourceTree = "<group>"; };
|
||||
1A0C0D911777FC0500838530 /* b2Draw.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Draw.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D921777FC0500838530 /* b2Draw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Draw.h; sourceTree = "<group>"; };
|
||||
1A0C0D931777FC0500838530 /* b2GrowableStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GrowableStack.h; sourceTree = "<group>"; };
|
||||
1A0C0D941777FC0500838530 /* b2Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Math.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D951777FC0500838530 /* b2Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Math.h; sourceTree = "<group>"; };
|
||||
1A0C0D961777FC0500838530 /* b2Settings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Settings.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D971777FC0500838530 /* b2Settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Settings.h; sourceTree = "<group>"; };
|
||||
1A0C0D981777FC0500838530 /* b2StackAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2StackAllocator.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D991777FC0500838530 /* b2StackAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2StackAllocator.h; sourceTree = "<group>"; };
|
||||
1A0C0D9A1777FC0500838530 /* b2Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Timer.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D9B1777FC0500838530 /* b2Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Timer.h; sourceTree = "<group>"; };
|
||||
1A0C0D9D1777FC0500838530 /* b2Body.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Body.cpp; sourceTree = "<group>"; };
|
||||
1A0C0D9E1777FC0500838530 /* b2Body.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Body.h; sourceTree = "<group>"; };
|
||||
1A0C0D9F1777FC0500838530 /* b2ContactManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactManager.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DA01777FC0500838530 /* b2ContactManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactManager.h; sourceTree = "<group>"; };
|
||||
1A0C0DA11777FC0500838530 /* b2Fixture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Fixture.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DA21777FC0500838530 /* b2Fixture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Fixture.h; sourceTree = "<group>"; };
|
||||
1A0C0DA31777FC0500838530 /* b2Island.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Island.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DA41777FC0500838530 /* b2Island.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Island.h; sourceTree = "<group>"; };
|
||||
1A0C0DA51777FC0500838530 /* b2TimeStep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2TimeStep.h; sourceTree = "<group>"; };
|
||||
1A0C0DA61777FC0500838530 /* b2World.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2World.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DA71777FC0500838530 /* b2World.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2World.h; sourceTree = "<group>"; };
|
||||
1A0C0DA81777FC0500838530 /* b2WorldCallbacks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WorldCallbacks.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DA91777FC0500838530 /* b2WorldCallbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WorldCallbacks.h; sourceTree = "<group>"; };
|
||||
1A0C0DAB1777FC0500838530 /* b2ChainAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndCircleContact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DAC1777FC0500838530 /* b2ChainAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndCircleContact.h; sourceTree = "<group>"; };
|
||||
1A0C0DAD1777FC0500838530 /* b2ChainAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ChainAndPolygonContact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DAE1777FC0500838530 /* b2ChainAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ChainAndPolygonContact.h; sourceTree = "<group>"; };
|
||||
1A0C0DAF1777FC0500838530 /* b2CircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2CircleContact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DB01777FC0500838530 /* b2CircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2CircleContact.h; sourceTree = "<group>"; };
|
||||
1A0C0DB11777FC0500838530 /* b2Contact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Contact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DB21777FC0500838530 /* b2Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Contact.h; sourceTree = "<group>"; };
|
||||
1A0C0DB31777FC0500838530 /* b2ContactSolver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2ContactSolver.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DB41777FC0500838530 /* b2ContactSolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2ContactSolver.h; sourceTree = "<group>"; };
|
||||
1A0C0DB51777FC0500838530 /* b2EdgeAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndCircleContact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DB61777FC0500838530 /* b2EdgeAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndCircleContact.h; sourceTree = "<group>"; };
|
||||
1A0C0DB71777FC0500838530 /* b2EdgeAndPolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2EdgeAndPolygonContact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DB81777FC0500838530 /* b2EdgeAndPolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2EdgeAndPolygonContact.h; sourceTree = "<group>"; };
|
||||
1A0C0DB91777FC0500838530 /* b2PolygonAndCircleContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonAndCircleContact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DBA1777FC0500838530 /* b2PolygonAndCircleContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonAndCircleContact.h; sourceTree = "<group>"; };
|
||||
1A0C0DBB1777FC0500838530 /* b2PolygonContact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PolygonContact.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DBC1777FC0500838530 /* b2PolygonContact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PolygonContact.h; sourceTree = "<group>"; };
|
||||
1A0C0DBE1777FC0500838530 /* b2DistanceJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2DistanceJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DBF1777FC0500838530 /* b2DistanceJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2DistanceJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DC01777FC0500838530 /* b2FrictionJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2FrictionJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DC11777FC0500838530 /* b2FrictionJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2FrictionJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DC21777FC0500838530 /* b2GearJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2GearJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DC31777FC0500838530 /* b2GearJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2GearJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DC41777FC0500838530 /* b2Joint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Joint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DC51777FC0500838530 /* b2Joint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Joint.h; sourceTree = "<group>"; };
|
||||
1A0C0DC61777FC0500838530 /* b2MouseJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MouseJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DC71777FC0500838530 /* b2MouseJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MouseJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DC81777FC0500838530 /* b2PrismaticJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PrismaticJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DC91777FC0500838530 /* b2PrismaticJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PrismaticJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DCA1777FC0500838530 /* b2PulleyJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2PulleyJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DCB1777FC0500838530 /* b2PulleyJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2PulleyJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DCC1777FC0500838530 /* b2RevoluteJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RevoluteJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DCD1777FC0500838530 /* b2RevoluteJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RevoluteJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DCE1777FC0500838530 /* b2RopeJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2RopeJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DCF1777FC0500838530 /* b2RopeJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2RopeJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DD01777FC0500838530 /* b2WeldJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WeldJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DD11777FC0500838530 /* b2WeldJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WeldJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DD21777FC0500838530 /* b2WheelJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2WheelJoint.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DD31777FC0500838530 /* b2WheelJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2WheelJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0DD51777FC0500838530 /* b2Rope.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2Rope.cpp; sourceTree = "<group>"; };
|
||||
1A0C0DD61777FC0500838530 /* b2Rope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2Rope.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
1A0C0D611777FBBE00838530 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A0C0D681777FBBE00838530 /* Foundation.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1A0C0D5B1777FBBE00838530 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0D751777FC0500838530 /* Box2D.h */,
|
||||
1A0C0D761777FC0500838530 /* Collision */,
|
||||
1A0C0D8E1777FC0500838530 /* Common */,
|
||||
1A0C0D9C1777FC0500838530 /* Dynamics */,
|
||||
1A0C0DD41777FC0500838530 /* Rope */,
|
||||
1A0C0D661777FBBE00838530 /* Frameworks */,
|
||||
1A0C0D651777FBBE00838530 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0D651777FBBE00838530 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0D641777FBBE00838530 /* libBox2D.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0D661777FBBE00838530 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0D671777FBBE00838530 /* Foundation.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0D761777FC0500838530 /* Collision */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0D771777FC0500838530 /* b2BroadPhase.cpp */,
|
||||
1A0C0D781777FC0500838530 /* b2BroadPhase.h */,
|
||||
1A0C0D791777FC0500838530 /* b2CollideCircle.cpp */,
|
||||
1A0C0D7A1777FC0500838530 /* b2CollideEdge.cpp */,
|
||||
1A0C0D7B1777FC0500838530 /* b2CollidePolygon.cpp */,
|
||||
1A0C0D7C1777FC0500838530 /* b2Collision.cpp */,
|
||||
1A0C0D7D1777FC0500838530 /* b2Collision.h */,
|
||||
1A0C0D7E1777FC0500838530 /* b2Distance.cpp */,
|
||||
1A0C0D7F1777FC0500838530 /* b2Distance.h */,
|
||||
1A0C0D801777FC0500838530 /* b2DynamicTree.cpp */,
|
||||
1A0C0D811777FC0500838530 /* b2DynamicTree.h */,
|
||||
1A0C0D821777FC0500838530 /* b2TimeOfImpact.cpp */,
|
||||
1A0C0D831777FC0500838530 /* b2TimeOfImpact.h */,
|
||||
1A0C0D841777FC0500838530 /* Shapes */,
|
||||
);
|
||||
name = Collision;
|
||||
path = ../Collision;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0D841777FC0500838530 /* Shapes */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0D851777FC0500838530 /* b2ChainShape.cpp */,
|
||||
1A0C0D861777FC0500838530 /* b2ChainShape.h */,
|
||||
1A0C0D871777FC0500838530 /* b2CircleShape.cpp */,
|
||||
1A0C0D881777FC0500838530 /* b2CircleShape.h */,
|
||||
1A0C0D891777FC0500838530 /* b2EdgeShape.cpp */,
|
||||
1A0C0D8A1777FC0500838530 /* b2EdgeShape.h */,
|
||||
1A0C0D8B1777FC0500838530 /* b2PolygonShape.cpp */,
|
||||
1A0C0D8C1777FC0500838530 /* b2PolygonShape.h */,
|
||||
1A0C0D8D1777FC0500838530 /* b2Shape.h */,
|
||||
);
|
||||
path = Shapes;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0D8E1777FC0500838530 /* Common */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0D8F1777FC0500838530 /* b2BlockAllocator.cpp */,
|
||||
1A0C0D901777FC0500838530 /* b2BlockAllocator.h */,
|
||||
1A0C0D911777FC0500838530 /* b2Draw.cpp */,
|
||||
1A0C0D921777FC0500838530 /* b2Draw.h */,
|
||||
1A0C0D931777FC0500838530 /* b2GrowableStack.h */,
|
||||
1A0C0D941777FC0500838530 /* b2Math.cpp */,
|
||||
1A0C0D951777FC0500838530 /* b2Math.h */,
|
||||
1A0C0D961777FC0500838530 /* b2Settings.cpp */,
|
||||
1A0C0D971777FC0500838530 /* b2Settings.h */,
|
||||
1A0C0D981777FC0500838530 /* b2StackAllocator.cpp */,
|
||||
1A0C0D991777FC0500838530 /* b2StackAllocator.h */,
|
||||
1A0C0D9A1777FC0500838530 /* b2Timer.cpp */,
|
||||
1A0C0D9B1777FC0500838530 /* b2Timer.h */,
|
||||
);
|
||||
name = Common;
|
||||
path = ../Common;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0D9C1777FC0500838530 /* Dynamics */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0D9D1777FC0500838530 /* b2Body.cpp */,
|
||||
1A0C0D9E1777FC0500838530 /* b2Body.h */,
|
||||
1A0C0D9F1777FC0500838530 /* b2ContactManager.cpp */,
|
||||
1A0C0DA01777FC0500838530 /* b2ContactManager.h */,
|
||||
1A0C0DA11777FC0500838530 /* b2Fixture.cpp */,
|
||||
1A0C0DA21777FC0500838530 /* b2Fixture.h */,
|
||||
1A0C0DA31777FC0500838530 /* b2Island.cpp */,
|
||||
1A0C0DA41777FC0500838530 /* b2Island.h */,
|
||||
1A0C0DA51777FC0500838530 /* b2TimeStep.h */,
|
||||
1A0C0DA61777FC0500838530 /* b2World.cpp */,
|
||||
1A0C0DA71777FC0500838530 /* b2World.h */,
|
||||
1A0C0DA81777FC0500838530 /* b2WorldCallbacks.cpp */,
|
||||
1A0C0DA91777FC0500838530 /* b2WorldCallbacks.h */,
|
||||
1A0C0DAA1777FC0500838530 /* Contacts */,
|
||||
1A0C0DBD1777FC0500838530 /* Joints */,
|
||||
);
|
||||
name = Dynamics;
|
||||
path = ../Dynamics;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0DAA1777FC0500838530 /* Contacts */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0DAB1777FC0500838530 /* b2ChainAndCircleContact.cpp */,
|
||||
1A0C0DAC1777FC0500838530 /* b2ChainAndCircleContact.h */,
|
||||
1A0C0DAD1777FC0500838530 /* b2ChainAndPolygonContact.cpp */,
|
||||
1A0C0DAE1777FC0500838530 /* b2ChainAndPolygonContact.h */,
|
||||
1A0C0DAF1777FC0500838530 /* b2CircleContact.cpp */,
|
||||
1A0C0DB01777FC0500838530 /* b2CircleContact.h */,
|
||||
1A0C0DB11777FC0500838530 /* b2Contact.cpp */,
|
||||
1A0C0DB21777FC0500838530 /* b2Contact.h */,
|
||||
1A0C0DB31777FC0500838530 /* b2ContactSolver.cpp */,
|
||||
1A0C0DB41777FC0500838530 /* b2ContactSolver.h */,
|
||||
1A0C0DB51777FC0500838530 /* b2EdgeAndCircleContact.cpp */,
|
||||
1A0C0DB61777FC0500838530 /* b2EdgeAndCircleContact.h */,
|
||||
1A0C0DB71777FC0500838530 /* b2EdgeAndPolygonContact.cpp */,
|
||||
1A0C0DB81777FC0500838530 /* b2EdgeAndPolygonContact.h */,
|
||||
1A0C0DB91777FC0500838530 /* b2PolygonAndCircleContact.cpp */,
|
||||
1A0C0DBA1777FC0500838530 /* b2PolygonAndCircleContact.h */,
|
||||
1A0C0DBB1777FC0500838530 /* b2PolygonContact.cpp */,
|
||||
1A0C0DBC1777FC0500838530 /* b2PolygonContact.h */,
|
||||
);
|
||||
path = Contacts;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0DBD1777FC0500838530 /* Joints */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0DBE1777FC0500838530 /* b2DistanceJoint.cpp */,
|
||||
1A0C0DBF1777FC0500838530 /* b2DistanceJoint.h */,
|
||||
1A0C0DC01777FC0500838530 /* b2FrictionJoint.cpp */,
|
||||
1A0C0DC11777FC0500838530 /* b2FrictionJoint.h */,
|
||||
1A0C0DC21777FC0500838530 /* b2GearJoint.cpp */,
|
||||
1A0C0DC31777FC0500838530 /* b2GearJoint.h */,
|
||||
1A0C0DC41777FC0500838530 /* b2Joint.cpp */,
|
||||
1A0C0DC51777FC0500838530 /* b2Joint.h */,
|
||||
1A0C0DC61777FC0500838530 /* b2MouseJoint.cpp */,
|
||||
1A0C0DC71777FC0500838530 /* b2MouseJoint.h */,
|
||||
1A0C0DC81777FC0500838530 /* b2PrismaticJoint.cpp */,
|
||||
1A0C0DC91777FC0500838530 /* b2PrismaticJoint.h */,
|
||||
1A0C0DCA1777FC0500838530 /* b2PulleyJoint.cpp */,
|
||||
1A0C0DCB1777FC0500838530 /* b2PulleyJoint.h */,
|
||||
1A0C0DCC1777FC0500838530 /* b2RevoluteJoint.cpp */,
|
||||
1A0C0DCD1777FC0500838530 /* b2RevoluteJoint.h */,
|
||||
1A0C0DCE1777FC0500838530 /* b2RopeJoint.cpp */,
|
||||
1A0C0DCF1777FC0500838530 /* b2RopeJoint.h */,
|
||||
1A0C0DD01777FC0500838530 /* b2WeldJoint.cpp */,
|
||||
1A0C0DD11777FC0500838530 /* b2WeldJoint.h */,
|
||||
1A0C0DD21777FC0500838530 /* b2WheelJoint.cpp */,
|
||||
1A0C0DD31777FC0500838530 /* b2WheelJoint.h */,
|
||||
);
|
||||
path = Joints;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0DD41777FC0500838530 /* Rope */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0DD51777FC0500838530 /* b2Rope.cpp */,
|
||||
1A0C0DD61777FC0500838530 /* b2Rope.h */,
|
||||
);
|
||||
name = Rope;
|
||||
path = ../Rope;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1A0C0D631777FBBE00838530 /* Box2D */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1A0C0D721777FBBE00838530 /* Build configuration list for PBXNativeTarget "Box2D" */;
|
||||
buildPhases = (
|
||||
1A0C0D601777FBBE00838530 /* Sources */,
|
||||
1A0C0D611777FBBE00838530 /* Frameworks */,
|
||||
1A0C0D621777FBBE00838530 /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = Box2D;
|
||||
productName = Box2D;
|
||||
productReference = 1A0C0D641777FBBE00838530 /* libBox2D.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
1A0C0D5C1777FBBE00838530 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1A0C0D5F1777FBBE00838530 /* Build configuration list for PBXProject "Box2D" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = 1A0C0D5B1777FBBE00838530;
|
||||
productRefGroup = 1A0C0D651777FBBE00838530 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1A0C0D631777FBBE00838530 /* Box2D */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
1A0C0D601777FBBE00838530 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A0C0DD71777FC0500838530 /* b2BroadPhase.cpp in Sources */,
|
||||
1A0C0DD81777FC0500838530 /* b2CollideCircle.cpp in Sources */,
|
||||
1A0C0DD91777FC0500838530 /* b2CollideEdge.cpp in Sources */,
|
||||
1A0C0DDA1777FC0500838530 /* b2CollidePolygon.cpp in Sources */,
|
||||
1A0C0DDB1777FC0500838530 /* b2Collision.cpp in Sources */,
|
||||
1A0C0DDC1777FC0500838530 /* b2Distance.cpp in Sources */,
|
||||
1A0C0DDD1777FC0500838530 /* b2DynamicTree.cpp in Sources */,
|
||||
1A0C0DDE1777FC0500838530 /* b2TimeOfImpact.cpp in Sources */,
|
||||
1A0C0DDF1777FC0500838530 /* b2ChainShape.cpp in Sources */,
|
||||
1A0C0DE01777FC0500838530 /* b2CircleShape.cpp in Sources */,
|
||||
1A0C0DE11777FC0500838530 /* b2EdgeShape.cpp in Sources */,
|
||||
1A0C0DE21777FC0500838530 /* b2PolygonShape.cpp in Sources */,
|
||||
1A0C0DE31777FC0500838530 /* b2BlockAllocator.cpp in Sources */,
|
||||
1A0C0DE41777FC0500838530 /* b2Draw.cpp in Sources */,
|
||||
1A0C0DE51777FC0500838530 /* b2Math.cpp in Sources */,
|
||||
1A0C0DE61777FC0500838530 /* b2Settings.cpp in Sources */,
|
||||
1A0C0DE71777FC0500838530 /* b2StackAllocator.cpp in Sources */,
|
||||
1A0C0DE81777FC0500838530 /* b2Timer.cpp in Sources */,
|
||||
1A0C0DE91777FC0500838530 /* b2Body.cpp in Sources */,
|
||||
1A0C0DEA1777FC0500838530 /* b2ContactManager.cpp in Sources */,
|
||||
1A0C0DEB1777FC0500838530 /* b2Fixture.cpp in Sources */,
|
||||
1A0C0DEC1777FC0500838530 /* b2Island.cpp in Sources */,
|
||||
1A0C0DED1777FC0500838530 /* b2World.cpp in Sources */,
|
||||
1A0C0DEE1777FC0500838530 /* b2WorldCallbacks.cpp in Sources */,
|
||||
1A0C0DEF1777FC0500838530 /* b2ChainAndCircleContact.cpp in Sources */,
|
||||
1A0C0DF01777FC0500838530 /* b2ChainAndPolygonContact.cpp in Sources */,
|
||||
1A0C0DF11777FC0500838530 /* b2CircleContact.cpp in Sources */,
|
||||
1A0C0DF21777FC0500838530 /* b2Contact.cpp in Sources */,
|
||||
1A0C0DF31777FC0500838530 /* b2ContactSolver.cpp in Sources */,
|
||||
1A0C0DF41777FC0500838530 /* b2EdgeAndCircleContact.cpp in Sources */,
|
||||
1A0C0DF51777FC0500838530 /* b2EdgeAndPolygonContact.cpp in Sources */,
|
||||
1A0C0DF61777FC0500838530 /* b2PolygonAndCircleContact.cpp in Sources */,
|
||||
1A0C0DF71777FC0500838530 /* b2PolygonContact.cpp in Sources */,
|
||||
1A0C0DF81777FC0500838530 /* b2DistanceJoint.cpp in Sources */,
|
||||
1A0C0DF91777FC0500838530 /* b2FrictionJoint.cpp in Sources */,
|
||||
1A0C0DFA1777FC0500838530 /* b2GearJoint.cpp in Sources */,
|
||||
1A0C0DFB1777FC0500838530 /* b2Joint.cpp in Sources */,
|
||||
1A0C0DFC1777FC0500838530 /* b2MouseJoint.cpp in Sources */,
|
||||
1A0C0DFD1777FC0500838530 /* b2PrismaticJoint.cpp in Sources */,
|
||||
1A0C0DFE1777FC0500838530 /* b2PulleyJoint.cpp in Sources */,
|
||||
1A0C0DFF1777FC0500838530 /* b2RevoluteJoint.cpp in Sources */,
|
||||
1A0C0E001777FC0500838530 /* b2RopeJoint.cpp in Sources */,
|
||||
1A0C0E011777FC0500838530 /* b2WeldJoint.cpp in Sources */,
|
||||
1A0C0E021777FC0500838530 /* b2WheelJoint.cpp in Sources */,
|
||||
1A0C0E031777FC0500838530 /* b2Rope.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1A0C0D701777FBBE00838530 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1A0C0D711777FBBE00838530 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1A0C0D731777FBBE00838530 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
DSTROOT = /tmp/Box2D.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "Box2D-Prefix.pch";
|
||||
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../..\"";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
USER_HEADER_SEARCH_PATHS = "";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1A0C0D741777FBBE00838530 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
DSTROOT = /tmp/Box2D.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "Box2D-Prefix.pch";
|
||||
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../..\"";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
USER_HEADER_SEARCH_PATHS = "";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1A0C0D5F1777FBBE00838530 /* Build configuration list for PBXProject "Box2D" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A0C0D701777FBBE00838530 /* Debug */,
|
||||
1A0C0D711777FBBE00838530 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1A0C0D721777FBBE00838530 /* Build configuration list for PBXNativeTarget "Box2D" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A0C0D731777FBBE00838530 /* Debug */,
|
||||
1A0C0D741777FBBE00838530 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 1A0C0D5C1777FBBE00838530 /* Project object */;
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'chipmunk' target in the 'chipmunk' project
|
||||
//
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
|
@ -0,0 +1,439 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1A0C0E111777FC7400838530 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A0C0E101777FC7400838530 /* Foundation.framework */; };
|
||||
1A0C0E5B1777FC9F00838530 /* chipmunk.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E3B1777FC9F00838530 /* chipmunk.c */; };
|
||||
1A0C0E5C1777FC9F00838530 /* cpConstraint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E3E1777FC9F00838530 /* cpConstraint.c */; };
|
||||
1A0C0E5D1777FC9F00838530 /* cpDampedRotarySpring.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E3F1777FC9F00838530 /* cpDampedRotarySpring.c */; };
|
||||
1A0C0E5E1777FC9F00838530 /* cpDampedSpring.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E401777FC9F00838530 /* cpDampedSpring.c */; };
|
||||
1A0C0E5F1777FC9F00838530 /* cpGearJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E411777FC9F00838530 /* cpGearJoint.c */; };
|
||||
1A0C0E601777FC9F00838530 /* cpGrooveJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E421777FC9F00838530 /* cpGrooveJoint.c */; };
|
||||
1A0C0E611777FC9F00838530 /* cpPinJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E431777FC9F00838530 /* cpPinJoint.c */; };
|
||||
1A0C0E621777FC9F00838530 /* cpPivotJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E441777FC9F00838530 /* cpPivotJoint.c */; };
|
||||
1A0C0E631777FC9F00838530 /* cpRatchetJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E451777FC9F00838530 /* cpRatchetJoint.c */; };
|
||||
1A0C0E641777FC9F00838530 /* cpRotaryLimitJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E461777FC9F00838530 /* cpRotaryLimitJoint.c */; };
|
||||
1A0C0E651777FC9F00838530 /* cpSimpleMotor.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E471777FC9F00838530 /* cpSimpleMotor.c */; };
|
||||
1A0C0E661777FC9F00838530 /* cpSlideJoint.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E481777FC9F00838530 /* cpSlideJoint.c */; };
|
||||
1A0C0E671777FC9F00838530 /* cpArbiter.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E491777FC9F00838530 /* cpArbiter.c */; };
|
||||
1A0C0E681777FC9F00838530 /* cpArray.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E4A1777FC9F00838530 /* cpArray.c */; };
|
||||
1A0C0E691777FC9F00838530 /* cpBB.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E4B1777FC9F00838530 /* cpBB.c */; };
|
||||
1A0C0E6A1777FC9F00838530 /* cpBBTree.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E4C1777FC9F00838530 /* cpBBTree.c */; };
|
||||
1A0C0E6B1777FC9F00838530 /* cpBody.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E4D1777FC9F00838530 /* cpBody.c */; };
|
||||
1A0C0E6C1777FC9F00838530 /* cpCollision.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E4E1777FC9F00838530 /* cpCollision.c */; };
|
||||
1A0C0E6D1777FC9F00838530 /* cpHashSet.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E4F1777FC9F00838530 /* cpHashSet.c */; };
|
||||
1A0C0E6E1777FC9F00838530 /* cpPolyShape.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E501777FC9F00838530 /* cpPolyShape.c */; };
|
||||
1A0C0E6F1777FC9F00838530 /* cpShape.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E511777FC9F00838530 /* cpShape.c */; };
|
||||
1A0C0E701777FC9F00838530 /* cpSpace.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E521777FC9F00838530 /* cpSpace.c */; };
|
||||
1A0C0E711777FC9F00838530 /* cpSpaceComponent.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E531777FC9F00838530 /* cpSpaceComponent.c */; };
|
||||
1A0C0E721777FC9F00838530 /* cpSpaceHash.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E541777FC9F00838530 /* cpSpaceHash.c */; };
|
||||
1A0C0E731777FC9F00838530 /* cpSpaceQuery.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E551777FC9F00838530 /* cpSpaceQuery.c */; };
|
||||
1A0C0E741777FC9F00838530 /* cpSpaceStep.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E561777FC9F00838530 /* cpSpaceStep.c */; };
|
||||
1A0C0E751777FC9F00838530 /* cpSpatialIndex.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E571777FC9F00838530 /* cpSpatialIndex.c */; };
|
||||
1A0C0E761777FC9F00838530 /* cpSweep1D.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E581777FC9F00838530 /* cpSweep1D.c */; };
|
||||
1A0C0E771777FC9F00838530 /* cpVect.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E591777FC9F00838530 /* cpVect.c */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
1A0C0E0B1777FC7400838530 /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "include/${PRODUCT_NAME}";
|
||||
dstSubfolderSpec = 16;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1A0C0E0D1777FC7400838530 /* libchipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libchipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A0C0E101777FC7400838530 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
1A0C0E201777FC9F00838530 /* chipmunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chipmunk.h; sourceTree = "<group>"; };
|
||||
1A0C0E211777FC9F00838530 /* chipmunk_ffi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chipmunk_ffi.h; sourceTree = "<group>"; };
|
||||
1A0C0E221777FC9F00838530 /* chipmunk_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chipmunk_private.h; sourceTree = "<group>"; };
|
||||
1A0C0E231777FC9F00838530 /* chipmunk_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chipmunk_types.h; sourceTree = "<group>"; };
|
||||
1A0C0E241777FC9F00838530 /* chipmunk_unsafe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chipmunk_unsafe.h; sourceTree = "<group>"; };
|
||||
1A0C0E261777FC9F00838530 /* cpConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpConstraint.h; sourceTree = "<group>"; };
|
||||
1A0C0E271777FC9F00838530 /* cpDampedRotarySpring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpDampedRotarySpring.h; sourceTree = "<group>"; };
|
||||
1A0C0E281777FC9F00838530 /* cpDampedSpring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpDampedSpring.h; sourceTree = "<group>"; };
|
||||
1A0C0E291777FC9F00838530 /* cpGearJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpGearJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0E2A1777FC9F00838530 /* cpGrooveJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpGrooveJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0E2B1777FC9F00838530 /* cpPinJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpPinJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0E2C1777FC9F00838530 /* cpPivotJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpPivotJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0E2D1777FC9F00838530 /* cpRatchetJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpRatchetJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0E2E1777FC9F00838530 /* cpRotaryLimitJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpRotaryLimitJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0E2F1777FC9F00838530 /* cpSimpleMotor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpSimpleMotor.h; sourceTree = "<group>"; };
|
||||
1A0C0E301777FC9F00838530 /* cpSlideJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpSlideJoint.h; sourceTree = "<group>"; };
|
||||
1A0C0E311777FC9F00838530 /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
|
||||
1A0C0E321777FC9F00838530 /* cpArbiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpArbiter.h; sourceTree = "<group>"; };
|
||||
1A0C0E331777FC9F00838530 /* cpBB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpBB.h; sourceTree = "<group>"; };
|
||||
1A0C0E341777FC9F00838530 /* cpBody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpBody.h; sourceTree = "<group>"; };
|
||||
1A0C0E351777FC9F00838530 /* cpPolyShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpPolyShape.h; sourceTree = "<group>"; };
|
||||
1A0C0E361777FC9F00838530 /* cpShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpShape.h; sourceTree = "<group>"; };
|
||||
1A0C0E371777FC9F00838530 /* cpSpace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpSpace.h; sourceTree = "<group>"; };
|
||||
1A0C0E381777FC9F00838530 /* cpSpatialIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpSpatialIndex.h; sourceTree = "<group>"; };
|
||||
1A0C0E391777FC9F00838530 /* cpVect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpVect.h; sourceTree = "<group>"; };
|
||||
1A0C0E3B1777FC9F00838530 /* chipmunk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chipmunk.c; sourceTree = "<group>"; };
|
||||
1A0C0E3C1777FC9F00838530 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; };
|
||||
1A0C0E3E1777FC9F00838530 /* cpConstraint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpConstraint.c; sourceTree = "<group>"; };
|
||||
1A0C0E3F1777FC9F00838530 /* cpDampedRotarySpring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpDampedRotarySpring.c; sourceTree = "<group>"; };
|
||||
1A0C0E401777FC9F00838530 /* cpDampedSpring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpDampedSpring.c; sourceTree = "<group>"; };
|
||||
1A0C0E411777FC9F00838530 /* cpGearJoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpGearJoint.c; sourceTree = "<group>"; };
|
||||
1A0C0E421777FC9F00838530 /* cpGrooveJoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpGrooveJoint.c; sourceTree = "<group>"; };
|
||||
1A0C0E431777FC9F00838530 /* cpPinJoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpPinJoint.c; sourceTree = "<group>"; };
|
||||
1A0C0E441777FC9F00838530 /* cpPivotJoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpPivotJoint.c; sourceTree = "<group>"; };
|
||||
1A0C0E451777FC9F00838530 /* cpRatchetJoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpRatchetJoint.c; sourceTree = "<group>"; };
|
||||
1A0C0E461777FC9F00838530 /* cpRotaryLimitJoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpRotaryLimitJoint.c; sourceTree = "<group>"; };
|
||||
1A0C0E471777FC9F00838530 /* cpSimpleMotor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSimpleMotor.c; sourceTree = "<group>"; };
|
||||
1A0C0E481777FC9F00838530 /* cpSlideJoint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSlideJoint.c; sourceTree = "<group>"; };
|
||||
1A0C0E491777FC9F00838530 /* cpArbiter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpArbiter.c; sourceTree = "<group>"; };
|
||||
1A0C0E4A1777FC9F00838530 /* cpArray.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpArray.c; sourceTree = "<group>"; };
|
||||
1A0C0E4B1777FC9F00838530 /* cpBB.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpBB.c; sourceTree = "<group>"; };
|
||||
1A0C0E4C1777FC9F00838530 /* cpBBTree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpBBTree.c; sourceTree = "<group>"; };
|
||||
1A0C0E4D1777FC9F00838530 /* cpBody.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpBody.c; sourceTree = "<group>"; };
|
||||
1A0C0E4E1777FC9F00838530 /* cpCollision.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpCollision.c; sourceTree = "<group>"; };
|
||||
1A0C0E4F1777FC9F00838530 /* cpHashSet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpHashSet.c; sourceTree = "<group>"; };
|
||||
1A0C0E501777FC9F00838530 /* cpPolyShape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpPolyShape.c; sourceTree = "<group>"; };
|
||||
1A0C0E511777FC9F00838530 /* cpShape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpShape.c; sourceTree = "<group>"; };
|
||||
1A0C0E521777FC9F00838530 /* cpSpace.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSpace.c; sourceTree = "<group>"; };
|
||||
1A0C0E531777FC9F00838530 /* cpSpaceComponent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSpaceComponent.c; sourceTree = "<group>"; };
|
||||
1A0C0E541777FC9F00838530 /* cpSpaceHash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSpaceHash.c; sourceTree = "<group>"; };
|
||||
1A0C0E551777FC9F00838530 /* cpSpaceQuery.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSpaceQuery.c; sourceTree = "<group>"; };
|
||||
1A0C0E561777FC9F00838530 /* cpSpaceStep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSpaceStep.c; sourceTree = "<group>"; };
|
||||
1A0C0E571777FC9F00838530 /* cpSpatialIndex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSpatialIndex.c; sourceTree = "<group>"; };
|
||||
1A0C0E581777FC9F00838530 /* cpSweep1D.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpSweep1D.c; sourceTree = "<group>"; };
|
||||
1A0C0E591777FC9F00838530 /* cpVect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpVect.c; sourceTree = "<group>"; };
|
||||
1A0C0E5A1777FC9F00838530 /* prime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prime.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
1A0C0E0A1777FC7400838530 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A0C0E111777FC7400838530 /* Foundation.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1A0C0E041777FC7400838530 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E1E1777FC9F00838530 /* include */,
|
||||
1A0C0E3A1777FC9F00838530 /* src */,
|
||||
1A0C0E0F1777FC7400838530 /* Frameworks */,
|
||||
1A0C0E0E1777FC7400838530 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E0E1777FC7400838530 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E0D1777FC7400838530 /* libchipmunk.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E0F1777FC7400838530 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E101777FC7400838530 /* Foundation.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E1E1777FC9F00838530 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E1F1777FC9F00838530 /* chipmunk */,
|
||||
);
|
||||
name = include;
|
||||
path = ../include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E1F1777FC9F00838530 /* chipmunk */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E201777FC9F00838530 /* chipmunk.h */,
|
||||
1A0C0E211777FC9F00838530 /* chipmunk_ffi.h */,
|
||||
1A0C0E221777FC9F00838530 /* chipmunk_private.h */,
|
||||
1A0C0E231777FC9F00838530 /* chipmunk_types.h */,
|
||||
1A0C0E241777FC9F00838530 /* chipmunk_unsafe.h */,
|
||||
1A0C0E251777FC9F00838530 /* constraints */,
|
||||
1A0C0E321777FC9F00838530 /* cpArbiter.h */,
|
||||
1A0C0E331777FC9F00838530 /* cpBB.h */,
|
||||
1A0C0E341777FC9F00838530 /* cpBody.h */,
|
||||
1A0C0E351777FC9F00838530 /* cpPolyShape.h */,
|
||||
1A0C0E361777FC9F00838530 /* cpShape.h */,
|
||||
1A0C0E371777FC9F00838530 /* cpSpace.h */,
|
||||
1A0C0E381777FC9F00838530 /* cpSpatialIndex.h */,
|
||||
1A0C0E391777FC9F00838530 /* cpVect.h */,
|
||||
);
|
||||
path = chipmunk;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E251777FC9F00838530 /* constraints */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E261777FC9F00838530 /* cpConstraint.h */,
|
||||
1A0C0E271777FC9F00838530 /* cpDampedRotarySpring.h */,
|
||||
1A0C0E281777FC9F00838530 /* cpDampedSpring.h */,
|
||||
1A0C0E291777FC9F00838530 /* cpGearJoint.h */,
|
||||
1A0C0E2A1777FC9F00838530 /* cpGrooveJoint.h */,
|
||||
1A0C0E2B1777FC9F00838530 /* cpPinJoint.h */,
|
||||
1A0C0E2C1777FC9F00838530 /* cpPivotJoint.h */,
|
||||
1A0C0E2D1777FC9F00838530 /* cpRatchetJoint.h */,
|
||||
1A0C0E2E1777FC9F00838530 /* cpRotaryLimitJoint.h */,
|
||||
1A0C0E2F1777FC9F00838530 /* cpSimpleMotor.h */,
|
||||
1A0C0E301777FC9F00838530 /* cpSlideJoint.h */,
|
||||
1A0C0E311777FC9F00838530 /* util.h */,
|
||||
);
|
||||
path = constraints;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E3A1777FC9F00838530 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E3B1777FC9F00838530 /* chipmunk.c */,
|
||||
1A0C0E3C1777FC9F00838530 /* CMakeLists.txt */,
|
||||
1A0C0E3D1777FC9F00838530 /* constraints */,
|
||||
1A0C0E491777FC9F00838530 /* cpArbiter.c */,
|
||||
1A0C0E4A1777FC9F00838530 /* cpArray.c */,
|
||||
1A0C0E4B1777FC9F00838530 /* cpBB.c */,
|
||||
1A0C0E4C1777FC9F00838530 /* cpBBTree.c */,
|
||||
1A0C0E4D1777FC9F00838530 /* cpBody.c */,
|
||||
1A0C0E4E1777FC9F00838530 /* cpCollision.c */,
|
||||
1A0C0E4F1777FC9F00838530 /* cpHashSet.c */,
|
||||
1A0C0E501777FC9F00838530 /* cpPolyShape.c */,
|
||||
1A0C0E511777FC9F00838530 /* cpShape.c */,
|
||||
1A0C0E521777FC9F00838530 /* cpSpace.c */,
|
||||
1A0C0E531777FC9F00838530 /* cpSpaceComponent.c */,
|
||||
1A0C0E541777FC9F00838530 /* cpSpaceHash.c */,
|
||||
1A0C0E551777FC9F00838530 /* cpSpaceQuery.c */,
|
||||
1A0C0E561777FC9F00838530 /* cpSpaceStep.c */,
|
||||
1A0C0E571777FC9F00838530 /* cpSpatialIndex.c */,
|
||||
1A0C0E581777FC9F00838530 /* cpSweep1D.c */,
|
||||
1A0C0E591777FC9F00838530 /* cpVect.c */,
|
||||
1A0C0E5A1777FC9F00838530 /* prime.h */,
|
||||
);
|
||||
name = src;
|
||||
path = ../src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E3D1777FC9F00838530 /* constraints */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E3E1777FC9F00838530 /* cpConstraint.c */,
|
||||
1A0C0E3F1777FC9F00838530 /* cpDampedRotarySpring.c */,
|
||||
1A0C0E401777FC9F00838530 /* cpDampedSpring.c */,
|
||||
1A0C0E411777FC9F00838530 /* cpGearJoint.c */,
|
||||
1A0C0E421777FC9F00838530 /* cpGrooveJoint.c */,
|
||||
1A0C0E431777FC9F00838530 /* cpPinJoint.c */,
|
||||
1A0C0E441777FC9F00838530 /* cpPivotJoint.c */,
|
||||
1A0C0E451777FC9F00838530 /* cpRatchetJoint.c */,
|
||||
1A0C0E461777FC9F00838530 /* cpRotaryLimitJoint.c */,
|
||||
1A0C0E471777FC9F00838530 /* cpSimpleMotor.c */,
|
||||
1A0C0E481777FC9F00838530 /* cpSlideJoint.c */,
|
||||
);
|
||||
path = constraints;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1A0C0E0C1777FC7400838530 /* chipmunk */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1A0C0E1B1777FC7400838530 /* Build configuration list for PBXNativeTarget "chipmunk" */;
|
||||
buildPhases = (
|
||||
1A0C0E091777FC7400838530 /* Sources */,
|
||||
1A0C0E0A1777FC7400838530 /* Frameworks */,
|
||||
1A0C0E0B1777FC7400838530 /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = chipmunk;
|
||||
productName = chipmunk;
|
||||
productReference = 1A0C0E0D1777FC7400838530 /* libchipmunk.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
1A0C0E051777FC7400838530 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1A0C0E081777FC7400838530 /* Build configuration list for PBXProject "chipmunk" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = 1A0C0E041777FC7400838530;
|
||||
productRefGroup = 1A0C0E0E1777FC7400838530 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1A0C0E0C1777FC7400838530 /* chipmunk */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
1A0C0E091777FC7400838530 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A0C0E5B1777FC9F00838530 /* chipmunk.c in Sources */,
|
||||
1A0C0E5C1777FC9F00838530 /* cpConstraint.c in Sources */,
|
||||
1A0C0E5D1777FC9F00838530 /* cpDampedRotarySpring.c in Sources */,
|
||||
1A0C0E5E1777FC9F00838530 /* cpDampedSpring.c in Sources */,
|
||||
1A0C0E5F1777FC9F00838530 /* cpGearJoint.c in Sources */,
|
||||
1A0C0E601777FC9F00838530 /* cpGrooveJoint.c in Sources */,
|
||||
1A0C0E611777FC9F00838530 /* cpPinJoint.c in Sources */,
|
||||
1A0C0E621777FC9F00838530 /* cpPivotJoint.c in Sources */,
|
||||
1A0C0E631777FC9F00838530 /* cpRatchetJoint.c in Sources */,
|
||||
1A0C0E641777FC9F00838530 /* cpRotaryLimitJoint.c in Sources */,
|
||||
1A0C0E651777FC9F00838530 /* cpSimpleMotor.c in Sources */,
|
||||
1A0C0E661777FC9F00838530 /* cpSlideJoint.c in Sources */,
|
||||
1A0C0E671777FC9F00838530 /* cpArbiter.c in Sources */,
|
||||
1A0C0E681777FC9F00838530 /* cpArray.c in Sources */,
|
||||
1A0C0E691777FC9F00838530 /* cpBB.c in Sources */,
|
||||
1A0C0E6A1777FC9F00838530 /* cpBBTree.c in Sources */,
|
||||
1A0C0E6B1777FC9F00838530 /* cpBody.c in Sources */,
|
||||
1A0C0E6C1777FC9F00838530 /* cpCollision.c in Sources */,
|
||||
1A0C0E6D1777FC9F00838530 /* cpHashSet.c in Sources */,
|
||||
1A0C0E6E1777FC9F00838530 /* cpPolyShape.c in Sources */,
|
||||
1A0C0E6F1777FC9F00838530 /* cpShape.c in Sources */,
|
||||
1A0C0E701777FC9F00838530 /* cpSpace.c in Sources */,
|
||||
1A0C0E711777FC9F00838530 /* cpSpaceComponent.c in Sources */,
|
||||
1A0C0E721777FC9F00838530 /* cpSpaceHash.c in Sources */,
|
||||
1A0C0E731777FC9F00838530 /* cpSpaceQuery.c in Sources */,
|
||||
1A0C0E741777FC9F00838530 /* cpSpaceStep.c in Sources */,
|
||||
1A0C0E751777FC9F00838530 /* cpSpatialIndex.c in Sources */,
|
||||
1A0C0E761777FC9F00838530 /* cpSweep1D.c in Sources */,
|
||||
1A0C0E771777FC9F00838530 /* cpVect.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1A0C0E191777FC7400838530 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1A0C0E1A1777FC7400838530 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1A0C0E1C1777FC7400838530 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
DSTROOT = /tmp/chipmunk.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "chipmunk-Prefix.pch";
|
||||
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../include/chipmunk\"";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1A0C0E1D1777FC7400838530 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
DSTROOT = /tmp/chipmunk.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "chipmunk-Prefix.pch";
|
||||
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../include/chipmunk\"";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1A0C0E081777FC7400838530 /* Build configuration list for PBXProject "chipmunk" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A0C0E191777FC7400838530 /* Debug */,
|
||||
1A0C0E1A1777FC7400838530 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1A0C0E1B1777FC7400838530 /* Build configuration list for PBXNativeTarget "chipmunk" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A0C0E1C1777FC7400838530 /* Debug */,
|
||||
1A0C0E1D1777FC7400838530 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 1A0C0E051777FC7400838530 /* Project object */;
|
||||
}
|
|
@ -7,10 +7,25 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
46579A0B16F6EA1E00AFEA53 /* jsb_cocos2dx_auto_api.js in Sources */ = {isa = PBXBuildFile; fileRef = 46579A0516F6EA1E00AFEA53 /* jsb_cocos2dx_auto_api.js */; };
|
||||
46579A0C16F6EA1E00AFEA53 /* jsb_cocos2dx_auto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46579A0616F6EA1E00AFEA53 /* jsb_cocos2dx_auto.cpp */; };
|
||||
46579A0D16F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto_api.js in Sources */ = {isa = PBXBuildFile; fileRef = 46579A0816F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto_api.js */; };
|
||||
46579A0E16F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46579A0916F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto.cpp */; };
|
||||
1A6B059A177828E700FFE52B /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B0595177828E700FFE52B /* libchipmunk.a */; };
|
||||
1A6B059B177828E700FFE52B /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B0596177828E700FFE52B /* libcocos2dx.a */; };
|
||||
1A6B059C177828E700FFE52B /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B0597177828E700FFE52B /* libCocosDenshion.a */; };
|
||||
1A6B059D177828E700FFE52B /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B0598177828E700FFE52B /* libextensions.a */; };
|
||||
1A6B059E177828E700FFE52B /* libjsbindings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B0599177828E700FFE52B /* libjsbindings.a */; };
|
||||
1A6B05B81778293600FFE52B /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A01778291500FFE52B /* jsb.js */; };
|
||||
1A6B05B91778293600FFE52B /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A11778291500FFE52B /* jsb_chipmunk.js */; };
|
||||
1A6B05BA1778293600FFE52B /* jsb_chipmunk_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A21778291500FFE52B /* jsb_chipmunk_constants.js */; };
|
||||
1A6B05BB1778293600FFE52B /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A31778291500FFE52B /* jsb_cocos2d.js */; };
|
||||
1A6B05BC1778293600FFE52B /* jsb_cocos2d_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A41778291500FFE52B /* jsb_cocos2d_constants.js */; };
|
||||
1A6B05BD1778293600FFE52B /* jsb_cocos2d_extension.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A51778291500FFE52B /* jsb_cocos2d_extension.js */; };
|
||||
1A6B05BE1778293600FFE52B /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A61778291500FFE52B /* jsb_cocosbuilder.js */; };
|
||||
1A6B05BF1778293600FFE52B /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A71778291500FFE52B /* jsb_debugger.js */; };
|
||||
1A6B05C01778293600FFE52B /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A81778291500FFE52B /* jsb_opengl.js */; };
|
||||
1A6B05C11778293600FFE52B /* jsb_opengl_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05A91778291500FFE52B /* jsb_opengl_constants.js */; };
|
||||
1A6B05C21778293600FFE52B /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05AA1778291500FFE52B /* jsb_sys.js */; };
|
||||
1A6B05C31778293600FFE52B /* main.debug.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6B05AB1778291500FFE52B /* main.debug.js */; };
|
||||
1A6B05C917782B8100FFE52B /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B05C817782B8100FFE52B /* libz.dylib */; };
|
||||
1A6B05CB17782B8700FFE52B /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B05CA17782B8700FFE52B /* libsqlite3.dylib */; };
|
||||
469A7A0216C0F242006FFCB2 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7A0116C0F242006FFCB2 /* QuartzCore.framework */; };
|
||||
469A7A0416C0F242006FFCB2 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7A0316C0F242006FFCB2 /* OpenGLES.framework */; };
|
||||
469A7A0616C0F242006FFCB2 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7A0516C0F242006FFCB2 /* OpenAL.framework */; };
|
||||
|
@ -25,12 +40,6 @@
|
|||
469A7D0A16C0F429006FFCB2 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 469A7D0616C0F429006FFCB2 /* AppDelegate.cpp */; };
|
||||
469A7D1016C0F42F006FFCB2 /* CloseNormal.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7D0D16C0F42F006FFCB2 /* CloseNormal.png */; };
|
||||
469A7D1116C0F42F006FFCB2 /* CloseSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7D0E16C0F42F006FFCB2 /* CloseSelected.png */; };
|
||||
469A7DC316C0F6D8006FFCB2 /* CDAudioManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 469A7DBA16C0F6D8006FFCB2 /* CDAudioManager.m */; };
|
||||
469A7DC416C0F6D8006FFCB2 /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 469A7DBD16C0F6D8006FFCB2 /* CDOpenALSupport.m */; };
|
||||
469A7DC516C0F6D8006FFCB2 /* CocosDenshion.m in Sources */ = {isa = PBXBuildFile; fileRef = 469A7DBF16C0F6D8006FFCB2 /* CocosDenshion.m */; };
|
||||
469A7DC616C0F6D8006FFCB2 /* SimpleAudioEngine_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 469A7DC116C0F6D8006FFCB2 /* SimpleAudioEngine_objc.m */; };
|
||||
469A7DC716C0F6D8006FFCB2 /* SimpleAudioEngine.mm in Sources */ = {isa = PBXBuildFile; fileRef = 469A7DC216C0F6D8006FFCB2 /* SimpleAudioEngine.mm */; };
|
||||
469A7DCA16C0F702006FFCB2 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7CFC16C0F337006FFCB2 /* libcocos2dx.a */; };
|
||||
469A7DD216C0F74F006FFCB2 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7DCB16C0F74F006FFCB2 /* Default.png */; };
|
||||
469A7DD316C0F74F006FFCB2 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7DCC16C0F74F006FFCB2 /* Icon-72.png */; };
|
||||
469A7DD416C0F74F006FFCB2 /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7DCD16C0F74F006FFCB2 /* Icon-Small-50.png */; };
|
||||
|
@ -38,99 +47,31 @@
|
|||
469A7DD616C0F74F006FFCB2 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7DCF16C0F74F006FFCB2 /* Icon-Small@2x.png */; };
|
||||
469A7DD716C0F74F006FFCB2 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7DD016C0F74F006FFCB2 /* Icon.png */; };
|
||||
469A7DD816C0F74F006FFCB2 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7DD116C0F74F006FFCB2 /* Icon@2x.png */; };
|
||||
46A2125816D0A6B200723F2B /* libcurl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A2125716D0A6B200723F2B /* libcurl.a */; };
|
||||
46A212B316D4A43400723F2B /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A212B116D4A41700723F2B /* main.js */; };
|
||||
46A212BE16D4A4C000723F2B /* myApp.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A212BC16D4A4B100723F2B /* myApp.js */; };
|
||||
46A2133F16D4A6E200723F2B /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A2133E16D4A6E200723F2B /* libsqlite3.dylib */; };
|
||||
46A213CB16D4A71700723F2B /* AssetsManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2134316D4A71600723F2B /* AssetsManager.cpp */; };
|
||||
46A213CC16D4A71700723F2B /* CCBAnimationManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2134616D4A71600723F2B /* CCBAnimationManager.cpp */; };
|
||||
46A213CD16D4A71700723F2B /* CCBFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2134816D4A71600723F2B /* CCBFileLoader.cpp */; };
|
||||
46A213CE16D4A71700723F2B /* CCBKeyframe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2134A16D4A71600723F2B /* CCBKeyframe.cpp */; };
|
||||
46A213CF16D4A71700723F2B /* CCBReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2134D16D4A71600723F2B /* CCBReader.cpp */; };
|
||||
46A213D016D4A71700723F2B /* CCBSequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2135016D4A71600723F2B /* CCBSequence.cpp */; };
|
||||
46A213D116D4A71700723F2B /* CCBSequenceProperty.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2135216D4A71600723F2B /* CCBSequenceProperty.cpp */; };
|
||||
46A213D216D4A71700723F2B /* CCBValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2135416D4A71600723F2B /* CCBValue.cpp */; };
|
||||
46A213D316D4A71700723F2B /* CCControlButtonLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2135616D4A71600723F2B /* CCControlButtonLoader.cpp */; };
|
||||
46A213D416D4A71700723F2B /* CCControlLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2135816D4A71600723F2B /* CCControlLoader.cpp */; };
|
||||
46A213D616D4A71700723F2B /* CCLabelBMFontLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2135C16D4A71600723F2B /* CCLabelBMFontLoader.cpp */; };
|
||||
46A213D716D4A71700723F2B /* CCLabelTTFLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2135E16D4A71600723F2B /* CCLabelTTFLoader.cpp */; };
|
||||
46A213D816D4A71700723F2B /* CCLayerColorLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2136016D4A71600723F2B /* CCLayerColorLoader.cpp */; };
|
||||
46A213D916D4A71700723F2B /* CCLayerGradientLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2136216D4A71600723F2B /* CCLayerGradientLoader.cpp */; };
|
||||
46A213DA16D4A71700723F2B /* CCLayerLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2136416D4A71600723F2B /* CCLayerLoader.cpp */; };
|
||||
46A213DB16D4A71700723F2B /* CCMenuItemImageLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2136616D4A71600723F2B /* CCMenuItemImageLoader.cpp */; };
|
||||
46A213DC16D4A71700723F2B /* CCMenuItemLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2136816D4A71600723F2B /* CCMenuItemLoader.cpp */; };
|
||||
46A213DD16D4A71700723F2B /* CCNode+CCBRelativePositioning.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2136B16D4A71600723F2B /* CCNode+CCBRelativePositioning.cpp */; };
|
||||
46A213DE16D4A71700723F2B /* CCNodeLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2136D16D4A71600723F2B /* CCNodeLoader.cpp */; };
|
||||
46A213DF16D4A71700723F2B /* CCNodeLoaderLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2136F16D4A71600723F2B /* CCNodeLoaderLibrary.cpp */; };
|
||||
46A213E016D4A71700723F2B /* CCParticleSystemQuadLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2137216D4A71600723F2B /* CCParticleSystemQuadLoader.cpp */; };
|
||||
46A213E116D4A71700723F2B /* CCScale9SpriteLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2137416D4A71600723F2B /* CCScale9SpriteLoader.cpp */; };
|
||||
46A213E216D4A71700723F2B /* CCScrollViewLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2137616D4A71600723F2B /* CCScrollViewLoader.cpp */; };
|
||||
46A213E316D4A71700723F2B /* CCSpriteLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2137816D4A71600723F2B /* CCSpriteLoader.cpp */; };
|
||||
46A213E416D4A71700723F2B /* CCControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2137E16D4A71600723F2B /* CCControl.cpp */; };
|
||||
46A213E516D4A71700723F2B /* CCControlButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2138016D4A71600723F2B /* CCControlButton.cpp */; };
|
||||
46A213E616D4A71700723F2B /* CCControlColourPicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2138216D4A71600723F2B /* CCControlColourPicker.cpp */; };
|
||||
46A213E716D4A71700723F2B /* CCControlHuePicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2138516D4A71600723F2B /* CCControlHuePicker.cpp */; };
|
||||
46A213E816D4A71700723F2B /* CCControlPotentiometer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2138716D4A71600723F2B /* CCControlPotentiometer.cpp */; };
|
||||
46A213E916D4A71700723F2B /* CCControlSaturationBrightnessPicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2138916D4A71600723F2B /* CCControlSaturationBrightnessPicker.cpp */; };
|
||||
46A213EA16D4A71700723F2B /* CCControlSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2138B16D4A71600723F2B /* CCControlSlider.cpp */; };
|
||||
46A213EB16D4A71700723F2B /* CCControlStepper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2138D16D4A71600723F2B /* CCControlStepper.cpp */; };
|
||||
46A213EC16D4A71700723F2B /* CCControlSwitch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2138F16D4A71600723F2B /* CCControlSwitch.cpp */; };
|
||||
46A213ED16D4A71700723F2B /* CCControlUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2139116D4A71600723F2B /* CCControlUtils.cpp */; };
|
||||
46A213EE16D4A71700723F2B /* CCInvocation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2139316D4A71600723F2B /* CCInvocation.cpp */; };
|
||||
46A213EF16D4A71700723F2B /* CCScale9Sprite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2139516D4A71600723F2B /* CCScale9Sprite.cpp */; };
|
||||
46A213F016D4A71700723F2B /* CCEditBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2139816D4A71700723F2B /* CCEditBox.cpp */; };
|
||||
46A213F116D4A71700723F2B /* CCEditBoxImplAndroid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2139B16D4A71700723F2B /* CCEditBoxImplAndroid.cpp */; };
|
||||
46A213F216D4A71700723F2B /* CCEditBoxImplIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46A2139E16D4A71700723F2B /* CCEditBoxImplIOS.mm */; };
|
||||
46A213F316D4A71700723F2B /* CCEditBoxImplMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 46A213A016D4A71700723F2B /* CCEditBoxImplMac.mm */; };
|
||||
46A213F416D4A71700723F2B /* CCEditBoxImplWin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A213A116D4A71700723F2B /* CCEditBoxImplWin.cpp */; };
|
||||
46A213F516D4A71700723F2B /* CCScrollView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A213A416D4A71700723F2B /* CCScrollView.cpp */; };
|
||||
46A213F616D4A71700723F2B /* CCSorting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A213A616D4A71700723F2B /* CCSorting.cpp */; };
|
||||
46A213F716D4A71700723F2B /* CCTableView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A213A816D4A71700723F2B /* CCTableView.cpp */; };
|
||||
46A213F816D4A71700723F2B /* CCTableViewCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A213AA16D4A71700723F2B /* CCTableViewCell.cpp */; };
|
||||
46A213F916D4A71700723F2B /* LocalStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A213AD16D4A71700723F2B /* LocalStorage.cpp */; };
|
||||
46A213FB16D4A71700723F2B /* HttpClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A213B116D4A71700723F2B /* HttpClient.cpp */; };
|
||||
46A2140A16D4A79A00723F2B /* libjs_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 46A2140916D4A79A00723F2B /* libjs_static.a */; };
|
||||
46A2143E16D4ABFD00723F2B /* cocos2d_specifics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2140D16D4ABFD00723F2B /* cocos2d_specifics.cpp */; };
|
||||
46A2143F16D4ABFD00723F2B /* cocosjs_manual_conversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2140F16D4ABFD00723F2B /* cocosjs_manual_conversions.cpp */; };
|
||||
46A2144216D4ABFD00723F2B /* README in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141516D4ABFD00723F2B /* README */; };
|
||||
46A2145016D4ABFD00723F2B /* js_bindings_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2142C16D4ABFD00723F2B /* js_bindings_core.cpp */; };
|
||||
46A2145316D4ABFD00723F2B /* js_manual_conversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2143316D4ABFD00723F2B /* js_manual_conversions.cpp */; };
|
||||
46A2145716D4ABFD00723F2B /* ScriptingCore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 46A2143916D4ABFD00723F2B /* ScriptingCore.cpp */; };
|
||||
46A2145816D4AC2F00723F2B /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141716D4ABFD00723F2B /* jsb.js */; };
|
||||
46A2145916D4AC2F00723F2B /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141816D4ABFD00723F2B /* jsb_chipmunk.js */; };
|
||||
46A2145A16D4AC2F00723F2B /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141916D4ABFD00723F2B /* jsb_cocos2d.js */; };
|
||||
46A2145B16D4AC2F00723F2B /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141A16D4ABFD00723F2B /* jsb_cocosbuilder.js */; };
|
||||
46A2145C16D4AC2F00723F2B /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141B16D4ABFD00723F2B /* jsb_debugger.js */; };
|
||||
46A2145D16D4AC2F00723F2B /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141C16D4ABFD00723F2B /* jsb_opengl.js */; };
|
||||
46A2145E16D4AC2F00723F2B /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141D16D4ABFD00723F2B /* jsb_sys.js */; };
|
||||
46A2145F16D4AC2F00723F2B /* main.debug.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A2141E16D4ABFD00723F2B /* main.debug.js */; };
|
||||
46A2146116D4B04A00723F2B /* Background.png in Resources */ = {isa = PBXBuildFile; fileRef = 46A2146016D4B04A00723F2B /* Background.png */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
469A7CFB16C0F337006FFCB2 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 469A7CF716C0F337006FFCB2 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
469A7DC816C0F6FB006FFCB2 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 469A7CF716C0F337006FFCB2 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1551A33E158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
46579A0516F6EA1E00AFEA53 /* jsb_cocos2dx_auto_api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2dx_auto_api.js; sourceTree = "<group>"; };
|
||||
46579A0616F6EA1E00AFEA53 /* jsb_cocos2dx_auto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsb_cocos2dx_auto.cpp; sourceTree = "<group>"; };
|
||||
46579A0716F6EA1E00AFEA53 /* jsb_cocos2dx_auto.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jsb_cocos2dx_auto.hpp; sourceTree = "<group>"; };
|
||||
46579A0816F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto_api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2dx_extension_auto_api.js; sourceTree = "<group>"; };
|
||||
46579A0916F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsb_cocos2dx_extension_auto.cpp; sourceTree = "<group>"; };
|
||||
46579A0A16F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jsb_cocos2dx_extension_auto.hpp; sourceTree = "<group>"; };
|
||||
1A6B0595177828E700FFE52B /* libchipmunk.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libchipmunk.a; path = "../../../../external/chipmunk/proj.ios/build/Release-iphoneos/libchipmunk.a"; sourceTree = "<group>"; };
|
||||
1A6B0596177828E700FFE52B /* libcocos2dx.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libcocos2dx.a; path = "../../../../cocos2dx/proj.ios/build/Release-iphoneos/libcocos2dx.a"; sourceTree = "<group>"; };
|
||||
1A6B0597177828E700FFE52B /* libCocosDenshion.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libCocosDenshion.a; path = "../../../../CocosDenshion/proj.ios/build/Release-iphoneos/libCocosDenshion.a"; sourceTree = "<group>"; };
|
||||
1A6B0598177828E700FFE52B /* libextensions.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libextensions.a; path = "../../../../extensions/proj.ios/build/Release-iphoneos/libextensions.a"; sourceTree = "<group>"; };
|
||||
1A6B0599177828E700FFE52B /* libjsbindings.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libjsbindings.a; path = "../../../../scripting/javascript/bindings/proj.ios/build/Release-iphoneos/libjsbindings.a"; sourceTree = "<group>"; };
|
||||
1A6B05A01778291500FFE52B /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
1A6B05A11778291500FFE52B /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
1A6B05A21778291500FFE52B /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = "<group>"; };
|
||||
1A6B05A31778291500FFE52B /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
1A6B05A41778291500FFE52B /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = "<group>"; };
|
||||
1A6B05A51778291500FFE52B /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = "<group>"; };
|
||||
1A6B05A61778291500FFE52B /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
1A6B05A71778291500FFE52B /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
1A6B05A81778291500FFE52B /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
1A6B05A91778291500FFE52B /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = "<group>"; };
|
||||
1A6B05AA1778291500FFE52B /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
1A6B05AB1778291500FFE52B /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = "<group>"; };
|
||||
1A6B05C817782B8100FFE52B /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
||||
1A6B05CA17782B8700FFE52B /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
|
||||
469A79FE16C0F242006FFCB2 /* AssetsManagerTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AssetsManagerTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
469A7A0116C0F242006FFCB2 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
469A7A0316C0F242006FFCB2 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
|
||||
|
@ -140,7 +81,6 @@
|
|||
469A7A0B16C0F242006FFCB2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
469A7A0D16C0F242006FFCB2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
469A7A0F16C0F242006FFCB2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
469A7CF716C0F337006FFCB2 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = "<group>"; };
|
||||
469A7CFE16C0F41E006FFCB2 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = SOURCE_ROOT; };
|
||||
469A7CFF16C0F41E006FFCB2 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = SOURCE_ROOT; };
|
||||
469A7D0016C0F41E006FFCB2 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -149,17 +89,6 @@
|
|||
469A7D0716C0F429006FFCB2 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
469A7D0D16C0F42F006FFCB2 /* CloseNormal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseNormal.png; sourceTree = "<group>"; };
|
||||
469A7D0E16C0F42F006FFCB2 /* CloseSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseSelected.png; sourceTree = "<group>"; };
|
||||
469A7D2C16C0F5D4006FFCB2 /* SimpleAudioEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine.h; sourceTree = "<group>"; };
|
||||
469A7DB916C0F6D8006FFCB2 /* CDAudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDAudioManager.h; sourceTree = "<group>"; };
|
||||
469A7DBA16C0F6D8006FFCB2 /* CDAudioManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDAudioManager.m; sourceTree = "<group>"; };
|
||||
469A7DBB16C0F6D8006FFCB2 /* CDConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDConfig.h; sourceTree = "<group>"; };
|
||||
469A7DBC16C0F6D8006FFCB2 /* CDOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDOpenALSupport.h; sourceTree = "<group>"; };
|
||||
469A7DBD16C0F6D8006FFCB2 /* CDOpenALSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDOpenALSupport.m; sourceTree = "<group>"; };
|
||||
469A7DBE16C0F6D8006FFCB2 /* CocosDenshion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosDenshion.h; sourceTree = "<group>"; };
|
||||
469A7DBF16C0F6D8006FFCB2 /* CocosDenshion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocosDenshion.m; sourceTree = "<group>"; };
|
||||
469A7DC016C0F6D8006FFCB2 /* SimpleAudioEngine_objc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine_objc.h; sourceTree = "<group>"; };
|
||||
469A7DC116C0F6D8006FFCB2 /* SimpleAudioEngine_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleAudioEngine_objc.m; sourceTree = "<group>"; };
|
||||
469A7DC216C0F6D8006FFCB2 /* SimpleAudioEngine.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SimpleAudioEngine.mm; sourceTree = "<group>"; };
|
||||
469A7DCB16C0F74F006FFCB2 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = SOURCE_ROOT; };
|
||||
469A7DCC16C0F74F006FFCB2 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = SOURCE_ROOT; };
|
||||
469A7DCD16C0F74F006FFCB2 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = SOURCE_ROOT; };
|
||||
|
@ -167,136 +96,8 @@
|
|||
469A7DCF16C0F74F006FFCB2 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
469A7DD016C0F74F006FFCB2 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = SOURCE_ROOT; };
|
||||
469A7DD116C0F74F006FFCB2 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
46A2125716D0A6B200723F2B /* libcurl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcurl.a; path = ../../../../cocos2dx/platform/third_party/ios/libraries/libcurl.a; sourceTree = "<group>"; };
|
||||
46A212B116D4A41700723F2B /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = "<group>"; };
|
||||
46A212BC16D4A4B100723F2B /* myApp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = myApp.js; sourceTree = "<group>"; };
|
||||
46A2133E16D4A6E200723F2B /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
|
||||
46A2134316D4A71600723F2B /* AssetsManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AssetsManager.cpp; sourceTree = "<group>"; };
|
||||
46A2134416D4A71600723F2B /* AssetsManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AssetsManager.h; sourceTree = "<group>"; };
|
||||
46A2134616D4A71600723F2B /* CCBAnimationManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBAnimationManager.cpp; sourceTree = "<group>"; };
|
||||
46A2134716D4A71600723F2B /* CCBAnimationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBAnimationManager.h; sourceTree = "<group>"; };
|
||||
46A2134816D4A71600723F2B /* CCBFileLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBFileLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2134916D4A71600723F2B /* CCBFileLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBFileLoader.h; sourceTree = "<group>"; };
|
||||
46A2134A16D4A71600723F2B /* CCBKeyframe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBKeyframe.cpp; sourceTree = "<group>"; };
|
||||
46A2134B16D4A71600723F2B /* CCBKeyframe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBKeyframe.h; sourceTree = "<group>"; };
|
||||
46A2134C16D4A71600723F2B /* CCBMemberVariableAssigner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBMemberVariableAssigner.h; sourceTree = "<group>"; };
|
||||
46A2134D16D4A71600723F2B /* CCBReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBReader.cpp; sourceTree = "<group>"; };
|
||||
46A2134E16D4A71600723F2B /* CCBReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBReader.h; sourceTree = "<group>"; };
|
||||
46A2134F16D4A71600723F2B /* CCBSelectorResolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBSelectorResolver.h; sourceTree = "<group>"; };
|
||||
46A2135016D4A71600723F2B /* CCBSequence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBSequence.cpp; sourceTree = "<group>"; };
|
||||
46A2135116D4A71600723F2B /* CCBSequence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBSequence.h; sourceTree = "<group>"; };
|
||||
46A2135216D4A71600723F2B /* CCBSequenceProperty.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBSequenceProperty.cpp; sourceTree = "<group>"; };
|
||||
46A2135316D4A71600723F2B /* CCBSequenceProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBSequenceProperty.h; sourceTree = "<group>"; };
|
||||
46A2135416D4A71600723F2B /* CCBValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBValue.cpp; sourceTree = "<group>"; };
|
||||
46A2135516D4A71600723F2B /* CCBValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBValue.h; sourceTree = "<group>"; };
|
||||
46A2135616D4A71600723F2B /* CCControlButtonLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlButtonLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2135716D4A71600723F2B /* CCControlButtonLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlButtonLoader.h; sourceTree = "<group>"; };
|
||||
46A2135816D4A71600723F2B /* CCControlLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2135916D4A71600723F2B /* CCControlLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlLoader.h; sourceTree = "<group>"; };
|
||||
46A2135C16D4A71600723F2B /* CCLabelBMFontLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLabelBMFontLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2135D16D4A71600723F2B /* CCLabelBMFontLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLabelBMFontLoader.h; sourceTree = "<group>"; };
|
||||
46A2135E16D4A71600723F2B /* CCLabelTTFLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLabelTTFLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2135F16D4A71600723F2B /* CCLabelTTFLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLabelTTFLoader.h; sourceTree = "<group>"; };
|
||||
46A2136016D4A71600723F2B /* CCLayerColorLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLayerColorLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2136116D4A71600723F2B /* CCLayerColorLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLayerColorLoader.h; sourceTree = "<group>"; };
|
||||
46A2136216D4A71600723F2B /* CCLayerGradientLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLayerGradientLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2136316D4A71600723F2B /* CCLayerGradientLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLayerGradientLoader.h; sourceTree = "<group>"; };
|
||||
46A2136416D4A71600723F2B /* CCLayerLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLayerLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2136516D4A71600723F2B /* CCLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLayerLoader.h; sourceTree = "<group>"; };
|
||||
46A2136616D4A71600723F2B /* CCMenuItemImageLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCMenuItemImageLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2136716D4A71600723F2B /* CCMenuItemImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCMenuItemImageLoader.h; sourceTree = "<group>"; };
|
||||
46A2136816D4A71600723F2B /* CCMenuItemLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCMenuItemLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2136916D4A71600723F2B /* CCMenuItemLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCMenuItemLoader.h; sourceTree = "<group>"; };
|
||||
46A2136A16D4A71600723F2B /* CCMenuLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCMenuLoader.h; sourceTree = "<group>"; };
|
||||
46A2136B16D4A71600723F2B /* CCNode+CCBRelativePositioning.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "CCNode+CCBRelativePositioning.cpp"; sourceTree = "<group>"; };
|
||||
46A2136C16D4A71600723F2B /* CCNode+CCBRelativePositioning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CCNode+CCBRelativePositioning.h"; sourceTree = "<group>"; };
|
||||
46A2136D16D4A71600723F2B /* CCNodeLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCNodeLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2136E16D4A71600723F2B /* CCNodeLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNodeLoader.h; sourceTree = "<group>"; };
|
||||
46A2136F16D4A71600723F2B /* CCNodeLoaderLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCNodeLoaderLibrary.cpp; sourceTree = "<group>"; };
|
||||
46A2137016D4A71600723F2B /* CCNodeLoaderLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNodeLoaderLibrary.h; sourceTree = "<group>"; };
|
||||
46A2137116D4A71600723F2B /* CCNodeLoaderListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNodeLoaderListener.h; sourceTree = "<group>"; };
|
||||
46A2137216D4A71600723F2B /* CCParticleSystemQuadLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCParticleSystemQuadLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2137316D4A71600723F2B /* CCParticleSystemQuadLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCParticleSystemQuadLoader.h; sourceTree = "<group>"; };
|
||||
46A2137416D4A71600723F2B /* CCScale9SpriteLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCScale9SpriteLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2137516D4A71600723F2B /* CCScale9SpriteLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCScale9SpriteLoader.h; sourceTree = "<group>"; };
|
||||
46A2137616D4A71600723F2B /* CCScrollViewLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCScrollViewLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2137716D4A71600723F2B /* CCScrollViewLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCScrollViewLoader.h; sourceTree = "<group>"; };
|
||||
46A2137816D4A71600723F2B /* CCSpriteLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCSpriteLoader.cpp; sourceTree = "<group>"; };
|
||||
46A2137916D4A71600723F2B /* CCSpriteLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCSpriteLoader.h; sourceTree = "<group>"; };
|
||||
46A2137A16D4A71600723F2B /* cocos-ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cocos-ext.h"; sourceTree = "<group>"; };
|
||||
46A2137B16D4A71600723F2B /* ExtensionMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtensionMacros.h; sourceTree = "<group>"; };
|
||||
46A2137E16D4A71600723F2B /* CCControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControl.cpp; sourceTree = "<group>"; };
|
||||
46A2137F16D4A71600723F2B /* CCControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControl.h; sourceTree = "<group>"; };
|
||||
46A2138016D4A71600723F2B /* CCControlButton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlButton.cpp; sourceTree = "<group>"; };
|
||||
46A2138116D4A71600723F2B /* CCControlButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlButton.h; sourceTree = "<group>"; };
|
||||
46A2138216D4A71600723F2B /* CCControlColourPicker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlColourPicker.cpp; sourceTree = "<group>"; };
|
||||
46A2138316D4A71600723F2B /* CCControlColourPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlColourPicker.h; sourceTree = "<group>"; };
|
||||
46A2138416D4A71600723F2B /* CCControlExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlExtensions.h; sourceTree = "<group>"; };
|
||||
46A2138516D4A71600723F2B /* CCControlHuePicker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlHuePicker.cpp; sourceTree = "<group>"; };
|
||||
46A2138616D4A71600723F2B /* CCControlHuePicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlHuePicker.h; sourceTree = "<group>"; };
|
||||
46A2138716D4A71600723F2B /* CCControlPotentiometer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlPotentiometer.cpp; sourceTree = "<group>"; };
|
||||
46A2138816D4A71600723F2B /* CCControlPotentiometer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlPotentiometer.h; sourceTree = "<group>"; };
|
||||
46A2138916D4A71600723F2B /* CCControlSaturationBrightnessPicker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSaturationBrightnessPicker.cpp; sourceTree = "<group>"; };
|
||||
46A2138A16D4A71600723F2B /* CCControlSaturationBrightnessPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSaturationBrightnessPicker.h; sourceTree = "<group>"; };
|
||||
46A2138B16D4A71600723F2B /* CCControlSlider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSlider.cpp; sourceTree = "<group>"; };
|
||||
46A2138C16D4A71600723F2B /* CCControlSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSlider.h; sourceTree = "<group>"; };
|
||||
46A2138D16D4A71600723F2B /* CCControlStepper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlStepper.cpp; sourceTree = "<group>"; };
|
||||
46A2138E16D4A71600723F2B /* CCControlStepper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlStepper.h; sourceTree = "<group>"; };
|
||||
46A2138F16D4A71600723F2B /* CCControlSwitch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSwitch.cpp; sourceTree = "<group>"; };
|
||||
46A2139016D4A71600723F2B /* CCControlSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSwitch.h; sourceTree = "<group>"; };
|
||||
46A2139116D4A71600723F2B /* CCControlUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlUtils.cpp; sourceTree = "<group>"; };
|
||||
46A2139216D4A71600723F2B /* CCControlUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlUtils.h; sourceTree = "<group>"; };
|
||||
46A2139316D4A71600723F2B /* CCInvocation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCInvocation.cpp; sourceTree = "<group>"; };
|
||||
46A2139416D4A71600723F2B /* CCInvocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCInvocation.h; sourceTree = "<group>"; };
|
||||
46A2139516D4A71600723F2B /* CCScale9Sprite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCScale9Sprite.cpp; sourceTree = "<group>"; };
|
||||
46A2139616D4A71600723F2B /* CCScale9Sprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCScale9Sprite.h; sourceTree = "<group>"; };
|
||||
46A2139816D4A71700723F2B /* CCEditBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCEditBox.cpp; sourceTree = "<group>"; };
|
||||
46A2139916D4A71700723F2B /* CCEditBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBox.h; sourceTree = "<group>"; };
|
||||
46A2139A16D4A71700723F2B /* CCEditBoxImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImpl.h; sourceTree = "<group>"; };
|
||||
46A2139B16D4A71700723F2B /* CCEditBoxImplAndroid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCEditBoxImplAndroid.cpp; sourceTree = "<group>"; };
|
||||
46A2139C16D4A71700723F2B /* CCEditBoxImplAndroid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImplAndroid.h; sourceTree = "<group>"; };
|
||||
46A2139D16D4A71700723F2B /* CCEditBoxImplIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImplIOS.h; sourceTree = "<group>"; };
|
||||
46A2139E16D4A71700723F2B /* CCEditBoxImplIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CCEditBoxImplIOS.mm; sourceTree = "<group>"; };
|
||||
46A2139F16D4A71700723F2B /* CCEditBoxImplMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImplMac.h; sourceTree = "<group>"; };
|
||||
46A213A016D4A71700723F2B /* CCEditBoxImplMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CCEditBoxImplMac.mm; sourceTree = "<group>"; };
|
||||
46A213A116D4A71700723F2B /* CCEditBoxImplWin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCEditBoxImplWin.cpp; sourceTree = "<group>"; };
|
||||
46A213A216D4A71700723F2B /* CCEditBoxImplWin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImplWin.h; sourceTree = "<group>"; };
|
||||
46A213A416D4A71700723F2B /* CCScrollView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCScrollView.cpp; sourceTree = "<group>"; };
|
||||
46A213A516D4A71700723F2B /* CCScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCScrollView.h; sourceTree = "<group>"; };
|
||||
46A213A616D4A71700723F2B /* CCSorting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCSorting.cpp; sourceTree = "<group>"; };
|
||||
46A213A716D4A71700723F2B /* CCSorting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCSorting.h; sourceTree = "<group>"; };
|
||||
46A213A816D4A71700723F2B /* CCTableView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCTableView.cpp; sourceTree = "<group>"; };
|
||||
46A213A916D4A71700723F2B /* CCTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCTableView.h; sourceTree = "<group>"; };
|
||||
46A213AA16D4A71700723F2B /* CCTableViewCell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCTableViewCell.cpp; sourceTree = "<group>"; };
|
||||
46A213AB16D4A71700723F2B /* CCTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCTableViewCell.h; sourceTree = "<group>"; };
|
||||
46A213AD16D4A71700723F2B /* LocalStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorage.cpp; sourceTree = "<group>"; };
|
||||
46A213AE16D4A71700723F2B /* LocalStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorage.h; sourceTree = "<group>"; };
|
||||
46A213B116D4A71700723F2B /* HttpClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpClient.cpp; sourceTree = "<group>"; };
|
||||
46A213B216D4A71700723F2B /* HttpClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpClient.h; sourceTree = "<group>"; };
|
||||
46A213B316D4A71700723F2B /* HttpRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpRequest.h; sourceTree = "<group>"; };
|
||||
46A213B416D4A71700723F2B /* HttpResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpResponse.h; sourceTree = "<group>"; };
|
||||
46A2140916D4A79A00723F2B /* libjs_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjs_static.a; path = "../../../../scripting/javascript/spidermonkey-ios/lib/libjs_static.a"; sourceTree = "<group>"; };
|
||||
46A2140D16D4ABFD00723F2B /* cocos2d_specifics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocos2d_specifics.cpp; sourceTree = "<group>"; };
|
||||
46A2140E16D4ABFD00723F2B /* cocos2d_specifics.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cocos2d_specifics.hpp; sourceTree = "<group>"; };
|
||||
46A2140F16D4ABFD00723F2B /* cocosjs_manual_conversions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocosjs_manual_conversions.cpp; sourceTree = "<group>"; };
|
||||
46A2141016D4ABFD00723F2B /* cocosjs_manual_conversions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cocosjs_manual_conversions.h; sourceTree = "<group>"; };
|
||||
46A2141516D4ABFD00723F2B /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
|
||||
46A2141716D4ABFD00723F2B /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
46A2141816D4ABFD00723F2B /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
46A2141916D4ABFD00723F2B /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
46A2141A16D4ABFD00723F2B /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
46A2141B16D4ABFD00723F2B /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
46A2141C16D4ABFD00723F2B /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
46A2141D16D4ABFD00723F2B /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
46A2141E16D4ABFD00723F2B /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = "<group>"; };
|
||||
46A2142B16D4ABFD00723F2B /* js_bindings_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_config.h; sourceTree = "<group>"; };
|
||||
46A2142C16D4ABFD00723F2B /* js_bindings_core.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_bindings_core.cpp; sourceTree = "<group>"; };
|
||||
46A2142D16D4ABFD00723F2B /* js_bindings_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_core.h; sourceTree = "<group>"; };
|
||||
46A2143316D4ABFD00723F2B /* js_manual_conversions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_manual_conversions.cpp; sourceTree = "<group>"; };
|
||||
46A2143416D4ABFD00723F2B /* js_manual_conversions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_manual_conversions.h; sourceTree = "<group>"; };
|
||||
46A2143916D4ABFD00723F2B /* ScriptingCore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptingCore.cpp; sourceTree = "<group>"; };
|
||||
46A2143A16D4ABFD00723F2B /* ScriptingCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptingCore.h; sourceTree = "<group>"; };
|
||||
46A2143B16D4ABFD00723F2B /* spidermonkey_specifics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spidermonkey_specifics.h; sourceTree = "<group>"; };
|
||||
46A2146016D4B04A00723F2B /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Background.png; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -305,10 +106,13 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
46A2140A16D4A79A00723F2B /* libjs_static.a in Frameworks */,
|
||||
46A2133F16D4A6E200723F2B /* libsqlite3.dylib in Frameworks */,
|
||||
46A2125816D0A6B200723F2B /* libcurl.a in Frameworks */,
|
||||
469A7DCA16C0F702006FFCB2 /* libcocos2dx.a in Frameworks */,
|
||||
1A6B05CB17782B8700FFE52B /* libsqlite3.dylib in Frameworks */,
|
||||
1A6B05C917782B8100FFE52B /* libz.dylib in Frameworks */,
|
||||
1A6B059A177828E700FFE52B /* libchipmunk.a in Frameworks */,
|
||||
1A6B059B177828E700FFE52B /* libcocos2dx.a in Frameworks */,
|
||||
1A6B059C177828E700FFE52B /* libCocosDenshion.a in Frameworks */,
|
||||
1A6B059D177828E700FFE52B /* libextensions.a in Frameworks */,
|
||||
1A6B059E177828E700FFE52B /* libjsbindings.a in Frameworks */,
|
||||
469A7A0216C0F242006FFCB2 /* QuartzCore.framework in Frameworks */,
|
||||
469A7A0416C0F242006FFCB2 /* OpenGLES.framework in Frameworks */,
|
||||
469A7A0616C0F242006FFCB2 /* OpenAL.framework in Frameworks */,
|
||||
|
@ -323,14 +127,30 @@
|
|||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1A6B059F1778291500FFE52B /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6B05A01778291500FFE52B /* jsb.js */,
|
||||
1A6B05A11778291500FFE52B /* jsb_chipmunk.js */,
|
||||
1A6B05A21778291500FFE52B /* jsb_chipmunk_constants.js */,
|
||||
1A6B05A31778291500FFE52B /* jsb_cocos2d.js */,
|
||||
1A6B05A41778291500FFE52B /* jsb_cocos2d_constants.js */,
|
||||
1A6B05A51778291500FFE52B /* jsb_cocos2d_extension.js */,
|
||||
1A6B05A61778291500FFE52B /* jsb_cocosbuilder.js */,
|
||||
1A6B05A71778291500FFE52B /* jsb_debugger.js */,
|
||||
1A6B05A81778291500FFE52B /* jsb_opengl.js */,
|
||||
1A6B05A91778291500FFE52B /* jsb_opengl_constants.js */,
|
||||
1A6B05AA1778291500FFE52B /* jsb_sys.js */,
|
||||
1A6B05AB1778291500FFE52B /* main.debug.js */,
|
||||
);
|
||||
name = js;
|
||||
path = ../../../../scripting/javascript/bindings/js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
469A79F516C0F242006FFCB2 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
469A7CF716C0F337006FFCB2 /* cocos2dx.xcodeproj */,
|
||||
46A2140B16D4ABFD00723F2B /* bindings */,
|
||||
469A7D0516C0F429006FFCB2 /* Classes */,
|
||||
469A7D1416C0F5D4006FFCB2 /* CocosDenshion */,
|
||||
46A2134016D4A71600723F2B /* extensions */,
|
||||
469A7A0016C0F242006FFCB2 /* Frameworks */,
|
||||
469A7CEE16C0F311006FFCB2 /* ios */,
|
||||
469A79FF16C0F242006FFCB2 /* Products */,
|
||||
|
@ -349,9 +169,13 @@
|
|||
469A7A0016C0F242006FFCB2 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2140916D4A79A00723F2B /* libjs_static.a */,
|
||||
46A2133E16D4A6E200723F2B /* libsqlite3.dylib */,
|
||||
46A2125716D0A6B200723F2B /* libcurl.a */,
|
||||
1A6B05CA17782B8700FFE52B /* libsqlite3.dylib */,
|
||||
1A6B05C817782B8100FFE52B /* libz.dylib */,
|
||||
1A6B0595177828E700FFE52B /* libchipmunk.a */,
|
||||
1A6B0596177828E700FFE52B /* libcocos2dx.a */,
|
||||
1A6B0597177828E700FFE52B /* libCocosDenshion.a */,
|
||||
1A6B0598177828E700FFE52B /* libextensions.a */,
|
||||
1A6B0599177828E700FFE52B /* libjsbindings.a */,
|
||||
469A7A0116C0F242006FFCB2 /* QuartzCore.framework */,
|
||||
469A7A0316C0F242006FFCB2 /* OpenGLES.framework */,
|
||||
469A7A0516C0F242006FFCB2 /* OpenAL.framework */,
|
||||
|
@ -375,14 +199,6 @@
|
|||
path = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
469A7CF816C0F337006FFCB2 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
469A7CFC16C0F337006FFCB2 /* libcocos2dx.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
469A7D0516C0F429006FFCB2 /* Classes */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -396,6 +212,7 @@
|
|||
469A7D0C16C0F42F006FFCB2 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6B059F1778291500FFE52B /* js */,
|
||||
46A2146016D4B04A00723F2B /* Background.png */,
|
||||
46A212BC16D4A4B100723F2B /* myApp.js */,
|
||||
46A212B116D4A41700723F2B /* main.js */,
|
||||
|
@ -413,268 +230,6 @@
|
|||
path = ../Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
469A7D1416C0F5D4006FFCB2 /* CocosDenshion */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
469A7D2A16C0F5D4006FFCB2 /* include */,
|
||||
469A7D2D16C0F5D4006FFCB2 /* ios */,
|
||||
);
|
||||
name = CocosDenshion;
|
||||
path = ../../../../CocosDenshion;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
469A7D2A16C0F5D4006FFCB2 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
469A7D2C16C0F5D4006FFCB2 /* SimpleAudioEngine.h */,
|
||||
);
|
||||
path = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
469A7D2D16C0F5D4006FFCB2 /* ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
469A7DB916C0F6D8006FFCB2 /* CDAudioManager.h */,
|
||||
469A7DBA16C0F6D8006FFCB2 /* CDAudioManager.m */,
|
||||
469A7DBB16C0F6D8006FFCB2 /* CDConfig.h */,
|
||||
469A7DBC16C0F6D8006FFCB2 /* CDOpenALSupport.h */,
|
||||
469A7DBD16C0F6D8006FFCB2 /* CDOpenALSupport.m */,
|
||||
469A7DBE16C0F6D8006FFCB2 /* CocosDenshion.h */,
|
||||
469A7DBF16C0F6D8006FFCB2 /* CocosDenshion.m */,
|
||||
469A7DC016C0F6D8006FFCB2 /* SimpleAudioEngine_objc.h */,
|
||||
469A7DC116C0F6D8006FFCB2 /* SimpleAudioEngine_objc.m */,
|
||||
469A7DC216C0F6D8006FFCB2 /* SimpleAudioEngine.mm */,
|
||||
);
|
||||
path = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2134016D4A71600723F2B /* extensions */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2134216D4A71600723F2B /* AssetsManager */,
|
||||
46A2134516D4A71600723F2B /* CCBReader */,
|
||||
46A2137A16D4A71600723F2B /* cocos-ext.h */,
|
||||
46A2137B16D4A71600723F2B /* ExtensionMacros.h */,
|
||||
46A2137C16D4A71600723F2B /* GUI */,
|
||||
46A213AC16D4A71700723F2B /* LocalStorage */,
|
||||
46A213B016D4A71700723F2B /* network */,
|
||||
);
|
||||
name = extensions;
|
||||
path = ../../../../extensions;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2134216D4A71600723F2B /* AssetsManager */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2134316D4A71600723F2B /* AssetsManager.cpp */,
|
||||
46A2134416D4A71600723F2B /* AssetsManager.h */,
|
||||
);
|
||||
path = AssetsManager;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2134516D4A71600723F2B /* CCBReader */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2134616D4A71600723F2B /* CCBAnimationManager.cpp */,
|
||||
46A2134716D4A71600723F2B /* CCBAnimationManager.h */,
|
||||
46A2134816D4A71600723F2B /* CCBFileLoader.cpp */,
|
||||
46A2134916D4A71600723F2B /* CCBFileLoader.h */,
|
||||
46A2134A16D4A71600723F2B /* CCBKeyframe.cpp */,
|
||||
46A2134B16D4A71600723F2B /* CCBKeyframe.h */,
|
||||
46A2134C16D4A71600723F2B /* CCBMemberVariableAssigner.h */,
|
||||
46A2134D16D4A71600723F2B /* CCBReader.cpp */,
|
||||
46A2134E16D4A71600723F2B /* CCBReader.h */,
|
||||
46A2134F16D4A71600723F2B /* CCBSelectorResolver.h */,
|
||||
46A2135016D4A71600723F2B /* CCBSequence.cpp */,
|
||||
46A2135116D4A71600723F2B /* CCBSequence.h */,
|
||||
46A2135216D4A71600723F2B /* CCBSequenceProperty.cpp */,
|
||||
46A2135316D4A71600723F2B /* CCBSequenceProperty.h */,
|
||||
46A2135416D4A71600723F2B /* CCBValue.cpp */,
|
||||
46A2135516D4A71600723F2B /* CCBValue.h */,
|
||||
46A2135616D4A71600723F2B /* CCControlButtonLoader.cpp */,
|
||||
46A2135716D4A71600723F2B /* CCControlButtonLoader.h */,
|
||||
46A2135816D4A71600723F2B /* CCControlLoader.cpp */,
|
||||
46A2135916D4A71600723F2B /* CCControlLoader.h */,
|
||||
46A2135C16D4A71600723F2B /* CCLabelBMFontLoader.cpp */,
|
||||
46A2135D16D4A71600723F2B /* CCLabelBMFontLoader.h */,
|
||||
46A2135E16D4A71600723F2B /* CCLabelTTFLoader.cpp */,
|
||||
46A2135F16D4A71600723F2B /* CCLabelTTFLoader.h */,
|
||||
46A2136016D4A71600723F2B /* CCLayerColorLoader.cpp */,
|
||||
46A2136116D4A71600723F2B /* CCLayerColorLoader.h */,
|
||||
46A2136216D4A71600723F2B /* CCLayerGradientLoader.cpp */,
|
||||
46A2136316D4A71600723F2B /* CCLayerGradientLoader.h */,
|
||||
46A2136416D4A71600723F2B /* CCLayerLoader.cpp */,
|
||||
46A2136516D4A71600723F2B /* CCLayerLoader.h */,
|
||||
46A2136616D4A71600723F2B /* CCMenuItemImageLoader.cpp */,
|
||||
46A2136716D4A71600723F2B /* CCMenuItemImageLoader.h */,
|
||||
46A2136816D4A71600723F2B /* CCMenuItemLoader.cpp */,
|
||||
46A2136916D4A71600723F2B /* CCMenuItemLoader.h */,
|
||||
46A2136A16D4A71600723F2B /* CCMenuLoader.h */,
|
||||
46A2136B16D4A71600723F2B /* CCNode+CCBRelativePositioning.cpp */,
|
||||
46A2136C16D4A71600723F2B /* CCNode+CCBRelativePositioning.h */,
|
||||
46A2136D16D4A71600723F2B /* CCNodeLoader.cpp */,
|
||||
46A2136E16D4A71600723F2B /* CCNodeLoader.h */,
|
||||
46A2136F16D4A71600723F2B /* CCNodeLoaderLibrary.cpp */,
|
||||
46A2137016D4A71600723F2B /* CCNodeLoaderLibrary.h */,
|
||||
46A2137116D4A71600723F2B /* CCNodeLoaderListener.h */,
|
||||
46A2137216D4A71600723F2B /* CCParticleSystemQuadLoader.cpp */,
|
||||
46A2137316D4A71600723F2B /* CCParticleSystemQuadLoader.h */,
|
||||
46A2137416D4A71600723F2B /* CCScale9SpriteLoader.cpp */,
|
||||
46A2137516D4A71600723F2B /* CCScale9SpriteLoader.h */,
|
||||
46A2137616D4A71600723F2B /* CCScrollViewLoader.cpp */,
|
||||
46A2137716D4A71600723F2B /* CCScrollViewLoader.h */,
|
||||
46A2137816D4A71600723F2B /* CCSpriteLoader.cpp */,
|
||||
46A2137916D4A71600723F2B /* CCSpriteLoader.h */,
|
||||
);
|
||||
path = CCBReader;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2137C16D4A71600723F2B /* GUI */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2137D16D4A71600723F2B /* CCControlExtension */,
|
||||
46A2139716D4A71700723F2B /* CCEditBox */,
|
||||
46A213A316D4A71700723F2B /* CCScrollView */,
|
||||
);
|
||||
path = GUI;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2137D16D4A71600723F2B /* CCControlExtension */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2137E16D4A71600723F2B /* CCControl.cpp */,
|
||||
46A2137F16D4A71600723F2B /* CCControl.h */,
|
||||
46A2138016D4A71600723F2B /* CCControlButton.cpp */,
|
||||
46A2138116D4A71600723F2B /* CCControlButton.h */,
|
||||
46A2138216D4A71600723F2B /* CCControlColourPicker.cpp */,
|
||||
46A2138316D4A71600723F2B /* CCControlColourPicker.h */,
|
||||
46A2138416D4A71600723F2B /* CCControlExtensions.h */,
|
||||
46A2138516D4A71600723F2B /* CCControlHuePicker.cpp */,
|
||||
46A2138616D4A71600723F2B /* CCControlHuePicker.h */,
|
||||
46A2138716D4A71600723F2B /* CCControlPotentiometer.cpp */,
|
||||
46A2138816D4A71600723F2B /* CCControlPotentiometer.h */,
|
||||
46A2138916D4A71600723F2B /* CCControlSaturationBrightnessPicker.cpp */,
|
||||
46A2138A16D4A71600723F2B /* CCControlSaturationBrightnessPicker.h */,
|
||||
46A2138B16D4A71600723F2B /* CCControlSlider.cpp */,
|
||||
46A2138C16D4A71600723F2B /* CCControlSlider.h */,
|
||||
46A2138D16D4A71600723F2B /* CCControlStepper.cpp */,
|
||||
46A2138E16D4A71600723F2B /* CCControlStepper.h */,
|
||||
46A2138F16D4A71600723F2B /* CCControlSwitch.cpp */,
|
||||
46A2139016D4A71600723F2B /* CCControlSwitch.h */,
|
||||
46A2139116D4A71600723F2B /* CCControlUtils.cpp */,
|
||||
46A2139216D4A71600723F2B /* CCControlUtils.h */,
|
||||
46A2139316D4A71600723F2B /* CCInvocation.cpp */,
|
||||
46A2139416D4A71600723F2B /* CCInvocation.h */,
|
||||
46A2139516D4A71600723F2B /* CCScale9Sprite.cpp */,
|
||||
46A2139616D4A71600723F2B /* CCScale9Sprite.h */,
|
||||
);
|
||||
path = CCControlExtension;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2139716D4A71700723F2B /* CCEditBox */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2139816D4A71700723F2B /* CCEditBox.cpp */,
|
||||
46A2139916D4A71700723F2B /* CCEditBox.h */,
|
||||
46A2139A16D4A71700723F2B /* CCEditBoxImpl.h */,
|
||||
46A2139B16D4A71700723F2B /* CCEditBoxImplAndroid.cpp */,
|
||||
46A2139C16D4A71700723F2B /* CCEditBoxImplAndroid.h */,
|
||||
46A2139D16D4A71700723F2B /* CCEditBoxImplIOS.h */,
|
||||
46A2139E16D4A71700723F2B /* CCEditBoxImplIOS.mm */,
|
||||
46A2139F16D4A71700723F2B /* CCEditBoxImplMac.h */,
|
||||
46A213A016D4A71700723F2B /* CCEditBoxImplMac.mm */,
|
||||
46A213A116D4A71700723F2B /* CCEditBoxImplWin.cpp */,
|
||||
46A213A216D4A71700723F2B /* CCEditBoxImplWin.h */,
|
||||
);
|
||||
path = CCEditBox;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A213A316D4A71700723F2B /* CCScrollView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A213A416D4A71700723F2B /* CCScrollView.cpp */,
|
||||
46A213A516D4A71700723F2B /* CCScrollView.h */,
|
||||
46A213A616D4A71700723F2B /* CCSorting.cpp */,
|
||||
46A213A716D4A71700723F2B /* CCSorting.h */,
|
||||
46A213A816D4A71700723F2B /* CCTableView.cpp */,
|
||||
46A213A916D4A71700723F2B /* CCTableView.h */,
|
||||
46A213AA16D4A71700723F2B /* CCTableViewCell.cpp */,
|
||||
46A213AB16D4A71700723F2B /* CCTableViewCell.h */,
|
||||
);
|
||||
path = CCScrollView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A213AC16D4A71700723F2B /* LocalStorage */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A213AD16D4A71700723F2B /* LocalStorage.cpp */,
|
||||
46A213AE16D4A71700723F2B /* LocalStorage.h */,
|
||||
);
|
||||
path = LocalStorage;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A213B016D4A71700723F2B /* network */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A213B116D4A71700723F2B /* HttpClient.cpp */,
|
||||
46A213B216D4A71700723F2B /* HttpClient.h */,
|
||||
46A213B316D4A71700723F2B /* HttpRequest.h */,
|
||||
46A213B416D4A71700723F2B /* HttpResponse.h */,
|
||||
);
|
||||
path = network;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2140B16D4ABFD00723F2B /* bindings */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2140D16D4ABFD00723F2B /* cocos2d_specifics.cpp */,
|
||||
46A2140E16D4ABFD00723F2B /* cocos2d_specifics.hpp */,
|
||||
46A2140F16D4ABFD00723F2B /* cocosjs_manual_conversions.cpp */,
|
||||
46A2141016D4ABFD00723F2B /* cocosjs_manual_conversions.h */,
|
||||
46A2141116D4ABFD00723F2B /* generated */,
|
||||
46A2141616D4ABFD00723F2B /* js */,
|
||||
46A2142B16D4ABFD00723F2B /* js_bindings_config.h */,
|
||||
46A2142C16D4ABFD00723F2B /* js_bindings_core.cpp */,
|
||||
46A2142D16D4ABFD00723F2B /* js_bindings_core.h */,
|
||||
46A2143316D4ABFD00723F2B /* js_manual_conversions.cpp */,
|
||||
46A2143416D4ABFD00723F2B /* js_manual_conversions.h */,
|
||||
46A2143916D4ABFD00723F2B /* ScriptingCore.cpp */,
|
||||
46A2143A16D4ABFD00723F2B /* ScriptingCore.h */,
|
||||
46A2143B16D4ABFD00723F2B /* spidermonkey_specifics.h */,
|
||||
);
|
||||
name = bindings;
|
||||
path = ../../../../scripting/javascript/bindings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2141116D4ABFD00723F2B /* generated */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46579A0516F6EA1E00AFEA53 /* jsb_cocos2dx_auto_api.js */,
|
||||
46579A0616F6EA1E00AFEA53 /* jsb_cocos2dx_auto.cpp */,
|
||||
46579A0716F6EA1E00AFEA53 /* jsb_cocos2dx_auto.hpp */,
|
||||
46579A0816F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto_api.js */,
|
||||
46579A0916F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto.cpp */,
|
||||
46579A0A16F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto.hpp */,
|
||||
46A2141516D4ABFD00723F2B /* README */,
|
||||
);
|
||||
path = generated;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
46A2141616D4ABFD00723F2B /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
46A2141716D4ABFD00723F2B /* jsb.js */,
|
||||
46A2141816D4ABFD00723F2B /* jsb_chipmunk.js */,
|
||||
46A2141916D4ABFD00723F2B /* jsb_cocos2d.js */,
|
||||
46A2141A16D4ABFD00723F2B /* jsb_cocosbuilder.js */,
|
||||
46A2141B16D4ABFD00723F2B /* jsb_debugger.js */,
|
||||
46A2141C16D4ABFD00723F2B /* jsb_opengl.js */,
|
||||
46A2141D16D4ABFD00723F2B /* jsb_sys.js */,
|
||||
46A2141E16D4ABFD00723F2B /* main.debug.js */,
|
||||
);
|
||||
path = js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
|
@ -689,7 +244,6 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
469A7DC916C0F6FB006FFCB2 /* PBXTargetDependency */,
|
||||
);
|
||||
name = AssetsManagerTest;
|
||||
productName = AssetsManagerTest;
|
||||
|
@ -714,12 +268,6 @@
|
|||
mainGroup = 469A79F516C0F242006FFCB2;
|
||||
productRefGroup = 469A79FF16C0F242006FFCB2 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 469A7CF816C0F337006FFCB2 /* Products */;
|
||||
ProjectRef = 469A7CF716C0F337006FFCB2 /* cocos2dx.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
469A79FD16C0F242006FFCB2 /* AssetsManagerTest */,
|
||||
|
@ -727,29 +275,23 @@
|
|||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
469A7CFC16C0F337006FFCB2 /* libcocos2dx.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libcocos2dx.a;
|
||||
remoteRef = 469A7CFB16C0F337006FFCB2 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
469A79FC16C0F242006FFCB2 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
46A2145816D4AC2F00723F2B /* jsb.js in Resources */,
|
||||
46A2145916D4AC2F00723F2B /* jsb_chipmunk.js in Resources */,
|
||||
46A2145A16D4AC2F00723F2B /* jsb_cocos2d.js in Resources */,
|
||||
46A2145B16D4AC2F00723F2B /* jsb_cocosbuilder.js in Resources */,
|
||||
46A2145C16D4AC2F00723F2B /* jsb_debugger.js in Resources */,
|
||||
46A2145D16D4AC2F00723F2B /* jsb_opengl.js in Resources */,
|
||||
46A2145E16D4AC2F00723F2B /* jsb_sys.js in Resources */,
|
||||
46A2145F16D4AC2F00723F2B /* main.debug.js in Resources */,
|
||||
1A6B05B81778293600FFE52B /* jsb.js in Resources */,
|
||||
1A6B05B91778293600FFE52B /* jsb_chipmunk.js in Resources */,
|
||||
1A6B05BA1778293600FFE52B /* jsb_chipmunk_constants.js in Resources */,
|
||||
1A6B05BB1778293600FFE52B /* jsb_cocos2d.js in Resources */,
|
||||
1A6B05BC1778293600FFE52B /* jsb_cocos2d_constants.js in Resources */,
|
||||
1A6B05BD1778293600FFE52B /* jsb_cocos2d_extension.js in Resources */,
|
||||
1A6B05BE1778293600FFE52B /* jsb_cocosbuilder.js in Resources */,
|
||||
1A6B05BF1778293600FFE52B /* jsb_debugger.js in Resources */,
|
||||
1A6B05C01778293600FFE52B /* jsb_opengl.js in Resources */,
|
||||
1A6B05C11778293600FFE52B /* jsb_opengl_constants.js in Resources */,
|
||||
1A6B05C21778293600FFE52B /* jsb_sys.js in Resources */,
|
||||
1A6B05C31778293600FFE52B /* main.debug.js in Resources */,
|
||||
46A212BE16D4A4C000723F2B /* myApp.js in Resources */,
|
||||
46A212B316D4A43400723F2B /* main.js in Resources */,
|
||||
469A7D1016C0F42F006FFCB2 /* CloseNormal.png in Resources */,
|
||||
|
@ -761,7 +303,6 @@
|
|||
469A7DD616C0F74F006FFCB2 /* Icon-Small@2x.png in Resources */,
|
||||
469A7DD716C0F74F006FFCB2 /* Icon.png in Resources */,
|
||||
469A7DD816C0F74F006FFCB2 /* Icon@2x.png in Resources */,
|
||||
46A2144216D4ABFD00723F2B /* README in Resources */,
|
||||
46A2146116D4B04A00723F2B /* Background.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
@ -777,80 +318,11 @@
|
|||
469A7D0316C0F41E006FFCB2 /* main.m in Sources */,
|
||||
469A7D0416C0F41E006FFCB2 /* RootViewController.mm in Sources */,
|
||||
469A7D0A16C0F429006FFCB2 /* AppDelegate.cpp in Sources */,
|
||||
469A7DC316C0F6D8006FFCB2 /* CDAudioManager.m in Sources */,
|
||||
469A7DC416C0F6D8006FFCB2 /* CDOpenALSupport.m in Sources */,
|
||||
469A7DC516C0F6D8006FFCB2 /* CocosDenshion.m in Sources */,
|
||||
469A7DC616C0F6D8006FFCB2 /* SimpleAudioEngine_objc.m in Sources */,
|
||||
469A7DC716C0F6D8006FFCB2 /* SimpleAudioEngine.mm in Sources */,
|
||||
46A213CB16D4A71700723F2B /* AssetsManager.cpp in Sources */,
|
||||
46A213CC16D4A71700723F2B /* CCBAnimationManager.cpp in Sources */,
|
||||
46A213CD16D4A71700723F2B /* CCBFileLoader.cpp in Sources */,
|
||||
46A213CE16D4A71700723F2B /* CCBKeyframe.cpp in Sources */,
|
||||
46A213CF16D4A71700723F2B /* CCBReader.cpp in Sources */,
|
||||
46A213D016D4A71700723F2B /* CCBSequence.cpp in Sources */,
|
||||
46A213D116D4A71700723F2B /* CCBSequenceProperty.cpp in Sources */,
|
||||
46A213D216D4A71700723F2B /* CCBValue.cpp in Sources */,
|
||||
46A213D316D4A71700723F2B /* CCControlButtonLoader.cpp in Sources */,
|
||||
46A213D416D4A71700723F2B /* CCControlLoader.cpp in Sources */,
|
||||
46A213D616D4A71700723F2B /* CCLabelBMFontLoader.cpp in Sources */,
|
||||
46A213D716D4A71700723F2B /* CCLabelTTFLoader.cpp in Sources */,
|
||||
46A213D816D4A71700723F2B /* CCLayerColorLoader.cpp in Sources */,
|
||||
46A213D916D4A71700723F2B /* CCLayerGradientLoader.cpp in Sources */,
|
||||
46A213DA16D4A71700723F2B /* CCLayerLoader.cpp in Sources */,
|
||||
46A213DB16D4A71700723F2B /* CCMenuItemImageLoader.cpp in Sources */,
|
||||
46A213DC16D4A71700723F2B /* CCMenuItemLoader.cpp in Sources */,
|
||||
46A213DD16D4A71700723F2B /* CCNode+CCBRelativePositioning.cpp in Sources */,
|
||||
46A213DE16D4A71700723F2B /* CCNodeLoader.cpp in Sources */,
|
||||
46A213DF16D4A71700723F2B /* CCNodeLoaderLibrary.cpp in Sources */,
|
||||
46A213E016D4A71700723F2B /* CCParticleSystemQuadLoader.cpp in Sources */,
|
||||
46A213E116D4A71700723F2B /* CCScale9SpriteLoader.cpp in Sources */,
|
||||
46A213E216D4A71700723F2B /* CCScrollViewLoader.cpp in Sources */,
|
||||
46A213E316D4A71700723F2B /* CCSpriteLoader.cpp in Sources */,
|
||||
46A213E416D4A71700723F2B /* CCControl.cpp in Sources */,
|
||||
46A213E516D4A71700723F2B /* CCControlButton.cpp in Sources */,
|
||||
46A213E616D4A71700723F2B /* CCControlColourPicker.cpp in Sources */,
|
||||
46A213E716D4A71700723F2B /* CCControlHuePicker.cpp in Sources */,
|
||||
46A213E816D4A71700723F2B /* CCControlPotentiometer.cpp in Sources */,
|
||||
46A213E916D4A71700723F2B /* CCControlSaturationBrightnessPicker.cpp in Sources */,
|
||||
46A213EA16D4A71700723F2B /* CCControlSlider.cpp in Sources */,
|
||||
46A213EB16D4A71700723F2B /* CCControlStepper.cpp in Sources */,
|
||||
46A213EC16D4A71700723F2B /* CCControlSwitch.cpp in Sources */,
|
||||
46A213ED16D4A71700723F2B /* CCControlUtils.cpp in Sources */,
|
||||
46A213EE16D4A71700723F2B /* CCInvocation.cpp in Sources */,
|
||||
46A213EF16D4A71700723F2B /* CCScale9Sprite.cpp in Sources */,
|
||||
46A213F016D4A71700723F2B /* CCEditBox.cpp in Sources */,
|
||||
46A213F116D4A71700723F2B /* CCEditBoxImplAndroid.cpp in Sources */,
|
||||
46A213F216D4A71700723F2B /* CCEditBoxImplIOS.mm in Sources */,
|
||||
46A213F316D4A71700723F2B /* CCEditBoxImplMac.mm in Sources */,
|
||||
46A213F416D4A71700723F2B /* CCEditBoxImplWin.cpp in Sources */,
|
||||
46A213F516D4A71700723F2B /* CCScrollView.cpp in Sources */,
|
||||
46A213F616D4A71700723F2B /* CCSorting.cpp in Sources */,
|
||||
46A213F716D4A71700723F2B /* CCTableView.cpp in Sources */,
|
||||
46A213F816D4A71700723F2B /* CCTableViewCell.cpp in Sources */,
|
||||
46A213F916D4A71700723F2B /* LocalStorage.cpp in Sources */,
|
||||
46A213FB16D4A71700723F2B /* HttpClient.cpp in Sources */,
|
||||
46A2143E16D4ABFD00723F2B /* cocos2d_specifics.cpp in Sources */,
|
||||
46A2143F16D4ABFD00723F2B /* cocosjs_manual_conversions.cpp in Sources */,
|
||||
46A2145016D4ABFD00723F2B /* js_bindings_core.cpp in Sources */,
|
||||
46A2145316D4ABFD00723F2B /* js_manual_conversions.cpp in Sources */,
|
||||
46A2145716D4ABFD00723F2B /* ScriptingCore.cpp in Sources */,
|
||||
46579A0B16F6EA1E00AFEA53 /* jsb_cocos2dx_auto_api.js in Sources */,
|
||||
46579A0C16F6EA1E00AFEA53 /* jsb_cocos2dx_auto.cpp in Sources */,
|
||||
46579A0D16F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto_api.js in Sources */,
|
||||
46579A0E16F6EA1E00AFEA53 /* jsb_cocos2dx_extension_auto.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
469A7DC916C0F6FB006FFCB2 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = cocos2dx;
|
||||
targetProxy = 469A7DC816C0F6FB006FFCB2 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
469A7CC816C0F245006FFCB2 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
|
@ -919,6 +391,7 @@
|
|||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = Prefix.pch;
|
||||
|
@ -952,10 +425,7 @@
|
|||
"\"$(SRCROOT)/../../../../CocosDenshion/third_party/blackberry/libraries/x86\"",
|
||||
"\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lz",
|
||||
"-lsqlite3",
|
||||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
|
@ -968,6 +438,7 @@
|
|||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
|
@ -999,10 +470,7 @@
|
|||
"\"$(SRCROOT)/../../../../CocosDenshion/third_party/blackberry/libraries/x86\"",
|
||||
"\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lz",
|
||||
"-lsqlite3",
|
||||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WRAPPER_EXTENSION = app;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
/* Begin PBXBuildFile section */
|
||||
15003FA315D2601D00B6775A /* iphone in Resources */ = {isa = PBXBuildFile; fileRef = 15003FA215D2601D00B6775A /* iphone */; };
|
||||
15A3D7B91682F609002FB0C5 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A3D7B61682F5ED002FB0C5 /* libcocos2dx.a */; };
|
||||
1A0C0A6B1777F65600838530 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A0C0A6A1777F65600838530 /* libcocos2dx.a */; };
|
||||
1A1CF3691626CEFF00AFC938 /* ipad in Resources */ = {isa = PBXBuildFile; fileRef = 1A1CF3671626CEFF00AFC938 /* ipad */; };
|
||||
1A1CF36A1626CEFF00AFC938 /* ipadhd in Resources */ = {isa = PBXBuildFile; fileRef = 1A1CF3681626CEFF00AFC938 /* ipadhd */; };
|
||||
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
|
||||
|
@ -32,26 +32,9 @@
|
|||
D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94ED15BD319D00D803EB /* Icon-144.png */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
15A3D7B51682F5ED002FB0C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15A3D7AE1682F5EC002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
15A3D7B71682F600002FB0C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15A3D7AE1682F5EC002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1551A33E158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
15003FA215D2601D00B6775A /* iphone */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iphone; sourceTree = "<group>"; };
|
||||
15A3D7AE1682F5EC002FB0C5 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = "<group>"; };
|
||||
1A0C0A6A1777F65600838530 /* libcocos2dx.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libcocos2dx.a; path = "../../../../cocos2dx/proj.ios/build/Release-iphoneos/libcocos2dx.a"; sourceTree = "<group>"; };
|
||||
1A1CF3661626CB6000AFC938 /* AppMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppMacros.h; sourceTree = "<group>"; };
|
||||
1A1CF3671626CEFF00AFC938 /* ipad */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipad; sourceTree = "<group>"; };
|
||||
1A1CF3681626CEFF00AFC938 /* ipadhd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipadhd; sourceTree = "<group>"; };
|
||||
|
@ -89,7 +72,7 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
15A3D7B91682F609002FB0C5 /* libcocos2dx.a in Frameworks */,
|
||||
1A0C0A6B1777F65600838530 /* libcocos2dx.a in Frameworks */,
|
||||
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
|
||||
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
|
||||
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
|
||||
|
@ -103,14 +86,6 @@
|
|||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
15A3D7AF1682F5EC002FB0C5 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D7B61682F5ED002FB0C5 /* libcocos2dx.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -122,7 +97,6 @@
|
|||
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D7AE1682F5EC002FB0C5 /* cocos2dx.xcodeproj */,
|
||||
BF23D4E2143315EB00657E08 /* Classes */,
|
||||
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
||||
BF5681CC1313A84D0055EEAC /* ios */,
|
||||
|
@ -135,6 +109,7 @@
|
|||
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0A6A1777F65600838530 /* libcocos2dx.a */,
|
||||
BF492B6912891AC600A09262 /* libz.dylib */,
|
||||
BF137426128A8E4600D9F789 /* QuartzCore.framework */,
|
||||
BF492D4B1289302400A09262 /* OpenGLES.framework */,
|
||||
|
@ -206,7 +181,6 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
15A3D7B81682F600002FB0C5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = HelloCpp;
|
||||
productName = HelloWorld;
|
||||
|
@ -233,12 +207,6 @@
|
|||
);
|
||||
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 15A3D7AF1682F5EC002FB0C5 /* Products */;
|
||||
ProjectRef = 15A3D7AE1682F5EC002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1D6058900D05DD3D006BFB54 /* HelloCpp */,
|
||||
|
@ -246,16 +214,6 @@
|
|||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
15A3D7B61682F5ED002FB0C5 /* libcocos2dx.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libcocos2dx.a;
|
||||
remoteRef = 15A3D7B51682F5ED002FB0C5 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
1D60588D0D05DD3D006BFB54 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
|
@ -291,14 +249,6 @@
|
|||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
15A3D7B81682F600002FB0C5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = cocos2dx;
|
||||
targetProxy = 15A3D7B71682F600002FB0C5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1D6058940D05DD3E006BFB54 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
|
|
|
@ -7,12 +7,8 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
15A3D7D21682F6CA002FB0C5 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A3D7C51682F695002FB0C5 /* libcocos2dx.a */; };
|
||||
15A3D8531682F72C002FB0C5 /* CDAudioManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D7EE1682F72C002FB0C5 /* CDAudioManager.m */; };
|
||||
15A3D8541682F72C002FB0C5 /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D7F11682F72C002FB0C5 /* CDOpenALSupport.m */; };
|
||||
15A3D8551682F72C002FB0C5 /* CocosDenshion.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D7F31682F72C002FB0C5 /* CocosDenshion.m */; };
|
||||
15A3D8561682F72C002FB0C5 /* SimpleAudioEngine.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D7F41682F72C002FB0C5 /* SimpleAudioEngine.mm */; };
|
||||
15A3D8571682F72C002FB0C5 /* SimpleAudioEngine_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D7F61682F72C002FB0C5 /* SimpleAudioEngine_objc.m */; };
|
||||
1A6E475F177819520055514D /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E475D177819520055514D /* libcocos2dx.a */; };
|
||||
1A6E4760177819520055514D /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E475E177819520055514D /* libCocosDenshion.a */; };
|
||||
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
|
||||
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
|
||||
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
|
||||
|
@ -42,37 +38,9 @@
|
|||
D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94ED15BD319D00D803EB /* Icon-144.png */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
15A3D7C41682F695002FB0C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15A3D7C01682F695002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
15A3D7D01682F6C5002FB0C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15A3D7C01682F695002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1551A33E158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
15A3D7C01682F695002FB0C5 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = "<group>"; };
|
||||
15A3D7EA1682F72C002FB0C5 /* Export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Export.h; sourceTree = "<group>"; };
|
||||
15A3D7EB1682F72C002FB0C5 /* SimpleAudioEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine.h; sourceTree = "<group>"; };
|
||||
15A3D7ED1682F72C002FB0C5 /* CDAudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDAudioManager.h; sourceTree = "<group>"; };
|
||||
15A3D7EE1682F72C002FB0C5 /* CDAudioManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDAudioManager.m; sourceTree = "<group>"; };
|
||||
15A3D7EF1682F72C002FB0C5 /* CDConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDConfig.h; sourceTree = "<group>"; };
|
||||
15A3D7F01682F72C002FB0C5 /* CDOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDOpenALSupport.h; sourceTree = "<group>"; };
|
||||
15A3D7F11682F72C002FB0C5 /* CDOpenALSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDOpenALSupport.m; sourceTree = "<group>"; };
|
||||
15A3D7F21682F72C002FB0C5 /* CocosDenshion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosDenshion.h; sourceTree = "<group>"; };
|
||||
15A3D7F31682F72C002FB0C5 /* CocosDenshion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocosDenshion.m; sourceTree = "<group>"; };
|
||||
15A3D7F41682F72C002FB0C5 /* SimpleAudioEngine.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SimpleAudioEngine.mm; sourceTree = "<group>"; };
|
||||
15A3D7F51682F72C002FB0C5 /* SimpleAudioEngine_objc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine_objc.h; sourceTree = "<group>"; };
|
||||
15A3D7F61682F72C002FB0C5 /* SimpleAudioEngine_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleAudioEngine_objc.m; sourceTree = "<group>"; };
|
||||
1A6E475D177819520055514D /* libcocos2dx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcocos2dx.a; path = "../../../../cocos2dx/proj.ios/build/Release-iphoneos/libcocos2dx.a"; sourceTree = "<group>"; };
|
||||
1A6E475E177819520055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCocosDenshion.a; path = "../../../../CocosDenshion/proj.ios/build/Release-iphoneos/libCocosDenshion.a"; sourceTree = "<group>"; };
|
||||
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
1D6058910D05DD3D006BFB54 /* SimpleGame.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleGame.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
|
@ -113,7 +81,8 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
15A3D7D21682F6CA002FB0C5 /* libcocos2dx.a in Frameworks */,
|
||||
1A6E475F177819520055514D /* libcocos2dx.a in Frameworks */,
|
||||
1A6E4760177819520055514D /* libCocosDenshion.a in Frameworks */,
|
||||
D4E6BCCE15FCBAD7008BF525 /* AudioToolbox.framework in Frameworks */,
|
||||
D4E6BCCD15FCBAC8008BF525 /* AVFoundation.framework in Frameworks */,
|
||||
D4E6BCCC15FCBABC008BF525 /* OpenAL.framework in Frameworks */,
|
||||
|
@ -130,50 +99,6 @@
|
|||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
15A3D7C11682F695002FB0C5 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D7C51682F695002FB0C5 /* libcocos2dx.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D7D31682F72C002FB0C5 /* CocosDenshion */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D7E91682F72C002FB0C5 /* include */,
|
||||
15A3D7EC1682F72C002FB0C5 /* ios */,
|
||||
);
|
||||
name = CocosDenshion;
|
||||
path = ../../../../CocosDenshion;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D7E91682F72C002FB0C5 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D7EA1682F72C002FB0C5 /* Export.h */,
|
||||
15A3D7EB1682F72C002FB0C5 /* SimpleAudioEngine.h */,
|
||||
);
|
||||
path = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D7EC1682F72C002FB0C5 /* ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D7ED1682F72C002FB0C5 /* CDAudioManager.h */,
|
||||
15A3D7EE1682F72C002FB0C5 /* CDAudioManager.m */,
|
||||
15A3D7EF1682F72C002FB0C5 /* CDConfig.h */,
|
||||
15A3D7F01682F72C002FB0C5 /* CDOpenALSupport.h */,
|
||||
15A3D7F11682F72C002FB0C5 /* CDOpenALSupport.m */,
|
||||
15A3D7F21682F72C002FB0C5 /* CocosDenshion.h */,
|
||||
15A3D7F31682F72C002FB0C5 /* CocosDenshion.m */,
|
||||
15A3D7F41682F72C002FB0C5 /* SimpleAudioEngine.mm */,
|
||||
15A3D7F51682F72C002FB0C5 /* SimpleAudioEngine_objc.h */,
|
||||
15A3D7F61682F72C002FB0C5 /* SimpleAudioEngine_objc.m */,
|
||||
);
|
||||
path = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -185,9 +110,7 @@
|
|||
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D7C01682F695002FB0C5 /* cocos2dx.xcodeproj */,
|
||||
BF23D4E2143315EB00657E08 /* Classes */,
|
||||
15A3D7D31682F72C002FB0C5 /* CocosDenshion */,
|
||||
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
||||
BF5681CC1313A84D0055EEAC /* ios */,
|
||||
19C28FACFE9D520D11CA2CBB /* Products */,
|
||||
|
@ -199,6 +122,8 @@
|
|||
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E475D177819520055514D /* libcocos2dx.a */,
|
||||
1A6E475E177819520055514D /* libCocosDenshion.a */,
|
||||
BF492B6912891AC600A09262 /* libz.dylib */,
|
||||
BF137426128A8E4600D9F789 /* QuartzCore.framework */,
|
||||
BF492D4B1289302400A09262 /* OpenGLES.framework */,
|
||||
|
@ -272,7 +197,6 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
15A3D7D11682F6C5002FB0C5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = SimpleGame;
|
||||
productName = HelloWorld;
|
||||
|
@ -296,12 +220,6 @@
|
|||
);
|
||||
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 15A3D7C11682F695002FB0C5 /* Products */;
|
||||
ProjectRef = 15A3D7C01682F695002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1D6058900D05DD3D006BFB54 /* SimpleGame */,
|
||||
|
@ -309,16 +227,6 @@
|
|||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
15A3D7C51682F695002FB0C5 /* libcocos2dx.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libcocos2dx.a;
|
||||
remoteRef = 15A3D7C41682F695002FB0C5 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
1D60588D0D05DD3D006BFB54 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
|
@ -351,24 +259,11 @@
|
|||
BF23D4E7143315EB00657E08 /* AppDelegate.cpp in Sources */,
|
||||
BF23D4E8143315EB00657E08 /* HelloWorldScene.cpp in Sources */,
|
||||
D4E6BC9215FCB5BA008BF525 /* GameOverScene.cpp in Sources */,
|
||||
15A3D8531682F72C002FB0C5 /* CDAudioManager.m in Sources */,
|
||||
15A3D8541682F72C002FB0C5 /* CDOpenALSupport.m in Sources */,
|
||||
15A3D8551682F72C002FB0C5 /* CocosDenshion.m in Sources */,
|
||||
15A3D8561682F72C002FB0C5 /* SimpleAudioEngine.mm in Sources */,
|
||||
15A3D8571682F72C002FB0C5 /* SimpleAudioEngine_objc.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
15A3D7D11682F6C5002FB0C5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = cocos2dx;
|
||||
targetProxy = 15A3D7D01682F6C5002FB0C5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1D6058940D05DD3E006BFB54 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
|
@ -393,11 +288,11 @@
|
|||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SDKROOT)/usr/include/libxml2/\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
);
|
||||
INFOPLIST_FILE = "SimpleGame-Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
|
@ -430,11 +325,11 @@
|
|||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SDKROOT)/usr/include/libxml2/\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
);
|
||||
INFOPLIST_FILE = "SimpleGame-Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
|
|
|
@ -1 +1 @@
|
|||
ef2918e6fca21f9972f69ed29ad1f6e855999a92
|
||||
ad28e5a96d379976da5a1120bc332f45f719efab
|
|
@ -11,88 +11,24 @@
|
|||
159004B4166DE19C006BF838 /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004B3166DE19C006BF838 /* Icon-114.png */; };
|
||||
159004B6166DE1A8006BF838 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004B5166DE1A8006BF838 /* Icon-72.png */; };
|
||||
159004B8166DE1AF006BF838 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004B7166DE1AF006BF838 /* Icon-144.png */; };
|
||||
15A3CF571682C2B8002FB0C5 /* CCBAnimationManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEDC1682C2B7002FB0C5 /* CCBAnimationManager.cpp */; };
|
||||
15A3CF581682C2B8002FB0C5 /* CCBFileLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEDE1682C2B7002FB0C5 /* CCBFileLoader.cpp */; };
|
||||
15A3CF591682C2B8002FB0C5 /* CCBKeyframe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEE01682C2B7002FB0C5 /* CCBKeyframe.cpp */; };
|
||||
15A3CF5A1682C2B8002FB0C5 /* CCBReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEE31682C2B7002FB0C5 /* CCBReader.cpp */; };
|
||||
15A3CF5B1682C2B8002FB0C5 /* CCBSequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEE61682C2B7002FB0C5 /* CCBSequence.cpp */; };
|
||||
15A3CF5C1682C2B8002FB0C5 /* CCBSequenceProperty.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEE81682C2B7002FB0C5 /* CCBSequenceProperty.cpp */; };
|
||||
15A3CF5D1682C2B8002FB0C5 /* CCBValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEEA1682C2B7002FB0C5 /* CCBValue.cpp */; };
|
||||
15A3CF5E1682C2B8002FB0C5 /* CCControlButtonLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEEC1682C2B7002FB0C5 /* CCControlButtonLoader.cpp */; };
|
||||
15A3CF5F1682C2B8002FB0C5 /* CCControlLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEEE1682C2B7002FB0C5 /* CCControlLoader.cpp */; };
|
||||
15A3CF611682C2B8002FB0C5 /* CCLabelBMFontLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEF21682C2B7002FB0C5 /* CCLabelBMFontLoader.cpp */; };
|
||||
15A3CF621682C2B8002FB0C5 /* CCLabelTTFLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEF41682C2B7002FB0C5 /* CCLabelTTFLoader.cpp */; };
|
||||
15A3CF631682C2B8002FB0C5 /* CCLayerColorLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEF61682C2B7002FB0C5 /* CCLayerColorLoader.cpp */; };
|
||||
15A3CF641682C2B8002FB0C5 /* CCLayerGradientLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEF81682C2B7002FB0C5 /* CCLayerGradientLoader.cpp */; };
|
||||
15A3CF651682C2B8002FB0C5 /* CCLayerLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEFA1682C2B8002FB0C5 /* CCLayerLoader.cpp */; };
|
||||
15A3CF661682C2B8002FB0C5 /* CCMenuItemImageLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEFC1682C2B8002FB0C5 /* CCMenuItemImageLoader.cpp */; };
|
||||
15A3CF671682C2B8002FB0C5 /* CCMenuItemLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CEFE1682C2B8002FB0C5 /* CCMenuItemLoader.cpp */; };
|
||||
15A3CF681682C2B8002FB0C5 /* CCNode+CCBRelativePositioning.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CF011682C2B8002FB0C5 /* CCNode+CCBRelativePositioning.cpp */; };
|
||||
15A3CF691682C2B8002FB0C5 /* CCNodeLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CF031682C2B8002FB0C5 /* CCNodeLoader.cpp */; };
|
||||
15A3CF6A1682C2B8002FB0C5 /* CCNodeLoaderLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CF051682C2B8002FB0C5 /* CCNodeLoaderLibrary.cpp */; };
|
||||
15A3CF6B1682C2B8002FB0C5 /* CCParticleSystemQuadLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CF081682C2B8002FB0C5 /* CCParticleSystemQuadLoader.cpp */; };
|
||||
15A3CF6C1682C2B8002FB0C5 /* CCScale9SpriteLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CF0A1682C2B8002FB0C5 /* CCScale9SpriteLoader.cpp */; };
|
||||
15A3CF6D1682C2B8002FB0C5 /* CCScrollViewLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CF0C1682C2B8002FB0C5 /* CCScrollViewLoader.cpp */; };
|
||||
15A3CF6E1682C2B8002FB0C5 /* CCSpriteLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CF0E1682C2B8002FB0C5 /* CCSpriteLoader.cpp */; };
|
||||
15A3D00E1682C331002FB0C5 /* CDAudioManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CFA91682C331002FB0C5 /* CDAudioManager.m */; };
|
||||
15A3D00F1682C331002FB0C5 /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CFAC1682C331002FB0C5 /* CDOpenALSupport.m */; };
|
||||
15A3D0101682C331002FB0C5 /* CocosDenshion.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CFAE1682C331002FB0C5 /* CocosDenshion.m */; };
|
||||
15A3D0111682C331002FB0C5 /* SimpleAudioEngine.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CFAF1682C331002FB0C5 /* SimpleAudioEngine.mm */; };
|
||||
15A3D0121682C331002FB0C5 /* SimpleAudioEngine_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3CFB11682C331002FB0C5 /* SimpleAudioEngine_objc.m */; };
|
||||
15A3D09F1682E721002FB0C5 /* cocos2d_specifics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D07A1682E721002FB0C5 /* cocos2d_specifics.cpp */; };
|
||||
15A3D0A31682E721002FB0C5 /* README in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D0821682E721002FB0C5 /* README */; };
|
||||
15A3D0A91682E721002FB0C5 /* js_bindings_ccbreader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D0891682E721002FB0C5 /* js_bindings_ccbreader.cpp */; };
|
||||
15A3D0AE1682E721002FB0C5 /* js_bindings_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D0961682E721002FB0C5 /* js_bindings_core.cpp */; };
|
||||
15A3D0AF1682E721002FB0C5 /* js_manual_conversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D0981682E721002FB0C5 /* js_manual_conversions.cpp */; };
|
||||
15A3D0B01682E721002FB0C5 /* ScriptingCore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D09A1682E721002FB0C5 /* ScriptingCore.cpp */; };
|
||||
15A3D0B81682E7D2002FB0C5 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A3CE091682C057002FB0C5 /* libcocos2dx.a */; };
|
||||
1A177F141698297600C9AC27 /* js_bindings_system_functions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A177F101698297600C9AC27 /* js_bindings_system_functions.cpp */; };
|
||||
1A177F151698297600C9AC27 /* js_bindings_system_registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A177F121698297600C9AC27 /* js_bindings_system_registration.cpp */; };
|
||||
1A2757A01697FA7200504026 /* jsb_chipmunk.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A2757991697FA7200504026 /* jsb_chipmunk.js */; };
|
||||
1A2757A11697FA7200504026 /* jsb_cocos2d.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A27579A1697FA7200504026 /* jsb_cocos2d.js */; };
|
||||
1A2757A21697FA7200504026 /* jsb_cocosbuilder.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A27579B1697FA7200504026 /* jsb_cocosbuilder.js */; };
|
||||
1A2757A31697FA7200504026 /* jsb_debugger.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A27579C1697FA7200504026 /* jsb_debugger.js */; };
|
||||
1A2757A41697FA7200504026 /* jsb_opengl.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A27579D1697FA7200504026 /* jsb_opengl.js */; };
|
||||
1A2757A51697FA7200504026 /* jsb_sys.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A27579E1697FA7200504026 /* jsb_sys.js */; };
|
||||
1A2757A61697FA7200504026 /* jsb.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A27579F1697FA7200504026 /* jsb.js */; };
|
||||
1A2758101698218C00504026 /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A2757991697FA7200504026 /* jsb_chipmunk.js */; };
|
||||
1A2758111698218C00504026 /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A27579A1697FA7200504026 /* jsb_cocos2d.js */; };
|
||||
1A2758121698218C00504026 /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A27579B1697FA7200504026 /* jsb_cocosbuilder.js */; };
|
||||
1A2758131698218C00504026 /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A27579C1697FA7200504026 /* jsb_debugger.js */; };
|
||||
1A2758141698218C00504026 /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A27579D1697FA7200504026 /* jsb_opengl.js */; };
|
||||
1A2758151698218C00504026 /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A27579E1697FA7200504026 /* jsb_sys.js */; };
|
||||
1A2758161698218C00504026 /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A27579F1697FA7200504026 /* jsb.js */; };
|
||||
1A6E469E177813130055514D /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E4698177813130055514D /* libchipmunk.a */; };
|
||||
1A6E469F177813130055514D /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E4699177813130055514D /* libcocos2dx.a */; };
|
||||
1A6E46A0177813130055514D /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E469A177813130055514D /* libCocosDenshion.a */; };
|
||||
1A6E46A1177813130055514D /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E469B177813130055514D /* libextensions.a */; };
|
||||
1A6E46A2177813130055514D /* libjsbindings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E469C177813130055514D /* libjsbindings.a */; };
|
||||
1A6E46BC177814880055514D /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46A41778147D0055514D /* jsb.js */; };
|
||||
1A6E46BD177814880055514D /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46A51778147D0055514D /* jsb_chipmunk.js */; };
|
||||
1A6E46BE177814880055514D /* jsb_chipmunk_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46A61778147D0055514D /* jsb_chipmunk_constants.js */; };
|
||||
1A6E46BF177814880055514D /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46A71778147D0055514D /* jsb_cocos2d.js */; };
|
||||
1A6E46C0177814880055514D /* jsb_cocos2d_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46A81778147D0055514D /* jsb_cocos2d_constants.js */; };
|
||||
1A6E46C1177814880055514D /* jsb_cocos2d_extension.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46A91778147D0055514D /* jsb_cocos2d_extension.js */; };
|
||||
1A6E46C2177814880055514D /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46AA1778147D0055514D /* jsb_cocosbuilder.js */; };
|
||||
1A6E46C3177814880055514D /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46AB1778147D0055514D /* jsb_debugger.js */; };
|
||||
1A6E46C4177814880055514D /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46AC1778147D0055514D /* jsb_opengl.js */; };
|
||||
1A6E46C5177814880055514D /* jsb_opengl_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46AD1778147D0055514D /* jsb_opengl_constants.js */; };
|
||||
1A6E46C6177814880055514D /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46AE1778147D0055514D /* jsb_sys.js */; };
|
||||
1A6E46C7177814880055514D /* main.debug.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46AF1778147D0055514D /* main.debug.js */; };
|
||||
1A82F5D1169AC71F00C4B13A /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A82F5D0169AC71F00C4B13A /* libsqlite3.dylib */; };
|
||||
1A82F5D8169AC75500C4B13A /* LocalStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A82F5D5169AC75500C4B13A /* LocalStorage.cpp */; };
|
||||
1A82F5D9169AC75500C4B13A /* LocalStorageAndroid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A82F5D7169AC75500C4B13A /* LocalStorageAndroid.cpp */; };
|
||||
1AA51AD116F71307000FDF05 /* jsb_cocos2d_constants.js in Sources */ = {isa = PBXBuildFile; fileRef = 1AA51AD016F71307000FDF05 /* jsb_cocos2d_constants.js */; };
|
||||
1AA51AD216F7131E000FDF05 /* jsb_cocos2d_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51AD016F71307000FDF05 /* jsb_cocos2d_constants.js */; };
|
||||
1AAC78F916EDC13D00B97F83 /* jsb_cocos2dx_auto_api.js in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC78F616EDC13D00B97F83 /* jsb_cocos2dx_auto_api.js */; };
|
||||
1AAC78FA16EDC13D00B97F83 /* jsb_cocos2dx_auto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC78F716EDC13D00B97F83 /* jsb_cocos2dx_auto.cpp */; };
|
||||
1AAC792B16EDC26E00B97F83 /* CCControl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC78FD16EDC26E00B97F83 /* CCControl.cpp */; };
|
||||
1AAC792C16EDC26E00B97F83 /* CCControlButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC78FF16EDC26E00B97F83 /* CCControlButton.cpp */; };
|
||||
1AAC792D16EDC26E00B97F83 /* CCControlColourPicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC790116EDC26E00B97F83 /* CCControlColourPicker.cpp */; };
|
||||
1AAC792E16EDC26E00B97F83 /* CCControlHuePicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC790416EDC26E00B97F83 /* CCControlHuePicker.cpp */; };
|
||||
1AAC792F16EDC26E00B97F83 /* CCControlPotentiometer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC790616EDC26E00B97F83 /* CCControlPotentiometer.cpp */; };
|
||||
1AAC793016EDC26E00B97F83 /* CCControlSaturationBrightnessPicker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC790816EDC26E00B97F83 /* CCControlSaturationBrightnessPicker.cpp */; };
|
||||
1AAC793116EDC26E00B97F83 /* CCControlSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC790A16EDC26E00B97F83 /* CCControlSlider.cpp */; };
|
||||
1AAC793216EDC26E00B97F83 /* CCControlStepper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC790C16EDC26E00B97F83 /* CCControlStepper.cpp */; };
|
||||
1AAC793316EDC26E00B97F83 /* CCControlSwitch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC790E16EDC26E00B97F83 /* CCControlSwitch.cpp */; };
|
||||
1AAC793416EDC26E00B97F83 /* CCControlUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC791016EDC26E00B97F83 /* CCControlUtils.cpp */; };
|
||||
1AAC793516EDC26E00B97F83 /* CCInvocation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC791216EDC26E00B97F83 /* CCInvocation.cpp */; };
|
||||
1AAC793616EDC26E00B97F83 /* CCScale9Sprite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC791416EDC26E00B97F83 /* CCScale9Sprite.cpp */; };
|
||||
1AAC793716EDC26E00B97F83 /* CCEditBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC791716EDC26E00B97F83 /* CCEditBox.cpp */; };
|
||||
1AAC793816EDC26E00B97F83 /* CCEditBoxImplAndroid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC791A16EDC26E00B97F83 /* CCEditBoxImplAndroid.cpp */; };
|
||||
1AAC793916EDC26E00B97F83 /* CCEditBoxImplIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC791D16EDC26E00B97F83 /* CCEditBoxImplIOS.mm */; };
|
||||
1AAC793A16EDC26E00B97F83 /* CCEditBoxImplMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC791F16EDC26E00B97F83 /* CCEditBoxImplMac.mm */; };
|
||||
1AAC793B16EDC26E00B97F83 /* CCEditBoxImplWin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC792016EDC26E00B97F83 /* CCEditBoxImplWin.cpp */; };
|
||||
1AAC793C16EDC26E00B97F83 /* CCScrollView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC792316EDC26E00B97F83 /* CCScrollView.cpp */; };
|
||||
1AAC793D16EDC26E00B97F83 /* CCSorting.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC792516EDC26E00B97F83 /* CCSorting.cpp */; };
|
||||
1AAC793E16EDC26E00B97F83 /* CCTableView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC792716EDC26E00B97F83 /* CCTableView.cpp */; };
|
||||
1AAC793F16EDC26E00B97F83 /* CCTableViewCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC792916EDC26E00B97F83 /* CCTableViewCell.cpp */; };
|
||||
1AAC794216EDC2C700B97F83 /* jsb_cocos2dx_extension_manual.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC794016EDC2C700B97F83 /* jsb_cocos2dx_extension_manual.cpp */; };
|
||||
1AAC794616EDC2D700B97F83 /* jsb_cocos2dx_extension_auto_api.js in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC794316EDC2D700B97F83 /* jsb_cocos2dx_extension_auto_api.js */; };
|
||||
1AAC794716EDC2D700B97F83 /* jsb_cocos2dx_extension_auto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC794416EDC2D700B97F83 /* jsb_cocos2dx_extension_auto.cpp */; };
|
||||
1AD74D8316F80FE200F7F1B4 /* Published files iOS in Resources */ = {isa = PBXBuildFile; fileRef = 1AD74D8216F80FE200F7F1B4 /* Published files iOS */; };
|
||||
A92275421517C094001B78AA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275411517C094001B78AA /* QuartzCore.framework */; };
|
||||
A92275441517C094001B78AA /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275431517C094001B78AA /* OpenGLES.framework */; };
|
||||
|
@ -108,180 +44,33 @@
|
|||
D45446D3156DE74F00887EB5 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45446CE156DE74F00887EB5 /* AppController.mm */; };
|
||||
D45446D4156DE74F00887EB5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D45446CF156DE74F00887EB5 /* main.m */; };
|
||||
D45446D5156DE74F00887EB5 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45446D2156DE74F00887EB5 /* RootViewController.mm */; };
|
||||
D454520A156E22B400887EB5 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D4545209156E22B400887EB5 /* libxml2.dylib */; };
|
||||
D454520C156E22BD00887EB5 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D454520B156E22BD00887EB5 /* libz.dylib */; };
|
||||
D4545227156E28EF00887EB5 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4545215156E28EF00887EB5 /* AppDelegate.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
15A3CE081682C057002FB0C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15A3CE011682C057002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
15A3D0B61682E7C5002FB0C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15A3CE011682C057002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1551A33E158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
159004B1166DE18F006BF838 /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-57.png"; sourceTree = "<group>"; };
|
||||
159004B3166DE19C006BF838 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = "<group>"; };
|
||||
159004B5166DE1A8006BF838 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
|
||||
159004B7166DE1AF006BF838 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = "<group>"; };
|
||||
15A3CE011682C057002FB0C5 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = "<group>"; };
|
||||
15A3CEDC1682C2B7002FB0C5 /* CCBAnimationManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBAnimationManager.cpp; sourceTree = "<group>"; };
|
||||
15A3CEDD1682C2B7002FB0C5 /* CCBAnimationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBAnimationManager.h; sourceTree = "<group>"; };
|
||||
15A3CEDE1682C2B7002FB0C5 /* CCBFileLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBFileLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEDF1682C2B7002FB0C5 /* CCBFileLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBFileLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEE01682C2B7002FB0C5 /* CCBKeyframe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBKeyframe.cpp; sourceTree = "<group>"; };
|
||||
15A3CEE11682C2B7002FB0C5 /* CCBKeyframe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBKeyframe.h; sourceTree = "<group>"; };
|
||||
15A3CEE21682C2B7002FB0C5 /* CCBMemberVariableAssigner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBMemberVariableAssigner.h; sourceTree = "<group>"; };
|
||||
15A3CEE31682C2B7002FB0C5 /* CCBReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBReader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEE41682C2B7002FB0C5 /* CCBReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBReader.h; sourceTree = "<group>"; };
|
||||
15A3CEE51682C2B7002FB0C5 /* CCBSelectorResolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBSelectorResolver.h; sourceTree = "<group>"; };
|
||||
15A3CEE61682C2B7002FB0C5 /* CCBSequence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBSequence.cpp; sourceTree = "<group>"; };
|
||||
15A3CEE71682C2B7002FB0C5 /* CCBSequence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBSequence.h; sourceTree = "<group>"; };
|
||||
15A3CEE81682C2B7002FB0C5 /* CCBSequenceProperty.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBSequenceProperty.cpp; sourceTree = "<group>"; };
|
||||
15A3CEE91682C2B7002FB0C5 /* CCBSequenceProperty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBSequenceProperty.h; sourceTree = "<group>"; };
|
||||
15A3CEEA1682C2B7002FB0C5 /* CCBValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBValue.cpp; sourceTree = "<group>"; };
|
||||
15A3CEEB1682C2B7002FB0C5 /* CCBValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBValue.h; sourceTree = "<group>"; };
|
||||
15A3CEEC1682C2B7002FB0C5 /* CCControlButtonLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlButtonLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEED1682C2B7002FB0C5 /* CCControlButtonLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlButtonLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEEE1682C2B7002FB0C5 /* CCControlLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEEF1682C2B7002FB0C5 /* CCControlLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEF21682C2B7002FB0C5 /* CCLabelBMFontLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLabelBMFontLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEF31682C2B7002FB0C5 /* CCLabelBMFontLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLabelBMFontLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEF41682C2B7002FB0C5 /* CCLabelTTFLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLabelTTFLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEF51682C2B7002FB0C5 /* CCLabelTTFLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLabelTTFLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEF61682C2B7002FB0C5 /* CCLayerColorLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLayerColorLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEF71682C2B7002FB0C5 /* CCLayerColorLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLayerColorLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEF81682C2B7002FB0C5 /* CCLayerGradientLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLayerGradientLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEF91682C2B7002FB0C5 /* CCLayerGradientLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLayerGradientLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEFA1682C2B8002FB0C5 /* CCLayerLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLayerLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEFB1682C2B8002FB0C5 /* CCLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLayerLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEFC1682C2B8002FB0C5 /* CCMenuItemImageLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCMenuItemImageLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEFD1682C2B8002FB0C5 /* CCMenuItemImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCMenuItemImageLoader.h; sourceTree = "<group>"; };
|
||||
15A3CEFE1682C2B8002FB0C5 /* CCMenuItemLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCMenuItemLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CEFF1682C2B8002FB0C5 /* CCMenuItemLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCMenuItemLoader.h; sourceTree = "<group>"; };
|
||||
15A3CF001682C2B8002FB0C5 /* CCMenuLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCMenuLoader.h; sourceTree = "<group>"; };
|
||||
15A3CF011682C2B8002FB0C5 /* CCNode+CCBRelativePositioning.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "CCNode+CCBRelativePositioning.cpp"; sourceTree = "<group>"; };
|
||||
15A3CF021682C2B8002FB0C5 /* CCNode+CCBRelativePositioning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CCNode+CCBRelativePositioning.h"; sourceTree = "<group>"; };
|
||||
15A3CF031682C2B8002FB0C5 /* CCNodeLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCNodeLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CF041682C2B8002FB0C5 /* CCNodeLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNodeLoader.h; sourceTree = "<group>"; };
|
||||
15A3CF051682C2B8002FB0C5 /* CCNodeLoaderLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCNodeLoaderLibrary.cpp; sourceTree = "<group>"; };
|
||||
15A3CF061682C2B8002FB0C5 /* CCNodeLoaderLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNodeLoaderLibrary.h; sourceTree = "<group>"; };
|
||||
15A3CF071682C2B8002FB0C5 /* CCNodeLoaderListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCNodeLoaderListener.h; sourceTree = "<group>"; };
|
||||
15A3CF081682C2B8002FB0C5 /* CCParticleSystemQuadLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCParticleSystemQuadLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CF091682C2B8002FB0C5 /* CCParticleSystemQuadLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCParticleSystemQuadLoader.h; sourceTree = "<group>"; };
|
||||
15A3CF0A1682C2B8002FB0C5 /* CCScale9SpriteLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCScale9SpriteLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CF0B1682C2B8002FB0C5 /* CCScale9SpriteLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCScale9SpriteLoader.h; sourceTree = "<group>"; };
|
||||
15A3CF0C1682C2B8002FB0C5 /* CCScrollViewLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCScrollViewLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CF0D1682C2B8002FB0C5 /* CCScrollViewLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCScrollViewLoader.h; sourceTree = "<group>"; };
|
||||
15A3CF0E1682C2B8002FB0C5 /* CCSpriteLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCSpriteLoader.cpp; sourceTree = "<group>"; };
|
||||
15A3CF0F1682C2B8002FB0C5 /* CCSpriteLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCSpriteLoader.h; sourceTree = "<group>"; };
|
||||
15A3CF101682C2B8002FB0C5 /* cocos-ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cocos-ext.h"; sourceTree = "<group>"; };
|
||||
15A3CF111682C2B8002FB0C5 /* ExtensionMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtensionMacros.h; sourceTree = "<group>"; };
|
||||
15A3CFA51682C331002FB0C5 /* Export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Export.h; sourceTree = "<group>"; };
|
||||
15A3CFA61682C331002FB0C5 /* SimpleAudioEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine.h; sourceTree = "<group>"; };
|
||||
15A3CFA81682C331002FB0C5 /* CDAudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDAudioManager.h; sourceTree = "<group>"; };
|
||||
15A3CFA91682C331002FB0C5 /* CDAudioManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDAudioManager.m; sourceTree = "<group>"; };
|
||||
15A3CFAA1682C331002FB0C5 /* CDConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDConfig.h; sourceTree = "<group>"; };
|
||||
15A3CFAB1682C331002FB0C5 /* CDOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDOpenALSupport.h; sourceTree = "<group>"; };
|
||||
15A3CFAC1682C331002FB0C5 /* CDOpenALSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDOpenALSupport.m; sourceTree = "<group>"; };
|
||||
15A3CFAD1682C331002FB0C5 /* CocosDenshion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosDenshion.h; sourceTree = "<group>"; };
|
||||
15A3CFAE1682C331002FB0C5 /* CocosDenshion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocosDenshion.m; sourceTree = "<group>"; };
|
||||
15A3CFAF1682C331002FB0C5 /* SimpleAudioEngine.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SimpleAudioEngine.mm; sourceTree = "<group>"; };
|
||||
15A3CFB01682C331002FB0C5 /* SimpleAudioEngine_objc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine_objc.h; sourceTree = "<group>"; };
|
||||
15A3CFB11682C331002FB0C5 /* SimpleAudioEngine_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleAudioEngine_objc.m; sourceTree = "<group>"; };
|
||||
15A3D07A1682E721002FB0C5 /* cocos2d_specifics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocos2d_specifics.cpp; sourceTree = "<group>"; };
|
||||
15A3D07B1682E721002FB0C5 /* cocos2d_specifics.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cocos2d_specifics.hpp; sourceTree = "<group>"; };
|
||||
15A3D0821682E721002FB0C5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
|
||||
15A3D0891682E721002FB0C5 /* js_bindings_ccbreader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_bindings_ccbreader.cpp; sourceTree = "<group>"; };
|
||||
15A3D08A1682E721002FB0C5 /* js_bindings_ccbreader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_ccbreader.h; sourceTree = "<group>"; };
|
||||
15A3D0951682E721002FB0C5 /* js_bindings_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_config.h; sourceTree = "<group>"; };
|
||||
15A3D0961682E721002FB0C5 /* js_bindings_core.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_bindings_core.cpp; sourceTree = "<group>"; };
|
||||
15A3D0971682E721002FB0C5 /* js_bindings_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_core.h; sourceTree = "<group>"; };
|
||||
15A3D0981682E721002FB0C5 /* js_manual_conversions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_manual_conversions.cpp; sourceTree = "<group>"; };
|
||||
15A3D0991682E721002FB0C5 /* js_manual_conversions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_manual_conversions.h; sourceTree = "<group>"; };
|
||||
15A3D09A1682E721002FB0C5 /* ScriptingCore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptingCore.cpp; sourceTree = "<group>"; };
|
||||
15A3D09B1682E721002FB0C5 /* ScriptingCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptingCore.h; sourceTree = "<group>"; };
|
||||
15A3D09C1682E721002FB0C5 /* spidermonkey_specifics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spidermonkey_specifics.h; sourceTree = "<group>"; };
|
||||
1A177F0F1698297600C9AC27 /* js_bindings_system_functions_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_system_functions_registration.h; sourceTree = "<group>"; };
|
||||
1A177F101698297600C9AC27 /* js_bindings_system_functions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_bindings_system_functions.cpp; sourceTree = "<group>"; };
|
||||
1A177F111698297600C9AC27 /* js_bindings_system_functions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_system_functions.h; sourceTree = "<group>"; };
|
||||
1A177F121698297600C9AC27 /* js_bindings_system_registration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_bindings_system_registration.cpp; sourceTree = "<group>"; };
|
||||
1A177F131698297600C9AC27 /* js_bindings_system_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_system_registration.h; sourceTree = "<group>"; };
|
||||
1A2757991697FA7200504026 /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
1A27579A1697FA7200504026 /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
1A27579B1697FA7200504026 /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
1A27579C1697FA7200504026 /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
1A27579D1697FA7200504026 /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
1A27579E1697FA7200504026 /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
1A27579F1697FA7200504026 /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
1A6E4698177813130055514D /* libchipmunk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchipmunk.a; path = "../../../../external/chipmunk/proj.ios/build/Release-iphoneos/libchipmunk.a"; sourceTree = "<group>"; };
|
||||
1A6E4699177813130055514D /* libcocos2dx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcocos2dx.a; path = "../../../../cocos2dx/proj.ios/build/Release-iphoneos/libcocos2dx.a"; sourceTree = "<group>"; };
|
||||
1A6E469A177813130055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCocosDenshion.a; path = "../../../../CocosDenshion/proj.ios/build/Release-iphoneos/libCocosDenshion.a"; sourceTree = "<group>"; };
|
||||
1A6E469B177813130055514D /* libextensions.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libextensions.a; path = "../../../../extensions/proj.ios/build/Release-iphoneos/libextensions.a"; sourceTree = "<group>"; };
|
||||
1A6E469C177813130055514D /* libjsbindings.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsbindings.a; path = "../../../../scripting/javascript/bindings/proj.ios/build/Release-iphoneos/libjsbindings.a"; sourceTree = "<group>"; };
|
||||
1A6E46A41778147D0055514D /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
1A6E46A51778147D0055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
1A6E46A61778147D0055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = "<group>"; };
|
||||
1A6E46A71778147D0055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
1A6E46A81778147D0055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = "<group>"; };
|
||||
1A6E46A91778147D0055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = "<group>"; };
|
||||
1A6E46AA1778147D0055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
1A6E46AB1778147D0055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
1A6E46AC1778147D0055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
1A6E46AD1778147D0055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = "<group>"; };
|
||||
1A6E46AE1778147D0055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
1A6E46AF1778147D0055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = "<group>"; };
|
||||
1A82F5D0169AC71F00C4B13A /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
|
||||
1A82F5D5169AC75500C4B13A /* LocalStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorage.cpp; sourceTree = "<group>"; };
|
||||
1A82F5D6169AC75500C4B13A /* LocalStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorage.h; sourceTree = "<group>"; };
|
||||
1A82F5D7169AC75500C4B13A /* LocalStorageAndroid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorageAndroid.cpp; sourceTree = "<group>"; };
|
||||
1AA51AD016F71307000FDF05 /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = "<group>"; };
|
||||
1AAC78F616EDC13D00B97F83 /* jsb_cocos2dx_auto_api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2dx_auto_api.js; sourceTree = "<group>"; };
|
||||
1AAC78F716EDC13D00B97F83 /* jsb_cocos2dx_auto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsb_cocos2dx_auto.cpp; sourceTree = "<group>"; };
|
||||
1AAC78F816EDC13D00B97F83 /* jsb_cocos2dx_auto.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jsb_cocos2dx_auto.hpp; sourceTree = "<group>"; };
|
||||
1AAC78FD16EDC26E00B97F83 /* CCControl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControl.cpp; sourceTree = "<group>"; };
|
||||
1AAC78FE16EDC26E00B97F83 /* CCControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControl.h; sourceTree = "<group>"; };
|
||||
1AAC78FF16EDC26E00B97F83 /* CCControlButton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlButton.cpp; sourceTree = "<group>"; };
|
||||
1AAC790016EDC26E00B97F83 /* CCControlButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlButton.h; sourceTree = "<group>"; };
|
||||
1AAC790116EDC26E00B97F83 /* CCControlColourPicker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlColourPicker.cpp; sourceTree = "<group>"; };
|
||||
1AAC790216EDC26E00B97F83 /* CCControlColourPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlColourPicker.h; sourceTree = "<group>"; };
|
||||
1AAC790316EDC26E00B97F83 /* CCControlExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlExtensions.h; sourceTree = "<group>"; };
|
||||
1AAC790416EDC26E00B97F83 /* CCControlHuePicker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlHuePicker.cpp; sourceTree = "<group>"; };
|
||||
1AAC790516EDC26E00B97F83 /* CCControlHuePicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlHuePicker.h; sourceTree = "<group>"; };
|
||||
1AAC790616EDC26E00B97F83 /* CCControlPotentiometer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlPotentiometer.cpp; sourceTree = "<group>"; };
|
||||
1AAC790716EDC26E00B97F83 /* CCControlPotentiometer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlPotentiometer.h; sourceTree = "<group>"; };
|
||||
1AAC790816EDC26E00B97F83 /* CCControlSaturationBrightnessPicker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSaturationBrightnessPicker.cpp; sourceTree = "<group>"; };
|
||||
1AAC790916EDC26E00B97F83 /* CCControlSaturationBrightnessPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSaturationBrightnessPicker.h; sourceTree = "<group>"; };
|
||||
1AAC790A16EDC26E00B97F83 /* CCControlSlider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSlider.cpp; sourceTree = "<group>"; };
|
||||
1AAC790B16EDC26E00B97F83 /* CCControlSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSlider.h; sourceTree = "<group>"; };
|
||||
1AAC790C16EDC26E00B97F83 /* CCControlStepper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlStepper.cpp; sourceTree = "<group>"; };
|
||||
1AAC790D16EDC26E00B97F83 /* CCControlStepper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlStepper.h; sourceTree = "<group>"; };
|
||||
1AAC790E16EDC26E00B97F83 /* CCControlSwitch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSwitch.cpp; sourceTree = "<group>"; };
|
||||
1AAC790F16EDC26E00B97F83 /* CCControlSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSwitch.h; sourceTree = "<group>"; };
|
||||
1AAC791016EDC26E00B97F83 /* CCControlUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlUtils.cpp; sourceTree = "<group>"; };
|
||||
1AAC791116EDC26E00B97F83 /* CCControlUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlUtils.h; sourceTree = "<group>"; };
|
||||
1AAC791216EDC26E00B97F83 /* CCInvocation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCInvocation.cpp; sourceTree = "<group>"; };
|
||||
1AAC791316EDC26E00B97F83 /* CCInvocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCInvocation.h; sourceTree = "<group>"; };
|
||||
1AAC791416EDC26E00B97F83 /* CCScale9Sprite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCScale9Sprite.cpp; sourceTree = "<group>"; };
|
||||
1AAC791516EDC26E00B97F83 /* CCScale9Sprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCScale9Sprite.h; sourceTree = "<group>"; };
|
||||
1AAC791716EDC26E00B97F83 /* CCEditBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCEditBox.cpp; sourceTree = "<group>"; };
|
||||
1AAC791816EDC26E00B97F83 /* CCEditBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBox.h; sourceTree = "<group>"; };
|
||||
1AAC791916EDC26E00B97F83 /* CCEditBoxImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImpl.h; sourceTree = "<group>"; };
|
||||
1AAC791A16EDC26E00B97F83 /* CCEditBoxImplAndroid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCEditBoxImplAndroid.cpp; sourceTree = "<group>"; };
|
||||
1AAC791B16EDC26E00B97F83 /* CCEditBoxImplAndroid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImplAndroid.h; sourceTree = "<group>"; };
|
||||
1AAC791C16EDC26E00B97F83 /* CCEditBoxImplIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImplIOS.h; sourceTree = "<group>"; };
|
||||
1AAC791D16EDC26E00B97F83 /* CCEditBoxImplIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CCEditBoxImplIOS.mm; sourceTree = "<group>"; };
|
||||
1AAC791E16EDC26E00B97F83 /* CCEditBoxImplMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImplMac.h; sourceTree = "<group>"; };
|
||||
1AAC791F16EDC26E00B97F83 /* CCEditBoxImplMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CCEditBoxImplMac.mm; sourceTree = "<group>"; };
|
||||
1AAC792016EDC26E00B97F83 /* CCEditBoxImplWin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCEditBoxImplWin.cpp; sourceTree = "<group>"; };
|
||||
1AAC792116EDC26E00B97F83 /* CCEditBoxImplWin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCEditBoxImplWin.h; sourceTree = "<group>"; };
|
||||
1AAC792316EDC26E00B97F83 /* CCScrollView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCScrollView.cpp; sourceTree = "<group>"; };
|
||||
1AAC792416EDC26E00B97F83 /* CCScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCScrollView.h; sourceTree = "<group>"; };
|
||||
1AAC792516EDC26E00B97F83 /* CCSorting.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCSorting.cpp; sourceTree = "<group>"; };
|
||||
1AAC792616EDC26E00B97F83 /* CCSorting.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCSorting.h; sourceTree = "<group>"; };
|
||||
1AAC792716EDC26E00B97F83 /* CCTableView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCTableView.cpp; sourceTree = "<group>"; };
|
||||
1AAC792816EDC26E00B97F83 /* CCTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCTableView.h; sourceTree = "<group>"; };
|
||||
1AAC792916EDC26E00B97F83 /* CCTableViewCell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCTableViewCell.cpp; sourceTree = "<group>"; };
|
||||
1AAC792A16EDC26E00B97F83 /* CCTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCTableViewCell.h; sourceTree = "<group>"; };
|
||||
1AAC794016EDC2C700B97F83 /* jsb_cocos2dx_extension_manual.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsb_cocos2dx_extension_manual.cpp; sourceTree = "<group>"; };
|
||||
1AAC794116EDC2C700B97F83 /* jsb_cocos2dx_extension_manual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsb_cocos2dx_extension_manual.h; sourceTree = "<group>"; };
|
||||
1AAC794316EDC2D700B97F83 /* jsb_cocos2dx_extension_auto_api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2dx_extension_auto_api.js; sourceTree = "<group>"; };
|
||||
1AAC794416EDC2D700B97F83 /* jsb_cocos2dx_extension_auto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsb_cocos2dx_extension_auto.cpp; sourceTree = "<group>"; };
|
||||
1AAC794516EDC2D700B97F83 /* jsb_cocos2dx_extension_auto.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jsb_cocos2dx_extension_auto.hpp; sourceTree = "<group>"; };
|
||||
1AD74D8216F80FE200F7F1B4 /* Published files iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published files iOS"; path = "../../Shared/games/CocosDragonJS/Published files iOS"; sourceTree = "<group>"; };
|
||||
A922753D1517C094001B78AA /* CocosDragonJS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CocosDragonJS.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A92275411517C094001B78AA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
|
@ -302,7 +91,6 @@
|
|||
D45446D1156DE74F00887EB5 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
||||
D45446D2156DE74F00887EB5 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = "<group>"; };
|
||||
D45446D6156DE79D00887EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
D4545209156E22B400887EB5 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
|
||||
D454520B156E22BD00887EB5 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
||||
D4545215156E28EF00887EB5 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = "<group>"; };
|
||||
D4545216156E28EF00887EB5 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
|
@ -313,10 +101,13 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E469E177813130055514D /* libchipmunk.a in Frameworks */,
|
||||
1A6E469F177813130055514D /* libcocos2dx.a in Frameworks */,
|
||||
1A6E46A0177813130055514D /* libCocosDenshion.a in Frameworks */,
|
||||
1A6E46A1177813130055514D /* libextensions.a in Frameworks */,
|
||||
1A6E46A2177813130055514D /* libjsbindings.a in Frameworks */,
|
||||
1A82F5D1169AC71F00C4B13A /* libsqlite3.dylib in Frameworks */,
|
||||
15A3D0B81682E7D2002FB0C5 /* libcocos2dx.a in Frameworks */,
|
||||
D454520C156E22BD00887EB5 /* libz.dylib in Frameworks */,
|
||||
D454520A156E22B400887EB5 /* libxml2.dylib in Frameworks */,
|
||||
A92275421517C094001B78AA /* QuartzCore.framework in Frameworks */,
|
||||
A92275441517C094001B78AA /* OpenGLES.framework in Frameworks */,
|
||||
A92275461517C094001B78AA /* OpenAL.framework in Frameworks */,
|
||||
|
@ -334,6 +125,7 @@
|
|||
15628F5B15F0F5C2000CF24B /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E46A31778147D0055514D /* js */,
|
||||
1AD74D8216F80FE200F7F1B4 /* Published files iOS */,
|
||||
159004B7166DE1AF006BF838 /* Icon-144.png */,
|
||||
159004B5166DE1A8006BF838 /* Icon-72.png */,
|
||||
|
@ -346,271 +138,30 @@
|
|||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3CE021682C057002FB0C5 /* Products */ = {
|
||||
1A6E46A31778147D0055514D /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3CE091682C057002FB0C5 /* libcocos2dx.a */,
|
||||
1A6E46A41778147D0055514D /* jsb.js */,
|
||||
1A6E46A51778147D0055514D /* jsb_chipmunk.js */,
|
||||
1A6E46A61778147D0055514D /* jsb_chipmunk_constants.js */,
|
||||
1A6E46A71778147D0055514D /* jsb_cocos2d.js */,
|
||||
1A6E46A81778147D0055514D /* jsb_cocos2d_constants.js */,
|
||||
1A6E46A91778147D0055514D /* jsb_cocos2d_extension.js */,
|
||||
1A6E46AA1778147D0055514D /* jsb_cocosbuilder.js */,
|
||||
1A6E46AB1778147D0055514D /* jsb_debugger.js */,
|
||||
1A6E46AC1778147D0055514D /* jsb_opengl.js */,
|
||||
1A6E46AD1778147D0055514D /* jsb_opengl_constants.js */,
|
||||
1A6E46AE1778147D0055514D /* jsb_sys.js */,
|
||||
1A6E46AF1778147D0055514D /* main.debug.js */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3CED91682C2B7002FB0C5 /* extensions */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3CEDB1682C2B7002FB0C5 /* CCBReader */,
|
||||
15A3CF101682C2B8002FB0C5 /* cocos-ext.h */,
|
||||
15A3CF111682C2B8002FB0C5 /* ExtensionMacros.h */,
|
||||
1AAC78FB16EDC26E00B97F83 /* GUI */,
|
||||
1A82F5D4169AC75500C4B13A /* LocalStorage */,
|
||||
);
|
||||
name = extensions;
|
||||
path = ../../../../extensions;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3CEDB1682C2B7002FB0C5 /* CCBReader */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3CEDC1682C2B7002FB0C5 /* CCBAnimationManager.cpp */,
|
||||
15A3CEDD1682C2B7002FB0C5 /* CCBAnimationManager.h */,
|
||||
15A3CEDE1682C2B7002FB0C5 /* CCBFileLoader.cpp */,
|
||||
15A3CEDF1682C2B7002FB0C5 /* CCBFileLoader.h */,
|
||||
15A3CEE01682C2B7002FB0C5 /* CCBKeyframe.cpp */,
|
||||
15A3CEE11682C2B7002FB0C5 /* CCBKeyframe.h */,
|
||||
15A3CEE21682C2B7002FB0C5 /* CCBMemberVariableAssigner.h */,
|
||||
15A3CEE31682C2B7002FB0C5 /* CCBReader.cpp */,
|
||||
15A3CEE41682C2B7002FB0C5 /* CCBReader.h */,
|
||||
15A3CEE51682C2B7002FB0C5 /* CCBSelectorResolver.h */,
|
||||
15A3CEE61682C2B7002FB0C5 /* CCBSequence.cpp */,
|
||||
15A3CEE71682C2B7002FB0C5 /* CCBSequence.h */,
|
||||
15A3CEE81682C2B7002FB0C5 /* CCBSequenceProperty.cpp */,
|
||||
15A3CEE91682C2B7002FB0C5 /* CCBSequenceProperty.h */,
|
||||
15A3CEEA1682C2B7002FB0C5 /* CCBValue.cpp */,
|
||||
15A3CEEB1682C2B7002FB0C5 /* CCBValue.h */,
|
||||
15A3CEEC1682C2B7002FB0C5 /* CCControlButtonLoader.cpp */,
|
||||
15A3CEED1682C2B7002FB0C5 /* CCControlButtonLoader.h */,
|
||||
15A3CEEE1682C2B7002FB0C5 /* CCControlLoader.cpp */,
|
||||
15A3CEEF1682C2B7002FB0C5 /* CCControlLoader.h */,
|
||||
15A3CEF21682C2B7002FB0C5 /* CCLabelBMFontLoader.cpp */,
|
||||
15A3CEF31682C2B7002FB0C5 /* CCLabelBMFontLoader.h */,
|
||||
15A3CEF41682C2B7002FB0C5 /* CCLabelTTFLoader.cpp */,
|
||||
15A3CEF51682C2B7002FB0C5 /* CCLabelTTFLoader.h */,
|
||||
15A3CEF61682C2B7002FB0C5 /* CCLayerColorLoader.cpp */,
|
||||
15A3CEF71682C2B7002FB0C5 /* CCLayerColorLoader.h */,
|
||||
15A3CEF81682C2B7002FB0C5 /* CCLayerGradientLoader.cpp */,
|
||||
15A3CEF91682C2B7002FB0C5 /* CCLayerGradientLoader.h */,
|
||||
15A3CEFA1682C2B8002FB0C5 /* CCLayerLoader.cpp */,
|
||||
15A3CEFB1682C2B8002FB0C5 /* CCLayerLoader.h */,
|
||||
15A3CEFC1682C2B8002FB0C5 /* CCMenuItemImageLoader.cpp */,
|
||||
15A3CEFD1682C2B8002FB0C5 /* CCMenuItemImageLoader.h */,
|
||||
15A3CEFE1682C2B8002FB0C5 /* CCMenuItemLoader.cpp */,
|
||||
15A3CEFF1682C2B8002FB0C5 /* CCMenuItemLoader.h */,
|
||||
15A3CF001682C2B8002FB0C5 /* CCMenuLoader.h */,
|
||||
15A3CF011682C2B8002FB0C5 /* CCNode+CCBRelativePositioning.cpp */,
|
||||
15A3CF021682C2B8002FB0C5 /* CCNode+CCBRelativePositioning.h */,
|
||||
15A3CF031682C2B8002FB0C5 /* CCNodeLoader.cpp */,
|
||||
15A3CF041682C2B8002FB0C5 /* CCNodeLoader.h */,
|
||||
15A3CF051682C2B8002FB0C5 /* CCNodeLoaderLibrary.cpp */,
|
||||
15A3CF061682C2B8002FB0C5 /* CCNodeLoaderLibrary.h */,
|
||||
15A3CF071682C2B8002FB0C5 /* CCNodeLoaderListener.h */,
|
||||
15A3CF081682C2B8002FB0C5 /* CCParticleSystemQuadLoader.cpp */,
|
||||
15A3CF091682C2B8002FB0C5 /* CCParticleSystemQuadLoader.h */,
|
||||
15A3CF0A1682C2B8002FB0C5 /* CCScale9SpriteLoader.cpp */,
|
||||
15A3CF0B1682C2B8002FB0C5 /* CCScale9SpriteLoader.h */,
|
||||
15A3CF0C1682C2B8002FB0C5 /* CCScrollViewLoader.cpp */,
|
||||
15A3CF0D1682C2B8002FB0C5 /* CCScrollViewLoader.h */,
|
||||
15A3CF0E1682C2B8002FB0C5 /* CCSpriteLoader.cpp */,
|
||||
15A3CF0F1682C2B8002FB0C5 /* CCSpriteLoader.h */,
|
||||
);
|
||||
path = CCBReader;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3CF8E1682C331002FB0C5 /* CocosDenshion */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3CFA41682C331002FB0C5 /* include */,
|
||||
15A3CFA71682C331002FB0C5 /* ios */,
|
||||
);
|
||||
name = CocosDenshion;
|
||||
path = ../../../../CocosDenshion;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3CFA41682C331002FB0C5 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3CFA51682C331002FB0C5 /* Export.h */,
|
||||
15A3CFA61682C331002FB0C5 /* SimpleAudioEngine.h */,
|
||||
);
|
||||
path = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3CFA71682C331002FB0C5 /* ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3CFA81682C331002FB0C5 /* CDAudioManager.h */,
|
||||
15A3CFA91682C331002FB0C5 /* CDAudioManager.m */,
|
||||
15A3CFAA1682C331002FB0C5 /* CDConfig.h */,
|
||||
15A3CFAB1682C331002FB0C5 /* CDOpenALSupport.h */,
|
||||
15A3CFAC1682C331002FB0C5 /* CDOpenALSupport.m */,
|
||||
15A3CFAD1682C331002FB0C5 /* CocosDenshion.h */,
|
||||
15A3CFAE1682C331002FB0C5 /* CocosDenshion.m */,
|
||||
15A3CFAF1682C331002FB0C5 /* SimpleAudioEngine.mm */,
|
||||
15A3CFB01682C331002FB0C5 /* SimpleAudioEngine_objc.h */,
|
||||
15A3CFB11682C331002FB0C5 /* SimpleAudioEngine_objc.m */,
|
||||
);
|
||||
path = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D0781682E721002FB0C5 /* bindings */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D07A1682E721002FB0C5 /* cocos2d_specifics.cpp */,
|
||||
15A3D07B1682E721002FB0C5 /* cocos2d_specifics.hpp */,
|
||||
15A3D07E1682E721002FB0C5 /* generated */,
|
||||
15A3D0831682E721002FB0C5 /* js */,
|
||||
15A3D0891682E721002FB0C5 /* js_bindings_ccbreader.cpp */,
|
||||
15A3D08A1682E721002FB0C5 /* js_bindings_ccbreader.h */,
|
||||
15A3D0951682E721002FB0C5 /* js_bindings_config.h */,
|
||||
15A3D0961682E721002FB0C5 /* js_bindings_core.cpp */,
|
||||
15A3D0971682E721002FB0C5 /* js_bindings_core.h */,
|
||||
1A177F101698297600C9AC27 /* js_bindings_system_functions.cpp */,
|
||||
1A177F111698297600C9AC27 /* js_bindings_system_functions.h */,
|
||||
1A177F0F1698297600C9AC27 /* js_bindings_system_functions_registration.h */,
|
||||
1A177F121698297600C9AC27 /* js_bindings_system_registration.cpp */,
|
||||
1A177F131698297600C9AC27 /* js_bindings_system_registration.h */,
|
||||
15A3D0981682E721002FB0C5 /* js_manual_conversions.cpp */,
|
||||
15A3D0991682E721002FB0C5 /* js_manual_conversions.h */,
|
||||
1AAC794016EDC2C700B97F83 /* jsb_cocos2dx_extension_manual.cpp */,
|
||||
1AAC794116EDC2C700B97F83 /* jsb_cocos2dx_extension_manual.h */,
|
||||
15A3D09A1682E721002FB0C5 /* ScriptingCore.cpp */,
|
||||
15A3D09B1682E721002FB0C5 /* ScriptingCore.h */,
|
||||
15A3D09C1682E721002FB0C5 /* spidermonkey_specifics.h */,
|
||||
);
|
||||
name = bindings;
|
||||
path = ../../../../scripting/javascript/bindings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D07E1682E721002FB0C5 /* generated */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AAC78F716EDC13D00B97F83 /* jsb_cocos2dx_auto.cpp */,
|
||||
1AAC78F816EDC13D00B97F83 /* jsb_cocos2dx_auto.hpp */,
|
||||
1AAC78F616EDC13D00B97F83 /* jsb_cocos2dx_auto_api.js */,
|
||||
1AAC794416EDC2D700B97F83 /* jsb_cocos2dx_extension_auto.cpp */,
|
||||
1AAC794516EDC2D700B97F83 /* jsb_cocos2dx_extension_auto.hpp */,
|
||||
1AAC794316EDC2D700B97F83 /* jsb_cocos2dx_extension_auto_api.js */,
|
||||
15A3D0821682E721002FB0C5 /* README */,
|
||||
);
|
||||
path = generated;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D0831682E721002FB0C5 /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A27579F1697FA7200504026 /* jsb.js */,
|
||||
1A2757991697FA7200504026 /* jsb_chipmunk.js */,
|
||||
1A27579A1697FA7200504026 /* jsb_cocos2d.js */,
|
||||
1AA51AD016F71307000FDF05 /* jsb_cocos2d_constants.js */,
|
||||
1A27579B1697FA7200504026 /* jsb_cocosbuilder.js */,
|
||||
1A27579C1697FA7200504026 /* jsb_debugger.js */,
|
||||
1A27579D1697FA7200504026 /* jsb_opengl.js */,
|
||||
1A27579E1697FA7200504026 /* jsb_sys.js */,
|
||||
);
|
||||
path = js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A82F5D4169AC75500C4B13A /* LocalStorage */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A82F5D5169AC75500C4B13A /* LocalStorage.cpp */,
|
||||
1A82F5D6169AC75500C4B13A /* LocalStorage.h */,
|
||||
1A82F5D7169AC75500C4B13A /* LocalStorageAndroid.cpp */,
|
||||
);
|
||||
path = LocalStorage;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AAC78FB16EDC26E00B97F83 /* GUI */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AAC78FC16EDC26E00B97F83 /* CCControlExtension */,
|
||||
1AAC791616EDC26E00B97F83 /* CCEditBox */,
|
||||
1AAC792216EDC26E00B97F83 /* CCScrollView */,
|
||||
);
|
||||
path = GUI;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AAC78FC16EDC26E00B97F83 /* CCControlExtension */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AAC78FD16EDC26E00B97F83 /* CCControl.cpp */,
|
||||
1AAC78FE16EDC26E00B97F83 /* CCControl.h */,
|
||||
1AAC78FF16EDC26E00B97F83 /* CCControlButton.cpp */,
|
||||
1AAC790016EDC26E00B97F83 /* CCControlButton.h */,
|
||||
1AAC790116EDC26E00B97F83 /* CCControlColourPicker.cpp */,
|
||||
1AAC790216EDC26E00B97F83 /* CCControlColourPicker.h */,
|
||||
1AAC790316EDC26E00B97F83 /* CCControlExtensions.h */,
|
||||
1AAC790416EDC26E00B97F83 /* CCControlHuePicker.cpp */,
|
||||
1AAC790516EDC26E00B97F83 /* CCControlHuePicker.h */,
|
||||
1AAC790616EDC26E00B97F83 /* CCControlPotentiometer.cpp */,
|
||||
1AAC790716EDC26E00B97F83 /* CCControlPotentiometer.h */,
|
||||
1AAC790816EDC26E00B97F83 /* CCControlSaturationBrightnessPicker.cpp */,
|
||||
1AAC790916EDC26E00B97F83 /* CCControlSaturationBrightnessPicker.h */,
|
||||
1AAC790A16EDC26E00B97F83 /* CCControlSlider.cpp */,
|
||||
1AAC790B16EDC26E00B97F83 /* CCControlSlider.h */,
|
||||
1AAC790C16EDC26E00B97F83 /* CCControlStepper.cpp */,
|
||||
1AAC790D16EDC26E00B97F83 /* CCControlStepper.h */,
|
||||
1AAC790E16EDC26E00B97F83 /* CCControlSwitch.cpp */,
|
||||
1AAC790F16EDC26E00B97F83 /* CCControlSwitch.h */,
|
||||
1AAC791016EDC26E00B97F83 /* CCControlUtils.cpp */,
|
||||
1AAC791116EDC26E00B97F83 /* CCControlUtils.h */,
|
||||
1AAC791216EDC26E00B97F83 /* CCInvocation.cpp */,
|
||||
1AAC791316EDC26E00B97F83 /* CCInvocation.h */,
|
||||
1AAC791416EDC26E00B97F83 /* CCScale9Sprite.cpp */,
|
||||
1AAC791516EDC26E00B97F83 /* CCScale9Sprite.h */,
|
||||
);
|
||||
path = CCControlExtension;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AAC791616EDC26E00B97F83 /* CCEditBox */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AAC791716EDC26E00B97F83 /* CCEditBox.cpp */,
|
||||
1AAC791816EDC26E00B97F83 /* CCEditBox.h */,
|
||||
1AAC791916EDC26E00B97F83 /* CCEditBoxImpl.h */,
|
||||
1AAC791A16EDC26E00B97F83 /* CCEditBoxImplAndroid.cpp */,
|
||||
1AAC791B16EDC26E00B97F83 /* CCEditBoxImplAndroid.h */,
|
||||
1AAC791C16EDC26E00B97F83 /* CCEditBoxImplIOS.h */,
|
||||
1AAC791D16EDC26E00B97F83 /* CCEditBoxImplIOS.mm */,
|
||||
1AAC791E16EDC26E00B97F83 /* CCEditBoxImplMac.h */,
|
||||
1AAC791F16EDC26E00B97F83 /* CCEditBoxImplMac.mm */,
|
||||
1AAC792016EDC26E00B97F83 /* CCEditBoxImplWin.cpp */,
|
||||
1AAC792116EDC26E00B97F83 /* CCEditBoxImplWin.h */,
|
||||
);
|
||||
path = CCEditBox;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AAC792216EDC26E00B97F83 /* CCScrollView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AAC792316EDC26E00B97F83 /* CCScrollView.cpp */,
|
||||
1AAC792416EDC26E00B97F83 /* CCScrollView.h */,
|
||||
1AAC792516EDC26E00B97F83 /* CCSorting.cpp */,
|
||||
1AAC792616EDC26E00B97F83 /* CCSorting.h */,
|
||||
1AAC792716EDC26E00B97F83 /* CCTableView.cpp */,
|
||||
1AAC792816EDC26E00B97F83 /* CCTableView.h */,
|
||||
1AAC792916EDC26E00B97F83 /* CCTableViewCell.cpp */,
|
||||
1AAC792A16EDC26E00B97F83 /* CCTableViewCell.h */,
|
||||
);
|
||||
path = CCScrollView;
|
||||
name = js;
|
||||
path = ../../../../scripting/javascript/bindings/js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A92275321517C094001B78AA = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3CE011682C057002FB0C5 /* cocos2dx.xcodeproj */,
|
||||
15A3D0781682E721002FB0C5 /* bindings */,
|
||||
D4545214156E28EF00887EB5 /* Classes */,
|
||||
15A3CF8E1682C331002FB0C5 /* CocosDenshion */,
|
||||
15A3CED91682C2B7002FB0C5 /* extensions */,
|
||||
A92275401517C094001B78AA /* Frameworks */,
|
||||
D45446CC156DE73F00887EB5 /* ios */,
|
||||
A922753E1517C094001B78AA /* Products */,
|
||||
|
@ -629,9 +180,13 @@
|
|||
A92275401517C094001B78AA /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E4698177813130055514D /* libchipmunk.a */,
|
||||
1A6E4699177813130055514D /* libcocos2dx.a */,
|
||||
1A6E469A177813130055514D /* libCocosDenshion.a */,
|
||||
1A6E469B177813130055514D /* libextensions.a */,
|
||||
1A6E469C177813130055514D /* libjsbindings.a */,
|
||||
1A82F5D0169AC71F00C4B13A /* libsqlite3.dylib */,
|
||||
D454520B156E22BD00887EB5 /* libz.dylib */,
|
||||
D4545209156E22B400887EB5 /* libxml2.dylib */,
|
||||
A92275411517C094001B78AA /* QuartzCore.framework */,
|
||||
A92275431517C094001B78AA /* OpenGLES.framework */,
|
||||
A92275451517C094001B78AA /* OpenAL.framework */,
|
||||
|
@ -682,7 +237,6 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
15A3D0B71682E7C5002FB0C5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = CocosDragonJS;
|
||||
productName = CocosDragonJS;
|
||||
|
@ -707,12 +261,6 @@
|
|||
mainGroup = A92275321517C094001B78AA;
|
||||
productRefGroup = A922753E1517C094001B78AA /* Products */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 15A3CE021682C057002FB0C5 /* Products */;
|
||||
ProjectRef = 15A3CE011682C057002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
A922753C1517C094001B78AA /* CocosDragonJS */,
|
||||
|
@ -720,29 +268,23 @@
|
|||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
15A3CE091682C057002FB0C5 /* libcocos2dx.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libcocos2dx.a;
|
||||
remoteRef = 15A3CE081682C057002FB0C5 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
A922753B1517C094001B78AA /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1AA51AD216F7131E000FDF05 /* jsb_cocos2d_constants.js in Resources */,
|
||||
1A2758101698218C00504026 /* jsb_chipmunk.js in Resources */,
|
||||
1A2758111698218C00504026 /* jsb_cocos2d.js in Resources */,
|
||||
1A2758121698218C00504026 /* jsb_cocosbuilder.js in Resources */,
|
||||
1A2758131698218C00504026 /* jsb_debugger.js in Resources */,
|
||||
1A2758141698218C00504026 /* jsb_opengl.js in Resources */,
|
||||
1A2758151698218C00504026 /* jsb_sys.js in Resources */,
|
||||
1A2758161698218C00504026 /* jsb.js in Resources */,
|
||||
1A6E46BC177814880055514D /* jsb.js in Resources */,
|
||||
1A6E46BD177814880055514D /* jsb_chipmunk.js in Resources */,
|
||||
1A6E46BE177814880055514D /* jsb_chipmunk_constants.js in Resources */,
|
||||
1A6E46BF177814880055514D /* jsb_cocos2d.js in Resources */,
|
||||
1A6E46C0177814880055514D /* jsb_cocos2d_constants.js in Resources */,
|
||||
1A6E46C1177814880055514D /* jsb_cocos2d_extension.js in Resources */,
|
||||
1A6E46C2177814880055514D /* jsb_cocosbuilder.js in Resources */,
|
||||
1A6E46C3177814880055514D /* jsb_debugger.js in Resources */,
|
||||
1A6E46C4177814880055514D /* jsb_opengl.js in Resources */,
|
||||
1A6E46C5177814880055514D /* jsb_opengl_constants.js in Resources */,
|
||||
1A6E46C6177814880055514D /* jsb_sys.js in Resources */,
|
||||
1A6E46C7177814880055514D /* main.debug.js in Resources */,
|
||||
D446FDA316102D7D000ADA7B /* Default.png in Resources */,
|
||||
D446FDA516102D82000ADA7B /* Default@2x.png in Resources */,
|
||||
D446FDA716102D86000ADA7B /* Default-568h@2x.png in Resources */,
|
||||
|
@ -750,7 +292,6 @@
|
|||
159004B4166DE19C006BF838 /* Icon-114.png in Resources */,
|
||||
159004B6166DE1A8006BF838 /* Icon-72.png in Resources */,
|
||||
159004B8166DE1AF006BF838 /* Icon-144.png in Resources */,
|
||||
15A3D0A31682E721002FB0C5 /* README in Resources */,
|
||||
1AD74D8316F80FE200F7F1B4 /* Published files iOS in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
@ -766,90 +307,11 @@
|
|||
D45446D4156DE74F00887EB5 /* main.m in Sources */,
|
||||
D45446D5156DE74F00887EB5 /* RootViewController.mm in Sources */,
|
||||
D4545227156E28EF00887EB5 /* AppDelegate.cpp in Sources */,
|
||||
15A3CF571682C2B8002FB0C5 /* CCBAnimationManager.cpp in Sources */,
|
||||
15A3CF581682C2B8002FB0C5 /* CCBFileLoader.cpp in Sources */,
|
||||
15A3CF591682C2B8002FB0C5 /* CCBKeyframe.cpp in Sources */,
|
||||
15A3CF5A1682C2B8002FB0C5 /* CCBReader.cpp in Sources */,
|
||||
15A3CF5B1682C2B8002FB0C5 /* CCBSequence.cpp in Sources */,
|
||||
15A3CF5C1682C2B8002FB0C5 /* CCBSequenceProperty.cpp in Sources */,
|
||||
15A3CF5D1682C2B8002FB0C5 /* CCBValue.cpp in Sources */,
|
||||
15A3CF5E1682C2B8002FB0C5 /* CCControlButtonLoader.cpp in Sources */,
|
||||
15A3CF5F1682C2B8002FB0C5 /* CCControlLoader.cpp in Sources */,
|
||||
15A3CF611682C2B8002FB0C5 /* CCLabelBMFontLoader.cpp in Sources */,
|
||||
15A3CF621682C2B8002FB0C5 /* CCLabelTTFLoader.cpp in Sources */,
|
||||
15A3CF631682C2B8002FB0C5 /* CCLayerColorLoader.cpp in Sources */,
|
||||
15A3CF641682C2B8002FB0C5 /* CCLayerGradientLoader.cpp in Sources */,
|
||||
15A3CF651682C2B8002FB0C5 /* CCLayerLoader.cpp in Sources */,
|
||||
15A3CF661682C2B8002FB0C5 /* CCMenuItemImageLoader.cpp in Sources */,
|
||||
15A3CF671682C2B8002FB0C5 /* CCMenuItemLoader.cpp in Sources */,
|
||||
15A3CF681682C2B8002FB0C5 /* CCNode+CCBRelativePositioning.cpp in Sources */,
|
||||
15A3CF691682C2B8002FB0C5 /* CCNodeLoader.cpp in Sources */,
|
||||
15A3CF6A1682C2B8002FB0C5 /* CCNodeLoaderLibrary.cpp in Sources */,
|
||||
15A3CF6B1682C2B8002FB0C5 /* CCParticleSystemQuadLoader.cpp in Sources */,
|
||||
15A3CF6C1682C2B8002FB0C5 /* CCScale9SpriteLoader.cpp in Sources */,
|
||||
15A3CF6D1682C2B8002FB0C5 /* CCScrollViewLoader.cpp in Sources */,
|
||||
15A3CF6E1682C2B8002FB0C5 /* CCSpriteLoader.cpp in Sources */,
|
||||
15A3D00E1682C331002FB0C5 /* CDAudioManager.m in Sources */,
|
||||
15A3D00F1682C331002FB0C5 /* CDOpenALSupport.m in Sources */,
|
||||
15A3D0101682C331002FB0C5 /* CocosDenshion.m in Sources */,
|
||||
15A3D0111682C331002FB0C5 /* SimpleAudioEngine.mm in Sources */,
|
||||
15A3D0121682C331002FB0C5 /* SimpleAudioEngine_objc.m in Sources */,
|
||||
15A3D09F1682E721002FB0C5 /* cocos2d_specifics.cpp in Sources */,
|
||||
15A3D0A91682E721002FB0C5 /* js_bindings_ccbreader.cpp in Sources */,
|
||||
15A3D0AE1682E721002FB0C5 /* js_bindings_core.cpp in Sources */,
|
||||
15A3D0AF1682E721002FB0C5 /* js_manual_conversions.cpp in Sources */,
|
||||
15A3D0B01682E721002FB0C5 /* ScriptingCore.cpp in Sources */,
|
||||
1A2757A01697FA7200504026 /* jsb_chipmunk.js in Sources */,
|
||||
1A2757A11697FA7200504026 /* jsb_cocos2d.js in Sources */,
|
||||
1A2757A21697FA7200504026 /* jsb_cocosbuilder.js in Sources */,
|
||||
1A2757A31697FA7200504026 /* jsb_debugger.js in Sources */,
|
||||
1A2757A41697FA7200504026 /* jsb_opengl.js in Sources */,
|
||||
1A2757A51697FA7200504026 /* jsb_sys.js in Sources */,
|
||||
1A2757A61697FA7200504026 /* jsb.js in Sources */,
|
||||
1A177F141698297600C9AC27 /* js_bindings_system_functions.cpp in Sources */,
|
||||
1A177F151698297600C9AC27 /* js_bindings_system_registration.cpp in Sources */,
|
||||
1A82F5D8169AC75500C4B13A /* LocalStorage.cpp in Sources */,
|
||||
1A82F5D9169AC75500C4B13A /* LocalStorageAndroid.cpp in Sources */,
|
||||
1AAC78F916EDC13D00B97F83 /* jsb_cocos2dx_auto_api.js in Sources */,
|
||||
1AAC78FA16EDC13D00B97F83 /* jsb_cocos2dx_auto.cpp in Sources */,
|
||||
1AAC792B16EDC26E00B97F83 /* CCControl.cpp in Sources */,
|
||||
1AAC792C16EDC26E00B97F83 /* CCControlButton.cpp in Sources */,
|
||||
1AAC792D16EDC26E00B97F83 /* CCControlColourPicker.cpp in Sources */,
|
||||
1AAC792E16EDC26E00B97F83 /* CCControlHuePicker.cpp in Sources */,
|
||||
1AAC792F16EDC26E00B97F83 /* CCControlPotentiometer.cpp in Sources */,
|
||||
1AAC793016EDC26E00B97F83 /* CCControlSaturationBrightnessPicker.cpp in Sources */,
|
||||
1AAC793116EDC26E00B97F83 /* CCControlSlider.cpp in Sources */,
|
||||
1AAC793216EDC26E00B97F83 /* CCControlStepper.cpp in Sources */,
|
||||
1AAC793316EDC26E00B97F83 /* CCControlSwitch.cpp in Sources */,
|
||||
1AAC793416EDC26E00B97F83 /* CCControlUtils.cpp in Sources */,
|
||||
1AAC793516EDC26E00B97F83 /* CCInvocation.cpp in Sources */,
|
||||
1AAC793616EDC26E00B97F83 /* CCScale9Sprite.cpp in Sources */,
|
||||
1AAC793716EDC26E00B97F83 /* CCEditBox.cpp in Sources */,
|
||||
1AAC793816EDC26E00B97F83 /* CCEditBoxImplAndroid.cpp in Sources */,
|
||||
1AAC793916EDC26E00B97F83 /* CCEditBoxImplIOS.mm in Sources */,
|
||||
1AAC793A16EDC26E00B97F83 /* CCEditBoxImplMac.mm in Sources */,
|
||||
1AAC793B16EDC26E00B97F83 /* CCEditBoxImplWin.cpp in Sources */,
|
||||
1AAC793C16EDC26E00B97F83 /* CCScrollView.cpp in Sources */,
|
||||
1AAC793D16EDC26E00B97F83 /* CCSorting.cpp in Sources */,
|
||||
1AAC793E16EDC26E00B97F83 /* CCTableView.cpp in Sources */,
|
||||
1AAC793F16EDC26E00B97F83 /* CCTableViewCell.cpp in Sources */,
|
||||
1AAC794216EDC2C700B97F83 /* jsb_cocos2dx_extension_manual.cpp in Sources */,
|
||||
1AAC794616EDC2D700B97F83 /* jsb_cocos2dx_extension_auto_api.js in Sources */,
|
||||
1AAC794716EDC2D700B97F83 /* jsb_cocos2dx_extension_auto.cpp in Sources */,
|
||||
1AA51AD116F71307000FDF05 /* jsb_cocos2d_constants.js in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
15A3D0B71682E7C5002FB0C5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = cocos2dx;
|
||||
targetProxy = 15A3D0B61682E7C5002FB0C5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
A92276FE1517C097001B78AA /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
|
@ -919,11 +381,7 @@
|
|||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lxml2",
|
||||
"-lz",
|
||||
"-ljs_static",
|
||||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = CocosDragonJS;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
WRAPPER_EXTENSION = app;
|
||||
|
@ -962,11 +420,7 @@
|
|||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lxml2",
|
||||
"-lz",
|
||||
"-ljs_static",
|
||||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = CocosDragonJS;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -29,59 +29,31 @@
|
|||
15675175163E741E0002AD61 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1567516C163E741E0002AD61 /* Icon@2x.png */; };
|
||||
156752A9163E78180002AD61 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 156752A8163E78180002AD61 /* RootViewController.mm */; };
|
||||
156752BD163E7C350002AD61 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 156752BC163E7C350002AD61 /* Icon-144.png */; };
|
||||
156752F7163E7FC30002AD61 /* libjs_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 156752F6163E7FC30002AD61 /* libjs_static.a */; };
|
||||
156752F9163E82D40002AD61 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 156752F8163E82D40002AD61 /* libz.dylib */; };
|
||||
15675300163E870E0002AD61 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 156752FF163E870E0002AD61 /* libxml2.dylib */; };
|
||||
15A3D1C11682EE23002FB0C5 /* CDAudioManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D15C1682EE23002FB0C5 /* CDAudioManager.m */; };
|
||||
15A3D1C21682EE23002FB0C5 /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D15F1682EE23002FB0C5 /* CDOpenALSupport.m */; };
|
||||
15A3D1C31682EE23002FB0C5 /* CocosDenshion.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D1611682EE23002FB0C5 /* CocosDenshion.m */; };
|
||||
15A3D1C41682EE23002FB0C5 /* SimpleAudioEngine.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D1621682EE23002FB0C5 /* SimpleAudioEngine.mm */; };
|
||||
15A3D1C51682EE23002FB0C5 /* SimpleAudioEngine_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D1641682EE23002FB0C5 /* SimpleAudioEngine_objc.m */; };
|
||||
15A3D2C21682EE81002FB0C5 /* cocos2d_specifics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D29D1682EE81002FB0C5 /* cocos2d_specifics.cpp */; };
|
||||
15A3D2C61682EE81002FB0C5 /* README in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2A51682EE81002FB0C5 /* README */; };
|
||||
15A3D2D11682EE81002FB0C5 /* js_bindings_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D2B91682EE81002FB0C5 /* js_bindings_core.cpp */; };
|
||||
15A3D2D21682EE81002FB0C5 /* js_manual_conversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D2BB1682EE81002FB0C5 /* js_manual_conversions.cpp */; };
|
||||
15A3D2D31682EE81002FB0C5 /* ScriptingCore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A3D2BD1682EE81002FB0C5 /* ScriptingCore.cpp */; };
|
||||
15A3D2D61682EEC8002FB0C5 /* res in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2D41682EEC8002FB0C5 /* res */; };
|
||||
15A3D2D71682EEC8002FB0C5 /* src in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2D51682EEC8002FB0C5 /* src */; };
|
||||
15A3D2DE1682EF08002FB0C5 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A3D0C71682EDB7002FB0C5 /* libcocos2dx.a */; };
|
||||
15A3D2E41682EF31002FB0C5 /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2D81682EEEA002FB0C5 /* main.js */; };
|
||||
15A3D2E51682EF31002FB0C5 /* MoonWarriors-jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2D91682EEEA002FB0C5 /* MoonWarriors-jsb.js */; };
|
||||
1A177EBE1698262E00C9AC27 /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A177EB01698261C00C9AC27 /* jsb_chipmunk.js */; };
|
||||
1A177EBF1698262E00C9AC27 /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A177EB11698261C00C9AC27 /* jsb_cocos2d.js */; };
|
||||
1A177EC01698262E00C9AC27 /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A177EB21698261C00C9AC27 /* jsb_cocosbuilder.js */; };
|
||||
1A177EC11698262E00C9AC27 /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A177EB31698261C00C9AC27 /* jsb_debugger.js */; };
|
||||
1A177EC21698262E00C9AC27 /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A177EB41698261C00C9AC27 /* jsb_opengl.js */; };
|
||||
1A177EC31698262E00C9AC27 /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A177EB51698261C00C9AC27 /* jsb_sys.js */; };
|
||||
1A177EC41698262E00C9AC27 /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A177EB61698261C00C9AC27 /* jsb.js */; };
|
||||
1A177ECA1698271700C9AC27 /* js_bindings_system_functions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A177EC61698271700C9AC27 /* js_bindings_system_functions.cpp */; };
|
||||
1A177ECB1698271700C9AC27 /* js_bindings_system_registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A177EC81698271700C9AC27 /* js_bindings_system_registration.cpp */; };
|
||||
1A3F8834170A7FDB000159E1 /* jsb_opengl_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A3F8832170A7FD2000159E1 /* jsb_opengl_constants.js */; };
|
||||
1A82F5E7169AC86100C4B13A /* LocalStorage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A82F5E4169AC86100C4B13A /* LocalStorage.cpp */; };
|
||||
1A82F5E8169AC86100C4B13A /* LocalStorageAndroid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A82F5E6169AC86100C4B13A /* LocalStorageAndroid.cpp */; };
|
||||
1A6E4701177818150055514D /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46FC177818140055514D /* libchipmunk.a */; };
|
||||
1A6E4702177818150055514D /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46FD177818140055514D /* libcocos2dx.a */; };
|
||||
1A6E4703177818150055514D /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46FE177818140055514D /* libCocosDenshion.a */; };
|
||||
1A6E4704177818150055514D /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46FF177818140055514D /* libextensions.a */; };
|
||||
1A6E4705177818150055514D /* libjsbindings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E4700177818150055514D /* libjsbindings.a */; };
|
||||
1A6E471F177818830055514D /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4707177818390055514D /* jsb.js */; };
|
||||
1A6E4720177818830055514D /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4708177818390055514D /* jsb_chipmunk.js */; };
|
||||
1A6E4721177818830055514D /* jsb_chipmunk_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4709177818390055514D /* jsb_chipmunk_constants.js */; };
|
||||
1A6E4722177818830055514D /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E470A177818390055514D /* jsb_cocos2d.js */; };
|
||||
1A6E4723177818830055514D /* jsb_cocos2d_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E470B177818390055514D /* jsb_cocos2d_constants.js */; };
|
||||
1A6E4724177818830055514D /* jsb_cocos2d_extension.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E470C177818390055514D /* jsb_cocos2d_extension.js */; };
|
||||
1A6E4725177818830055514D /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E470D177818390055514D /* jsb_cocosbuilder.js */; };
|
||||
1A6E4726177818830055514D /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E470E177818390055514D /* jsb_debugger.js */; };
|
||||
1A6E4727177818830055514D /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E470F177818390055514D /* jsb_opengl.js */; };
|
||||
1A6E4728177818830055514D /* jsb_opengl_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4710177818390055514D /* jsb_opengl_constants.js */; };
|
||||
1A6E4729177818830055514D /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4711177818390055514D /* jsb_sys.js */; };
|
||||
1A6E472A177818830055514D /* main.debug.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4712177818390055514D /* main.debug.js */; };
|
||||
1A82F5EA169AC8DD00C4B13A /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A82F5E9169AC8DD00C4B13A /* libsqlite3.dylib */; };
|
||||
1AA51ADA16F7149D000FDF05 /* jsb_cocos2d_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51AD816F71492000FDF05 /* jsb_cocos2d_constants.js */; };
|
||||
1AAC796016EDC7C000B97F83 /* jsb_cocos2dx_auto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AAC795D16EDC7C000B97F83 /* jsb_cocos2dx_auto.cpp */; };
|
||||
A9706D8516A0C3830090A01D /* main.debug.js in Resources */ = {isa = PBXBuildFile; fileRef = A9706D8316A0C1FA0090A01D /* main.debug.js */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
15A3D0C61682EDB7002FB0C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15A3D0BF1682EDB7002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
15A3D2DC1682EEFD002FB0C5 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 15A3D0BF1682EDB7002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1551A33E158F2AB200E66CFE;
|
||||
remoteInfo = cocos2dx;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
15674A69163E70370002AD61 /* MoonWarriors.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MoonWarriors.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
15674A6D163E70370002AD61 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
|
@ -110,61 +82,29 @@
|
|||
156752A7163E78180002AD61 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
||||
156752A8163E78180002AD61 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = "<group>"; };
|
||||
156752BC163E7C350002AD61 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = "<group>"; };
|
||||
156752F6163E7FC30002AD61 /* libjs_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjs_static.a; path = "../../../scripting/javascript/spidermonkey-ios/lib/libjs_static.a"; sourceTree = "<group>"; };
|
||||
156752F8163E82D40002AD61 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
||||
156752FF163E870E0002AD61 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
|
||||
15A3D0BF1682EDB7002FB0C5 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = "<group>"; };
|
||||
15A3D1581682EE23002FB0C5 /* Export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Export.h; sourceTree = "<group>"; };
|
||||
15A3D1591682EE23002FB0C5 /* SimpleAudioEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine.h; sourceTree = "<group>"; };
|
||||
15A3D15B1682EE23002FB0C5 /* CDAudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDAudioManager.h; sourceTree = "<group>"; };
|
||||
15A3D15C1682EE23002FB0C5 /* CDAudioManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDAudioManager.m; sourceTree = "<group>"; };
|
||||
15A3D15D1682EE23002FB0C5 /* CDConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDConfig.h; sourceTree = "<group>"; };
|
||||
15A3D15E1682EE23002FB0C5 /* CDOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDOpenALSupport.h; sourceTree = "<group>"; };
|
||||
15A3D15F1682EE23002FB0C5 /* CDOpenALSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDOpenALSupport.m; sourceTree = "<group>"; };
|
||||
15A3D1601682EE23002FB0C5 /* CocosDenshion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosDenshion.h; sourceTree = "<group>"; };
|
||||
15A3D1611682EE23002FB0C5 /* CocosDenshion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocosDenshion.m; sourceTree = "<group>"; };
|
||||
15A3D1621682EE23002FB0C5 /* SimpleAudioEngine.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SimpleAudioEngine.mm; sourceTree = "<group>"; };
|
||||
15A3D1631682EE23002FB0C5 /* SimpleAudioEngine_objc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine_objc.h; sourceTree = "<group>"; };
|
||||
15A3D1641682EE23002FB0C5 /* SimpleAudioEngine_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleAudioEngine_objc.m; sourceTree = "<group>"; };
|
||||
15A3D21D1682EE48002FB0C5 /* cocos-ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cocos-ext.h"; sourceTree = "<group>"; };
|
||||
15A3D21E1682EE48002FB0C5 /* ExtensionMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtensionMacros.h; sourceTree = "<group>"; };
|
||||
15A3D29D1682EE81002FB0C5 /* cocos2d_specifics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocos2d_specifics.cpp; sourceTree = "<group>"; };
|
||||
15A3D29E1682EE81002FB0C5 /* cocos2d_specifics.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cocos2d_specifics.hpp; sourceTree = "<group>"; };
|
||||
15A3D2A51682EE81002FB0C5 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
|
||||
15A3D2B81682EE81002FB0C5 /* js_bindings_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_config.h; sourceTree = "<group>"; };
|
||||
15A3D2B91682EE81002FB0C5 /* js_bindings_core.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_bindings_core.cpp; sourceTree = "<group>"; };
|
||||
15A3D2BA1682EE81002FB0C5 /* js_bindings_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_core.h; sourceTree = "<group>"; };
|
||||
15A3D2BB1682EE81002FB0C5 /* js_manual_conversions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_manual_conversions.cpp; sourceTree = "<group>"; };
|
||||
15A3D2BC1682EE81002FB0C5 /* js_manual_conversions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_manual_conversions.h; sourceTree = "<group>"; };
|
||||
15A3D2BD1682EE81002FB0C5 /* ScriptingCore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptingCore.cpp; sourceTree = "<group>"; };
|
||||
15A3D2BE1682EE81002FB0C5 /* ScriptingCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptingCore.h; sourceTree = "<group>"; };
|
||||
15A3D2BF1682EE81002FB0C5 /* spidermonkey_specifics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spidermonkey_specifics.h; sourceTree = "<group>"; };
|
||||
15A3D2D41682EEC8002FB0C5 /* res */ = {isa = PBXFileReference; lastKnownFileType = folder; name = res; path = ../../Shared/games/MoonWarriors/res; sourceTree = "<group>"; };
|
||||
15A3D2D51682EEC8002FB0C5 /* src */ = {isa = PBXFileReference; lastKnownFileType = folder; name = src; path = ../../Shared/games/MoonWarriors/src; sourceTree = "<group>"; };
|
||||
15A3D2D81682EEEA002FB0C5 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = main.js; path = ../../Shared/games/MoonWarriors/main.js; sourceTree = "<group>"; };
|
||||
15A3D2D91682EEEA002FB0C5 /* MoonWarriors-jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "MoonWarriors-jsb.js"; path = "../../Shared/games/MoonWarriors/MoonWarriors-jsb.js"; sourceTree = "<group>"; };
|
||||
1A177EB01698261C00C9AC27 /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
1A177EB11698261C00C9AC27 /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
1A177EB21698261C00C9AC27 /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
1A177EB31698261C00C9AC27 /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
1A177EB41698261C00C9AC27 /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
1A177EB51698261C00C9AC27 /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
1A177EB61698261C00C9AC27 /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
1A177EC51698271700C9AC27 /* js_bindings_system_functions_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_system_functions_registration.h; sourceTree = "<group>"; };
|
||||
1A177EC61698271700C9AC27 /* js_bindings_system_functions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_bindings_system_functions.cpp; sourceTree = "<group>"; };
|
||||
1A177EC71698271700C9AC27 /* js_bindings_system_functions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_system_functions.h; sourceTree = "<group>"; };
|
||||
1A177EC81698271700C9AC27 /* js_bindings_system_registration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = js_bindings_system_registration.cpp; sourceTree = "<group>"; };
|
||||
1A177EC91698271700C9AC27 /* js_bindings_system_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = js_bindings_system_registration.h; sourceTree = "<group>"; };
|
||||
1A3F8832170A7FD2000159E1 /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = "<group>"; };
|
||||
1A82F5E4169AC86100C4B13A /* LocalStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorage.cpp; sourceTree = "<group>"; };
|
||||
1A82F5E5169AC86100C4B13A /* LocalStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalStorage.h; sourceTree = "<group>"; };
|
||||
1A82F5E6169AC86100C4B13A /* LocalStorageAndroid.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LocalStorageAndroid.cpp; sourceTree = "<group>"; };
|
||||
1A6E46FC177818140055514D /* libchipmunk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchipmunk.a; path = "../../../../external/chipmunk/proj.ios/build/Release-iphoneos/libchipmunk.a"; sourceTree = "<group>"; };
|
||||
1A6E46FD177818140055514D /* libcocos2dx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcocos2dx.a; path = "../../../../cocos2dx/proj.ios/build/Release-iphoneos/libcocos2dx.a"; sourceTree = "<group>"; };
|
||||
1A6E46FE177818140055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCocosDenshion.a; path = "../../../../CocosDenshion/proj.ios/build/Release-iphoneos/libCocosDenshion.a"; sourceTree = "<group>"; };
|
||||
1A6E46FF177818140055514D /* libextensions.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libextensions.a; path = "../../../../extensions/proj.ios/build/Release-iphoneos/libextensions.a"; sourceTree = "<group>"; };
|
||||
1A6E4700177818150055514D /* libjsbindings.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsbindings.a; path = "../../../../scripting/javascript/bindings/proj.ios/build/Release-iphoneos/libjsbindings.a"; sourceTree = "<group>"; };
|
||||
1A6E4707177818390055514D /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
1A6E4708177818390055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
1A6E4709177818390055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = "<group>"; };
|
||||
1A6E470A177818390055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
1A6E470B177818390055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = "<group>"; };
|
||||
1A6E470C177818390055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = "<group>"; };
|
||||
1A6E470D177818390055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
1A6E470E177818390055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
1A6E470F177818390055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
1A6E4710177818390055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = "<group>"; };
|
||||
1A6E4711177818390055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
1A6E4712177818390055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = "<group>"; };
|
||||
1A82F5E9169AC8DD00C4B13A /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
|
||||
1AA51AD816F71492000FDF05 /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = "<group>"; };
|
||||
1AAC795C16EDC7C000B97F83 /* jsb_cocos2dx_auto_api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2dx_auto_api.js; sourceTree = "<group>"; };
|
||||
1AAC795D16EDC7C000B97F83 /* jsb_cocos2dx_auto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsb_cocos2dx_auto.cpp; sourceTree = "<group>"; };
|
||||
1AAC795E16EDC7C000B97F83 /* jsb_cocos2dx_auto.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jsb_cocos2dx_auto.hpp; sourceTree = "<group>"; };
|
||||
A9706D8316A0C1FA0090A01D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
@ -172,11 +112,13 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E4701177818150055514D /* libchipmunk.a in Frameworks */,
|
||||
1A6E4702177818150055514D /* libcocos2dx.a in Frameworks */,
|
||||
1A6E4703177818150055514D /* libCocosDenshion.a in Frameworks */,
|
||||
1A6E4704177818150055514D /* libextensions.a in Frameworks */,
|
||||
1A6E4705177818150055514D /* libjsbindings.a in Frameworks */,
|
||||
1A82F5EA169AC8DD00C4B13A /* libsqlite3.dylib in Frameworks */,
|
||||
15A3D2DE1682EF08002FB0C5 /* libcocos2dx.a in Frameworks */,
|
||||
15675300163E870E0002AD61 /* libxml2.dylib in Frameworks */,
|
||||
156752F9163E82D40002AD61 /* libz.dylib in Frameworks */,
|
||||
156752F7163E7FC30002AD61 /* libjs_static.a in Frameworks */,
|
||||
15674A6E163E70370002AD61 /* QuartzCore.framework in Frameworks */,
|
||||
15674A70163E70370002AD61 /* OpenGLES.framework in Frameworks */,
|
||||
15674A72163E70370002AD61 /* OpenAL.framework in Frameworks */,
|
||||
|
@ -194,11 +136,7 @@
|
|||
15674A5E163E70370002AD61 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D0BF1682EDB7002FB0C5 /* cocos2dx.xcodeproj */,
|
||||
15A3D29B1682EE81002FB0C5 /* bindings */,
|
||||
15674EFC163E72EE0002AD61 /* Classes */,
|
||||
15A3D1411682EE23002FB0C5 /* CocosDenshion */,
|
||||
15A3D1E61682EE48002FB0C5 /* extensions */,
|
||||
15674A6C163E70370002AD61 /* Frameworks */,
|
||||
15674F00163E730E0002AD61 /* ios */,
|
||||
15674A6A163E70370002AD61 /* Products */,
|
||||
|
@ -217,10 +155,13 @@
|
|||
15674A6C163E70370002AD61 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E46FC177818140055514D /* libchipmunk.a */,
|
||||
1A6E46FD177818140055514D /* libcocos2dx.a */,
|
||||
1A6E46FE177818140055514D /* libCocosDenshion.a */,
|
||||
1A6E46FF177818140055514D /* libextensions.a */,
|
||||
1A6E4700177818150055514D /* libjsbindings.a */,
|
||||
1A82F5E9169AC8DD00C4B13A /* libsqlite3.dylib */,
|
||||
156752FF163E870E0002AD61 /* libxml2.dylib */,
|
||||
156752F8163E82D40002AD61 /* libz.dylib */,
|
||||
156752F6163E7FC30002AD61 /* libjs_static.a */,
|
||||
15674A6D163E70370002AD61 /* QuartzCore.framework */,
|
||||
15674A6F163E70370002AD61 /* OpenGLES.framework */,
|
||||
15674A71163E70370002AD61 /* OpenAL.framework */,
|
||||
|
@ -259,6 +200,7 @@
|
|||
15675123163E73F40002AD61 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E4706177818390055514D /* js */,
|
||||
15A3D2D81682EEEA002FB0C5 /* main.js */,
|
||||
15A3D2D91682EEEA002FB0C5 /* MoonWarriors-jsb.js */,
|
||||
15A3D2D41682EEC8002FB0C5 /* res */,
|
||||
|
@ -277,122 +219,24 @@
|
|||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D0C01682EDB7002FB0C5 /* Products */ = {
|
||||
1A6E4706177818390055514D /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D0C71682EDB7002FB0C5 /* libcocos2dx.a */,
|
||||
1A6E4707177818390055514D /* jsb.js */,
|
||||
1A6E4708177818390055514D /* jsb_chipmunk.js */,
|
||||
1A6E4709177818390055514D /* jsb_chipmunk_constants.js */,
|
||||
1A6E470A177818390055514D /* jsb_cocos2d.js */,
|
||||
1A6E470B177818390055514D /* jsb_cocos2d_constants.js */,
|
||||
1A6E470C177818390055514D /* jsb_cocos2d_extension.js */,
|
||||
1A6E470D177818390055514D /* jsb_cocosbuilder.js */,
|
||||
1A6E470E177818390055514D /* jsb_debugger.js */,
|
||||
1A6E470F177818390055514D /* jsb_opengl.js */,
|
||||
1A6E4710177818390055514D /* jsb_opengl_constants.js */,
|
||||
1A6E4711177818390055514D /* jsb_sys.js */,
|
||||
1A6E4712177818390055514D /* main.debug.js */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D1411682EE23002FB0C5 /* CocosDenshion */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D1571682EE23002FB0C5 /* include */,
|
||||
15A3D15A1682EE23002FB0C5 /* ios */,
|
||||
);
|
||||
name = CocosDenshion;
|
||||
path = ../../../../CocosDenshion;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D1571682EE23002FB0C5 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D1581682EE23002FB0C5 /* Export.h */,
|
||||
15A3D1591682EE23002FB0C5 /* SimpleAudioEngine.h */,
|
||||
);
|
||||
path = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D15A1682EE23002FB0C5 /* ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D15B1682EE23002FB0C5 /* CDAudioManager.h */,
|
||||
15A3D15C1682EE23002FB0C5 /* CDAudioManager.m */,
|
||||
15A3D15D1682EE23002FB0C5 /* CDConfig.h */,
|
||||
15A3D15E1682EE23002FB0C5 /* CDOpenALSupport.h */,
|
||||
15A3D15F1682EE23002FB0C5 /* CDOpenALSupport.m */,
|
||||
15A3D1601682EE23002FB0C5 /* CocosDenshion.h */,
|
||||
15A3D1611682EE23002FB0C5 /* CocosDenshion.m */,
|
||||
15A3D1621682EE23002FB0C5 /* SimpleAudioEngine.mm */,
|
||||
15A3D1631682EE23002FB0C5 /* SimpleAudioEngine_objc.h */,
|
||||
15A3D1641682EE23002FB0C5 /* SimpleAudioEngine_objc.m */,
|
||||
);
|
||||
path = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D1E61682EE48002FB0C5 /* extensions */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A82F5E3169AC86100C4B13A /* LocalStorage */,
|
||||
15A3D21D1682EE48002FB0C5 /* cocos-ext.h */,
|
||||
15A3D21E1682EE48002FB0C5 /* ExtensionMacros.h */,
|
||||
);
|
||||
name = extensions;
|
||||
path = ../../../../extensions;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D29B1682EE81002FB0C5 /* bindings */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
15A3D29D1682EE81002FB0C5 /* cocos2d_specifics.cpp */,
|
||||
15A3D29E1682EE81002FB0C5 /* cocos2d_specifics.hpp */,
|
||||
15A3D2A11682EE81002FB0C5 /* generated */,
|
||||
15A3D2A61682EE81002FB0C5 /* js */,
|
||||
15A3D2B81682EE81002FB0C5 /* js_bindings_config.h */,
|
||||
15A3D2B91682EE81002FB0C5 /* js_bindings_core.cpp */,
|
||||
15A3D2BA1682EE81002FB0C5 /* js_bindings_core.h */,
|
||||
1A177EC61698271700C9AC27 /* js_bindings_system_functions.cpp */,
|
||||
1A177EC71698271700C9AC27 /* js_bindings_system_functions.h */,
|
||||
1A177EC51698271700C9AC27 /* js_bindings_system_functions_registration.h */,
|
||||
1A177EC81698271700C9AC27 /* js_bindings_system_registration.cpp */,
|
||||
1A177EC91698271700C9AC27 /* js_bindings_system_registration.h */,
|
||||
15A3D2BB1682EE81002FB0C5 /* js_manual_conversions.cpp */,
|
||||
15A3D2BC1682EE81002FB0C5 /* js_manual_conversions.h */,
|
||||
15A3D2BD1682EE81002FB0C5 /* ScriptingCore.cpp */,
|
||||
15A3D2BE1682EE81002FB0C5 /* ScriptingCore.h */,
|
||||
15A3D2BF1682EE81002FB0C5 /* spidermonkey_specifics.h */,
|
||||
);
|
||||
name = bindings;
|
||||
path = ../../../../scripting/javascript/bindings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D2A11682EE81002FB0C5 /* generated */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AAC795C16EDC7C000B97F83 /* jsb_cocos2dx_auto_api.js */,
|
||||
1AAC795D16EDC7C000B97F83 /* jsb_cocos2dx_auto.cpp */,
|
||||
1AAC795E16EDC7C000B97F83 /* jsb_cocos2dx_auto.hpp */,
|
||||
15A3D2A51682EE81002FB0C5 /* README */,
|
||||
);
|
||||
path = generated;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
15A3D2A61682EE81002FB0C5 /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A3F8832170A7FD2000159E1 /* jsb_opengl_constants.js */,
|
||||
1AA51AD816F71492000FDF05 /* jsb_cocos2d_constants.js */,
|
||||
A9706D8316A0C1FA0090A01D /* main.debug.js */,
|
||||
1A177EB01698261C00C9AC27 /* jsb_chipmunk.js */,
|
||||
1A177EB11698261C00C9AC27 /* jsb_cocos2d.js */,
|
||||
1A177EB21698261C00C9AC27 /* jsb_cocosbuilder.js */,
|
||||
1A177EB31698261C00C9AC27 /* jsb_debugger.js */,
|
||||
1A177EB41698261C00C9AC27 /* jsb_opengl.js */,
|
||||
1A177EB51698261C00C9AC27 /* jsb_sys.js */,
|
||||
1A177EB61698261C00C9AC27 /* jsb.js */,
|
||||
);
|
||||
path = js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A82F5E3169AC86100C4B13A /* LocalStorage */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A82F5E4169AC86100C4B13A /* LocalStorage.cpp */,
|
||||
1A82F5E5169AC86100C4B13A /* LocalStorage.h */,
|
||||
1A82F5E6169AC86100C4B13A /* LocalStorageAndroid.cpp */,
|
||||
);
|
||||
path = LocalStorage;
|
||||
name = js;
|
||||
path = ../../../../scripting/javascript/bindings/js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
@ -409,7 +253,6 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
15A3D2DD1682EEFD002FB0C5 /* PBXTargetDependency */,
|
||||
);
|
||||
name = MoonWarriors;
|
||||
productName = MoonWarriors;
|
||||
|
@ -434,12 +277,6 @@
|
|||
mainGroup = 15674A5E163E70370002AD61;
|
||||
productRefGroup = 15674A6A163E70370002AD61 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 15A3D0C01682EDB7002FB0C5 /* Products */;
|
||||
ProjectRef = 15A3D0BF1682EDB7002FB0C5 /* cocos2dx.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
15674A68163E70370002AD61 /* MoonWarriors */,
|
||||
|
@ -447,32 +284,24 @@
|
|||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
15A3D0C71682EDB7002FB0C5 /* libcocos2dx.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = libcocos2dx.a;
|
||||
remoteRef = 15A3D0C61682EDB7002FB0C5 /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
15674A67163E70370002AD61 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A3F8834170A7FDB000159E1 /* jsb_opengl_constants.js in Resources */,
|
||||
1AA51ADA16F7149D000FDF05 /* jsb_cocos2d_constants.js in Resources */,
|
||||
1A177EBE1698262E00C9AC27 /* jsb_chipmunk.js in Resources */,
|
||||
1A177EBF1698262E00C9AC27 /* jsb_cocos2d.js in Resources */,
|
||||
1A177EC01698262E00C9AC27 /* jsb_cocosbuilder.js in Resources */,
|
||||
1A177EC11698262E00C9AC27 /* jsb_debugger.js in Resources */,
|
||||
1A177EC21698262E00C9AC27 /* jsb_opengl.js in Resources */,
|
||||
1A177EC31698262E00C9AC27 /* jsb_sys.js in Resources */,
|
||||
1A177EC41698262E00C9AC27 /* jsb.js in Resources */,
|
||||
1A6E471F177818830055514D /* jsb.js in Resources */,
|
||||
1A6E4720177818830055514D /* jsb_chipmunk.js in Resources */,
|
||||
1A6E4721177818830055514D /* jsb_chipmunk_constants.js in Resources */,
|
||||
1A6E4722177818830055514D /* jsb_cocos2d.js in Resources */,
|
||||
1A6E4723177818830055514D /* jsb_cocos2d_constants.js in Resources */,
|
||||
1A6E4724177818830055514D /* jsb_cocos2d_extension.js in Resources */,
|
||||
1A6E4725177818830055514D /* jsb_cocosbuilder.js in Resources */,
|
||||
1A6E4726177818830055514D /* jsb_debugger.js in Resources */,
|
||||
1A6E4727177818830055514D /* jsb_opengl.js in Resources */,
|
||||
1A6E4728177818830055514D /* jsb_opengl_constants.js in Resources */,
|
||||
1A6E4729177818830055514D /* jsb_sys.js in Resources */,
|
||||
1A6E472A177818830055514D /* main.debug.js in Resources */,
|
||||
15A3D2E41682EF31002FB0C5 /* main.js in Resources */,
|
||||
A9706D8516A0C3830090A01D /* main.debug.js in Resources */,
|
||||
15A3D2E51682EF31002FB0C5 /* MoonWarriors-jsb.js in Resources */,
|
||||
1567516D163E741E0002AD61 /* Default-568h@2x.png in Resources */,
|
||||
1567516E163E741E0002AD61 /* Default.png in Resources */,
|
||||
|
@ -484,7 +313,6 @@
|
|||
15675174163E741E0002AD61 /* Icon.png in Resources */,
|
||||
15675175163E741E0002AD61 /* Icon@2x.png in Resources */,
|
||||
156752BD163E7C350002AD61 /* Icon-144.png in Resources */,
|
||||
15A3D2C61682EE81002FB0C5 /* README in Resources */,
|
||||
15A3D2D61682EEC8002FB0C5 /* res in Resources */,
|
||||
15A3D2D71682EEC8002FB0C5 /* src in Resources */,
|
||||
);
|
||||
|
@ -501,33 +329,11 @@
|
|||
15674F05163E73290002AD61 /* AppController.mm in Sources */,
|
||||
15674F06163E73290002AD61 /* main.m in Sources */,
|
||||
156752A9163E78180002AD61 /* RootViewController.mm in Sources */,
|
||||
15A3D1C11682EE23002FB0C5 /* CDAudioManager.m in Sources */,
|
||||
15A3D1C21682EE23002FB0C5 /* CDOpenALSupport.m in Sources */,
|
||||
15A3D1C31682EE23002FB0C5 /* CocosDenshion.m in Sources */,
|
||||
15A3D1C41682EE23002FB0C5 /* SimpleAudioEngine.mm in Sources */,
|
||||
15A3D1C51682EE23002FB0C5 /* SimpleAudioEngine_objc.m in Sources */,
|
||||
15A3D2C21682EE81002FB0C5 /* cocos2d_specifics.cpp in Sources */,
|
||||
15A3D2D11682EE81002FB0C5 /* js_bindings_core.cpp in Sources */,
|
||||
15A3D2D21682EE81002FB0C5 /* js_manual_conversions.cpp in Sources */,
|
||||
15A3D2D31682EE81002FB0C5 /* ScriptingCore.cpp in Sources */,
|
||||
1A177ECA1698271700C9AC27 /* js_bindings_system_functions.cpp in Sources */,
|
||||
1A177ECB1698271700C9AC27 /* js_bindings_system_registration.cpp in Sources */,
|
||||
1A82F5E7169AC86100C4B13A /* LocalStorage.cpp in Sources */,
|
||||
1A82F5E8169AC86100C4B13A /* LocalStorageAndroid.cpp in Sources */,
|
||||
1AAC796016EDC7C000B97F83 /* jsb_cocos2dx_auto.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
15A3D2DD1682EEFD002FB0C5 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = cocos2dx;
|
||||
targetProxy = 15A3D2DC1682EEFD002FB0C5 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
15674E39163E70430002AD61 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
|
|
|
@ -0,0 +1,911 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
15A3D5631682F20C002FB0C5 /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D4621682F14C002FB0C5 /* main.js */; };
|
||||
15A3D5651682F20C002FB0C5 /* tests_resources-jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D4711682F14C002FB0C5 /* tests_resources-jsb.js */; };
|
||||
15A3D5681682F20C002FB0C5 /* tests-main.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D4741682F14C002FB0C5 /* tests-main.js */; };
|
||||
1A6B05C517782A2400FFE52B /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B05C417782A2400FFE52B /* libsqlite3.dylib */; };
|
||||
1A6B05C717782B0500FFE52B /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B05C617782B0500FFE52B /* libz.dylib */; };
|
||||
1A6E467E177812AF0055514D /* jsb.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E4672177812AF0055514D /* jsb.js */; };
|
||||
1A6E467F177812AF0055514D /* jsb_chipmunk.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E4673177812AF0055514D /* jsb_chipmunk.js */; };
|
||||
1A6E4680177812AF0055514D /* jsb_chipmunk_constants.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E4674177812AF0055514D /* jsb_chipmunk_constants.js */; };
|
||||
1A6E4681177812AF0055514D /* jsb_cocos2d.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E4675177812AF0055514D /* jsb_cocos2d.js */; };
|
||||
1A6E4682177812AF0055514D /* jsb_cocos2d_constants.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E4676177812AF0055514D /* jsb_cocos2d_constants.js */; };
|
||||
1A6E4683177812AF0055514D /* jsb_cocos2d_extension.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E4677177812AF0055514D /* jsb_cocos2d_extension.js */; };
|
||||
1A6E4684177812AF0055514D /* jsb_cocosbuilder.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E4678177812AF0055514D /* jsb_cocosbuilder.js */; };
|
||||
1A6E4685177812AF0055514D /* jsb_debugger.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E4679177812AF0055514D /* jsb_debugger.js */; };
|
||||
1A6E4686177812AF0055514D /* jsb_opengl.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E467A177812AF0055514D /* jsb_opengl.js */; };
|
||||
1A6E4687177812AF0055514D /* jsb_opengl_constants.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E467B177812AF0055514D /* jsb_opengl_constants.js */; };
|
||||
1A6E4688177812AF0055514D /* jsb_sys.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E467C177812AF0055514D /* jsb_sys.js */; };
|
||||
1A6E4689177812AF0055514D /* main.debug.js in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E467D177812AF0055514D /* main.debug.js */; };
|
||||
1A6E468A177812D20055514D /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4672177812AF0055514D /* jsb.js */; };
|
||||
1A6E468B177812D20055514D /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4673177812AF0055514D /* jsb_chipmunk.js */; };
|
||||
1A6E468C177812D20055514D /* jsb_chipmunk_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4674177812AF0055514D /* jsb_chipmunk_constants.js */; };
|
||||
1A6E468D177812D20055514D /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4675177812AF0055514D /* jsb_cocos2d.js */; };
|
||||
1A6E468E177812D20055514D /* jsb_cocos2d_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4676177812AF0055514D /* jsb_cocos2d_constants.js */; };
|
||||
1A6E468F177812D20055514D /* jsb_cocos2d_extension.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4677177812AF0055514D /* jsb_cocos2d_extension.js */; };
|
||||
1A6E4690177812D20055514D /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4678177812AF0055514D /* jsb_cocosbuilder.js */; };
|
||||
1A6E4691177812D20055514D /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4679177812AF0055514D /* jsb_debugger.js */; };
|
||||
1A6E4692177812D20055514D /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E467A177812AF0055514D /* jsb_opengl.js */; };
|
||||
1A6E4693177812D20055514D /* jsb_opengl_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E467B177812AF0055514D /* jsb_opengl_constants.js */; };
|
||||
1A6E4694177812D20055514D /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E467C177812AF0055514D /* jsb_sys.js */; };
|
||||
1A6E4695177812D20055514D /* main.debug.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E467D177812AF0055514D /* main.debug.js */; };
|
||||
1A80332A1728DECD00240CC3 /* EffectsAdvancedTest in Resources */ = {isa = PBXBuildFile; fileRef = 1A8033291728DECD00240CC3 /* EffectsAdvancedTest */; };
|
||||
1A80332C1728F1FB00240CC3 /* res in Resources */ = {isa = PBXBuildFile; fileRef = 1A80332B1728F1FB00240CC3 /* res */; };
|
||||
1AA51A9F16F708FA000FDF05 /* ActionManagerTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A7816F708FA000FDF05 /* ActionManagerTest */; };
|
||||
1AA51AA016F708FA000FDF05 /* ActionsTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A7916F708FA000FDF05 /* ActionsTest */; };
|
||||
1AA51AA116F708FA000FDF05 /* BaseTestLayer in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A7A16F708FA000FDF05 /* BaseTestLayer */; };
|
||||
1AA51AA216F708FA000FDF05 /* Box2dTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A7B16F708FA000FDF05 /* Box2dTest */; };
|
||||
1AA51AA316F708FA000FDF05 /* ChipmunkTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A7C16F708FA000FDF05 /* ChipmunkTest */; };
|
||||
1AA51AA416F708FA000FDF05 /* ClickAndMoveTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A7D16F708FA000FDF05 /* ClickAndMoveTest */; };
|
||||
1AA51AA516F708FA000FDF05 /* CocosDenshionTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A7E16F708FA000FDF05 /* CocosDenshionTest */; };
|
||||
1AA51AA616F708FA000FDF05 /* CocosNodeTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A7F16F708FA000FDF05 /* CocosNodeTest */; };
|
||||
1AA51AA716F708FA000FDF05 /* CurrentLanguageTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8016F708FA000FDF05 /* CurrentLanguageTest */; };
|
||||
1AA51AA816F708FA000FDF05 /* DrawPrimitivesTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8116F708FA000FDF05 /* DrawPrimitivesTest */; };
|
||||
1AA51AA916F708FA000FDF05 /* EaseActionsTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8216F708FA000FDF05 /* EaseActionsTest */; };
|
||||
1AA51AAA16F708FA000FDF05 /* EffectsTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8316F708FA000FDF05 /* EffectsTest */; };
|
||||
1AA51AAB16F708FA000FDF05 /* EventTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8416F708FA000FDF05 /* EventTest */; };
|
||||
1AA51AAC16F708FA000FDF05 /* ExtensionsTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8516F708FA000FDF05 /* ExtensionsTest */; };
|
||||
1AA51AAD16F708FA000FDF05 /* FileUtils in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8616F708FA000FDF05 /* FileUtils */; };
|
||||
1AA51AAE16F708FA000FDF05 /* FontTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8716F708FA000FDF05 /* FontTest */; };
|
||||
1AA51AAF16F708FA000FDF05 /* IntervalTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8816F708FA000FDF05 /* IntervalTest */; };
|
||||
1AA51AB016F708FA000FDF05 /* LabelTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8916F708FA000FDF05 /* LabelTest */; };
|
||||
1AA51AB116F708FA000FDF05 /* LayerTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8A16F708FA000FDF05 /* LayerTest */; };
|
||||
1AA51AB216F708FA000FDF05 /* MenuTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8B16F708FA000FDF05 /* MenuTest */; };
|
||||
1AA51AB316F708FA000FDF05 /* OpenGLTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8C16F708FA000FDF05 /* OpenGLTest */; };
|
||||
1AA51AB416F708FA000FDF05 /* ParallaxTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8D16F708FA000FDF05 /* ParallaxTest */; };
|
||||
1AA51AB516F708FA000FDF05 /* ParticleTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8E16F708FA000FDF05 /* ParticleTest */; };
|
||||
1AA51AB616F708FA000FDF05 /* PerformanceTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A8F16F708FA000FDF05 /* PerformanceTest */; };
|
||||
1AA51AB716F708FA000FDF05 /* Presentation in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9016F708FA000FDF05 /* Presentation */; };
|
||||
1AA51AB816F708FA000FDF05 /* ProgressActionsTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9116F708FA000FDF05 /* ProgressActionsTest */; };
|
||||
1AA51AB916F708FA000FDF05 /* RenderTextureTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9216F708FA000FDF05 /* RenderTextureTest */; };
|
||||
1AA51ABB16F708FA000FDF05 /* RotateWorldTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9416F708FA000FDF05 /* RotateWorldTest */; };
|
||||
1AA51ABC16F708FA000FDF05 /* SceneTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9516F708FA000FDF05 /* SceneTest */; };
|
||||
1AA51ABD16F708FA000FDF05 /* SchedulerTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9616F708FA000FDF05 /* SchedulerTest */; };
|
||||
1AA51ABE16F708FA000FDF05 /* SpriteTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9716F708FA000FDF05 /* SpriteTest */; };
|
||||
1AA51ABF16F708FA000FDF05 /* SysTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9816F708FA000FDF05 /* SysTest */; };
|
||||
1AA51AC016F708FA000FDF05 /* TextInputTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9916F708FA000FDF05 /* TextInputTest */; };
|
||||
1AA51AC116F708FA000FDF05 /* TextureCacheTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9A16F708FA000FDF05 /* TextureCacheTest */; };
|
||||
1AA51AC216F708FA000FDF05 /* TileMapTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9B16F708FA000FDF05 /* TileMapTest */; };
|
||||
1AA51AC316F708FA000FDF05 /* TouchesTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9C16F708FA000FDF05 /* TouchesTest */; };
|
||||
1AA51AC416F708FA000FDF05 /* TransitionsTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9D16F708FA000FDF05 /* TransitionsTest */; };
|
||||
1AA51AC516F708FA000FDF05 /* UnitTest in Resources */ = {isa = PBXBuildFile; fileRef = 1AA51A9E16F708FA000FDF05 /* UnitTest */; };
|
||||
1AC2D05F17780C5400205713 /* libBox2D.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC2D05917780C5400205713 /* libBox2D.a */; };
|
||||
1AC2D06017780C5400205713 /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC2D05A17780C5400205713 /* libchipmunk.a */; };
|
||||
1AC2D06117780C5400205713 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC2D05B17780C5400205713 /* libcocos2dx.a */; };
|
||||
1AC2D06217780C5400205713 /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC2D05C17780C5400205713 /* libCocosDenshion.a */; };
|
||||
1AC2D06317780C5400205713 /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC2D05D17780C5400205713 /* libextensions.a */; };
|
||||
1AC2D06417780C5400205713 /* libjsbindings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC2D05E17780C5400205713 /* libjsbindings.a */; };
|
||||
A218F7DC1743D97E00F65883 /* XHRTest in Resources */ = {isa = PBXBuildFile; fileRef = A218F7DB1743D97E00F65883 /* XHRTest */; };
|
||||
A22656EF1743DCBB00598A2C /* ClippingNodeTest in Resources */ = {isa = PBXBuildFile; fileRef = A22656EE1743DCBB00598A2C /* ClippingNodeTest */; };
|
||||
A92275421517C094001B78AA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275411517C094001B78AA /* QuartzCore.framework */; };
|
||||
A92275441517C094001B78AA /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275431517C094001B78AA /* OpenGLES.framework */; };
|
||||
A92275461517C094001B78AA /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275451517C094001B78AA /* OpenAL.framework */; };
|
||||
A92275481517C094001B78AA /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275471517C094001B78AA /* AudioToolbox.framework */; };
|
||||
A922754A1517C094001B78AA /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275491517C094001B78AA /* AVFoundation.framework */; };
|
||||
A922754C1517C094001B78AA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754B1517C094001B78AA /* UIKit.framework */; };
|
||||
A922754E1517C094001B78AA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754D1517C094001B78AA /* Foundation.framework */; };
|
||||
A92275501517C094001B78AA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754F1517C094001B78AA /* CoreGraphics.framework */; };
|
||||
D401B5FE16FB199B00F2529D /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D401B5FD16FB199B00F2529D /* Icon-57.png */; };
|
||||
D401B60016FB19A000F2529D /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D401B5FF16FB19A000F2529D /* Icon-114.png */; };
|
||||
D401B60216FB19A600F2529D /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D401B60116FB19A600F2529D /* Icon-72.png */; };
|
||||
D401B60416FB19A900F2529D /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D401B60316FB19A900F2529D /* Icon-144.png */; };
|
||||
D401B60E16FB637400F2529D /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45446CE156DE74F00887EB5 /* AppController.mm */; };
|
||||
D401B60F16FB637400F2529D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D45446CF156DE74F00887EB5 /* main.m */; };
|
||||
D401B61016FB637400F2529D /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45446D2156DE74F00887EB5 /* RootViewController.mm */; };
|
||||
D401B61116FB637400F2529D /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4545215156E28EF00887EB5 /* AppDelegate.cpp */; };
|
||||
D401B67D16FB637400F2529D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275411517C094001B78AA /* QuartzCore.framework */; };
|
||||
D401B67E16FB637400F2529D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275431517C094001B78AA /* OpenGLES.framework */; };
|
||||
D401B67F16FB637400F2529D /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275451517C094001B78AA /* OpenAL.framework */; };
|
||||
D401B68016FB637400F2529D /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275471517C094001B78AA /* AudioToolbox.framework */; };
|
||||
D401B68116FB637400F2529D /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275491517C094001B78AA /* AVFoundation.framework */; };
|
||||
D401B68216FB637400F2529D /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754B1517C094001B78AA /* UIKit.framework */; };
|
||||
D401B68316FB637400F2529D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754D1517C094001B78AA /* Foundation.framework */; };
|
||||
D401B68416FB637400F2529D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754F1517C094001B78AA /* CoreGraphics.framework */; };
|
||||
D401B69516FB637400F2529D /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA216102D7D000ADA7B /* Default.png */; };
|
||||
D401B69616FB637400F2529D /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA416102D82000ADA7B /* Default@2x.png */; };
|
||||
D401B69716FB637400F2529D /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA616102D86000ADA7B /* Default-568h@2x.png */; };
|
||||
D401B6C116FB637400F2529D /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D401B5FD16FB199B00F2529D /* Icon-57.png */; };
|
||||
D401B6C216FB637400F2529D /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D401B5FF16FB19A000F2529D /* Icon-114.png */; };
|
||||
D401B6C316FB637400F2529D /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D401B60116FB19A600F2529D /* Icon-72.png */; };
|
||||
D401B6C416FB637400F2529D /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D401B60316FB19A900F2529D /* Icon-144.png */; };
|
||||
D401B6D716FBF49A00F2529D /* game.js in Resources */ = {isa = PBXBuildFile; fileRef = D401B6D516FBF48000F2529D /* game.js */; };
|
||||
D401B6E016FC072B00F2529D /* tests-boot-jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = D401B6DE16FC071100F2529D /* tests-boot-jsb.js */; };
|
||||
D446FDA316102D7D000ADA7B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA216102D7D000ADA7B /* Default.png */; };
|
||||
D446FDA516102D82000ADA7B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA416102D82000ADA7B /* Default@2x.png */; };
|
||||
D446FDA716102D86000ADA7B /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA616102D86000ADA7B /* Default-568h@2x.png */; };
|
||||
D45446D3156DE74F00887EB5 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45446CE156DE74F00887EB5 /* AppController.mm */; };
|
||||
D45446D4156DE74F00887EB5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D45446CF156DE74F00887EB5 /* main.m */; };
|
||||
D45446D5156DE74F00887EB5 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45446D2156DE74F00887EB5 /* RootViewController.mm */; };
|
||||
D4545227156E28EF00887EB5 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4545215156E28EF00887EB5 /* AppDelegate.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
15A3D4621682F14C002FB0C5 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = main.js; path = ../../Shared/tests/main.js; sourceTree = "<group>"; };
|
||||
15A3D4711682F14C002FB0C5 /* tests_resources-jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "tests_resources-jsb.js"; path = "../../Shared/tests/tests_resources-jsb.js"; sourceTree = "<group>"; };
|
||||
15A3D4741682F14C002FB0C5 /* tests-main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "tests-main.js"; path = "../../Shared/tests/tests-main.js"; sourceTree = "<group>"; };
|
||||
1A6B05C417782A2400FFE52B /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
|
||||
1A6B05C617782B0500FFE52B /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
||||
1A6E4672177812AF0055514D /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
1A6E4673177812AF0055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
1A6E4674177812AF0055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = "<group>"; };
|
||||
1A6E4675177812AF0055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
1A6E4676177812AF0055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = "<group>"; };
|
||||
1A6E4677177812AF0055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = "<group>"; };
|
||||
1A6E4678177812AF0055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
1A6E4679177812AF0055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
1A6E467A177812AF0055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
1A6E467B177812AF0055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = "<group>"; };
|
||||
1A6E467C177812AF0055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
1A6E467D177812AF0055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = "<group>"; };
|
||||
1A8033291728DECD00240CC3 /* EffectsAdvancedTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EffectsAdvancedTest; path = ../../Shared/tests/EffectsAdvancedTest; sourceTree = "<group>"; };
|
||||
1A80332B1728F1FB00240CC3 /* res */ = {isa = PBXFileReference; lastKnownFileType = folder; name = res; path = ../../Shared/tests/res; sourceTree = "<group>"; };
|
||||
1AA51A7816F708FA000FDF05 /* ActionManagerTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ActionManagerTest; path = ../../Shared/tests/ActionManagerTest; sourceTree = "<group>"; };
|
||||
1AA51A7916F708FA000FDF05 /* ActionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ActionsTest; path = ../../Shared/tests/ActionsTest; sourceTree = "<group>"; };
|
||||
1AA51A7A16F708FA000FDF05 /* BaseTestLayer */ = {isa = PBXFileReference; lastKnownFileType = folder; name = BaseTestLayer; path = ../../Shared/tests/BaseTestLayer; sourceTree = "<group>"; };
|
||||
1AA51A7B16F708FA000FDF05 /* Box2dTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Box2dTest; path = ../../Shared/tests/Box2dTest; sourceTree = "<group>"; };
|
||||
1AA51A7C16F708FA000FDF05 /* ChipmunkTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ChipmunkTest; path = ../../Shared/tests/ChipmunkTest; sourceTree = "<group>"; };
|
||||
1AA51A7D16F708FA000FDF05 /* ClickAndMoveTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ClickAndMoveTest; path = ../../Shared/tests/ClickAndMoveTest; sourceTree = "<group>"; };
|
||||
1AA51A7E16F708FA000FDF05 /* CocosDenshionTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CocosDenshionTest; path = ../../Shared/tests/CocosDenshionTest; sourceTree = "<group>"; };
|
||||
1AA51A7F16F708FA000FDF05 /* CocosNodeTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CocosNodeTest; path = ../../Shared/tests/CocosNodeTest; sourceTree = "<group>"; };
|
||||
1AA51A8016F708FA000FDF05 /* CurrentLanguageTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CurrentLanguageTest; path = ../../Shared/tests/CurrentLanguageTest; sourceTree = "<group>"; };
|
||||
1AA51A8116F708FA000FDF05 /* DrawPrimitivesTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = DrawPrimitivesTest; path = ../../Shared/tests/DrawPrimitivesTest; sourceTree = "<group>"; };
|
||||
1AA51A8216F708FA000FDF05 /* EaseActionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EaseActionsTest; path = ../../Shared/tests/EaseActionsTest; sourceTree = "<group>"; };
|
||||
1AA51A8316F708FA000FDF05 /* EffectsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EffectsTest; path = ../../Shared/tests/EffectsTest; sourceTree = "<group>"; };
|
||||
1AA51A8416F708FA000FDF05 /* EventTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EventTest; path = ../../Shared/tests/EventTest; sourceTree = "<group>"; };
|
||||
1AA51A8516F708FA000FDF05 /* ExtensionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ExtensionsTest; path = ../../Shared/tests/ExtensionsTest; sourceTree = "<group>"; };
|
||||
1AA51A8616F708FA000FDF05 /* FileUtils */ = {isa = PBXFileReference; lastKnownFileType = folder; name = FileUtils; path = ../../Shared/tests/FileUtils; sourceTree = "<group>"; };
|
||||
1AA51A8716F708FA000FDF05 /* FontTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = FontTest; path = ../../Shared/tests/FontTest; sourceTree = "<group>"; };
|
||||
1AA51A8816F708FA000FDF05 /* IntervalTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = IntervalTest; path = ../../Shared/tests/IntervalTest; sourceTree = "<group>"; };
|
||||
1AA51A8916F708FA000FDF05 /* LabelTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = LabelTest; path = ../../Shared/tests/LabelTest; sourceTree = "<group>"; };
|
||||
1AA51A8A16F708FA000FDF05 /* LayerTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = LayerTest; path = ../../Shared/tests/LayerTest; sourceTree = "<group>"; };
|
||||
1AA51A8B16F708FA000FDF05 /* MenuTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MenuTest; path = ../../Shared/tests/MenuTest; sourceTree = "<group>"; };
|
||||
1AA51A8C16F708FA000FDF05 /* OpenGLTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = OpenGLTest; path = ../../Shared/tests/OpenGLTest; sourceTree = "<group>"; };
|
||||
1AA51A8D16F708FA000FDF05 /* ParallaxTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ParallaxTest; path = ../../Shared/tests/ParallaxTest; sourceTree = "<group>"; };
|
||||
1AA51A8E16F708FA000FDF05 /* ParticleTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ParticleTest; path = ../../Shared/tests/ParticleTest; sourceTree = "<group>"; };
|
||||
1AA51A8F16F708FA000FDF05 /* PerformanceTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = PerformanceTest; path = ../../Shared/tests/PerformanceTest; sourceTree = "<group>"; };
|
||||
1AA51A9016F708FA000FDF05 /* Presentation */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Presentation; path = ../../Shared/tests/Presentation; sourceTree = "<group>"; };
|
||||
1AA51A9116F708FA000FDF05 /* ProgressActionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ProgressActionsTest; path = ../../Shared/tests/ProgressActionsTest; sourceTree = "<group>"; };
|
||||
1AA51A9216F708FA000FDF05 /* RenderTextureTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = RenderTextureTest; path = ../../Shared/tests/RenderTextureTest; sourceTree = "<group>"; };
|
||||
1AA51A9416F708FA000FDF05 /* RotateWorldTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = RotateWorldTest; path = ../../Shared/tests/RotateWorldTest; sourceTree = "<group>"; };
|
||||
1AA51A9516F708FA000FDF05 /* SceneTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SceneTest; path = ../../Shared/tests/SceneTest; sourceTree = "<group>"; };
|
||||
1AA51A9616F708FA000FDF05 /* SchedulerTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SchedulerTest; path = ../../Shared/tests/SchedulerTest; sourceTree = "<group>"; };
|
||||
1AA51A9716F708FA000FDF05 /* SpriteTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SpriteTest; path = ../../Shared/tests/SpriteTest; sourceTree = "<group>"; };
|
||||
1AA51A9816F708FA000FDF05 /* SysTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SysTest; path = ../../Shared/tests/SysTest; sourceTree = "<group>"; };
|
||||
1AA51A9916F708FA000FDF05 /* TextInputTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TextInputTest; path = ../../Shared/tests/TextInputTest; sourceTree = "<group>"; };
|
||||
1AA51A9A16F708FA000FDF05 /* TextureCacheTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TextureCacheTest; path = ../../Shared/tests/TextureCacheTest; sourceTree = "<group>"; };
|
||||
1AA51A9B16F708FA000FDF05 /* TileMapTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TileMapTest; path = ../../Shared/tests/TileMapTest; sourceTree = "<group>"; };
|
||||
1AA51A9C16F708FA000FDF05 /* TouchesTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TouchesTest; path = ../../Shared/tests/TouchesTest; sourceTree = "<group>"; };
|
||||
1AA51A9D16F708FA000FDF05 /* TransitionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TransitionsTest; path = ../../Shared/tests/TransitionsTest; sourceTree = "<group>"; };
|
||||
1AA51A9E16F708FA000FDF05 /* UnitTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = UnitTest; path = ../../Shared/tests/UnitTest; sourceTree = "<group>"; };
|
||||
1AC2D05917780C5400205713 /* libBox2D.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libBox2D.a; path = "../../../../external/Box2D/proj.ios/build/Release-iphoneos/libBox2D.a"; sourceTree = "<group>"; };
|
||||
1AC2D05A17780C5400205713 /* libchipmunk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchipmunk.a; path = "../../../../external/chipmunk/proj.ios/build/Release-iphoneos/libchipmunk.a"; sourceTree = "<group>"; };
|
||||
1AC2D05B17780C5400205713 /* libcocos2dx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcocos2dx.a; path = "../../../../cocos2dx/proj.ios/build/Release-iphoneos/libcocos2dx.a"; sourceTree = "<group>"; };
|
||||
1AC2D05C17780C5400205713 /* libCocosDenshion.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCocosDenshion.a; path = "../../../../CocosDenshion/proj.ios/build/Release-iphoneos/libCocosDenshion.a"; sourceTree = "<group>"; };
|
||||
1AC2D05D17780C5400205713 /* libextensions.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libextensions.a; path = "../../../../extensions/proj.ios/build/Release-iphoneos/libextensions.a"; sourceTree = "<group>"; };
|
||||
1AC2D05E17780C5400205713 /* libjsbindings.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsbindings.a; path = "../../../../scripting/javascript/bindings/proj.ios/build/Release-iphoneos/libjsbindings.a"; sourceTree = "<group>"; };
|
||||
A218F7DB1743D97E00F65883 /* XHRTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = XHRTest; path = ../../Shared/tests/XHRTest; sourceTree = "<group>"; };
|
||||
A22656EE1743DCBB00598A2C /* ClippingNodeTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ClippingNodeTest; path = ../../Shared/tests/ClippingNodeTest; sourceTree = "<group>"; };
|
||||
A922753D1517C094001B78AA /* TestJavascript.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestJavascript.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A92275411517C094001B78AA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
A92275431517C094001B78AA /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
|
||||
A92275451517C094001B78AA /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
|
||||
A92275471517C094001B78AA /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||
A92275491517C094001B78AA /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
||||
A922754B1517C094001B78AA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
A922754D1517C094001B78AA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
A922754F1517C094001B78AA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
D401B5FD16FB199B00F2529D /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-57.png"; sourceTree = "<group>"; };
|
||||
D401B5FF16FB19A000F2529D /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = "<group>"; };
|
||||
D401B60116FB19A600F2529D /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
|
||||
D401B60316FB19A900F2529D /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = "<group>"; };
|
||||
D401B6C816FB637400F2529D /* TestJavascriptObfuscated.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestJavascriptObfuscated.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D401B6D516FBF48000F2529D /* game.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = game.js; path = ../game.js; sourceTree = "<group>"; };
|
||||
D401B6DE16FC071100F2529D /* tests-boot-jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "tests-boot-jsb.js"; path = "../../Shared/tests/tests-boot-jsb.js"; sourceTree = "<group>"; };
|
||||
D401B6E516FC084500F2529D /* Info-obfuscated.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-obfuscated.plist"; sourceTree = "<group>"; };
|
||||
D446FDA216102D7D000ADA7B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
||||
D446FDA416102D82000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
||||
D446FDA616102D86000ADA7B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
||||
D45446CD156DE74F00887EB5 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
|
||||
D45446CE156DE74F00887EB5 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; };
|
||||
D45446CF156DE74F00887EB5 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
D45446D0156DE74F00887EB5 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = "<group>"; };
|
||||
D45446D1156DE74F00887EB5 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
||||
D45446D2156DE74F00887EB5 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = "<group>"; };
|
||||
D45446D6156DE79D00887EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
D4545215156E28EF00887EB5 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = "<group>"; };
|
||||
D4545216156E28EF00887EB5 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
A922753A1517C094001B78AA /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6B05C717782B0500FFE52B /* libz.dylib in Frameworks */,
|
||||
1A6B05C517782A2400FFE52B /* libsqlite3.dylib in Frameworks */,
|
||||
1AC2D05F17780C5400205713 /* libBox2D.a in Frameworks */,
|
||||
1AC2D06017780C5400205713 /* libchipmunk.a in Frameworks */,
|
||||
1AC2D06117780C5400205713 /* libcocos2dx.a in Frameworks */,
|
||||
1AC2D06217780C5400205713 /* libCocosDenshion.a in Frameworks */,
|
||||
1AC2D06317780C5400205713 /* libextensions.a in Frameworks */,
|
||||
1AC2D06417780C5400205713 /* libjsbindings.a in Frameworks */,
|
||||
A92275421517C094001B78AA /* QuartzCore.framework in Frameworks */,
|
||||
A92275441517C094001B78AA /* OpenGLES.framework in Frameworks */,
|
||||
A92275461517C094001B78AA /* OpenAL.framework in Frameworks */,
|
||||
A92275481517C094001B78AA /* AudioToolbox.framework in Frameworks */,
|
||||
A922754A1517C094001B78AA /* AVFoundation.framework in Frameworks */,
|
||||
A922754C1517C094001B78AA /* UIKit.framework in Frameworks */,
|
||||
A922754E1517C094001B78AA /* Foundation.framework in Frameworks */,
|
||||
A92275501517C094001B78AA /* CoreGraphics.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D401B67816FB637400F2529D /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D401B67D16FB637400F2529D /* QuartzCore.framework in Frameworks */,
|
||||
D401B67E16FB637400F2529D /* OpenGLES.framework in Frameworks */,
|
||||
D401B67F16FB637400F2529D /* OpenAL.framework in Frameworks */,
|
||||
D401B68016FB637400F2529D /* AudioToolbox.framework in Frameworks */,
|
||||
D401B68116FB637400F2529D /* AVFoundation.framework in Frameworks */,
|
||||
D401B68216FB637400F2529D /* UIKit.framework in Frameworks */,
|
||||
D401B68316FB637400F2529D /* Foundation.framework in Frameworks */,
|
||||
D401B68416FB637400F2529D /* CoreGraphics.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
15628F5B15F0F5C2000CF24B /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E4671177812AF0055514D /* js */,
|
||||
1A80332B1728F1FB00240CC3 /* res */,
|
||||
D446FDA616102D86000ADA7B /* Default-568h@2x.png */,
|
||||
D446FDA216102D7D000ADA7B /* Default.png */,
|
||||
D446FDA416102D82000ADA7B /* Default@2x.png */,
|
||||
D401B60316FB19A900F2529D /* Icon-144.png */,
|
||||
D401B60116FB19A600F2529D /* Icon-72.png */,
|
||||
D401B5FF16FB19A000F2529D /* Icon-114.png */,
|
||||
D401B5FD16FB199B00F2529D /* Icon-57.png */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E4671177812AF0055514D /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E4672177812AF0055514D /* jsb.js */,
|
||||
1A6E4673177812AF0055514D /* jsb_chipmunk.js */,
|
||||
1A6E4674177812AF0055514D /* jsb_chipmunk_constants.js */,
|
||||
1A6E4675177812AF0055514D /* jsb_cocos2d.js */,
|
||||
1A6E4676177812AF0055514D /* jsb_cocos2d_constants.js */,
|
||||
1A6E4677177812AF0055514D /* jsb_cocos2d_extension.js */,
|
||||
1A6E4678177812AF0055514D /* jsb_cocosbuilder.js */,
|
||||
1A6E4679177812AF0055514D /* jsb_debugger.js */,
|
||||
1A6E467A177812AF0055514D /* jsb_opengl.js */,
|
||||
1A6E467B177812AF0055514D /* jsb_opengl_constants.js */,
|
||||
1A6E467C177812AF0055514D /* jsb_sys.js */,
|
||||
1A6E467D177812AF0055514D /* main.debug.js */,
|
||||
);
|
||||
name = js;
|
||||
path = ../../../../scripting/javascript/bindings/js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A92275321517C094001B78AA = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D4545214156E28EF00887EB5 /* Classes */,
|
||||
A92275401517C094001B78AA /* Frameworks */,
|
||||
D45446CC156DE73F00887EB5 /* ios */,
|
||||
D401B60716FB632B00F2529D /* js_src_obfuscated */,
|
||||
D401B5FC16FB169100F2529D /* js_src_raw */,
|
||||
A922753E1517C094001B78AA /* Products */,
|
||||
15628F5B15F0F5C2000CF24B /* Resources */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A922753E1517C094001B78AA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A922753D1517C094001B78AA /* TestJavascript.app */,
|
||||
D401B6C816FB637400F2529D /* TestJavascriptObfuscated.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A92275401517C094001B78AA /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6B05C617782B0500FFE52B /* libz.dylib */,
|
||||
1A6B05C417782A2400FFE52B /* libsqlite3.dylib */,
|
||||
1AC2D05917780C5400205713 /* libBox2D.a */,
|
||||
1AC2D05A17780C5400205713 /* libchipmunk.a */,
|
||||
1AC2D05B17780C5400205713 /* libcocos2dx.a */,
|
||||
1AC2D05C17780C5400205713 /* libCocosDenshion.a */,
|
||||
1AC2D05D17780C5400205713 /* libextensions.a */,
|
||||
1AC2D05E17780C5400205713 /* libjsbindings.a */,
|
||||
A92275411517C094001B78AA /* QuartzCore.framework */,
|
||||
A92275431517C094001B78AA /* OpenGLES.framework */,
|
||||
A92275451517C094001B78AA /* OpenAL.framework */,
|
||||
A92275471517C094001B78AA /* AudioToolbox.framework */,
|
||||
A92275491517C094001B78AA /* AVFoundation.framework */,
|
||||
A922754B1517C094001B78AA /* UIKit.framework */,
|
||||
A922754D1517C094001B78AA /* Foundation.framework */,
|
||||
A922754F1517C094001B78AA /* CoreGraphics.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D401B5FC16FB169100F2529D /* js_src_raw */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A22656EE1743DCBB00598A2C /* ClippingNodeTest */,
|
||||
A218F7DB1743D97E00F65883 /* XHRTest */,
|
||||
1AA51A7816F708FA000FDF05 /* ActionManagerTest */,
|
||||
1AA51A7916F708FA000FDF05 /* ActionsTest */,
|
||||
1AA51A7A16F708FA000FDF05 /* BaseTestLayer */,
|
||||
1AA51A7B16F708FA000FDF05 /* Box2dTest */,
|
||||
1AA51A7C16F708FA000FDF05 /* ChipmunkTest */,
|
||||
1AA51A7D16F708FA000FDF05 /* ClickAndMoveTest */,
|
||||
1AA51A7E16F708FA000FDF05 /* CocosDenshionTest */,
|
||||
1AA51A7F16F708FA000FDF05 /* CocosNodeTest */,
|
||||
1AA51A8016F708FA000FDF05 /* CurrentLanguageTest */,
|
||||
1AA51A8116F708FA000FDF05 /* DrawPrimitivesTest */,
|
||||
1AA51A8216F708FA000FDF05 /* EaseActionsTest */,
|
||||
1A8033291728DECD00240CC3 /* EffectsAdvancedTest */,
|
||||
1AA51A8316F708FA000FDF05 /* EffectsTest */,
|
||||
1AA51A8416F708FA000FDF05 /* EventTest */,
|
||||
1AA51A8516F708FA000FDF05 /* ExtensionsTest */,
|
||||
1AA51A8616F708FA000FDF05 /* FileUtils */,
|
||||
1AA51A8716F708FA000FDF05 /* FontTest */,
|
||||
1AA51A8816F708FA000FDF05 /* IntervalTest */,
|
||||
1AA51A8916F708FA000FDF05 /* LabelTest */,
|
||||
1AA51A8A16F708FA000FDF05 /* LayerTest */,
|
||||
1AA51A8B16F708FA000FDF05 /* MenuTest */,
|
||||
1AA51A8C16F708FA000FDF05 /* OpenGLTest */,
|
||||
1AA51A8D16F708FA000FDF05 /* ParallaxTest */,
|
||||
1AA51A8E16F708FA000FDF05 /* ParticleTest */,
|
||||
1AA51A8F16F708FA000FDF05 /* PerformanceTest */,
|
||||
1AA51A9016F708FA000FDF05 /* Presentation */,
|
||||
1AA51A9116F708FA000FDF05 /* ProgressActionsTest */,
|
||||
1AA51A9216F708FA000FDF05 /* RenderTextureTest */,
|
||||
1AA51A9416F708FA000FDF05 /* RotateWorldTest */,
|
||||
1AA51A9516F708FA000FDF05 /* SceneTest */,
|
||||
1AA51A9616F708FA000FDF05 /* SchedulerTest */,
|
||||
1AA51A9716F708FA000FDF05 /* SpriteTest */,
|
||||
1AA51A9816F708FA000FDF05 /* SysTest */,
|
||||
1AA51A9916F708FA000FDF05 /* TextInputTest */,
|
||||
1AA51A9A16F708FA000FDF05 /* TextureCacheTest */,
|
||||
1AA51A9B16F708FA000FDF05 /* TileMapTest */,
|
||||
1AA51A9C16F708FA000FDF05 /* TouchesTest */,
|
||||
1AA51A9D16F708FA000FDF05 /* TransitionsTest */,
|
||||
1AA51A9E16F708FA000FDF05 /* UnitTest */,
|
||||
15A3D4621682F14C002FB0C5 /* main.js */,
|
||||
D401B6DE16FC071100F2529D /* tests-boot-jsb.js */,
|
||||
15A3D4741682F14C002FB0C5 /* tests-main.js */,
|
||||
15A3D4711682F14C002FB0C5 /* tests_resources-jsb.js */,
|
||||
);
|
||||
name = js_src_raw;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D401B60716FB632B00F2529D /* js_src_obfuscated */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D401B6D516FBF48000F2529D /* game.js */,
|
||||
);
|
||||
name = js_src_obfuscated;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D45446CC156DE73F00887EB5 /* ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D401B6E516FC084500F2529D /* Info-obfuscated.plist */,
|
||||
D45446D6156DE79D00887EB5 /* Info.plist */,
|
||||
D45446CD156DE74F00887EB5 /* AppController.h */,
|
||||
D45446CE156DE74F00887EB5 /* AppController.mm */,
|
||||
D45446CF156DE74F00887EB5 /* main.m */,
|
||||
D45446D0156DE74F00887EB5 /* Prefix.pch */,
|
||||
D45446D1156DE74F00887EB5 /* RootViewController.h */,
|
||||
D45446D2156DE74F00887EB5 /* RootViewController.mm */,
|
||||
);
|
||||
name = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D4545214156E28EF00887EB5 /* Classes */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D4545215156E28EF00887EB5 /* AppDelegate.cpp */,
|
||||
D4545216156E28EF00887EB5 /* AppDelegate.h */,
|
||||
);
|
||||
name = Classes;
|
||||
path = ../Classes;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
A922753C1517C094001B78AA /* TestJavascript */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "TestJavascript" */;
|
||||
buildPhases = (
|
||||
A92275391517C094001B78AA /* Sources */,
|
||||
A922753A1517C094001B78AA /* Frameworks */,
|
||||
A922753B1517C094001B78AA /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = TestJavascript;
|
||||
productName = TestJavascript;
|
||||
productReference = A922753D1517C094001B78AA /* TestJavascript.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
D401B60A16FB637400F2529D /* TestJavascriptObfuscated */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D401B6C516FB637400F2529D /* Build configuration list for PBXNativeTarget "TestJavascriptObfuscated" */;
|
||||
buildPhases = (
|
||||
D401B60D16FB637400F2529D /* Sources */,
|
||||
D401B67816FB637400F2529D /* Frameworks */,
|
||||
D401B6E116FC076200F2529D /* ShellScript */,
|
||||
D401B68516FB637400F2529D /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = TestJavascriptObfuscated;
|
||||
productName = TestJavascript;
|
||||
productReference = D401B6C816FB637400F2529D /* TestJavascriptObfuscated.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
A92275341517C094001B78AA /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0430;
|
||||
};
|
||||
buildConfigurationList = A92275371517C094001B78AA /* Build configuration list for PBXProject "TestJavascript" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = A92275321517C094001B78AA;
|
||||
productRefGroup = A922753E1517C094001B78AA /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
A922753C1517C094001B78AA /* TestJavascript */,
|
||||
D401B60A16FB637400F2529D /* TestJavascriptObfuscated */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
A922753B1517C094001B78AA /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E468A177812D20055514D /* jsb.js in Resources */,
|
||||
1A6E468B177812D20055514D /* jsb_chipmunk.js in Resources */,
|
||||
1A6E468C177812D20055514D /* jsb_chipmunk_constants.js in Resources */,
|
||||
1A6E468D177812D20055514D /* jsb_cocos2d.js in Resources */,
|
||||
1A6E468E177812D20055514D /* jsb_cocos2d_constants.js in Resources */,
|
||||
1A6E468F177812D20055514D /* jsb_cocos2d_extension.js in Resources */,
|
||||
1A6E4690177812D20055514D /* jsb_cocosbuilder.js in Resources */,
|
||||
1A6E4691177812D20055514D /* jsb_debugger.js in Resources */,
|
||||
1A6E4692177812D20055514D /* jsb_opengl.js in Resources */,
|
||||
1A6E4693177812D20055514D /* jsb_opengl_constants.js in Resources */,
|
||||
1A6E4694177812D20055514D /* jsb_sys.js in Resources */,
|
||||
1A6E4695177812D20055514D /* main.debug.js in Resources */,
|
||||
D401B6E016FC072B00F2529D /* tests-boot-jsb.js in Resources */,
|
||||
15A3D5631682F20C002FB0C5 /* main.js in Resources */,
|
||||
15A3D5651682F20C002FB0C5 /* tests_resources-jsb.js in Resources */,
|
||||
15A3D5681682F20C002FB0C5 /* tests-main.js in Resources */,
|
||||
D446FDA316102D7D000ADA7B /* Default.png in Resources */,
|
||||
D446FDA516102D82000ADA7B /* Default@2x.png in Resources */,
|
||||
D446FDA716102D86000ADA7B /* Default-568h@2x.png in Resources */,
|
||||
1AA51A9F16F708FA000FDF05 /* ActionManagerTest in Resources */,
|
||||
1AA51AA016F708FA000FDF05 /* ActionsTest in Resources */,
|
||||
1AA51AA116F708FA000FDF05 /* BaseTestLayer in Resources */,
|
||||
1AA51AA216F708FA000FDF05 /* Box2dTest in Resources */,
|
||||
1AA51AA316F708FA000FDF05 /* ChipmunkTest in Resources */,
|
||||
1AA51AA416F708FA000FDF05 /* ClickAndMoveTest in Resources */,
|
||||
1AA51AA516F708FA000FDF05 /* CocosDenshionTest in Resources */,
|
||||
1AA51AA616F708FA000FDF05 /* CocosNodeTest in Resources */,
|
||||
1AA51AA716F708FA000FDF05 /* CurrentLanguageTest in Resources */,
|
||||
1AA51AA816F708FA000FDF05 /* DrawPrimitivesTest in Resources */,
|
||||
1AA51AA916F708FA000FDF05 /* EaseActionsTest in Resources */,
|
||||
1AA51AAA16F708FA000FDF05 /* EffectsTest in Resources */,
|
||||
1AA51AAB16F708FA000FDF05 /* EventTest in Resources */,
|
||||
1AA51AAC16F708FA000FDF05 /* ExtensionsTest in Resources */,
|
||||
1AA51AAD16F708FA000FDF05 /* FileUtils in Resources */,
|
||||
1AA51AAE16F708FA000FDF05 /* FontTest in Resources */,
|
||||
1AA51AAF16F708FA000FDF05 /* IntervalTest in Resources */,
|
||||
1AA51AB016F708FA000FDF05 /* LabelTest in Resources */,
|
||||
1AA51AB116F708FA000FDF05 /* LayerTest in Resources */,
|
||||
1AA51AB216F708FA000FDF05 /* MenuTest in Resources */,
|
||||
1AA51AB316F708FA000FDF05 /* OpenGLTest in Resources */,
|
||||
1AA51AB416F708FA000FDF05 /* ParallaxTest in Resources */,
|
||||
1AA51AB516F708FA000FDF05 /* ParticleTest in Resources */,
|
||||
1AA51AB616F708FA000FDF05 /* PerformanceTest in Resources */,
|
||||
1AA51AB716F708FA000FDF05 /* Presentation in Resources */,
|
||||
1AA51AB816F708FA000FDF05 /* ProgressActionsTest in Resources */,
|
||||
1AA51AB916F708FA000FDF05 /* RenderTextureTest in Resources */,
|
||||
1AA51ABB16F708FA000FDF05 /* RotateWorldTest in Resources */,
|
||||
1AA51ABC16F708FA000FDF05 /* SceneTest in Resources */,
|
||||
1AA51ABD16F708FA000FDF05 /* SchedulerTest in Resources */,
|
||||
1AA51ABE16F708FA000FDF05 /* SpriteTest in Resources */,
|
||||
1AA51ABF16F708FA000FDF05 /* SysTest in Resources */,
|
||||
1AA51AC016F708FA000FDF05 /* TextInputTest in Resources */,
|
||||
1AA51AC116F708FA000FDF05 /* TextureCacheTest in Resources */,
|
||||
1AA51AC216F708FA000FDF05 /* TileMapTest in Resources */,
|
||||
1AA51AC316F708FA000FDF05 /* TouchesTest in Resources */,
|
||||
1AA51AC416F708FA000FDF05 /* TransitionsTest in Resources */,
|
||||
1AA51AC516F708FA000FDF05 /* UnitTest in Resources */,
|
||||
D401B5FE16FB199B00F2529D /* Icon-57.png in Resources */,
|
||||
D401B60016FB19A000F2529D /* Icon-114.png in Resources */,
|
||||
D401B60216FB19A600F2529D /* Icon-72.png in Resources */,
|
||||
D401B60416FB19A900F2529D /* Icon-144.png in Resources */,
|
||||
1A80332A1728DECD00240CC3 /* EffectsAdvancedTest in Resources */,
|
||||
1A80332C1728F1FB00240CC3 /* res in Resources */,
|
||||
A218F7DC1743D97E00F65883 /* XHRTest in Resources */,
|
||||
A22656EF1743DCBB00598A2C /* ClippingNodeTest in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D401B68516FB637400F2529D /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D401B6D716FBF49A00F2529D /* game.js in Resources */,
|
||||
D401B69516FB637400F2529D /* Default.png in Resources */,
|
||||
D401B69616FB637400F2529D /* Default@2x.png in Resources */,
|
||||
D401B69716FB637400F2529D /* Default-568h@2x.png in Resources */,
|
||||
D401B6C116FB637400F2529D /* Icon-57.png in Resources */,
|
||||
D401B6C216FB637400F2529D /* Icon-114.png in Resources */,
|
||||
D401B6C316FB637400F2529D /* Icon-72.png in Resources */,
|
||||
D401B6C416FB637400F2529D /* Icon-144.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
D401B6E116FC076200F2529D /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "pushd $SRCROOT/../\nrm game.js\nant -buildfile obfuscate.xml\npopd\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
A92275391517C094001B78AA /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D45446D3156DE74F00887EB5 /* AppController.mm in Sources */,
|
||||
D45446D4156DE74F00887EB5 /* main.m in Sources */,
|
||||
D45446D5156DE74F00887EB5 /* RootViewController.mm in Sources */,
|
||||
D4545227156E28EF00887EB5 /* AppDelegate.cpp in Sources */,
|
||||
1A6E467E177812AF0055514D /* jsb.js in Sources */,
|
||||
1A6E467F177812AF0055514D /* jsb_chipmunk.js in Sources */,
|
||||
1A6E4680177812AF0055514D /* jsb_chipmunk_constants.js in Sources */,
|
||||
1A6E4681177812AF0055514D /* jsb_cocos2d.js in Sources */,
|
||||
1A6E4682177812AF0055514D /* jsb_cocos2d_constants.js in Sources */,
|
||||
1A6E4683177812AF0055514D /* jsb_cocos2d_extension.js in Sources */,
|
||||
1A6E4684177812AF0055514D /* jsb_cocosbuilder.js in Sources */,
|
||||
1A6E4685177812AF0055514D /* jsb_debugger.js in Sources */,
|
||||
1A6E4686177812AF0055514D /* jsb_opengl.js in Sources */,
|
||||
1A6E4687177812AF0055514D /* jsb_opengl_constants.js in Sources */,
|
||||
1A6E4688177812AF0055514D /* jsb_sys.js in Sources */,
|
||||
1A6E4689177812AF0055514D /* main.debug.js in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D401B60D16FB637400F2529D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D401B60E16FB637400F2529D /* AppController.mm in Sources */,
|
||||
D401B60F16FB637400F2529D /* main.m in Sources */,
|
||||
D401B61016FB637400F2529D /* RootViewController.mm in Sources */,
|
||||
D401B61116FB637400F2529D /* AppDelegate.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
A92276FE1517C097001B78AA /* 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",
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../cocos2dx",
|
||||
"$(SRCROOT)/../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../scripting/javascript/spidermonkey-ios/include1",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
A92276FF1517C097001B78AA /* 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,
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
);
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../cocos2dx",
|
||||
"$(SRCROOT)/../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../scripting/javascript/spidermonkey-ios/include1",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
A92277011517C097001B78AA /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 1;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
COCOS2D_JAVASCRIPT,
|
||||
DEBUG,
|
||||
"COCOS2D_DEBUG=1",
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
CC_ENABLE_CHIPMUNK_INTEGRATION,
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
"$(SRCROOT)/../../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../../extensions",
|
||||
"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/bindings",
|
||||
"${SRCROOT}/../../../../cocos2dx/platform/third_party/ios",
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios/libraries\"",
|
||||
"\"$(SRCROOT)/../../../../external/libwebsockets/ios/lib\"",
|
||||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = TestJavascript;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
A92277021517C097001B78AA /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
COCOS2D_JAVASCRIPT,
|
||||
NDEBUG,
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
CC_ENABLE_CHIPMUNK_INTEGRATION,
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
"$(SRCROOT)/../../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../../extensions",
|
||||
"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/bindings",
|
||||
"${SRCROOT}/../../../../cocos2dx/platform/third_party/ios",
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios/libraries\"",
|
||||
"\"$(SRCROOT)/../../../../external/libwebsockets/ios/lib\"",
|
||||
);
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = TestJavascript;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
D401B6C616FB637400F2529D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 1;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
COCOS2D_JAVASCRIPT,
|
||||
DEBUG,
|
||||
"COCOS2D_DEBUG=1",
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
CC_ENABLE_CHIPMUNK_INTEGRATION,
|
||||
JS_OBFUSCATED,
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
"\"$(SDKROOT)/usr/include/libxml2\"",
|
||||
"$(SRCROOT)/../../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/bindings",
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Info-obfuscated.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lxml2",
|
||||
"-lz",
|
||||
"-ljs_static",
|
||||
);
|
||||
PRODUCT_NAME = TestJavascriptObfuscated;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
D401B6C716FB637400F2529D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
COCOS2D_JAVASCRIPT,
|
||||
NDEBUG,
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
CC_ENABLE_CHIPMUNK_INTEGRATION,
|
||||
JS_OBFUSCATED,
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
"\"$(SDKROOT)/usr/include/libxml2\"",
|
||||
"$(SRCROOT)/../../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/bindings",
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Info-obfuscated.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lxml2",
|
||||
"-lz",
|
||||
"-ljs_static",
|
||||
);
|
||||
PRODUCT_NAME = TestJavascriptObfuscated;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
A92275371517C094001B78AA /* Build configuration list for PBXProject "TestJavascript" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A92276FE1517C097001B78AA /* Debug */,
|
||||
A92276FF1517C097001B78AA /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "TestJavascript" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A92277011517C097001B78AA /* Debug */,
|
||||
A92277021517C097001B78AA /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
D401B6C516FB637400F2529D /* Build configuration list for PBXNativeTarget "TestJavascriptObfuscated" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D401B6C616FB637400F2529D /* Debug */,
|
||||
D401B6C716FB637400F2529D /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = A92275341517C094001B78AA /* Project object */;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
b6f30e475cd04d0edb6dbceff0eac30fa8db448b
|
|
@ -0,0 +1,494 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
159004CC166DE338006BF838 /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004CB166DE338006BF838 /* Icon-57.png */; };
|
||||
159004CE166DE33E006BF838 /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004CD166DE33E006BF838 /* Icon-114.png */; };
|
||||
159004D0166DE346006BF838 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004CF166DE346006BF838 /* Icon-72.png */; };
|
||||
159004D2166DE34B006BF838 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004D1166DE34B006BF838 /* Icon-144.png */; };
|
||||
15A3D7881682F456002FB0C5 /* res in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D7871682F456002FB0C5 /* res */; };
|
||||
15A3D7981682F4A3002FB0C5 /* boot-jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D7891682F470002FB0C5 /* boot-jsb.js */; };
|
||||
15A3D7991682F4A3002FB0C5 /* levels.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D78A1682F470002FB0C5 /* levels.js */; };
|
||||
15A3D79A1682F4A3002FB0C5 /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D78B1682F470002FB0C5 /* main.js */; };
|
||||
15A3D79B1682F4A3002FB0C5 /* resources-jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D78C1682F470002FB0C5 /* resources-jsb.js */; };
|
||||
15A3D79C1682F4A3002FB0C5 /* watermelon_with_me.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D78D1682F470002FB0C5 /* watermelon_with_me.js */; };
|
||||
1A6E4731177818E90055514D /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E472C177818E90055514D /* libchipmunk.a */; };
|
||||
1A6E4732177818E90055514D /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E472D177818E90055514D /* libcocos2dx.a */; };
|
||||
1A6E4733177818E90055514D /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E472E177818E90055514D /* libCocosDenshion.a */; };
|
||||
1A6E4734177818E90055514D /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E472F177818E90055514D /* libextensions.a */; };
|
||||
1A6E4735177818E90055514D /* libjsbindings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E4730177818E90055514D /* libjsbindings.a */; };
|
||||
1A6E474F177819070055514D /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4737177818FC0055514D /* jsb.js */; };
|
||||
1A6E4750177819070055514D /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4738177818FC0055514D /* jsb_chipmunk.js */; };
|
||||
1A6E4751177819070055514D /* jsb_chipmunk_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4739177818FC0055514D /* jsb_chipmunk_constants.js */; };
|
||||
1A6E4752177819070055514D /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E473A177818FC0055514D /* jsb_cocos2d.js */; };
|
||||
1A6E4753177819070055514D /* jsb_cocos2d_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E473B177818FC0055514D /* jsb_cocos2d_constants.js */; };
|
||||
1A6E4754177819070055514D /* jsb_cocos2d_extension.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E473C177818FC0055514D /* jsb_cocos2d_extension.js */; };
|
||||
1A6E4755177819070055514D /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E473D177818FC0055514D /* jsb_cocosbuilder.js */; };
|
||||
1A6E4756177819070055514D /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E473E177818FC0055514D /* jsb_debugger.js */; };
|
||||
1A6E4757177819070055514D /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E473F177818FC0055514D /* jsb_opengl.js */; };
|
||||
1A6E4758177819070055514D /* jsb_opengl_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4740177818FC0055514D /* jsb_opengl_constants.js */; };
|
||||
1A6E4759177819070055514D /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4741177818FC0055514D /* jsb_sys.js */; };
|
||||
1A6E475A177819070055514D /* main.debug.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E4742177818FC0055514D /* main.debug.js */; };
|
||||
1A82F606169AC9C800C4B13A /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A82F605169AC9C800C4B13A /* libsqlite3.dylib */; };
|
||||
A92275421517C094001B78AA /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275411517C094001B78AA /* QuartzCore.framework */; };
|
||||
A92275441517C094001B78AA /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275431517C094001B78AA /* OpenGLES.framework */; };
|
||||
A92275461517C094001B78AA /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275451517C094001B78AA /* OpenAL.framework */; };
|
||||
A92275481517C094001B78AA /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275471517C094001B78AA /* AudioToolbox.framework */; };
|
||||
A922754A1517C094001B78AA /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A92275491517C094001B78AA /* AVFoundation.framework */; };
|
||||
A922754C1517C094001B78AA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754B1517C094001B78AA /* UIKit.framework */; };
|
||||
A922754E1517C094001B78AA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754D1517C094001B78AA /* Foundation.framework */; };
|
||||
A92275501517C094001B78AA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754F1517C094001B78AA /* CoreGraphics.framework */; };
|
||||
D446FDA316102D7D000ADA7B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA216102D7D000ADA7B /* Default.png */; };
|
||||
D446FDA516102D82000ADA7B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA416102D82000ADA7B /* Default@2x.png */; };
|
||||
D446FDA716102D86000ADA7B /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FDA616102D86000ADA7B /* Default-568h@2x.png */; };
|
||||
D45446D3156DE74F00887EB5 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45446CE156DE74F00887EB5 /* AppController.mm */; };
|
||||
D45446D4156DE74F00887EB5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D45446CF156DE74F00887EB5 /* main.m */; };
|
||||
D45446D5156DE74F00887EB5 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45446D2156DE74F00887EB5 /* RootViewController.mm */; };
|
||||
D454520C156E22BD00887EB5 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D454520B156E22BD00887EB5 /* libz.dylib */; };
|
||||
D4545227156E28EF00887EB5 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4545215156E28EF00887EB5 /* AppDelegate.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
159004CB166DE338006BF838 /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-57.png"; sourceTree = "<group>"; };
|
||||
159004CD166DE33E006BF838 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = "<group>"; };
|
||||
159004CF166DE346006BF838 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
|
||||
159004D1166DE34B006BF838 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = "<group>"; };
|
||||
15A3D7871682F456002FB0C5 /* res */ = {isa = PBXFileReference; lastKnownFileType = folder; name = res; path = ../../Shared/games/WatermelonWithMe/res; sourceTree = "<group>"; };
|
||||
15A3D7891682F470002FB0C5 /* boot-jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "boot-jsb.js"; path = "../../Shared/games/WatermelonWithMe/boot-jsb.js"; sourceTree = "<group>"; };
|
||||
15A3D78A1682F470002FB0C5 /* levels.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = levels.js; path = ../../Shared/games/WatermelonWithMe/levels.js; sourceTree = "<group>"; };
|
||||
15A3D78B1682F470002FB0C5 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = main.js; path = ../../Shared/games/WatermelonWithMe/main.js; sourceTree = "<group>"; };
|
||||
15A3D78C1682F470002FB0C5 /* resources-jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "resources-jsb.js"; path = "../../Shared/games/WatermelonWithMe/resources-jsb.js"; sourceTree = "<group>"; };
|
||||
15A3D78D1682F470002FB0C5 /* watermelon_with_me.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = watermelon_with_me.js; path = ../../Shared/games/WatermelonWithMe/watermelon_with_me.js; sourceTree = "<group>"; };
|
||||
1A6E472C177818E90055514D /* libchipmunk.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchipmunk.a; path = "../../../../external/chipmunk/proj.ios/build/Release-iphoneos/libchipmunk.a"; sourceTree = "<group>"; };
|
||||
1A6E472D177818E90055514D /* libcocos2dx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcocos2dx.a; path = "../../../../cocos2dx/proj.ios/build/Release-iphoneos/libcocos2dx.a"; sourceTree = "<group>"; };
|
||||
1A6E472E177818E90055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCocosDenshion.a; path = "../../../../CocosDenshion/proj.ios/build/Release-iphoneos/libCocosDenshion.a"; sourceTree = "<group>"; };
|
||||
1A6E472F177818E90055514D /* libextensions.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libextensions.a; path = "../../../../extensions/proj.ios/build/Release-iphoneos/libextensions.a"; sourceTree = "<group>"; };
|
||||
1A6E4730177818E90055514D /* libjsbindings.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjsbindings.a; path = "../../../../scripting/javascript/bindings/proj.ios/build/Release-iphoneos/libjsbindings.a"; sourceTree = "<group>"; };
|
||||
1A6E4737177818FC0055514D /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
1A6E4738177818FC0055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
1A6E4739177818FC0055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = "<group>"; };
|
||||
1A6E473A177818FC0055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
1A6E473B177818FC0055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = "<group>"; };
|
||||
1A6E473C177818FC0055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = "<group>"; };
|
||||
1A6E473D177818FC0055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
1A6E473E177818FC0055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
1A6E473F177818FC0055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
1A6E4740177818FC0055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = "<group>"; };
|
||||
1A6E4741177818FC0055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
1A6E4742177818FC0055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = "<group>"; };
|
||||
1A82F605169AC9C800C4B13A /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
|
||||
A922753D1517C094001B78AA /* WatermelonWithMe.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WatermelonWithMe.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A92275411517C094001B78AA /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
A92275431517C094001B78AA /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
|
||||
A92275451517C094001B78AA /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
|
||||
A92275471517C094001B78AA /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||
A92275491517C094001B78AA /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
||||
A922754B1517C094001B78AA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
A922754D1517C094001B78AA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
A922754F1517C094001B78AA /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
D446FDA216102D7D000ADA7B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
||||
D446FDA416102D82000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
||||
D446FDA616102D86000ADA7B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
||||
D45446CD156DE74F00887EB5 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
|
||||
D45446CE156DE74F00887EB5 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; };
|
||||
D45446CF156DE74F00887EB5 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
D45446D0156DE74F00887EB5 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = "<group>"; };
|
||||
D45446D1156DE74F00887EB5 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
||||
D45446D2156DE74F00887EB5 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = "<group>"; };
|
||||
D45446D6156DE79D00887EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
D454520B156E22BD00887EB5 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
||||
D4545215156E28EF00887EB5 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = "<group>"; };
|
||||
D4545216156E28EF00887EB5 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
A922753A1517C094001B78AA /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E4731177818E90055514D /* libchipmunk.a in Frameworks */,
|
||||
1A6E4732177818E90055514D /* libcocos2dx.a in Frameworks */,
|
||||
1A6E4733177818E90055514D /* libCocosDenshion.a in Frameworks */,
|
||||
1A6E4734177818E90055514D /* libextensions.a in Frameworks */,
|
||||
1A6E4735177818E90055514D /* libjsbindings.a in Frameworks */,
|
||||
1A82F606169AC9C800C4B13A /* libsqlite3.dylib in Frameworks */,
|
||||
D454520C156E22BD00887EB5 /* libz.dylib in Frameworks */,
|
||||
A92275421517C094001B78AA /* QuartzCore.framework in Frameworks */,
|
||||
A92275441517C094001B78AA /* OpenGLES.framework in Frameworks */,
|
||||
A92275461517C094001B78AA /* OpenAL.framework in Frameworks */,
|
||||
A92275481517C094001B78AA /* AudioToolbox.framework in Frameworks */,
|
||||
A922754A1517C094001B78AA /* AVFoundation.framework in Frameworks */,
|
||||
A922754C1517C094001B78AA /* UIKit.framework in Frameworks */,
|
||||
A922754E1517C094001B78AA /* Foundation.framework in Frameworks */,
|
||||
A92275501517C094001B78AA /* CoreGraphics.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
15628F5B15F0F5C2000CF24B /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E4736177818FC0055514D /* js */,
|
||||
15A3D7891682F470002FB0C5 /* boot-jsb.js */,
|
||||
15A3D78A1682F470002FB0C5 /* levels.js */,
|
||||
15A3D78B1682F470002FB0C5 /* main.js */,
|
||||
15A3D78C1682F470002FB0C5 /* resources-jsb.js */,
|
||||
15A3D78D1682F470002FB0C5 /* watermelon_with_me.js */,
|
||||
15A3D7871682F456002FB0C5 /* res */,
|
||||
159004D1166DE34B006BF838 /* Icon-144.png */,
|
||||
159004CF166DE346006BF838 /* Icon-72.png */,
|
||||
159004CD166DE33E006BF838 /* Icon-114.png */,
|
||||
159004CB166DE338006BF838 /* Icon-57.png */,
|
||||
D446FDA616102D86000ADA7B /* Default-568h@2x.png */,
|
||||
D446FDA416102D82000ADA7B /* Default@2x.png */,
|
||||
D446FDA216102D7D000ADA7B /* Default.png */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E4736177818FC0055514D /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E4737177818FC0055514D /* jsb.js */,
|
||||
1A6E4738177818FC0055514D /* jsb_chipmunk.js */,
|
||||
1A6E4739177818FC0055514D /* jsb_chipmunk_constants.js */,
|
||||
1A6E473A177818FC0055514D /* jsb_cocos2d.js */,
|
||||
1A6E473B177818FC0055514D /* jsb_cocos2d_constants.js */,
|
||||
1A6E473C177818FC0055514D /* jsb_cocos2d_extension.js */,
|
||||
1A6E473D177818FC0055514D /* jsb_cocosbuilder.js */,
|
||||
1A6E473E177818FC0055514D /* jsb_debugger.js */,
|
||||
1A6E473F177818FC0055514D /* jsb_opengl.js */,
|
||||
1A6E4740177818FC0055514D /* jsb_opengl_constants.js */,
|
||||
1A6E4741177818FC0055514D /* jsb_sys.js */,
|
||||
1A6E4742177818FC0055514D /* main.debug.js */,
|
||||
);
|
||||
name = js;
|
||||
path = ../../../../scripting/javascript/bindings/js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A92275321517C094001B78AA = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D4545214156E28EF00887EB5 /* Classes */,
|
||||
A92275401517C094001B78AA /* Frameworks */,
|
||||
D45446CC156DE73F00887EB5 /* ios */,
|
||||
A922753E1517C094001B78AA /* Products */,
|
||||
15628F5B15F0F5C2000CF24B /* Resources */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A922753E1517C094001B78AA /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A922753D1517C094001B78AA /* WatermelonWithMe.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
A92275401517C094001B78AA /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E472C177818E90055514D /* libchipmunk.a */,
|
||||
1A6E472D177818E90055514D /* libcocos2dx.a */,
|
||||
1A6E472E177818E90055514D /* libCocosDenshion.a */,
|
||||
1A6E472F177818E90055514D /* libextensions.a */,
|
||||
1A6E4730177818E90055514D /* libjsbindings.a */,
|
||||
1A82F605169AC9C800C4B13A /* libsqlite3.dylib */,
|
||||
D454520B156E22BD00887EB5 /* libz.dylib */,
|
||||
A92275411517C094001B78AA /* QuartzCore.framework */,
|
||||
A92275431517C094001B78AA /* OpenGLES.framework */,
|
||||
A92275451517C094001B78AA /* OpenAL.framework */,
|
||||
A92275471517C094001B78AA /* AudioToolbox.framework */,
|
||||
A92275491517C094001B78AA /* AVFoundation.framework */,
|
||||
A922754B1517C094001B78AA /* UIKit.framework */,
|
||||
A922754D1517C094001B78AA /* Foundation.framework */,
|
||||
A922754F1517C094001B78AA /* CoreGraphics.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D45446CC156DE73F00887EB5 /* ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D45446D6156DE79D00887EB5 /* Info.plist */,
|
||||
D45446CD156DE74F00887EB5 /* AppController.h */,
|
||||
D45446CE156DE74F00887EB5 /* AppController.mm */,
|
||||
D45446CF156DE74F00887EB5 /* main.m */,
|
||||
D45446D0156DE74F00887EB5 /* Prefix.pch */,
|
||||
D45446D1156DE74F00887EB5 /* RootViewController.h */,
|
||||
D45446D2156DE74F00887EB5 /* RootViewController.mm */,
|
||||
);
|
||||
name = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D4545214156E28EF00887EB5 /* Classes */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D4545215156E28EF00887EB5 /* AppDelegate.cpp */,
|
||||
D4545216156E28EF00887EB5 /* AppDelegate.h */,
|
||||
);
|
||||
name = Classes;
|
||||
path = ../Classes;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
A922753C1517C094001B78AA /* WatermelonWithMe */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "WatermelonWithMe" */;
|
||||
buildPhases = (
|
||||
A92275391517C094001B78AA /* Sources */,
|
||||
A922753A1517C094001B78AA /* Frameworks */,
|
||||
A922753B1517C094001B78AA /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = WatermelonWithMe;
|
||||
productName = WatermelonWithMe;
|
||||
productReference = A922753D1517C094001B78AA /* WatermelonWithMe.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
A92275341517C094001B78AA /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0430;
|
||||
};
|
||||
buildConfigurationList = A92275371517C094001B78AA /* Build configuration list for PBXProject "WatermelonWithMe" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = A92275321517C094001B78AA;
|
||||
productRefGroup = A922753E1517C094001B78AA /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
A922753C1517C094001B78AA /* WatermelonWithMe */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
A922753B1517C094001B78AA /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E474F177819070055514D /* jsb.js in Resources */,
|
||||
1A6E4750177819070055514D /* jsb_chipmunk.js in Resources */,
|
||||
1A6E4751177819070055514D /* jsb_chipmunk_constants.js in Resources */,
|
||||
1A6E4752177819070055514D /* jsb_cocos2d.js in Resources */,
|
||||
1A6E4753177819070055514D /* jsb_cocos2d_constants.js in Resources */,
|
||||
1A6E4754177819070055514D /* jsb_cocos2d_extension.js in Resources */,
|
||||
1A6E4755177819070055514D /* jsb_cocosbuilder.js in Resources */,
|
||||
1A6E4756177819070055514D /* jsb_debugger.js in Resources */,
|
||||
1A6E4757177819070055514D /* jsb_opengl.js in Resources */,
|
||||
1A6E4758177819070055514D /* jsb_opengl_constants.js in Resources */,
|
||||
1A6E4759177819070055514D /* jsb_sys.js in Resources */,
|
||||
1A6E475A177819070055514D /* main.debug.js in Resources */,
|
||||
15A3D7981682F4A3002FB0C5 /* boot-jsb.js in Resources */,
|
||||
15A3D7991682F4A3002FB0C5 /* levels.js in Resources */,
|
||||
15A3D79A1682F4A3002FB0C5 /* main.js in Resources */,
|
||||
15A3D79B1682F4A3002FB0C5 /* resources-jsb.js in Resources */,
|
||||
15A3D79C1682F4A3002FB0C5 /* watermelon_with_me.js in Resources */,
|
||||
D446FDA316102D7D000ADA7B /* Default.png in Resources */,
|
||||
D446FDA516102D82000ADA7B /* Default@2x.png in Resources */,
|
||||
D446FDA716102D86000ADA7B /* Default-568h@2x.png in Resources */,
|
||||
159004CC166DE338006BF838 /* Icon-57.png in Resources */,
|
||||
159004CE166DE33E006BF838 /* Icon-114.png in Resources */,
|
||||
159004D0166DE346006BF838 /* Icon-72.png in Resources */,
|
||||
159004D2166DE34B006BF838 /* Icon-144.png in Resources */,
|
||||
15A3D7881682F456002FB0C5 /* res in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
A92275391517C094001B78AA /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D45446D3156DE74F00887EB5 /* AppController.mm in Sources */,
|
||||
D45446D4156DE74F00887EB5 /* main.m in Sources */,
|
||||
D45446D5156DE74F00887EB5 /* RootViewController.mm in Sources */,
|
||||
D4545227156E28EF00887EB5 /* AppDelegate.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
A92276FE1517C097001B78AA /* 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",
|
||||
USE_FILE32API,
|
||||
TARGET_OS_IPHONE,
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../cocos2dx",
|
||||
"$(SRCROOT)/../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../scripting/javascript/spidermonkey-ios/include1",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
A92276FF1517C097001B78AA /* 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,
|
||||
USE_FILE32API,
|
||||
TARGET_OS_IPHONE,
|
||||
);
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../cocos2dx",
|
||||
"$(SRCROOT)/../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../scripting/javascript/spidermonkey-ios/include1",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
A92277011517C097001B78AA /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 1;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
COCOS2D_JAVASCRIPT,
|
||||
DEBUG,
|
||||
"COCOS2D_DEBUG=1",
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
CC_ENABLE_CHIPMUNK_INTEGRATION,
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
"$(SRCROOT)/../../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../../extensions",
|
||||
"$(SRCROOT)/../../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/bindings",
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"";
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = WatermelonWithMe;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
A92277021517C097001B78AA /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
COCOS2D_JAVASCRIPT,
|
||||
NDEBUG,
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
CC_ENABLE_CHIPMUNK_INTEGRATION,
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
GCC_VERSION = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
"$(SRCROOT)/../../../../cocos2dx/include",
|
||||
"$(SRCROOT)/../../../../extensions",
|
||||
"$(SRCROOT)/../../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include",
|
||||
"$(SRCROOT)/../../../../scripting/javascript/bindings",
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"";
|
||||
OTHER_LDFLAGS = "";
|
||||
PRODUCT_NAME = WatermelonWithMe;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
A92275371517C094001B78AA /* Build configuration list for PBXProject "WatermelonWithMe" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A92276FE1517C097001B78AA /* Debug */,
|
||||
A92276FF1517C097001B78AA /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "WatermelonWithMe" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
A92277011517C097001B78AA /* Debug */,
|
||||
A92277021517C097001B78AA /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = A92275341517C094001B78AA /* Project object */;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
25359bb4c0499cd58b811d040eef90442cd92dbc
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,571 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
159B8A28175D9A930005B47D /* cocosbuilderRes in Resources */ = {isa = PBXBuildFile; fileRef = 159B8A27175D9A930005B47D /* cocosbuilderRes */; };
|
||||
15C156981683138E00D239F2 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15C156911683138E00D239F2 /* Default-568h@2x.png */; };
|
||||
15C156991683138E00D239F2 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 15C156921683138E00D239F2 /* Default.png */; };
|
||||
15C1569A1683138E00D239F2 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15C156931683138E00D239F2 /* Default@2x.png */; };
|
||||
15C1569B1683138E00D239F2 /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 15C156941683138E00D239F2 /* Icon-57.png */; };
|
||||
15C1569C1683138E00D239F2 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 15C156951683138E00D239F2 /* Icon-72.png */; };
|
||||
15C1569D1683138E00D239F2 /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 15C156961683138E00D239F2 /* Icon-114.png */; };
|
||||
15C1569E1683138E00D239F2 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 15C156971683138E00D239F2 /* Icon-144.png */; };
|
||||
1A6E48E817781C2B0055514D /* libBox2D.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E48E217781C2B0055514D /* libBox2D.a */; };
|
||||
1A6E48E917781C2B0055514D /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E48E317781C2B0055514D /* libchipmunk.a */; };
|
||||
1A6E48EA17781C2B0055514D /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E48E417781C2B0055514D /* libcocos2dx.a */; };
|
||||
1A6E48EB17781C2B0055514D /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E48E517781C2B0055514D /* libCocosDenshion.a */; };
|
||||
1A6E48ED17781C2B0055514D /* libluabindings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E48E717781C2B0055514D /* libluabindings.a */; };
|
||||
1A6E48FB17781F9F0055514D /* AudioEngine.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E48F717781F9F0055514D /* AudioEngine.lua */; };
|
||||
1A6E48FC17781F9F0055514D /* CCBReaderLoad.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E48F817781F9F0055514D /* CCBReaderLoad.lua */; };
|
||||
1A6E48FD17781F9F0055514D /* Cocos2dConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E48F917781F9F0055514D /* Cocos2dConstants.lua */; };
|
||||
1A6E48FE17781F9F0055514D /* OpenglConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E48FA17781F9F0055514D /* OpenglConstants.lua */; };
|
||||
1A6E4900177821AF0055514D /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E48FF177821AF0055514D /* libextensions.a */; };
|
||||
1AD263A2168350490089000C /* luaScript in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263A1168350490089000C /* luaScript */; };
|
||||
1AD263BB1683506D0089000C /* animations in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263A31683506C0089000C /* animations */; };
|
||||
1AD263BC1683506D0089000C /* app.icf in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263A41683506C0089000C /* app.icf */; };
|
||||
1AD263BD1683506D0089000C /* background.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263A51683506C0089000C /* background.mp3 */; };
|
||||
1AD263BE1683506D0089000C /* background.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263A61683506C0089000C /* background.ogg */; };
|
||||
1AD263BF1683506D0089000C /* ccb in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263A71683506C0089000C /* ccb */; };
|
||||
1AD263C01683506D0089000C /* CocosBuilderExample.ccbproj in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263A81683506C0089000C /* CocosBuilderExample.ccbproj */; };
|
||||
1AD263C11683506D0089000C /* CocosBuilderExample.ccbresourcelog in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263A91683506C0089000C /* CocosBuilderExample.ccbresourcelog */; };
|
||||
1AD263C21683506D0089000C /* development.icf in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263AA1683506C0089000C /* development.icf */; };
|
||||
1AD263C31683506D0089000C /* effect1.raw in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263AB1683506C0089000C /* effect1.raw */; };
|
||||
1AD263C41683506D0089000C /* effect1.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263AC1683506C0089000C /* effect1.wav */; };
|
||||
1AD263C51683506D0089000C /* effect2.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263AD1683506C0089000C /* effect2.ogg */; };
|
||||
1AD263C61683506D0089000C /* extensions in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263AE1683506C0089000C /* extensions */; };
|
||||
1AD263C71683506D0089000C /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263AF1683506C0089000C /* fonts */; };
|
||||
1AD263C81683506D0089000C /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B01683506C0089000C /* fps_images.png */; };
|
||||
1AD263C91683506D0089000C /* hd in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B11683506C0089000C /* hd */; };
|
||||
1AD263CA1683506D0089000C /* Hello.png in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B21683506C0089000C /* Hello.png */; };
|
||||
1AD263CB1683506D0089000C /* Images in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B31683506C0089000C /* Images */; };
|
||||
1AD263CC1683506D0089000C /* ipad in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B41683506C0089000C /* ipad */; };
|
||||
1AD263CD1683506D0089000C /* ipadhd in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B51683506C0089000C /* ipadhd */; };
|
||||
1AD263CE1683506D0089000C /* music.mid in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B61683506C0089000C /* music.mid */; };
|
||||
1AD263CF1683506D0089000C /* Particles in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B71683506C0089000C /* Particles */; };
|
||||
1AD263D01683506D0089000C /* Shaders in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B81683506C0089000C /* Shaders */; };
|
||||
1AD263D11683506D0089000C /* TileMaps in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263B91683506C0089000C /* TileMaps */; };
|
||||
1AD263D21683506D0089000C /* zwoptex in Resources */ = {isa = PBXBuildFile; fileRef = 1AD263BA1683506C0089000C /* zwoptex */; };
|
||||
F293B3CD15EB7BE500256477 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F293B3CC15EB7BE500256477 /* QuartzCore.framework */; };
|
||||
F293B3CF15EB7BE500256477 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F293B3CE15EB7BE500256477 /* OpenGLES.framework */; };
|
||||
F293B3D115EB7BE500256477 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F293B3D015EB7BE500256477 /* OpenAL.framework */; };
|
||||
F293B3D315EB7BE500256477 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F293B3D215EB7BE500256477 /* AudioToolbox.framework */; };
|
||||
F293B3D515EB7BE500256477 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F293B3D415EB7BE500256477 /* AVFoundation.framework */; };
|
||||
F293B3D715EB7BE500256477 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F293B3D615EB7BE500256477 /* UIKit.framework */; };
|
||||
F293B3D915EB7BE500256477 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F293B3D815EB7BE500256477 /* Foundation.framework */; };
|
||||
F293B3DB15EB7BE500256477 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F293B3DA15EB7BE500256477 /* CoreGraphics.framework */; };
|
||||
F293B6FC15EB823D00256477 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = F293B6F715EB823D00256477 /* AppController.mm */; };
|
||||
F293B6FD15EB823D00256477 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F293B6F815EB823D00256477 /* main.m */; };
|
||||
F293B6FE15EB823D00256477 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = F293B6FA15EB823D00256477 /* RootViewController.mm */; };
|
||||
F293BB9C15EB831F00256477 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F293BB7E15EB831F00256477 /* AppDelegate.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
159B8A27175D9A930005B47D /* cocosbuilderRes */ = {isa = PBXFileReference; lastKnownFileType = folder; name = cocosbuilderRes; path = ../../../Lua/TestLua/Resources/cocosbuilderRes; sourceTree = "<group>"; };
|
||||
15C156911683138E00D239F2 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
15C156921683138E00D239F2 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = SOURCE_ROOT; };
|
||||
15C156931683138E00D239F2 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
15C156941683138E00D239F2 /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-57.png"; sourceTree = SOURCE_ROOT; };
|
||||
15C156951683138E00D239F2 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = SOURCE_ROOT; };
|
||||
15C156961683138E00D239F2 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = SOURCE_ROOT; };
|
||||
15C156971683138E00D239F2 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = SOURCE_ROOT; };
|
||||
1A6E48E217781C2B0055514D /* libBox2D.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libBox2D.a; path = "../../../../external/Box2D/proj.ios/build/Release-iphoneos/libBox2D.a"; sourceTree = "<group>"; };
|
||||
1A6E48E317781C2B0055514D /* libchipmunk.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libchipmunk.a; path = "../../../../external/chipmunk/proj.ios/build/Release-iphoneos/libchipmunk.a"; sourceTree = "<group>"; };
|
||||
1A6E48E417781C2B0055514D /* libcocos2dx.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libcocos2dx.a; path = "../../../../cocos2dx/proj.ios/build/Release-iphoneos/libcocos2dx.a"; sourceTree = "<group>"; };
|
||||
1A6E48E517781C2B0055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libCocosDenshion.a; path = "../../../../CocosDenshion/proj.ios/build/Release-iphoneos/libCocosDenshion.a"; sourceTree = "<group>"; };
|
||||
1A6E48E717781C2B0055514D /* libluabindings.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libluabindings.a; path = "../../../../scripting/lua/proj.ios/build/Release-iphoneos/libluabindings.a"; sourceTree = "<group>"; };
|
||||
1A6E48F717781F9F0055514D /* AudioEngine.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AudioEngine.lua; sourceTree = "<group>"; };
|
||||
1A6E48F817781F9F0055514D /* CCBReaderLoad.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CCBReaderLoad.lua; sourceTree = "<group>"; };
|
||||
1A6E48F917781F9F0055514D /* Cocos2dConstants.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cocos2dConstants.lua; sourceTree = "<group>"; };
|
||||
1A6E48FA17781F9F0055514D /* OpenglConstants.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = OpenglConstants.lua; sourceTree = "<group>"; };
|
||||
1A6E48FF177821AF0055514D /* libextensions.a */ = {isa = PBXFileReference; lastKnownFileType = file; name = libextensions.a; path = "../../../../extensions/proj.ios/build/Release-iphoneos/libextensions.a"; sourceTree = "<group>"; };
|
||||
1AD263A1168350490089000C /* luaScript */ = {isa = PBXFileReference; lastKnownFileType = folder; name = luaScript; path = ../../../Lua/TestLua/Resources/luaScript; sourceTree = "<group>"; };
|
||||
1AD263A31683506C0089000C /* animations */ = {isa = PBXFileReference; lastKnownFileType = folder; path = animations; sourceTree = "<group>"; };
|
||||
1AD263A41683506C0089000C /* app.icf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = app.icf; sourceTree = "<group>"; };
|
||||
1AD263A51683506C0089000C /* background.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = background.mp3; sourceTree = "<group>"; };
|
||||
1AD263A61683506C0089000C /* background.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = background.ogg; sourceTree = "<group>"; };
|
||||
1AD263A71683506C0089000C /* ccb */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ccb; sourceTree = "<group>"; };
|
||||
1AD263A81683506C0089000C /* CocosBuilderExample.ccbproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = CocosBuilderExample.ccbproj; sourceTree = "<group>"; };
|
||||
1AD263A91683506C0089000C /* CocosBuilderExample.ccbresourcelog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CocosBuilderExample.ccbresourcelog; sourceTree = "<group>"; };
|
||||
1AD263AA1683506C0089000C /* development.icf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = development.icf; sourceTree = "<group>"; };
|
||||
1AD263AB1683506C0089000C /* effect1.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = effect1.raw; sourceTree = "<group>"; };
|
||||
1AD263AC1683506C0089000C /* effect1.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = effect1.wav; sourceTree = "<group>"; };
|
||||
1AD263AD1683506C0089000C /* effect2.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = effect2.ogg; sourceTree = "<group>"; };
|
||||
1AD263AE1683506C0089000C /* extensions */ = {isa = PBXFileReference; lastKnownFileType = folder; path = extensions; sourceTree = "<group>"; };
|
||||
1AD263AF1683506C0089000C /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fonts; sourceTree = "<group>"; };
|
||||
1AD263B01683506C0089000C /* fps_images.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fps_images.png; sourceTree = "<group>"; };
|
||||
1AD263B11683506C0089000C /* hd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = hd; sourceTree = "<group>"; };
|
||||
1AD263B21683506C0089000C /* Hello.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Hello.png; sourceTree = "<group>"; };
|
||||
1AD263B31683506C0089000C /* Images */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Images; sourceTree = "<group>"; };
|
||||
1AD263B41683506C0089000C /* ipad */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipad; sourceTree = "<group>"; };
|
||||
1AD263B51683506C0089000C /* ipadhd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipadhd; sourceTree = "<group>"; };
|
||||
1AD263B61683506C0089000C /* music.mid */ = {isa = PBXFileReference; lastKnownFileType = audio.midi; path = music.mid; sourceTree = "<group>"; };
|
||||
1AD263B71683506C0089000C /* Particles */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Particles; sourceTree = "<group>"; };
|
||||
1AD263B81683506C0089000C /* Shaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Shaders; sourceTree = "<group>"; };
|
||||
1AD263B91683506C0089000C /* TileMaps */ = {isa = PBXFileReference; lastKnownFileType = folder; path = TileMaps; sourceTree = "<group>"; };
|
||||
1AD263BA1683506C0089000C /* zwoptex */ = {isa = PBXFileReference; lastKnownFileType = folder; path = zwoptex; sourceTree = "<group>"; };
|
||||
F293B3C815EB7BE500256477 /* TestLua.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestLua.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
F293B3CC15EB7BE500256477 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
F293B3CE15EB7BE500256477 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
|
||||
F293B3D015EB7BE500256477 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
|
||||
F293B3D215EB7BE500256477 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||
F293B3D415EB7BE500256477 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
||||
F293B3D615EB7BE500256477 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
F293B3D815EB7BE500256477 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
F293B3DA15EB7BE500256477 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
F293B6F615EB823D00256477 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
|
||||
F293B6F715EB823D00256477 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; };
|
||||
F293B6F815EB823D00256477 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
F293B6F915EB823D00256477 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
||||
F293B6FA15EB823D00256477 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = "<group>"; };
|
||||
F293B6FB15EB823D00256477 /* TestLua_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestLua_Prefix.pch; sourceTree = "<group>"; };
|
||||
F293BB7E15EB831F00256477 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AppDelegate.cpp; path = ../Classes/AppDelegate.cpp; sourceTree = "<group>"; };
|
||||
F293BB7F15EB831F00256477 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ../Classes/AppDelegate.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
F293B3C515EB7BE500256477 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E48E817781C2B0055514D /* libBox2D.a in Frameworks */,
|
||||
1A6E48E917781C2B0055514D /* libchipmunk.a in Frameworks */,
|
||||
1A6E48EA17781C2B0055514D /* libcocos2dx.a in Frameworks */,
|
||||
1A6E48EB17781C2B0055514D /* libCocosDenshion.a in Frameworks */,
|
||||
1A6E4900177821AF0055514D /* libextensions.a in Frameworks */,
|
||||
1A6E48ED17781C2B0055514D /* libluabindings.a in Frameworks */,
|
||||
F293B3CD15EB7BE500256477 /* QuartzCore.framework in Frameworks */,
|
||||
F293B3CF15EB7BE500256477 /* OpenGLES.framework in Frameworks */,
|
||||
F293B3D115EB7BE500256477 /* OpenAL.framework in Frameworks */,
|
||||
F293B3D315EB7BE500256477 /* AudioToolbox.framework in Frameworks */,
|
||||
F293B3D515EB7BE500256477 /* AVFoundation.framework in Frameworks */,
|
||||
F293B3D715EB7BE500256477 /* UIKit.framework in Frameworks */,
|
||||
F293B3D915EB7BE500256477 /* Foundation.framework in Frameworks */,
|
||||
F293B3DB15EB7BE500256477 /* CoreGraphics.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1A6E48F617781F9F0055514D /* script */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E48F717781F9F0055514D /* AudioEngine.lua */,
|
||||
1A6E48F817781F9F0055514D /* CCBReaderLoad.lua */,
|
||||
1A6E48F917781F9F0055514D /* Cocos2dConstants.lua */,
|
||||
1A6E48FA17781F9F0055514D /* OpenglConstants.lua */,
|
||||
);
|
||||
name = script;
|
||||
path = ../../../../scripting/lua/script;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F293B3BD15EB7BE500256477 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F293BB7C15EB830F00256477 /* Classes */,
|
||||
F293B3CB15EB7BE500256477 /* Frameworks */,
|
||||
F293B6E815EB807E00256477 /* Other Sources */,
|
||||
F293B3C915EB7BE500256477 /* Products */,
|
||||
F293BC4615EB859D00256477 /* Resources */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F293B3C915EB7BE500256477 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F293B3C815EB7BE500256477 /* TestLua.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F293B3CB15EB7BE500256477 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E48E217781C2B0055514D /* libBox2D.a */,
|
||||
1A6E48E317781C2B0055514D /* libchipmunk.a */,
|
||||
1A6E48E417781C2B0055514D /* libcocos2dx.a */,
|
||||
1A6E48E517781C2B0055514D /* libCocosDenshion.a */,
|
||||
1A6E48FF177821AF0055514D /* libextensions.a */,
|
||||
1A6E48E717781C2B0055514D /* libluabindings.a */,
|
||||
F293B3CC15EB7BE500256477 /* QuartzCore.framework */,
|
||||
F293B3CE15EB7BE500256477 /* OpenGLES.framework */,
|
||||
F293B3D015EB7BE500256477 /* OpenAL.framework */,
|
||||
F293B3D215EB7BE500256477 /* AudioToolbox.framework */,
|
||||
F293B3D415EB7BE500256477 /* AVFoundation.framework */,
|
||||
F293B3D615EB7BE500256477 /* UIKit.framework */,
|
||||
F293B3D815EB7BE500256477 /* Foundation.framework */,
|
||||
F293B3DA15EB7BE500256477 /* CoreGraphics.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F293B6E815EB807E00256477 /* Other Sources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F293B6F615EB823D00256477 /* AppController.h */,
|
||||
F293B6F715EB823D00256477 /* AppController.mm */,
|
||||
F293B6F815EB823D00256477 /* main.m */,
|
||||
F293B6F915EB823D00256477 /* RootViewController.h */,
|
||||
F293B6FA15EB823D00256477 /* RootViewController.mm */,
|
||||
F293B6FB15EB823D00256477 /* TestLua_Prefix.pch */,
|
||||
);
|
||||
name = "Other Sources";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F293BB7C15EB830F00256477 /* Classes */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F293BB7E15EB831F00256477 /* AppDelegate.cpp */,
|
||||
F293BB7F15EB831F00256477 /* AppDelegate.h */,
|
||||
);
|
||||
name = Classes;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F293BC4615EB859D00256477 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E48F617781F9F0055514D /* script */,
|
||||
159B8A27175D9A930005B47D /* cocosbuilderRes */,
|
||||
1AD263A31683506C0089000C /* animations */,
|
||||
1AD263A41683506C0089000C /* app.icf */,
|
||||
1AD263A51683506C0089000C /* background.mp3 */,
|
||||
1AD263A61683506C0089000C /* background.ogg */,
|
||||
1AD263A71683506C0089000C /* ccb */,
|
||||
1AD263A81683506C0089000C /* CocosBuilderExample.ccbproj */,
|
||||
1AD263A91683506C0089000C /* CocosBuilderExample.ccbresourcelog */,
|
||||
1AD263AA1683506C0089000C /* development.icf */,
|
||||
1AD263AB1683506C0089000C /* effect1.raw */,
|
||||
1AD263AC1683506C0089000C /* effect1.wav */,
|
||||
1AD263AD1683506C0089000C /* effect2.ogg */,
|
||||
1AD263AE1683506C0089000C /* extensions */,
|
||||
1AD263AF1683506C0089000C /* fonts */,
|
||||
1AD263B01683506C0089000C /* fps_images.png */,
|
||||
1AD263B11683506C0089000C /* hd */,
|
||||
1AD263B21683506C0089000C /* Hello.png */,
|
||||
1AD263B31683506C0089000C /* Images */,
|
||||
1AD263B41683506C0089000C /* ipad */,
|
||||
1AD263B51683506C0089000C /* ipadhd */,
|
||||
1AD263B61683506C0089000C /* music.mid */,
|
||||
1AD263B71683506C0089000C /* Particles */,
|
||||
1AD263B81683506C0089000C /* Shaders */,
|
||||
1AD263B91683506C0089000C /* TileMaps */,
|
||||
1AD263BA1683506C0089000C /* zwoptex */,
|
||||
1AD263A1168350490089000C /* luaScript */,
|
||||
15C156911683138E00D239F2 /* Default-568h@2x.png */,
|
||||
15C156921683138E00D239F2 /* Default.png */,
|
||||
15C156931683138E00D239F2 /* Default@2x.png */,
|
||||
15C156941683138E00D239F2 /* Icon-57.png */,
|
||||
15C156951683138E00D239F2 /* Icon-72.png */,
|
||||
15C156961683138E00D239F2 /* Icon-114.png */,
|
||||
15C156971683138E00D239F2 /* Icon-144.png */,
|
||||
);
|
||||
name = Resources;
|
||||
path = ../../../Cpp/TestCpp/Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
F293B3C715EB7BE500256477 /* TestLua */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = F293B6C415EB7BEA00256477 /* Build configuration list for PBXNativeTarget "TestLua" */;
|
||||
buildPhases = (
|
||||
F293B3C415EB7BE500256477 /* Sources */,
|
||||
F293B3C515EB7BE500256477 /* Frameworks */,
|
||||
F293B3C615EB7BE500256477 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = TestLua;
|
||||
productName = TestLua;
|
||||
productReference = F293B3C815EB7BE500256477 /* TestLua.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
F293B3BF15EB7BE500256477 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0430;
|
||||
};
|
||||
buildConfigurationList = F293B3C215EB7BE500256477 /* Build configuration list for PBXProject "TestLua" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = F293B3BD15EB7BE500256477;
|
||||
productRefGroup = F293B3C915EB7BE500256477 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
F293B3C715EB7BE500256477 /* TestLua */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
F293B3C615EB7BE500256477 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
15C156981683138E00D239F2 /* Default-568h@2x.png in Resources */,
|
||||
15C156991683138E00D239F2 /* Default.png in Resources */,
|
||||
15C1569A1683138E00D239F2 /* Default@2x.png in Resources */,
|
||||
15C1569B1683138E00D239F2 /* Icon-57.png in Resources */,
|
||||
15C1569C1683138E00D239F2 /* Icon-72.png in Resources */,
|
||||
15C1569D1683138E00D239F2 /* Icon-114.png in Resources */,
|
||||
15C1569E1683138E00D239F2 /* Icon-144.png in Resources */,
|
||||
1AD263A2168350490089000C /* luaScript in Resources */,
|
||||
1AD263BB1683506D0089000C /* animations in Resources */,
|
||||
1AD263BC1683506D0089000C /* app.icf in Resources */,
|
||||
1AD263BD1683506D0089000C /* background.mp3 in Resources */,
|
||||
1AD263BE1683506D0089000C /* background.ogg in Resources */,
|
||||
1AD263BF1683506D0089000C /* ccb in Resources */,
|
||||
1AD263C01683506D0089000C /* CocosBuilderExample.ccbproj in Resources */,
|
||||
1AD263C11683506D0089000C /* CocosBuilderExample.ccbresourcelog in Resources */,
|
||||
1AD263C21683506D0089000C /* development.icf in Resources */,
|
||||
1AD263C31683506D0089000C /* effect1.raw in Resources */,
|
||||
1AD263C41683506D0089000C /* effect1.wav in Resources */,
|
||||
1AD263C51683506D0089000C /* effect2.ogg in Resources */,
|
||||
1AD263C61683506D0089000C /* extensions in Resources */,
|
||||
1AD263C71683506D0089000C /* fonts in Resources */,
|
||||
1AD263C81683506D0089000C /* fps_images.png in Resources */,
|
||||
1AD263C91683506D0089000C /* hd in Resources */,
|
||||
1AD263CA1683506D0089000C /* Hello.png in Resources */,
|
||||
1AD263CB1683506D0089000C /* Images in Resources */,
|
||||
1AD263CC1683506D0089000C /* ipad in Resources */,
|
||||
1AD263CD1683506D0089000C /* ipadhd in Resources */,
|
||||
1AD263CE1683506D0089000C /* music.mid in Resources */,
|
||||
1AD263CF1683506D0089000C /* Particles in Resources */,
|
||||
1AD263D01683506D0089000C /* Shaders in Resources */,
|
||||
1AD263D11683506D0089000C /* TileMaps in Resources */,
|
||||
1AD263D21683506D0089000C /* zwoptex in Resources */,
|
||||
159B8A28175D9A930005B47D /* cocosbuilderRes in Resources */,
|
||||
1A6E48FB17781F9F0055514D /* AudioEngine.lua in Resources */,
|
||||
1A6E48FC17781F9F0055514D /* CCBReaderLoad.lua in Resources */,
|
||||
1A6E48FD17781F9F0055514D /* Cocos2dConstants.lua in Resources */,
|
||||
1A6E48FE17781F9F0055514D /* OpenglConstants.lua in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
F293B3C415EB7BE500256477 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
F293B6FC15EB823D00256477 /* AppController.mm in Sources */,
|
||||
F293B6FD15EB823D00256477 /* main.m in Sources */,
|
||||
F293B6FE15EB823D00256477 /* RootViewController.mm in Sources */,
|
||||
F293BB9C15EB831F00256477 /* AppDelegate.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
F293B6C215EB7BEA00256477 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
DEBUG,
|
||||
"COCOS2D_DEBUG=1",
|
||||
USE_FILE32API,
|
||||
TARGET_OS_IPHONE,
|
||||
"CC_LUA_ENGINE_ENABLED=1",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(PROJECT_NAME)/libs/cocos2dx/kazmath/include\"",
|
||||
"\"$(PROJECT_NAME)/libs/cocos2dx\"",
|
||||
"\"$(PROJECT_NAME)/libs/CocosDenshion/include\"",
|
||||
"\"$(SDKROOT)/usr/include/libxml2\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../external/lua/tolua\"",
|
||||
"\"$(SRCROOT)/../../../external/lua/src\"",
|
||||
"$(SRCROOT)/../../../external/lua/cocos2dx_support",
|
||||
"$(SRCROOT)/../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../cocos2dx/include",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
PROVISIONING_PROFILE = "";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
F293B6C315EB7BEA00256477 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
NDEBUG,
|
||||
USE_FILE32API,
|
||||
TARGET_OS_IPHONE,
|
||||
"CC_LUA_ENGINE_ENABLED=1",
|
||||
);
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(PROJECT_NAME)/libs/cocos2dx/kazmath/include\"",
|
||||
"\"$(PROJECT_NAME)/libs/cocos2dx\"",
|
||||
"\"$(PROJECT_NAME)/libs/CocosDenshion/include\"",
|
||||
"\"$(SDKROOT)/usr/include/libxml2\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../external/lua/tolua\"",
|
||||
"\"$(SRCROOT)/../../../external/lua/src\"",
|
||||
"$(SRCROOT)/../../../external/lua/cocos2dx_support",
|
||||
"$(SRCROOT)/../../../cocos2dx/platform/ios",
|
||||
"$(SRCROOT)/../../../cocos2dx/include",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
PROVISIONING_PROFILE = "";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
F293B6C515EB7BEA00256477 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = TestLua_Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
DEBUG,
|
||||
"COCOS2D_DEBUG=1",
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
"CC_LUA_ENGINE_ENABLED=1",
|
||||
"CC_ENABLE_BOX2D_INTEGRATION=1",
|
||||
);
|
||||
"GCC_THUMB_SUPPORT[arch=armv6]" = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
"\"$(SRCROOT)/../../../../scripting/lua/cocos2dx_support\"",
|
||||
"\"$(SRCROOT)/../../../../scripting/lua/luajit/include\"",
|
||||
"\"$(SRCROOT)/../../../../scripting/lua/tolua\"",
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios/libraries",
|
||||
);
|
||||
OTHER_LDFLAGS = "-lz";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE = "";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
F293B6C615EB7BEA00256477 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = TestLua_Prefix.pch;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
NDEBUG,
|
||||
USE_FILE32API,
|
||||
CC_TARGET_OS_IPHONE,
|
||||
"CC_LUA_ENGINE_ENABLED=1",
|
||||
"CC_ENABLE_BOX2D_INTEGRATION=1",
|
||||
);
|
||||
"GCC_THUMB_SUPPORT[arch=armv6]" = "";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"",
|
||||
"\"$(SRCROOT)/../../../../CocosDenshion/include\"",
|
||||
"\"$(SRCROOT)/../../../../scripting/lua/cocos2dx_support\"",
|
||||
"\"$(SRCROOT)/../../../../scripting/lua/luajit/include\"",
|
||||
"\"$(SRCROOT)/../../../../scripting/lua/tolua\"",
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios/libraries",
|
||||
);
|
||||
OTHER_LDFLAGS = "-lz";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE = "";
|
||||
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
F293B3C215EB7BE500256477 /* Build configuration list for PBXProject "TestLua" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
F293B6C215EB7BEA00256477 /* Debug */,
|
||||
F293B6C315EB7BEA00256477 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
F293B6C415EB7BEA00256477 /* Build configuration list for PBXNativeTarget "TestLua" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
F293B6C515EB7BEA00256477 /* Debug */,
|
||||
F293B6C615EB7BEA00256477 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = F293B3BF15EB7BE500256477 /* Project object */;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
6c9beabe357e6f6373ac919bcbcdaa36a3f3b58c
|
|
@ -0,0 +1,7 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'jsbindings' target in the 'jsbindings' project
|
||||
//
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
|
@ -0,0 +1,665 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1A0C0E8B1778088700838530 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A0C0E8A1778088700838530 /* Foundation.framework */; };
|
||||
1A0C0EDA1778095000838530 /* cocos2d_specifics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E991778095000838530 /* cocos2d_specifics.cpp */; };
|
||||
1A0C0EDB1778095000838530 /* cocosjs_manual_conversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E9B1778095000838530 /* cocosjs_manual_conversions.cpp */; };
|
||||
1A0C0EDC1778095000838530 /* jsb_cocos2dx_auto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0E9E1778095000838530 /* jsb_cocos2dx_auto.cpp */; };
|
||||
1A0C0EEC1778095000838530 /* js_bindings_ccbreader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EB21778095000838530 /* js_bindings_ccbreader.cpp */; };
|
||||
1A0C0EED1778095000838530 /* js_bindings_chipmunk_auto_classes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EB51778095000838530 /* js_bindings_chipmunk_auto_classes.cpp */; };
|
||||
1A0C0EEE1778095000838530 /* js_bindings_chipmunk_functions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EB81778095000838530 /* js_bindings_chipmunk_functions.cpp */; };
|
||||
1A0C0EEF1778095000838530 /* js_bindings_chipmunk_manual.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EBA1778095000838530 /* js_bindings_chipmunk_manual.cpp */; };
|
||||
1A0C0EF01778095000838530 /* js_bindings_chipmunk_registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EBC1778095000838530 /* js_bindings_chipmunk_registration.cpp */; };
|
||||
1A0C0EF11778095000838530 /* js_bindings_core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EBF1778095000838530 /* js_bindings_core.cpp */; };
|
||||
1A0C0EF21778095000838530 /* js_bindings_opengl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EC11778095000838530 /* js_bindings_opengl.cpp */; };
|
||||
1A0C0EF31778095000838530 /* js_bindings_system_functions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EC41778095000838530 /* js_bindings_system_functions.cpp */; };
|
||||
1A0C0EF41778095000838530 /* js_bindings_system_registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EC61778095000838530 /* js_bindings_system_registration.cpp */; };
|
||||
1A0C0EF51778095000838530 /* js_manual_conversions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EC81778095000838530 /* js_manual_conversions.cpp */; };
|
||||
1A0C0EF61778095000838530 /* jsb_cocos2dx_extension_manual.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0ECA1778095000838530 /* jsb_cocos2dx_extension_manual.cpp */; };
|
||||
1A0C0EF71778095000838530 /* jsb_opengl_functions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0ECD1778095000838530 /* jsb_opengl_functions.cpp */; };
|
||||
1A0C0EF81778095000838530 /* jsb_opengl_manual.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0ECF1778095000838530 /* jsb_opengl_manual.cpp */; };
|
||||
1A0C0EF91778095000838530 /* jsb_opengl_registration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0ED11778095000838530 /* jsb_opengl_registration.cpp */; };
|
||||
1A0C0EFA1778095000838530 /* jsb_websocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0ED31778095000838530 /* jsb_websocket.cpp */; };
|
||||
1A0C0EFB1778095000838530 /* ScriptingCore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0ED51778095000838530 /* ScriptingCore.cpp */; };
|
||||
1A0C0EFC1778095000838530 /* XMLHTTPRequest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0ED81778095000838530 /* XMLHTTPRequest.cpp */; };
|
||||
1A0C0F4917780A9700838530 /* libjs_static.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A0C0F4817780A9700838530 /* libjs_static.a */; };
|
||||
1A6E46D51778162E0055514D /* jsb_cocos2dx_extension_auto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A0C0EA11778095000838530 /* jsb_cocos2dx_extension_auto.cpp */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
1A0C0E851778088700838530 /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "";
|
||||
dstSubfolderSpec = 16;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1A0C0E871778088700838530 /* libjsbindings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libjsbindings.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A0C0E8A1778088700838530 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
1A0C0E991778095000838530 /* cocos2d_specifics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cocos2d_specifics.cpp; path = ../cocos2d_specifics.cpp; sourceTree = "<group>"; };
|
||||
1A0C0E9A1778095000838530 /* cocos2d_specifics.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = cocos2d_specifics.hpp; path = ../cocos2d_specifics.hpp; sourceTree = "<group>"; };
|
||||
1A0C0E9B1778095000838530 /* cocosjs_manual_conversions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cocosjs_manual_conversions.cpp; path = ../cocosjs_manual_conversions.cpp; sourceTree = "<group>"; };
|
||||
1A0C0E9C1778095000838530 /* cocosjs_manual_conversions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cocosjs_manual_conversions.h; path = ../cocosjs_manual_conversions.h; sourceTree = "<group>"; };
|
||||
1A0C0E9E1778095000838530 /* jsb_cocos2dx_auto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsb_cocos2dx_auto.cpp; sourceTree = "<group>"; };
|
||||
1A0C0E9F1778095000838530 /* jsb_cocos2dx_auto.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jsb_cocos2dx_auto.hpp; sourceTree = "<group>"; };
|
||||
1A0C0EA01778095000838530 /* jsb_cocos2dx_auto_api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2dx_auto_api.js; sourceTree = "<group>"; };
|
||||
1A0C0EA11778095000838530 /* jsb_cocos2dx_extension_auto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsb_cocos2dx_extension_auto.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EA21778095000838530 /* jsb_cocos2dx_extension_auto.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = jsb_cocos2dx_extension_auto.hpp; sourceTree = "<group>"; };
|
||||
1A0C0EA31778095000838530 /* jsb_cocos2dx_extension_auto_api.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2dx_extension_auto_api.js; sourceTree = "<group>"; };
|
||||
1A0C0EA41778095000838530 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
|
||||
1A0C0EA61778095000838530 /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = "<group>"; };
|
||||
1A0C0EA71778095000838530 /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = "<group>"; };
|
||||
1A0C0EA81778095000838530 /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = "<group>"; };
|
||||
1A0C0EA91778095000838530 /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = "<group>"; };
|
||||
1A0C0EAA1778095000838530 /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = "<group>"; };
|
||||
1A0C0EAB1778095000838530 /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = "<group>"; };
|
||||
1A0C0EAC1778095000838530 /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = "<group>"; };
|
||||
1A0C0EAD1778095000838530 /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = "<group>"; };
|
||||
1A0C0EAE1778095000838530 /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = "<group>"; };
|
||||
1A0C0EAF1778095000838530 /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = "<group>"; };
|
||||
1A0C0EB01778095000838530 /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = "<group>"; };
|
||||
1A0C0EB11778095000838530 /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = "<group>"; };
|
||||
1A0C0EB21778095000838530 /* js_bindings_ccbreader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_ccbreader.cpp; path = ../js_bindings_ccbreader.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EB31778095000838530 /* js_bindings_ccbreader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_ccbreader.h; path = ../js_bindings_ccbreader.h; sourceTree = "<group>"; };
|
||||
1A0C0EB41778095000838530 /* js_bindings_chipmunk_auto_classes_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_chipmunk_auto_classes_registration.h; path = ../js_bindings_chipmunk_auto_classes_registration.h; sourceTree = "<group>"; };
|
||||
1A0C0EB51778095000838530 /* js_bindings_chipmunk_auto_classes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_chipmunk_auto_classes.cpp; path = ../js_bindings_chipmunk_auto_classes.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EB61778095000838530 /* js_bindings_chipmunk_auto_classes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_chipmunk_auto_classes.h; path = ../js_bindings_chipmunk_auto_classes.h; sourceTree = "<group>"; };
|
||||
1A0C0EB71778095000838530 /* js_bindings_chipmunk_functions_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_chipmunk_functions_registration.h; path = ../js_bindings_chipmunk_functions_registration.h; sourceTree = "<group>"; };
|
||||
1A0C0EB81778095000838530 /* js_bindings_chipmunk_functions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_chipmunk_functions.cpp; path = ../js_bindings_chipmunk_functions.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EB91778095000838530 /* js_bindings_chipmunk_functions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_chipmunk_functions.h; path = ../js_bindings_chipmunk_functions.h; sourceTree = "<group>"; };
|
||||
1A0C0EBA1778095000838530 /* js_bindings_chipmunk_manual.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_chipmunk_manual.cpp; path = ../js_bindings_chipmunk_manual.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EBB1778095000838530 /* js_bindings_chipmunk_manual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_chipmunk_manual.h; path = ../js_bindings_chipmunk_manual.h; sourceTree = "<group>"; };
|
||||
1A0C0EBC1778095000838530 /* js_bindings_chipmunk_registration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_chipmunk_registration.cpp; path = ../js_bindings_chipmunk_registration.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EBD1778095000838530 /* js_bindings_chipmunk_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_chipmunk_registration.h; path = ../js_bindings_chipmunk_registration.h; sourceTree = "<group>"; };
|
||||
1A0C0EBE1778095000838530 /* js_bindings_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_config.h; path = ../js_bindings_config.h; sourceTree = "<group>"; };
|
||||
1A0C0EBF1778095000838530 /* js_bindings_core.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_core.cpp; path = ../js_bindings_core.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EC01778095000838530 /* js_bindings_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_core.h; path = ../js_bindings_core.h; sourceTree = "<group>"; };
|
||||
1A0C0EC11778095000838530 /* js_bindings_opengl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_opengl.cpp; path = ../js_bindings_opengl.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EC21778095000838530 /* js_bindings_opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_opengl.h; path = ../js_bindings_opengl.h; sourceTree = "<group>"; };
|
||||
1A0C0EC31778095000838530 /* js_bindings_system_functions_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_system_functions_registration.h; path = ../js_bindings_system_functions_registration.h; sourceTree = "<group>"; };
|
||||
1A0C0EC41778095000838530 /* js_bindings_system_functions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_system_functions.cpp; path = ../js_bindings_system_functions.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EC51778095000838530 /* js_bindings_system_functions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_system_functions.h; path = ../js_bindings_system_functions.h; sourceTree = "<group>"; };
|
||||
1A0C0EC61778095000838530 /* js_bindings_system_registration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_bindings_system_registration.cpp; path = ../js_bindings_system_registration.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EC71778095000838530 /* js_bindings_system_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_bindings_system_registration.h; path = ../js_bindings_system_registration.h; sourceTree = "<group>"; };
|
||||
1A0C0EC81778095000838530 /* js_manual_conversions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = js_manual_conversions.cpp; path = ../js_manual_conversions.cpp; sourceTree = "<group>"; };
|
||||
1A0C0EC91778095000838530 /* js_manual_conversions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = js_manual_conversions.h; path = ../js_manual_conversions.h; sourceTree = "<group>"; };
|
||||
1A0C0ECA1778095000838530 /* jsb_cocos2dx_extension_manual.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jsb_cocos2dx_extension_manual.cpp; path = ../jsb_cocos2dx_extension_manual.cpp; sourceTree = "<group>"; };
|
||||
1A0C0ECB1778095000838530 /* jsb_cocos2dx_extension_manual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jsb_cocos2dx_extension_manual.h; path = ../jsb_cocos2dx_extension_manual.h; sourceTree = "<group>"; };
|
||||
1A0C0ECC1778095000838530 /* jsb_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jsb_helper.h; path = ../jsb_helper.h; sourceTree = "<group>"; };
|
||||
1A0C0ECD1778095000838530 /* jsb_opengl_functions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jsb_opengl_functions.cpp; path = ../jsb_opengl_functions.cpp; sourceTree = "<group>"; };
|
||||
1A0C0ECE1778095000838530 /* jsb_opengl_functions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jsb_opengl_functions.h; path = ../jsb_opengl_functions.h; sourceTree = "<group>"; };
|
||||
1A0C0ECF1778095000838530 /* jsb_opengl_manual.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jsb_opengl_manual.cpp; path = ../jsb_opengl_manual.cpp; sourceTree = "<group>"; };
|
||||
1A0C0ED01778095000838530 /* jsb_opengl_manual.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jsb_opengl_manual.h; path = ../jsb_opengl_manual.h; sourceTree = "<group>"; };
|
||||
1A0C0ED11778095000838530 /* jsb_opengl_registration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jsb_opengl_registration.cpp; path = ../jsb_opengl_registration.cpp; sourceTree = "<group>"; };
|
||||
1A0C0ED21778095000838530 /* jsb_opengl_registration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jsb_opengl_registration.h; path = ../jsb_opengl_registration.h; sourceTree = "<group>"; };
|
||||
1A0C0ED31778095000838530 /* jsb_websocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jsb_websocket.cpp; path = ../jsb_websocket.cpp; sourceTree = "<group>"; };
|
||||
1A0C0ED41778095000838530 /* jsb_websocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jsb_websocket.h; path = ../jsb_websocket.h; sourceTree = "<group>"; };
|
||||
1A0C0ED51778095000838530 /* ScriptingCore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScriptingCore.cpp; path = ../ScriptingCore.cpp; sourceTree = "<group>"; };
|
||||
1A0C0ED61778095000838530 /* ScriptingCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScriptingCore.h; path = ../ScriptingCore.h; sourceTree = "<group>"; };
|
||||
1A0C0ED71778095000838530 /* spidermonkey_specifics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spidermonkey_specifics.h; path = ../spidermonkey_specifics.h; sourceTree = "<group>"; };
|
||||
1A0C0ED81778095000838530 /* XMLHTTPRequest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XMLHTTPRequest.cpp; path = ../XMLHTTPRequest.cpp; sourceTree = "<group>"; };
|
||||
1A0C0ED91778095000838530 /* XMLHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XMLHTTPRequest.h; path = ../XMLHTTPRequest.h; sourceTree = "<group>"; };
|
||||
1A0C0F0017780A9700838530 /* BitArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitArray.h; sourceTree = "<group>"; };
|
||||
1A0C0F0217780A9700838530 /* Root.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Root.h; sourceTree = "<group>"; };
|
||||
1A0C0F0417780A9700838530 /* Anchor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Anchor.h; sourceTree = "<group>"; };
|
||||
1A0C0F0517780A9700838530 /* CharacterEncoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterEncoding.h; sourceTree = "<group>"; };
|
||||
1A0C0F0617780A9700838530 /* GCAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCAPI.h; sourceTree = "<group>"; };
|
||||
1A0C0F0717780A9700838530 /* HashTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashTable.h; sourceTree = "<group>"; };
|
||||
1A0C0F0817780A9700838530 /* HeapAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HeapAPI.h; sourceTree = "<group>"; };
|
||||
1A0C0F0917780A9700838530 /* LegacyIntTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LegacyIntTypes.h; sourceTree = "<group>"; };
|
||||
1A0C0F0A17780A9700838530 /* MemoryMetrics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryMetrics.h; sourceTree = "<group>"; };
|
||||
1A0C0F0B17780A9700838530 /* PropertyKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PropertyKey.h; sourceTree = "<group>"; };
|
||||
1A0C0F0C17780A9700838530 /* RequiredDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RequiredDefines.h; sourceTree = "<group>"; };
|
||||
1A0C0F0D17780A9700838530 /* TemplateLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TemplateLib.h; sourceTree = "<group>"; };
|
||||
1A0C0F0E17780A9700838530 /* Utility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utility.h; sourceTree = "<group>"; };
|
||||
1A0C0F0F17780A9700838530 /* Value.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Value.h; sourceTree = "<group>"; };
|
||||
1A0C0F1017780A9700838530 /* Vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = "<group>"; };
|
||||
1A0C0F1117780A9700838530 /* js-config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "js-config.h"; sourceTree = "<group>"; };
|
||||
1A0C0F1217780A9700838530 /* js.msg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = js.msg; sourceTree = "<group>"; };
|
||||
1A0C0F1317780A9700838530 /* jsalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsalloc.h; sourceTree = "<group>"; };
|
||||
1A0C0F1417780A9700838530 /* jsapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsapi.h; sourceTree = "<group>"; };
|
||||
1A0C0F1517780A9700838530 /* jsclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsclass.h; sourceTree = "<group>"; };
|
||||
1A0C0F1617780A9700838530 /* jsclist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsclist.h; sourceTree = "<group>"; };
|
||||
1A0C0F1717780A9700838530 /* jscpucfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jscpucfg.h; sourceTree = "<group>"; };
|
||||
1A0C0F1817780A9700838530 /* jsdbgapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsdbgapi.h; sourceTree = "<group>"; };
|
||||
1A0C0F1917780A9700838530 /* jsdhash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsdhash.h; sourceTree = "<group>"; };
|
||||
1A0C0F1A17780A9700838530 /* jsfriendapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsfriendapi.h; sourceTree = "<group>"; };
|
||||
1A0C0F1B17780A9700838530 /* jslock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jslock.h; sourceTree = "<group>"; };
|
||||
1A0C0F1C17780A9700838530 /* json.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = json.h; sourceTree = "<group>"; };
|
||||
1A0C0F1D17780A9700838530 /* jsperf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsperf.h; sourceTree = "<group>"; };
|
||||
1A0C0F1E17780A9700838530 /* jsprf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsprf.h; sourceTree = "<group>"; };
|
||||
1A0C0F1F17780A9700838530 /* jsprototypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsprototypes.h; sourceTree = "<group>"; };
|
||||
1A0C0F2017780A9700838530 /* jsproxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsproxy.h; sourceTree = "<group>"; };
|
||||
1A0C0F2117780A9700838530 /* jsprvtd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsprvtd.h; sourceTree = "<group>"; };
|
||||
1A0C0F2217780A9700838530 /* jspubtd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jspubtd.h; sourceTree = "<group>"; };
|
||||
1A0C0F2317780A9700838530 /* jstypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jstypes.h; sourceTree = "<group>"; };
|
||||
1A0C0F2417780A9700838530 /* jsutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsutil.h; sourceTree = "<group>"; };
|
||||
1A0C0F2517780A9700838530 /* jsversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jsversion.h; sourceTree = "<group>"; };
|
||||
1A0C0F2617780A9700838530 /* jswrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jswrapper.h; sourceTree = "<group>"; };
|
||||
1A0C0F2817780A9700838530 /* Assertions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Assertions.h; sourceTree = "<group>"; };
|
||||
1A0C0F2917780A9700838530 /* Attributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Attributes.h; sourceTree = "<group>"; };
|
||||
1A0C0F2A17780A9700838530 /* BloomFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BloomFilter.h; sourceTree = "<group>"; };
|
||||
1A0C0F2B17780A9700838530 /* Char16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Char16.h; sourceTree = "<group>"; };
|
||||
1A0C0F2C17780A9700838530 /* CheckedInt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckedInt.h; sourceTree = "<group>"; };
|
||||
1A0C0F2D17780A9700838530 /* Compiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = "<group>"; };
|
||||
1A0C0F2E17780A9700838530 /* Constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = "<group>"; };
|
||||
1A0C0F2F17780A9700838530 /* DebugOnly.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DebugOnly.h; sourceTree = "<group>"; };
|
||||
1A0C0F3017780A9700838530 /* EnumSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EnumSet.h; sourceTree = "<group>"; };
|
||||
1A0C0F3117780A9700838530 /* FloatingPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FloatingPoint.h; sourceTree = "<group>"; };
|
||||
1A0C0F3217780A9700838530 /* GuardObjects.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GuardObjects.h; sourceTree = "<group>"; };
|
||||
1A0C0F3317780A9700838530 /* HashFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashFunctions.h; sourceTree = "<group>"; };
|
||||
1A0C0F3417780A9700838530 /* Likely.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Likely.h; sourceTree = "<group>"; };
|
||||
1A0C0F3517780A9700838530 /* LinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LinkedList.h; sourceTree = "<group>"; };
|
||||
1A0C0F3617780A9700838530 /* MathAlgorithms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathAlgorithms.h; sourceTree = "<group>"; };
|
||||
1A0C0F3717780A9700838530 /* MemoryChecking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryChecking.h; sourceTree = "<group>"; };
|
||||
1A0C0F3817780A9700838530 /* MSStdInt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MSStdInt.h; sourceTree = "<group>"; };
|
||||
1A0C0F3917780A9700838530 /* NullPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NullPtr.h; sourceTree = "<group>"; };
|
||||
1A0C0F3A17780A9700838530 /* Range.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Range.h; sourceTree = "<group>"; };
|
||||
1A0C0F3B17780A9700838530 /* RangedPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RangedPtr.h; sourceTree = "<group>"; };
|
||||
1A0C0F3C17780A9700838530 /* RefPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefPtr.h; sourceTree = "<group>"; };
|
||||
1A0C0F3D17780A9700838530 /* Scoped.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Scoped.h; sourceTree = "<group>"; };
|
||||
1A0C0F3E17780A9700838530 /* SHA1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SHA1.h; sourceTree = "<group>"; };
|
||||
1A0C0F3F17780A9700838530 /* SplayTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SplayTree.h; sourceTree = "<group>"; };
|
||||
1A0C0F4017780A9700838530 /* StandardInteger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StandardInteger.h; sourceTree = "<group>"; };
|
||||
1A0C0F4117780A9700838530 /* ThreadLocal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadLocal.h; sourceTree = "<group>"; };
|
||||
1A0C0F4217780A9700838530 /* TypedEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypedEnum.h; sourceTree = "<group>"; };
|
||||
1A0C0F4317780A9700838530 /* Types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = "<group>"; };
|
||||
1A0C0F4417780A9700838530 /* TypeTraits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypeTraits.h; sourceTree = "<group>"; };
|
||||
1A0C0F4517780A9700838530 /* Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util.h; sourceTree = "<group>"; };
|
||||
1A0C0F4617780A9700838530 /* WeakPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeakPtr.h; sourceTree = "<group>"; };
|
||||
1A0C0F4817780A9700838530 /* libjs_static.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libjs_static.a; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
1A0C0E841778088700838530 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A0C0E8B1778088700838530 /* Foundation.framework in Frameworks */,
|
||||
1A0C0F4917780A9700838530 /* libjs_static.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1A0C0E7E1778088700838530 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E981778093E00838530 /* bindings */,
|
||||
1A0C0E891778088700838530 /* Frameworks */,
|
||||
1A0C0E881778088700838530 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E881778088700838530 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E871778088700838530 /* libjsbindings.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E891778088700838530 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0EFD17780A9700838530 /* spidermonkey-ios */,
|
||||
1A0C0E8A1778088700838530 /* Foundation.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E981778093E00838530 /* bindings */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E991778095000838530 /* cocos2d_specifics.cpp */,
|
||||
1A0C0E9A1778095000838530 /* cocos2d_specifics.hpp */,
|
||||
1A0C0E9B1778095000838530 /* cocosjs_manual_conversions.cpp */,
|
||||
1A0C0E9C1778095000838530 /* cocosjs_manual_conversions.h */,
|
||||
1A0C0E9D1778095000838530 /* generated */,
|
||||
1A0C0EA51778095000838530 /* js */,
|
||||
1A0C0EB21778095000838530 /* js_bindings_ccbreader.cpp */,
|
||||
1A0C0EB31778095000838530 /* js_bindings_ccbreader.h */,
|
||||
1A0C0EB41778095000838530 /* js_bindings_chipmunk_auto_classes_registration.h */,
|
||||
1A0C0EB51778095000838530 /* js_bindings_chipmunk_auto_classes.cpp */,
|
||||
1A0C0EB61778095000838530 /* js_bindings_chipmunk_auto_classes.h */,
|
||||
1A0C0EB71778095000838530 /* js_bindings_chipmunk_functions_registration.h */,
|
||||
1A0C0EB81778095000838530 /* js_bindings_chipmunk_functions.cpp */,
|
||||
1A0C0EB91778095000838530 /* js_bindings_chipmunk_functions.h */,
|
||||
1A0C0EBA1778095000838530 /* js_bindings_chipmunk_manual.cpp */,
|
||||
1A0C0EBB1778095000838530 /* js_bindings_chipmunk_manual.h */,
|
||||
1A0C0EBC1778095000838530 /* js_bindings_chipmunk_registration.cpp */,
|
||||
1A0C0EBD1778095000838530 /* js_bindings_chipmunk_registration.h */,
|
||||
1A0C0EBE1778095000838530 /* js_bindings_config.h */,
|
||||
1A0C0EBF1778095000838530 /* js_bindings_core.cpp */,
|
||||
1A0C0EC01778095000838530 /* js_bindings_core.h */,
|
||||
1A0C0EC11778095000838530 /* js_bindings_opengl.cpp */,
|
||||
1A0C0EC21778095000838530 /* js_bindings_opengl.h */,
|
||||
1A0C0EC31778095000838530 /* js_bindings_system_functions_registration.h */,
|
||||
1A0C0EC41778095000838530 /* js_bindings_system_functions.cpp */,
|
||||
1A0C0EC51778095000838530 /* js_bindings_system_functions.h */,
|
||||
1A0C0EC61778095000838530 /* js_bindings_system_registration.cpp */,
|
||||
1A0C0EC71778095000838530 /* js_bindings_system_registration.h */,
|
||||
1A0C0EC81778095000838530 /* js_manual_conversions.cpp */,
|
||||
1A0C0EC91778095000838530 /* js_manual_conversions.h */,
|
||||
1A0C0ECA1778095000838530 /* jsb_cocos2dx_extension_manual.cpp */,
|
||||
1A0C0ECB1778095000838530 /* jsb_cocos2dx_extension_manual.h */,
|
||||
1A0C0ECC1778095000838530 /* jsb_helper.h */,
|
||||
1A0C0ECD1778095000838530 /* jsb_opengl_functions.cpp */,
|
||||
1A0C0ECE1778095000838530 /* jsb_opengl_functions.h */,
|
||||
1A0C0ECF1778095000838530 /* jsb_opengl_manual.cpp */,
|
||||
1A0C0ED01778095000838530 /* jsb_opengl_manual.h */,
|
||||
1A0C0ED11778095000838530 /* jsb_opengl_registration.cpp */,
|
||||
1A0C0ED21778095000838530 /* jsb_opengl_registration.h */,
|
||||
1A0C0ED31778095000838530 /* jsb_websocket.cpp */,
|
||||
1A0C0ED41778095000838530 /* jsb_websocket.h */,
|
||||
1A0C0ED51778095000838530 /* ScriptingCore.cpp */,
|
||||
1A0C0ED61778095000838530 /* ScriptingCore.h */,
|
||||
1A0C0ED71778095000838530 /* spidermonkey_specifics.h */,
|
||||
1A0C0ED81778095000838530 /* XMLHTTPRequest.cpp */,
|
||||
1A0C0ED91778095000838530 /* XMLHTTPRequest.h */,
|
||||
);
|
||||
name = bindings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0E9D1778095000838530 /* generated */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0E9E1778095000838530 /* jsb_cocos2dx_auto.cpp */,
|
||||
1A0C0E9F1778095000838530 /* jsb_cocos2dx_auto.hpp */,
|
||||
1A0C0EA01778095000838530 /* jsb_cocos2dx_auto_api.js */,
|
||||
1A0C0EA11778095000838530 /* jsb_cocos2dx_extension_auto.cpp */,
|
||||
1A0C0EA21778095000838530 /* jsb_cocos2dx_extension_auto.hpp */,
|
||||
1A0C0EA31778095000838530 /* jsb_cocos2dx_extension_auto_api.js */,
|
||||
1A0C0EA41778095000838530 /* README */,
|
||||
);
|
||||
name = generated;
|
||||
path = ../generated;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0EA51778095000838530 /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0EA61778095000838530 /* jsb.js */,
|
||||
1A0C0EA71778095000838530 /* jsb_chipmunk.js */,
|
||||
1A0C0EA81778095000838530 /* jsb_chipmunk_constants.js */,
|
||||
1A0C0EA91778095000838530 /* jsb_cocos2d.js */,
|
||||
1A0C0EAA1778095000838530 /* jsb_cocos2d_constants.js */,
|
||||
1A0C0EAB1778095000838530 /* jsb_cocos2d_extension.js */,
|
||||
1A0C0EAC1778095000838530 /* jsb_cocosbuilder.js */,
|
||||
1A0C0EAD1778095000838530 /* jsb_debugger.js */,
|
||||
1A0C0EAE1778095000838530 /* jsb_opengl.js */,
|
||||
1A0C0EAF1778095000838530 /* jsb_opengl_constants.js */,
|
||||
1A0C0EB01778095000838530 /* jsb_sys.js */,
|
||||
1A0C0EB11778095000838530 /* main.debug.js */,
|
||||
);
|
||||
name = js;
|
||||
path = ../js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0EFD17780A9700838530 /* spidermonkey-ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0EFE17780A9700838530 /* include */,
|
||||
1A0C0F4717780A9700838530 /* lib */,
|
||||
);
|
||||
name = "spidermonkey-ios";
|
||||
path = "../../spidermonkey-ios";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0EFE17780A9700838530 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0EFF17780A9700838530 /* ds */,
|
||||
1A0C0F0117780A9700838530 /* gc */,
|
||||
1A0C0F0317780A9700838530 /* js */,
|
||||
1A0C0F1117780A9700838530 /* js-config.h */,
|
||||
1A0C0F1217780A9700838530 /* js.msg */,
|
||||
1A0C0F1317780A9700838530 /* jsalloc.h */,
|
||||
1A0C0F1417780A9700838530 /* jsapi.h */,
|
||||
1A0C0F1517780A9700838530 /* jsclass.h */,
|
||||
1A0C0F1617780A9700838530 /* jsclist.h */,
|
||||
1A0C0F1717780A9700838530 /* jscpucfg.h */,
|
||||
1A0C0F1817780A9700838530 /* jsdbgapi.h */,
|
||||
1A0C0F1917780A9700838530 /* jsdhash.h */,
|
||||
1A0C0F1A17780A9700838530 /* jsfriendapi.h */,
|
||||
1A0C0F1B17780A9700838530 /* jslock.h */,
|
||||
1A0C0F1C17780A9700838530 /* json.h */,
|
||||
1A0C0F1D17780A9700838530 /* jsperf.h */,
|
||||
1A0C0F1E17780A9700838530 /* jsprf.h */,
|
||||
1A0C0F1F17780A9700838530 /* jsprototypes.h */,
|
||||
1A0C0F2017780A9700838530 /* jsproxy.h */,
|
||||
1A0C0F2117780A9700838530 /* jsprvtd.h */,
|
||||
1A0C0F2217780A9700838530 /* jspubtd.h */,
|
||||
1A0C0F2317780A9700838530 /* jstypes.h */,
|
||||
1A0C0F2417780A9700838530 /* jsutil.h */,
|
||||
1A0C0F2517780A9700838530 /* jsversion.h */,
|
||||
1A0C0F2617780A9700838530 /* jswrapper.h */,
|
||||
1A0C0F2717780A9700838530 /* mozilla */,
|
||||
);
|
||||
path = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0EFF17780A9700838530 /* ds */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0F0017780A9700838530 /* BitArray.h */,
|
||||
);
|
||||
path = ds;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0F0117780A9700838530 /* gc */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0F0217780A9700838530 /* Root.h */,
|
||||
);
|
||||
path = gc;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0F0317780A9700838530 /* js */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0F0417780A9700838530 /* Anchor.h */,
|
||||
1A0C0F0517780A9700838530 /* CharacterEncoding.h */,
|
||||
1A0C0F0617780A9700838530 /* GCAPI.h */,
|
||||
1A0C0F0717780A9700838530 /* HashTable.h */,
|
||||
1A0C0F0817780A9700838530 /* HeapAPI.h */,
|
||||
1A0C0F0917780A9700838530 /* LegacyIntTypes.h */,
|
||||
1A0C0F0A17780A9700838530 /* MemoryMetrics.h */,
|
||||
1A0C0F0B17780A9700838530 /* PropertyKey.h */,
|
||||
1A0C0F0C17780A9700838530 /* RequiredDefines.h */,
|
||||
1A0C0F0D17780A9700838530 /* TemplateLib.h */,
|
||||
1A0C0F0E17780A9700838530 /* Utility.h */,
|
||||
1A0C0F0F17780A9700838530 /* Value.h */,
|
||||
1A0C0F1017780A9700838530 /* Vector.h */,
|
||||
);
|
||||
path = js;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0F2717780A9700838530 /* mozilla */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0F2817780A9700838530 /* Assertions.h */,
|
||||
1A0C0F2917780A9700838530 /* Attributes.h */,
|
||||
1A0C0F2A17780A9700838530 /* BloomFilter.h */,
|
||||
1A0C0F2B17780A9700838530 /* Char16.h */,
|
||||
1A0C0F2C17780A9700838530 /* CheckedInt.h */,
|
||||
1A0C0F2D17780A9700838530 /* Compiler.h */,
|
||||
1A0C0F2E17780A9700838530 /* Constants.h */,
|
||||
1A0C0F2F17780A9700838530 /* DebugOnly.h */,
|
||||
1A0C0F3017780A9700838530 /* EnumSet.h */,
|
||||
1A0C0F3117780A9700838530 /* FloatingPoint.h */,
|
||||
1A0C0F3217780A9700838530 /* GuardObjects.h */,
|
||||
1A0C0F3317780A9700838530 /* HashFunctions.h */,
|
||||
1A0C0F3417780A9700838530 /* Likely.h */,
|
||||
1A0C0F3517780A9700838530 /* LinkedList.h */,
|
||||
1A0C0F3617780A9700838530 /* MathAlgorithms.h */,
|
||||
1A0C0F3717780A9700838530 /* MemoryChecking.h */,
|
||||
1A0C0F3817780A9700838530 /* MSStdInt.h */,
|
||||
1A0C0F3917780A9700838530 /* NullPtr.h */,
|
||||
1A0C0F3A17780A9700838530 /* Range.h */,
|
||||
1A0C0F3B17780A9700838530 /* RangedPtr.h */,
|
||||
1A0C0F3C17780A9700838530 /* RefPtr.h */,
|
||||
1A0C0F3D17780A9700838530 /* Scoped.h */,
|
||||
1A0C0F3E17780A9700838530 /* SHA1.h */,
|
||||
1A0C0F3F17780A9700838530 /* SplayTree.h */,
|
||||
1A0C0F4017780A9700838530 /* StandardInteger.h */,
|
||||
1A0C0F4117780A9700838530 /* ThreadLocal.h */,
|
||||
1A0C0F4217780A9700838530 /* TypedEnum.h */,
|
||||
1A0C0F4317780A9700838530 /* Types.h */,
|
||||
1A0C0F4417780A9700838530 /* TypeTraits.h */,
|
||||
1A0C0F4517780A9700838530 /* Util.h */,
|
||||
1A0C0F4617780A9700838530 /* WeakPtr.h */,
|
||||
);
|
||||
path = mozilla;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A0C0F4717780A9700838530 /* lib */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A0C0F4817780A9700838530 /* libjs_static.a */,
|
||||
);
|
||||
path = lib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1A0C0E861778088700838530 /* jsbindings */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1A0C0E951778088700838530 /* Build configuration list for PBXNativeTarget "jsbindings" */;
|
||||
buildPhases = (
|
||||
1A0C0E831778088700838530 /* Sources */,
|
||||
1A0C0E841778088700838530 /* Frameworks */,
|
||||
1A0C0E851778088700838530 /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = jsbindings;
|
||||
productName = jsbindings;
|
||||
productReference = 1A0C0E871778088700838530 /* libjsbindings.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
1A0C0E7F1778088700838530 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1A0C0E821778088700838530 /* Build configuration list for PBXProject "jsbindings" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = 1A0C0E7E1778088700838530;
|
||||
productRefGroup = 1A0C0E881778088700838530 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1A0C0E861778088700838530 /* jsbindings */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
1A0C0E831778088700838530 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E46D51778162E0055514D /* jsb_cocos2dx_extension_auto.cpp in Sources */,
|
||||
1A0C0EDA1778095000838530 /* cocos2d_specifics.cpp in Sources */,
|
||||
1A0C0EDB1778095000838530 /* cocosjs_manual_conversions.cpp in Sources */,
|
||||
1A0C0EDC1778095000838530 /* jsb_cocos2dx_auto.cpp in Sources */,
|
||||
1A0C0EEC1778095000838530 /* js_bindings_ccbreader.cpp in Sources */,
|
||||
1A0C0EED1778095000838530 /* js_bindings_chipmunk_auto_classes.cpp in Sources */,
|
||||
1A0C0EEE1778095000838530 /* js_bindings_chipmunk_functions.cpp in Sources */,
|
||||
1A0C0EEF1778095000838530 /* js_bindings_chipmunk_manual.cpp in Sources */,
|
||||
1A0C0EF01778095000838530 /* js_bindings_chipmunk_registration.cpp in Sources */,
|
||||
1A0C0EF11778095000838530 /* js_bindings_core.cpp in Sources */,
|
||||
1A0C0EF21778095000838530 /* js_bindings_opengl.cpp in Sources */,
|
||||
1A0C0EF31778095000838530 /* js_bindings_system_functions.cpp in Sources */,
|
||||
1A0C0EF41778095000838530 /* js_bindings_system_registration.cpp in Sources */,
|
||||
1A0C0EF51778095000838530 /* js_manual_conversions.cpp in Sources */,
|
||||
1A0C0EF61778095000838530 /* jsb_cocos2dx_extension_manual.cpp in Sources */,
|
||||
1A0C0EF71778095000838530 /* jsb_opengl_functions.cpp in Sources */,
|
||||
1A0C0EF81778095000838530 /* jsb_opengl_manual.cpp in Sources */,
|
||||
1A0C0EF91778095000838530 /* jsb_opengl_registration.cpp in Sources */,
|
||||
1A0C0EFA1778095000838530 /* jsb_websocket.cpp in Sources */,
|
||||
1A0C0EFB1778095000838530 /* ScriptingCore.cpp in Sources */,
|
||||
1A0C0EFC1778095000838530 /* XMLHTTPRequest.cpp in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1A0C0E931778088700838530 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1A0C0E941778088700838530 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1A0C0E961778088700838530 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
DSTROOT = /tmp/jsbindings.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "jsbindings-Prefix.pch";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
CC_TARGET_OS_IPHONE,
|
||||
"COCOS2D_DEBUG=1",
|
||||
"CC_ENABLE_CHIPMUNK_INTEGRATION=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../../CocosDenshion/include",
|
||||
"\"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk\"",
|
||||
"\"$(SRCROOT)/../../../../external/libwebsockets/ios/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../external\"",
|
||||
"\"$(SRCROOT)/../../../../extensions\"",
|
||||
"\"$(SRCROOT)/../../../../extensions/LocalStorage\"",
|
||||
"\"$(SRCROOT)/../../../../extensions/network\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/ios/Simulation\"",
|
||||
"\"$(SRCROOT)/../../spidermonkey-ios/include\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(SRCROOT)/../../spidermonkey-ios/lib\"",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1A0C0E971778088700838530 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
DSTROOT = /tmp/jsbindings.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "jsbindings-Prefix.pch";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
CC_TARGET_OS_IPHONE,
|
||||
"CC_ENABLE_CHIPMUNK_INTEGRATION=1",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../../CocosDenshion/include",
|
||||
"\"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk\"",
|
||||
"\"$(SRCROOT)/../../../../external/libwebsockets/ios/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../../external\"",
|
||||
"\"$(SRCROOT)/../../../../extensions\"",
|
||||
"\"$(SRCROOT)/../../../../extensions/LocalStorage\"",
|
||||
"\"$(SRCROOT)/../../../../extensions/network\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../../cocos2dx/platform/ios/Simulation\"",
|
||||
"\"$(SRCROOT)/../../spidermonkey-ios/include\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(SRCROOT)/../../spidermonkey-ios/lib\"",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1A0C0E821778088700838530 /* Build configuration list for PBXProject "jsbindings" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A0C0E931778088700838530 /* Debug */,
|
||||
1A0C0E941778088700838530 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1A0C0E951778088700838530 /* Build configuration list for PBXNativeTarget "jsbindings" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A0C0E961778088700838530 /* Debug */,
|
||||
1A0C0E971778088700838530 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 1A0C0E7F1778088700838530 /* Project object */;
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'luabindings' target in the 'luabindings' project
|
||||
//
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
|
@ -0,0 +1,447 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1A6E476E17781A660055514D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E476D17781A660055514D /* Foundation.framework */; };
|
||||
1A6E487E17781AB00055514D /* CCBProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E477C17781AB00055514D /* CCBProxy.cpp */; };
|
||||
1A6E487F17781AB00055514D /* CCLuaBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E477E17781AB00055514D /* CCLuaBridge.cpp */; };
|
||||
1A6E488017781AB00055514D /* CCLuaEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E478017781AB00055514D /* CCLuaEngine.cpp */; };
|
||||
1A6E488117781AB00055514D /* CCLuaStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E478217781AB00055514D /* CCLuaStack.cpp */; };
|
||||
1A6E488217781AB00055514D /* CCLuaValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E478417781AB00055514D /* CCLuaValue.cpp */; };
|
||||
1A6E488317781AB00055514D /* Cocos2dxLuaLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E478617781AB00055514D /* Cocos2dxLuaLoader.cpp */; };
|
||||
1A6E488417781AB00055514D /* Lua_extensions_CCB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E478817781AB00055514D /* Lua_extensions_CCB.cpp */; };
|
||||
1A6E488517781AB00055514D /* Lua_web_socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E478A17781AB00055514D /* Lua_web_socket.cpp */; };
|
||||
1A6E488617781AB00055514D /* LuaCocos2d.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E478C17781AB00055514D /* LuaCocos2d.cpp */; };
|
||||
1A6E488717781AB00055514D /* LuaOpengl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E478E17781AB00055514D /* LuaOpengl.cpp */; };
|
||||
1A6E488817781AB00055514D /* LuaScrollView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E479017781AB00055514D /* LuaScrollView.cpp */; };
|
||||
1A6E488917781AB00055514D /* CCLuaObjcBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E479517781AB00055514D /* CCLuaObjcBridge.mm */; };
|
||||
1A6E488A17781AB00055514D /* tolua_fix.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E479617781AB00055514D /* tolua_fix.c */; };
|
||||
1A6E488E17781AB00055514D /* libluajit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E47AA17781AB00055514D /* libluajit.a */; };
|
||||
1A6E48D717781AB00055514D /* tolua_event.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E487817781AB00055514D /* tolua_event.c */; };
|
||||
1A6E48D817781AB00055514D /* tolua_is.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E487A17781AB00055514D /* tolua_is.c */; };
|
||||
1A6E48D917781AB00055514D /* tolua_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E487B17781AB00055514D /* tolua_map.c */; };
|
||||
1A6E48DA17781AB00055514D /* tolua_push.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E487C17781AB00055514D /* tolua_push.c */; };
|
||||
1A6E48DB17781AB00055514D /* tolua_to.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A6E487D17781AB00055514D /* tolua_to.c */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
1A6E476817781A660055514D /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "include/${PRODUCT_NAME}";
|
||||
dstSubfolderSpec = 16;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1A6E476A17781A660055514D /* libluabindings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libluabindings.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1A6E476D17781A660055514D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
1A6E477C17781AB00055514D /* CCBProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBProxy.cpp; sourceTree = "<group>"; };
|
||||
1A6E477D17781AB00055514D /* CCBProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBProxy.h; sourceTree = "<group>"; };
|
||||
1A6E477E17781AB00055514D /* CCLuaBridge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaBridge.cpp; sourceTree = "<group>"; };
|
||||
1A6E477F17781AB00055514D /* CCLuaBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaBridge.h; sourceTree = "<group>"; };
|
||||
1A6E478017781AB00055514D /* CCLuaEngine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaEngine.cpp; sourceTree = "<group>"; };
|
||||
1A6E478117781AB00055514D /* CCLuaEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaEngine.h; sourceTree = "<group>"; };
|
||||
1A6E478217781AB00055514D /* CCLuaStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaStack.cpp; sourceTree = "<group>"; };
|
||||
1A6E478317781AB00055514D /* CCLuaStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaStack.h; sourceTree = "<group>"; };
|
||||
1A6E478417781AB00055514D /* CCLuaValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaValue.cpp; sourceTree = "<group>"; };
|
||||
1A6E478517781AB00055514D /* CCLuaValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaValue.h; sourceTree = "<group>"; };
|
||||
1A6E478617781AB00055514D /* Cocos2dxLuaLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Cocos2dxLuaLoader.cpp; sourceTree = "<group>"; };
|
||||
1A6E478717781AB00055514D /* Cocos2dxLuaLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cocos2dxLuaLoader.h; sourceTree = "<group>"; };
|
||||
1A6E478817781AB00055514D /* Lua_extensions_CCB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Lua_extensions_CCB.cpp; sourceTree = "<group>"; };
|
||||
1A6E478917781AB00055514D /* Lua_extensions_CCB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lua_extensions_CCB.h; sourceTree = "<group>"; };
|
||||
1A6E478A17781AB00055514D /* Lua_web_socket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Lua_web_socket.cpp; sourceTree = "<group>"; };
|
||||
1A6E478B17781AB00055514D /* Lua_web_socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lua_web_socket.h; sourceTree = "<group>"; };
|
||||
1A6E478C17781AB00055514D /* LuaCocos2d.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaCocos2d.cpp; sourceTree = "<group>"; };
|
||||
1A6E478D17781AB00055514D /* LuaCocos2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaCocos2d.h; sourceTree = "<group>"; };
|
||||
1A6E478E17781AB00055514D /* LuaOpengl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaOpengl.cpp; sourceTree = "<group>"; };
|
||||
1A6E478F17781AB00055514D /* LuaOpengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaOpengl.h; sourceTree = "<group>"; };
|
||||
1A6E479017781AB00055514D /* LuaScrollView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaScrollView.cpp; sourceTree = "<group>"; };
|
||||
1A6E479117781AB00055514D /* LuaScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaScrollView.h; sourceTree = "<group>"; };
|
||||
1A6E479417781AB00055514D /* CCLuaObjcBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaObjcBridge.h; sourceTree = "<group>"; };
|
||||
1A6E479517781AB00055514D /* CCLuaObjcBridge.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CCLuaObjcBridge.mm; sourceTree = "<group>"; };
|
||||
1A6E479617781AB00055514D /* tolua_fix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_fix.c; sourceTree = "<group>"; };
|
||||
1A6E479717781AB00055514D /* tolua_fix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_fix.h; sourceTree = "<group>"; };
|
||||
1A6E47A517781AB00055514D /* lauxlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lauxlib.h; sourceTree = "<group>"; };
|
||||
1A6E47A617781AB00055514D /* lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lua.h; sourceTree = "<group>"; };
|
||||
1A6E47A717781AB00055514D /* luaconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = luaconf.h; sourceTree = "<group>"; };
|
||||
1A6E47A817781AB00055514D /* lualib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lualib.h; sourceTree = "<group>"; };
|
||||
1A6E47AA17781AB00055514D /* libluajit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libluajit.a; sourceTree = "<group>"; };
|
||||
1A6E487717781AB00055514D /* tolua++.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "tolua++.h"; sourceTree = "<group>"; };
|
||||
1A6E487817781AB00055514D /* tolua_event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_event.c; sourceTree = "<group>"; };
|
||||
1A6E487917781AB00055514D /* tolua_event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_event.h; sourceTree = "<group>"; };
|
||||
1A6E487A17781AB00055514D /* tolua_is.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_is.c; sourceTree = "<group>"; };
|
||||
1A6E487B17781AB00055514D /* tolua_map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_map.c; sourceTree = "<group>"; };
|
||||
1A6E487C17781AB00055514D /* tolua_push.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_push.c; sourceTree = "<group>"; };
|
||||
1A6E487D17781AB00055514D /* tolua_to.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_to.c; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
1A6E476717781A660055514D /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E476E17781A660055514D /* Foundation.framework in Frameworks */,
|
||||
1A6E488E17781AB00055514D /* libluajit.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
1A6E476117781A660055514D = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E477B17781AB00055514D /* cocos2dx_support */,
|
||||
1A6E479817781AB00055514D /* luajit */,
|
||||
1A6E487617781AB00055514D /* tolua */,
|
||||
1A6E476C17781A660055514D /* Frameworks */,
|
||||
1A6E476B17781A660055514D /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E476B17781A660055514D /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E476A17781A660055514D /* libluabindings.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E476C17781A660055514D /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E476D17781A660055514D /* Foundation.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E477B17781AB00055514D /* cocos2dx_support */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E477C17781AB00055514D /* CCBProxy.cpp */,
|
||||
1A6E477D17781AB00055514D /* CCBProxy.h */,
|
||||
1A6E477E17781AB00055514D /* CCLuaBridge.cpp */,
|
||||
1A6E477F17781AB00055514D /* CCLuaBridge.h */,
|
||||
1A6E478017781AB00055514D /* CCLuaEngine.cpp */,
|
||||
1A6E478117781AB00055514D /* CCLuaEngine.h */,
|
||||
1A6E478217781AB00055514D /* CCLuaStack.cpp */,
|
||||
1A6E478317781AB00055514D /* CCLuaStack.h */,
|
||||
1A6E478417781AB00055514D /* CCLuaValue.cpp */,
|
||||
1A6E478517781AB00055514D /* CCLuaValue.h */,
|
||||
1A6E478617781AB00055514D /* Cocos2dxLuaLoader.cpp */,
|
||||
1A6E478717781AB00055514D /* Cocos2dxLuaLoader.h */,
|
||||
1A6E478817781AB00055514D /* Lua_extensions_CCB.cpp */,
|
||||
1A6E478917781AB00055514D /* Lua_extensions_CCB.h */,
|
||||
1A6E478A17781AB00055514D /* Lua_web_socket.cpp */,
|
||||
1A6E478B17781AB00055514D /* Lua_web_socket.h */,
|
||||
1A6E478C17781AB00055514D /* LuaCocos2d.cpp */,
|
||||
1A6E478D17781AB00055514D /* LuaCocos2d.h */,
|
||||
1A6E478E17781AB00055514D /* LuaOpengl.cpp */,
|
||||
1A6E478F17781AB00055514D /* LuaOpengl.h */,
|
||||
1A6E479017781AB00055514D /* LuaScrollView.cpp */,
|
||||
1A6E479117781AB00055514D /* LuaScrollView.h */,
|
||||
1A6E479217781AB00055514D /* platform */,
|
||||
1A6E479617781AB00055514D /* tolua_fix.c */,
|
||||
1A6E479717781AB00055514D /* tolua_fix.h */,
|
||||
);
|
||||
name = cocos2dx_support;
|
||||
path = ../cocos2dx_support;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E479217781AB00055514D /* platform */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E479317781AB00055514D /* ios */,
|
||||
);
|
||||
path = platform;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E479317781AB00055514D /* ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E479417781AB00055514D /* CCLuaObjcBridge.h */,
|
||||
1A6E479517781AB00055514D /* CCLuaObjcBridge.mm */,
|
||||
);
|
||||
path = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E479817781AB00055514D /* luajit */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E47A417781AB00055514D /* include */,
|
||||
1A6E47A917781AB00055514D /* ios */,
|
||||
);
|
||||
name = luajit;
|
||||
path = ../luajit;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E47A417781AB00055514D /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E47A517781AB00055514D /* lauxlib.h */,
|
||||
1A6E47A617781AB00055514D /* lua.h */,
|
||||
1A6E47A717781AB00055514D /* luaconf.h */,
|
||||
1A6E47A817781AB00055514D /* lualib.h */,
|
||||
);
|
||||
path = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E47A917781AB00055514D /* ios */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E47AA17781AB00055514D /* libluajit.a */,
|
||||
);
|
||||
path = ios;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1A6E487617781AB00055514D /* tolua */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1A6E487717781AB00055514D /* tolua++.h */,
|
||||
1A6E487817781AB00055514D /* tolua_event.c */,
|
||||
1A6E487917781AB00055514D /* tolua_event.h */,
|
||||
1A6E487A17781AB00055514D /* tolua_is.c */,
|
||||
1A6E487B17781AB00055514D /* tolua_map.c */,
|
||||
1A6E487C17781AB00055514D /* tolua_push.c */,
|
||||
1A6E487D17781AB00055514D /* tolua_to.c */,
|
||||
);
|
||||
name = tolua;
|
||||
path = ../tolua;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
1A6E476917781A660055514D /* luabindings */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 1A6E477817781A660055514D /* Build configuration list for PBXNativeTarget "luabindings" */;
|
||||
buildPhases = (
|
||||
1A6E476617781A660055514D /* Sources */,
|
||||
1A6E476717781A660055514D /* Frameworks */,
|
||||
1A6E476817781A660055514D /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = luabindings;
|
||||
productName = luabindings;
|
||||
productReference = 1A6E476A17781A660055514D /* libluabindings.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
1A6E476217781A660055514D /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0460;
|
||||
};
|
||||
buildConfigurationList = 1A6E476517781A660055514D /* Build configuration list for PBXProject "luabindings" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = 1A6E476117781A660055514D;
|
||||
productRefGroup = 1A6E476B17781A660055514D /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
1A6E476917781A660055514D /* luabindings */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
1A6E476617781A660055514D /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1A6E487E17781AB00055514D /* CCBProxy.cpp in Sources */,
|
||||
1A6E487F17781AB00055514D /* CCLuaBridge.cpp in Sources */,
|
||||
1A6E488017781AB00055514D /* CCLuaEngine.cpp in Sources */,
|
||||
1A6E488117781AB00055514D /* CCLuaStack.cpp in Sources */,
|
||||
1A6E488217781AB00055514D /* CCLuaValue.cpp in Sources */,
|
||||
1A6E488317781AB00055514D /* Cocos2dxLuaLoader.cpp in Sources */,
|
||||
1A6E488417781AB00055514D /* Lua_extensions_CCB.cpp in Sources */,
|
||||
1A6E488517781AB00055514D /* Lua_web_socket.cpp in Sources */,
|
||||
1A6E488617781AB00055514D /* LuaCocos2d.cpp in Sources */,
|
||||
1A6E488717781AB00055514D /* LuaOpengl.cpp in Sources */,
|
||||
1A6E488817781AB00055514D /* LuaScrollView.cpp in Sources */,
|
||||
1A6E488917781AB00055514D /* CCLuaObjcBridge.mm in Sources */,
|
||||
1A6E488A17781AB00055514D /* tolua_fix.c in Sources */,
|
||||
1A6E48D717781AB00055514D /* tolua_event.c in Sources */,
|
||||
1A6E48D817781AB00055514D /* tolua_is.c in Sources */,
|
||||
1A6E48D917781AB00055514D /* tolua_map.c in Sources */,
|
||||
1A6E48DA17781AB00055514D /* tolua_push.c in Sources */,
|
||||
1A6E48DB17781AB00055514D /* tolua_to.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
1A6E477617781A660055514D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1A6E477717781A660055514D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||
CLANG_WARN_EMPTY_BODY = YES;
|
||||
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||
CLANG_WARN_INT_CONVERSION = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
1A6E477917781A660055514D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
DSTROOT = /tmp/luabindings.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "luabindings-Prefix.pch";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
CC_TARGET_OS_IPHONE,
|
||||
"COCOS2D_DEBUG=1",
|
||||
"CC_ENABLE_CHIPMUNK_INTEGRATION=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../CocosDenshion/include",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/chipmunk\"",
|
||||
"\"$(SRCROOT)/../../../external/libwebsockets/ios/include\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../external\"",
|
||||
"\"$(SRCROOT)/../../../extensions\"",
|
||||
"\"$(SRCROOT)/../../../extensions/LocalStorage\"",
|
||||
"\"$(SRCROOT)/../../../extensions/network\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/ios\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/ios/Simulation\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(SRCROOT)/../luajit/ios\"",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
1A6E477A17781A660055514D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
DSTROOT = /tmp/luabindings.dst;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "luabindings-Prefix.pch";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
CC_TARGET_OS_IPHONE,
|
||||
"CC_ENABLE_CHIPMUNK_INTEGRATION=1",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../CocosDenshion/include",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/chipmunk\"",
|
||||
"\"$(SRCROOT)/../../../external/libwebsockets/ios/include\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../external\"",
|
||||
"\"$(SRCROOT)/../../../extensions\"",
|
||||
"\"$(SRCROOT)/../../../extensions/LocalStorage\"",
|
||||
"\"$(SRCROOT)/../../../extensions/network\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/ios\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/ios/Simulation\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(SRCROOT)/../luajit/ios\"",
|
||||
);
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
1A6E476517781A660055514D /* Build configuration list for PBXProject "luabindings" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A6E477617781A660055514D /* Debug */,
|
||||
1A6E477717781A660055514D /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
1A6E477817781A660055514D /* Build configuration list for PBXNativeTarget "luabindings" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
1A6E477917781A660055514D /* Debug */,
|
||||
1A6E477A17781A660055514D /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 1A6E476217781A660055514D /* Project object */;
|
||||
}
|
Loading…
Reference in New Issue