issue #1603:build ok on mac

This commit is contained in:
minggo 2012-12-20 18:02:24 +08:00
parent 977046cc32
commit 65e01b9ade
4 changed files with 33 additions and 943 deletions

View File

@ -10,8 +10,8 @@
1514DA3F163004980095A81C /* ipad in Resources */ = {isa = PBXBuildFile; fileRef = 1514DA3C163004980095A81C /* ipad */; }; 1514DA3F163004980095A81C /* ipad in Resources */ = {isa = PBXBuildFile; fileRef = 1514DA3C163004980095A81C /* ipad */; };
1514DA40163004980095A81C /* ipadhd in Resources */ = {isa = PBXBuildFile; fileRef = 1514DA3D163004980095A81C /* ipadhd */; }; 1514DA40163004980095A81C /* ipadhd in Resources */ = {isa = PBXBuildFile; fileRef = 1514DA3D163004980095A81C /* ipadhd */; };
1514DA41163004980095A81C /* iphone in Resources */ = {isa = PBXBuildFile; fileRef = 1514DA3E163004980095A81C /* iphone */; }; 1514DA41163004980095A81C /* iphone in Resources */ = {isa = PBXBuildFile; fileRef = 1514DA3E163004980095A81C /* iphone */; };
15C156BB1683155600D239F2 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C156B81683151A00D239F2 /* libcocos2dx.a */; };
41BC70AD15BF7CCE006A0A6C /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 41BC70AC15BF7CCE006A0A6C /* Icon.icns */; }; 41BC70AD15BF7CCE006A0A6C /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 41BC70AC15BF7CCE006A0A6C /* Icon.icns */; };
41BC70B715BF7E14006A0A6C /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 41CD6C5C15BF74E5005E6F29 /* libcocos2dx.a */; };
41CD6C6515BF7574005E6F29 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41CD6C6315BF7574005E6F29 /* AppController.mm */; }; 41CD6C6515BF7574005E6F29 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 41CD6C6315BF7574005E6F29 /* AppController.mm */; };
41CD6C6615BF7574005E6F29 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 41CD6C6415BF7574005E6F29 /* main.m */; }; 41CD6C6615BF7574005E6F29 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 41CD6C6415BF7574005E6F29 /* main.m */; };
41CD6C6E15BF7673005E6F29 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 41CD6C6815BF7673005E6F29 /* InfoPlist.strings */; }; 41CD6C6E15BF7673005E6F29 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 41CD6C6815BF7673005E6F29 /* InfoPlist.strings */; };
@ -31,16 +31,16 @@
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
41CD6C5B15BF74E5005E6F29 /* PBXContainerItemProxy */ = { 15C156B71683151A00D239F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = 41CD6C5415BF74E5005E6F29 /* cocos2dx.xcodeproj */; containerPortal = 15C156B01683151A00D239F2 /* cocos2dx.xcodeproj */;
proxyType = 2; proxyType = 2;
remoteGlobalIDString = 1551A33F158F2AB200E66CFE; remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
remoteInfo = cocos2dx; remoteInfo = cocos2dx;
}; };
41EFC1B915BF79BD0083EA95 /* PBXContainerItemProxy */ = { 15C156B91683155000D239F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = 41CD6C5415BF74E5005E6F29 /* cocos2dx.xcodeproj */; containerPortal = 15C156B01683151A00D239F2 /* cocos2dx.xcodeproj */;
proxyType = 1; proxyType = 1;
remoteGlobalIDString = 1551A33E158F2AB200E66CFE; remoteGlobalIDString = 1551A33E158F2AB200E66CFE;
remoteInfo = cocos2dx; remoteInfo = cocos2dx;
@ -52,9 +52,9 @@
1514DA3D163004980095A81C /* ipadhd */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ipadhd; path = ../Resources/ipadhd; sourceTree = "<group>"; }; 1514DA3D163004980095A81C /* ipadhd */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ipadhd; path = ../Resources/ipadhd; sourceTree = "<group>"; };
1514DA3E163004980095A81C /* iphone */ = {isa = PBXFileReference; lastKnownFileType = folder; name = iphone; path = ../Resources/iphone; sourceTree = "<group>"; }; 1514DA3E163004980095A81C /* iphone */ = {isa = PBXFileReference; lastKnownFileType = folder; name = iphone; path = ../Resources/iphone; sourceTree = "<group>"; };
15A6969B1630E63B00D7A229 /* AppMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppMacros.h; path = ../Classes/AppMacros.h; sourceTree = "<group>"; }; 15A6969B1630E63B00D7A229 /* AppMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppMacros.h; path = ../Classes/AppMacros.h; sourceTree = "<group>"; };
15C156B01683151A00D239F2 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../../../cocos2dx/proj.mac/cocos2dx.xcodeproj; sourceTree = "<group>"; };
41BC70AC15BF7CCE006A0A6C /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = "<group>"; }; 41BC70AC15BF7CCE006A0A6C /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Icon.icns; sourceTree = "<group>"; };
41CD6C5115BF748C005E6F29 /* HelloCpp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloCpp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 41CD6C5115BF748C005E6F29 /* HelloCpp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloCpp.app; sourceTree = BUILT_PRODUCTS_DIR; };
41CD6C5415BF74E5005E6F29 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../../cocos2dx/proj.mac/cocos2dx.xcodeproj; sourceTree = "<group>"; };
41CD6C6215BF7574005E6F29 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; }; 41CD6C6215BF7574005E6F29 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
41CD6C6315BF7574005E6F29 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; }; 41CD6C6315BF7574005E6F29 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = "<group>"; };
41CD6C6415BF7574005E6F29 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 41CD6C6415BF7574005E6F29 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
@ -83,6 +83,7 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
15C156BB1683155600D239F2 /* libcocos2dx.a in Frameworks */,
41CD6C8F15BF7793005E6F29 /* AppKit.framework in Frameworks */, 41CD6C8F15BF7793005E6F29 /* AppKit.framework in Frameworks */,
41CD6C9015BF7793005E6F29 /* AudioToolbox.framework in Frameworks */, 41CD6C9015BF7793005E6F29 /* AudioToolbox.framework in Frameworks */,
41CD6C9115BF7793005E6F29 /* Cocoa.framework in Frameworks */, 41CD6C9115BF7793005E6F29 /* Cocoa.framework in Frameworks */,
@ -93,17 +94,24 @@
41CD6C9615BF7793005E6F29 /* QuartzCore.framework in Frameworks */, 41CD6C9615BF7793005E6F29 /* QuartzCore.framework in Frameworks */,
41CD6C9915BF77CE005E6F29 /* libxml2.dylib in Frameworks */, 41CD6C9915BF77CE005E6F29 /* libxml2.dylib in Frameworks */,
41CD6C9A15BF77CE005E6F29 /* libz.dylib in Frameworks */, 41CD6C9A15BF77CE005E6F29 /* libz.dylib in Frameworks */,
41BC70B715BF7E14006A0A6C /* libcocos2dx.a in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
/* End PBXFrameworksBuildPhase section */ /* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
15C156B11683151A00D239F2 /* Products */ = {
isa = PBXGroup;
children = (
15C156B81683151A00D239F2 /* libcocos2dx.a */,
);
name = Products;
sourceTree = "<group>";
};
41851B8715B93C32004083E9 = { 41851B8715B93C32004083E9 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
41CD6C5415BF74E5005E6F29 /* cocos2dx.xcodeproj */, 15C156B01683151A00D239F2 /* cocos2dx.xcodeproj */,
41CD6C5D15BF750B005E6F29 /* Classes */, 41CD6C5D15BF750B005E6F29 /* Classes */,
41CD6C5E15BF7514005E6F29 /* Frameworks */, 41CD6C5E15BF7514005E6F29 /* Frameworks */,
41CD6C5F15BF7522005E6F29 /* mac */, 41CD6C5F15BF7522005E6F29 /* mac */,
@ -112,14 +120,6 @@
); );
sourceTree = "<group>"; sourceTree = "<group>";
}; };
41CD6C5515BF74E5005E6F29 /* Products */ = {
isa = PBXGroup;
children = (
41CD6C5C15BF74E5005E6F29 /* libcocos2dx.a */,
);
name = Products;
sourceTree = "<group>";
};
41CD6C5D15BF750B005E6F29 /* Classes */ = { 41CD6C5D15BF750B005E6F29 /* Classes */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
@ -204,7 +204,7 @@
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
41EFC1BA15BF79BD0083EA95 /* PBXTargetDependency */, 15C156BA1683155000D239F2 /* PBXTargetDependency */,
); );
name = HelloCpp; name = HelloCpp;
productName = Paralaxer; productName = Paralaxer;
@ -232,8 +232,8 @@
projectDirPath = ""; projectDirPath = "";
projectReferences = ( projectReferences = (
{ {
ProductGroup = 41CD6C5515BF74E5005E6F29 /* Products */; ProductGroup = 15C156B11683151A00D239F2 /* Products */;
ProjectRef = 41CD6C5415BF74E5005E6F29 /* cocos2dx.xcodeproj */; ProjectRef = 15C156B01683151A00D239F2 /* cocos2dx.xcodeproj */;
}, },
); );
projectRoot = ""; projectRoot = "";
@ -244,11 +244,11 @@
/* End PBXProject section */ /* End PBXProject section */
/* Begin PBXReferenceProxy section */ /* Begin PBXReferenceProxy section */
41CD6C5C15BF74E5005E6F29 /* libcocos2dx.a */ = { 15C156B81683151A00D239F2 /* libcocos2dx.a */ = {
isa = PBXReferenceProxy; isa = PBXReferenceProxy;
fileType = archive.ar; fileType = archive.ar;
path = libcocos2dx.a; path = libcocos2dx.a;
remoteRef = 41CD6C5B15BF74E5005E6F29 /* PBXContainerItemProxy */; remoteRef = 15C156B71683151A00D239F2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR; sourceTree = BUILT_PRODUCTS_DIR;
}; };
/* End PBXReferenceProxy section */ /* End PBXReferenceProxy section */
@ -284,10 +284,10 @@
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
41EFC1BA15BF79BD0083EA95 /* PBXTargetDependency */ = { 15C156BA1683155000D239F2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
name = cocos2dx; name = cocos2dx;
targetProxy = 41EFC1B915BF79BD0083EA95 /* PBXContainerItemProxy */; targetProxy = 15C156B91683155000D239F2 /* PBXContainerItemProxy */;
}; };
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
@ -376,10 +376,10 @@
GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
"\"$(SDKROOT)/usr/include/libxml2/\"", "\"$(SDKROOT)/usr/include/libxml2/\"",
"\"$(SRCROOT)/../../../cocos2dx/include\"", "\"$(SRCROOT)/../../../../cocos2dx/include\"",
"\"$(SRCROOT)/../../../cocos2dx\"", "\"$(SRCROOT)/../../../../cocos2dx\"",
"\"$(SRCROOT)/../../../cocos2dx/platform/mac\"", "\"$(SRCROOT)/../../../../cocos2dx/platform/mac\"",
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"", "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
); );
INFOPLIST_FILE = HelloCpp_Info.plist; INFOPLIST_FILE = HelloCpp_Info.plist;
LIBRARY_SEARCH_PATHS = "$(inherited)"; LIBRARY_SEARCH_PATHS = "$(inherited)";
@ -410,10 +410,10 @@
GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO;
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
"\"$(SDKROOT)/usr/include/libxml2/\"", "\"$(SDKROOT)/usr/include/libxml2/\"",
"\"$(SRCROOT)/../../../cocos2dx/include\"", "\"$(SRCROOT)/../../../../cocos2dx/include\"",
"\"$(SRCROOT)/../../../cocos2dx\"", "\"$(SRCROOT)/../../../../cocos2dx\"",
"\"$(SRCROOT)/../../../cocos2dx/platform/mac\"", "\"$(SRCROOT)/../../../../cocos2dx/platform/mac\"",
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"", "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"",
); );
INFOPLIST_FILE = HelloCpp_Info.plist; INFOPLIST_FILE = HelloCpp_Info.plist;
LIBRARY_SEARCH_PATHS = "$(inherited)"; LIBRARY_SEARCH_PATHS = "$(inherited)";

View File

@ -1 +1 @@
05276f87be4bf24672fc1c1bc2e97b16863e5023 4e53e096b4a054e3817b30692cff2b40dafce521

View File

@ -1,911 +0,0 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
158B579B15EC9D86009FCBB4 /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 158B579715EC9D86009FCBB4 /* Icon-57.png */; };
158B579C15EC9D86009FCBB4 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 158B579815EC9D86009FCBB4 /* Icon-72.png */; };
158B579D15EC9D86009FCBB4 /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 158B579915EC9D86009FCBB4 /* Icon-114.png */; };
158B579E15EC9D86009FCBB4 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 158B579A15EC9D86009FCBB4 /* Icon-144.png */; };
D41A0AE5160F1640004552AE /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D41A0AE4160F1640004552AE /* Default-568h@2x.png */; };
D446FD9616102D5B000ADA7B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD9516102D5B000ADA7B /* Default.png */; };
D446FD9816102D61000ADA7B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD9716102D61000ADA7B /* Default@2x.png */; };
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 */; };
F293BC0115EB838A00256477 /* CCLuaEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F293BBAF15EB838A00256477 /* CCLuaEngine.cpp */; };
F293BC0215EB838A00256477 /* Cocos2dxLuaLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F293BBB115EB838A00256477 /* Cocos2dxLuaLoader.cpp */; };
F293BC0315EB838A00256477 /* LuaCocos2d.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F293BBB315EB838A00256477 /* LuaCocos2d.cpp */; };
F293BC0415EB838A00256477 /* tolua_fix.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBB515EB838A00256477 /* tolua_fix.c */; };
F293BC0515EB838A00256477 /* lapi.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBB815EB838A00256477 /* lapi.c */; };
F293BC0615EB838A00256477 /* lauxlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBBA15EB838A00256477 /* lauxlib.c */; };
F293BC0715EB838A00256477 /* lbaselib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBBC15EB838A00256477 /* lbaselib.c */; };
F293BC0815EB838A00256477 /* lcode.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBBD15EB838A00256477 /* lcode.c */; };
F293BC0915EB838A00256477 /* ldblib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBBF15EB838A00256477 /* ldblib.c */; };
F293BC0A15EB838A00256477 /* ldebug.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBC015EB838A00256477 /* ldebug.c */; };
F293BC0B15EB838A00256477 /* ldo.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBC215EB838A00256477 /* ldo.c */; };
F293BC0C15EB838A00256477 /* ldump.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBC415EB838A00256477 /* ldump.c */; };
F293BC0D15EB838A00256477 /* lfunc.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBC515EB838A00256477 /* lfunc.c */; };
F293BC0E15EB838A00256477 /* lgc.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBC715EB838A00256477 /* lgc.c */; };
F293BC0F15EB838A00256477 /* linit.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBC915EB838A00256477 /* linit.c */; };
F293BC1015EB838A00256477 /* liolib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBCA15EB838A00256477 /* liolib.c */; };
F293BC1115EB838A00256477 /* llex.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBCB15EB838A00256477 /* llex.c */; };
F293BC1215EB838A00256477 /* lmathlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBCE15EB838A00256477 /* lmathlib.c */; };
F293BC1315EB838A00256477 /* lmem.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBCF15EB838A00256477 /* lmem.c */; };
F293BC1415EB838A00256477 /* loadlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBD115EB838A00256477 /* loadlib.c */; };
F293BC1515EB838A00256477 /* lobject.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBD215EB838A00256477 /* lobject.c */; };
F293BC1615EB838A00256477 /* lopcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBD415EB838A00256477 /* lopcodes.c */; };
F293BC1715EB838A00256477 /* loslib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBD615EB838A00256477 /* loslib.c */; };
F293BC1815EB838A00256477 /* lparser.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBD715EB838A00256477 /* lparser.c */; };
F293BC1915EB838A00256477 /* lstate.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBD915EB838A00256477 /* lstate.c */; };
F293BC1A15EB838A00256477 /* lstring.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBDB15EB838A00256477 /* lstring.c */; };
F293BC1B15EB838A00256477 /* lstrlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBDD15EB838A00256477 /* lstrlib.c */; };
F293BC1C15EB838A00256477 /* ltable.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBDE15EB838A00256477 /* ltable.c */; };
F293BC1D15EB838A00256477 /* ltablib.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBE015EB838A00256477 /* ltablib.c */; };
F293BC1E15EB838A00256477 /* ltm.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBE115EB838A00256477 /* ltm.c */; };
F293BC1F15EB838A00256477 /* lua.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBE315EB838A00256477 /* lua.c */; };
F293BC2015EB838A00256477 /* lundump.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBE715EB838A00256477 /* lundump.c */; };
F293BC2115EB838A00256477 /* lvm.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBE915EB838A00256477 /* lvm.c */; };
F293BC2215EB838A00256477 /* lzio.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBEB15EB838A00256477 /* lzio.c */; };
F293BC2315EB838A00256477 /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBED15EB838A00256477 /* print.c */; };
F293BC2B15EB838A00256477 /* tolua_event.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBFB15EB838A00256477 /* tolua_event.c */; };
F293BC2C15EB838A00256477 /* tolua_is.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBFD15EB838A00256477 /* tolua_is.c */; };
F293BC2D15EB838A00256477 /* tolua_map.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBFE15EB838A00256477 /* tolua_map.c */; };
F293BC2E15EB838A00256477 /* tolua_push.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BBFF15EB838A00256477 /* tolua_push.c */; };
F293BC2F15EB838A00256477 /* tolua_to.c in Sources */ = {isa = PBXBuildFile; fileRef = F293BC0015EB838A00256477 /* tolua_to.c */; };
F2A1553E15EB91DE00C9B0B6 /* Collision in Resources */ = {isa = PBXBuildFile; fileRef = F2A1553A15EB91DE00C9B0B6 /* Collision */; };
F2A1553F15EB91DE00C9B0B6 /* Common in Resources */ = {isa = PBXBuildFile; fileRef = F2A1553B15EB91DE00C9B0B6 /* Common */; };
F2A1554015EB91DE00C9B0B6 /* Dynamics in Resources */ = {isa = PBXBuildFile; fileRef = F2A1553C15EB91DE00C9B0B6 /* Dynamics */; };
F2A1554115EB91DE00C9B0B6 /* Rope in Resources */ = {isa = PBXBuildFile; fileRef = F2A1553D15EB91DE00C9B0B6 /* Rope */; };
F2A1554415EB91F300C9B0B6 /* include in Resources */ = {isa = PBXBuildFile; fileRef = F2A1554215EB91F300C9B0B6 /* include */; };
F2A1554515EB91F300C9B0B6 /* src in Resources */ = {isa = PBXBuildFile; fileRef = F2A1554315EB91F300C9B0B6 /* src */; };
F2A1555015EB923500C9B0B6 /* CCBReader in Resources */ = {isa = PBXBuildFile; fileRef = F2A1554B15EB923500C9B0B6 /* CCBReader */; };
F2A1555115EB923500C9B0B6 /* GUI in Resources */ = {isa = PBXBuildFile; fileRef = F2A1554E15EB923500C9B0B6 /* GUI */; };
F2A1555215EB923500C9B0B6 /* network in Resources */ = {isa = PBXBuildFile; fileRef = F2A1554F15EB923500C9B0B6 /* network */; };
F2D83A5715EC71CC004C508F /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F2A154EE15EB8BCD00C9B0B6 /* libcocos2dx.a */; };
F2D83A7E15EC7265004C508F /* CDAudioManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F2D83A7515EC7265004C508F /* CDAudioManager.m */; };
F2D83A7F15EC7265004C508F /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = F2D83A7815EC7265004C508F /* CDOpenALSupport.m */; };
F2D83A8015EC7265004C508F /* CocosDenshion.m in Sources */ = {isa = PBXBuildFile; fileRef = F2D83A7A15EC7265004C508F /* CocosDenshion.m */; };
F2D83A8115EC7265004C508F /* SimpleAudioEngine_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = F2D83A7C15EC7265004C508F /* SimpleAudioEngine_objc.m */; };
F2D83A8215EC7265004C508F /* SimpleAudioEngine.mm in Sources */ = {isa = PBXBuildFile; fileRef = F2D83A7D15EC7265004C508F /* SimpleAudioEngine.mm */; };
F2D83A8415EC7290004C508F /* luaScript in Resources */ = {isa = PBXBuildFile; fileRef = F2D83A8315EC7290004C508F /* luaScript */; };
F2D83AB415EC980D004C508F /* animations in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA015EC980D004C508F /* animations */; };
F2D83AB515EC980D004C508F /* background.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA115EC980D004C508F /* background.mp3 */; };
F2D83AB615EC980D004C508F /* background.ogg in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA215EC980D004C508F /* background.ogg */; };
F2D83AB715EC980D004C508F /* ccb in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA315EC980D004C508F /* ccb */; };
F2D83AB815EC980D004C508F /* effect1.raw in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA415EC980D004C508F /* effect1.raw */; };
F2D83AB915EC980D004C508F /* effect1.wav in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA515EC980D004C508F /* effect1.wav */; };
F2D83ABA15EC980D004C508F /* effect2.ogg in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA615EC980D004C508F /* effect2.ogg */; };
F2D83ABB15EC980D004C508F /* extensions in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA715EC980D004C508F /* extensions */; };
F2D83ABC15EC980D004C508F /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA815EC980D004C508F /* fonts */; };
F2D83ABD15EC980D004C508F /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AA915EC980D004C508F /* fps_images.png */; };
F2D83ABE15EC980D004C508F /* hd in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AAA15EC980D004C508F /* hd */; };
F2D83ABF15EC980D004C508F /* Hello.png in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AAB15EC980D004C508F /* Hello.png */; };
F2D83AC015EC980D004C508F /* Images in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AAC15EC980D004C508F /* Images */; };
F2D83AC115EC980D004C508F /* ipad in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AAD15EC980D004C508F /* ipad */; };
F2D83AC215EC980D004C508F /* ipadhd in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AAE15EC980D004C508F /* ipadhd */; };
F2D83AC315EC980D004C508F /* music.mid in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AAF15EC980D004C508F /* music.mid */; };
F2D83AC415EC980D004C508F /* Particles in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AB015EC980D004C508F /* Particles */; };
F2D83AC515EC980D004C508F /* Shaders in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AB115EC980D004C508F /* Shaders */; };
F2D83AC615EC980D004C508F /* TileMaps in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AB215EC980D004C508F /* TileMaps */; };
F2D83AC715EC980D004C508F /* zwoptex in Resources */ = {isa = PBXBuildFile; fileRef = F2D83AB315EC980D004C508F /* zwoptex */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
F2A154ED15EB8BCD00C9B0B6 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F2A154E615EB8BCD00C9B0B6 /* cocos2dx.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
remoteInfo = cocos2dx;
};
F2D83A5515EC71C7004C508F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F2A154E615EB8BCD00C9B0B6 /* cocos2dx.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 1551A33E158F2AB200E66CFE;
remoteInfo = cocos2dx;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
158B579715EC9D86009FCBB4 /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-57.png"; sourceTree = SOURCE_ROOT; };
158B579815EC9D86009FCBB4 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = SOURCE_ROOT; };
158B579915EC9D86009FCBB4 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = SOURCE_ROOT; };
158B579A15EC9D86009FCBB4 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = SOURCE_ROOT; };
D41A0AE4160F1640004552AE /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../../TestLua/proj.ios/Default-568h@2x.png"; sourceTree = "<group>"; };
D446FD9516102D5B000ADA7B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = ../../TestLua/proj.ios/Default.png; sourceTree = "<group>"; };
D446FD9716102D61000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "../../TestLua/proj.ios/Default@2x.png"; 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>"; };
F293BBAF15EB838A00256477 /* CCLuaEngine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaEngine.cpp; sourceTree = "<group>"; };
F293BBB015EB838A00256477 /* CCLuaEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaEngine.h; sourceTree = "<group>"; };
F293BBB115EB838A00256477 /* Cocos2dxLuaLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Cocos2dxLuaLoader.cpp; sourceTree = "<group>"; };
F293BBB215EB838A00256477 /* Cocos2dxLuaLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cocos2dxLuaLoader.h; sourceTree = "<group>"; };
F293BBB315EB838A00256477 /* LuaCocos2d.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaCocos2d.cpp; sourceTree = "<group>"; };
F293BBB415EB838A00256477 /* LuaCocos2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaCocos2d.h; sourceTree = "<group>"; };
F293BBB515EB838A00256477 /* tolua_fix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_fix.c; sourceTree = "<group>"; };
F293BBB615EB838A00256477 /* tolua_fix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_fix.h; sourceTree = "<group>"; };
F293BBB815EB838A00256477 /* lapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lapi.c; sourceTree = "<group>"; };
F293BBB915EB838A00256477 /* lapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lapi.h; sourceTree = "<group>"; };
F293BBBA15EB838A00256477 /* lauxlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lauxlib.c; sourceTree = "<group>"; };
F293BBBB15EB838A00256477 /* lauxlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lauxlib.h; sourceTree = "<group>"; };
F293BBBC15EB838A00256477 /* lbaselib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lbaselib.c; sourceTree = "<group>"; };
F293BBBD15EB838A00256477 /* lcode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lcode.c; sourceTree = "<group>"; };
F293BBBE15EB838A00256477 /* lcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lcode.h; sourceTree = "<group>"; };
F293BBBF15EB838A00256477 /* ldblib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldblib.c; sourceTree = "<group>"; };
F293BBC015EB838A00256477 /* ldebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldebug.c; sourceTree = "<group>"; };
F293BBC115EB838A00256477 /* ldebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldebug.h; sourceTree = "<group>"; };
F293BBC215EB838A00256477 /* ldo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldo.c; sourceTree = "<group>"; };
F293BBC315EB838A00256477 /* ldo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldo.h; sourceTree = "<group>"; };
F293BBC415EB838A00256477 /* ldump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldump.c; sourceTree = "<group>"; };
F293BBC515EB838A00256477 /* lfunc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lfunc.c; sourceTree = "<group>"; };
F293BBC615EB838A00256477 /* lfunc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lfunc.h; sourceTree = "<group>"; };
F293BBC715EB838A00256477 /* lgc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lgc.c; sourceTree = "<group>"; };
F293BBC815EB838A00256477 /* lgc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lgc.h; sourceTree = "<group>"; };
F293BBC915EB838A00256477 /* linit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linit.c; sourceTree = "<group>"; };
F293BBCA15EB838A00256477 /* liolib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = liolib.c; sourceTree = "<group>"; };
F293BBCB15EB838A00256477 /* llex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = llex.c; sourceTree = "<group>"; };
F293BBCC15EB838A00256477 /* llex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llex.h; sourceTree = "<group>"; };
F293BBCD15EB838A00256477 /* llimits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llimits.h; sourceTree = "<group>"; };
F293BBCE15EB838A00256477 /* lmathlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lmathlib.c; sourceTree = "<group>"; };
F293BBCF15EB838A00256477 /* lmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lmem.c; sourceTree = "<group>"; };
F293BBD015EB838A00256477 /* lmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lmem.h; sourceTree = "<group>"; };
F293BBD115EB838A00256477 /* loadlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loadlib.c; sourceTree = "<group>"; };
F293BBD215EB838A00256477 /* lobject.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lobject.c; sourceTree = "<group>"; };
F293BBD315EB838A00256477 /* lobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lobject.h; sourceTree = "<group>"; };
F293BBD415EB838A00256477 /* lopcodes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lopcodes.c; sourceTree = "<group>"; };
F293BBD515EB838A00256477 /* lopcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lopcodes.h; sourceTree = "<group>"; };
F293BBD615EB838A00256477 /* loslib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loslib.c; sourceTree = "<group>"; };
F293BBD715EB838A00256477 /* lparser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lparser.c; sourceTree = "<group>"; };
F293BBD815EB838A00256477 /* lparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lparser.h; sourceTree = "<group>"; };
F293BBD915EB838A00256477 /* lstate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lstate.c; sourceTree = "<group>"; };
F293BBDA15EB838A00256477 /* lstate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lstate.h; sourceTree = "<group>"; };
F293BBDB15EB838A00256477 /* lstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lstring.c; sourceTree = "<group>"; };
F293BBDC15EB838A00256477 /* lstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lstring.h; sourceTree = "<group>"; };
F293BBDD15EB838A00256477 /* lstrlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lstrlib.c; sourceTree = "<group>"; };
F293BBDE15EB838A00256477 /* ltable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ltable.c; sourceTree = "<group>"; };
F293BBDF15EB838A00256477 /* ltable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ltable.h; sourceTree = "<group>"; };
F293BBE015EB838A00256477 /* ltablib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ltablib.c; sourceTree = "<group>"; };
F293BBE115EB838A00256477 /* ltm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ltm.c; sourceTree = "<group>"; };
F293BBE215EB838A00256477 /* ltm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ltm.h; sourceTree = "<group>"; };
F293BBE315EB838A00256477 /* lua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lua.c; sourceTree = "<group>"; };
F293BBE415EB838A00256477 /* lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lua.h; sourceTree = "<group>"; };
F293BBE515EB838A00256477 /* luaconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = luaconf.h; sourceTree = "<group>"; };
F293BBE615EB838A00256477 /* lualib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lualib.h; sourceTree = "<group>"; };
F293BBE715EB838A00256477 /* lundump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lundump.c; sourceTree = "<group>"; };
F293BBE815EB838A00256477 /* lundump.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lundump.h; sourceTree = "<group>"; };
F293BBE915EB838A00256477 /* lvm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lvm.c; sourceTree = "<group>"; };
F293BBEA15EB838A00256477 /* lvm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lvm.h; sourceTree = "<group>"; };
F293BBEB15EB838A00256477 /* lzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lzio.c; sourceTree = "<group>"; };
F293BBEC15EB838A00256477 /* lzio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lzio.h; sourceTree = "<group>"; };
F293BBED15EB838A00256477 /* print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = print.c; sourceTree = "<group>"; };
F293BBFA15EB838A00256477 /* tolua++.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "tolua++.h"; sourceTree = "<group>"; };
F293BBFB15EB838A00256477 /* tolua_event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_event.c; sourceTree = "<group>"; };
F293BBFC15EB838A00256477 /* tolua_event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_event.h; sourceTree = "<group>"; };
F293BBFD15EB838A00256477 /* tolua_is.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_is.c; sourceTree = "<group>"; };
F293BBFE15EB838A00256477 /* tolua_map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_map.c; sourceTree = "<group>"; };
F293BBFF15EB838A00256477 /* tolua_push.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_push.c; sourceTree = "<group>"; };
F293BC0015EB838A00256477 /* tolua_to.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_to.c; sourceTree = "<group>"; };
F2A154E615EB8BCD00C9B0B6 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = "<group>"; };
F2A1553915EB91DE00C9B0B6 /* Box2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Box2D.h; path = ../../../external/Box2D/Box2D.h; sourceTree = "<group>"; };
F2A1553A15EB91DE00C9B0B6 /* Collision */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Collision; path = ../../../external/Box2D/Collision; sourceTree = "<group>"; };
F2A1553B15EB91DE00C9B0B6 /* Common */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Common; path = ../../../external/Box2D/Common; sourceTree = "<group>"; };
F2A1553C15EB91DE00C9B0B6 /* Dynamics */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Dynamics; path = ../../../external/Box2D/Dynamics; sourceTree = "<group>"; };
F2A1553D15EB91DE00C9B0B6 /* Rope */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Rope; path = ../../../external/Box2D/Rope; sourceTree = "<group>"; };
F2A1554215EB91F300C9B0B6 /* include */ = {isa = PBXFileReference; lastKnownFileType = folder; name = include; path = ../../../external/chipmunk/include; sourceTree = "<group>"; };
F2A1554315EB91F300C9B0B6 /* src */ = {isa = PBXFileReference; lastKnownFileType = folder; name = src; path = ../../../external/chipmunk/src; sourceTree = "<group>"; };
F2A1554B15EB923500C9B0B6 /* CCBReader */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CCBReader; path = ../../../extensions/CCBReader; sourceTree = "<group>"; };
F2A1554C15EB923500C9B0B6 /* cocos-ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "cocos-ext.h"; path = "../../../extensions/cocos-ext.h"; sourceTree = "<group>"; };
F2A1554D15EB923500C9B0B6 /* ExtensionMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExtensionMacros.h; path = ../../../extensions/ExtensionMacros.h; sourceTree = "<group>"; };
F2A1554E15EB923500C9B0B6 /* GUI */ = {isa = PBXFileReference; lastKnownFileType = folder; name = GUI; path = ../../../extensions/GUI; sourceTree = "<group>"; };
F2A1554F15EB923500C9B0B6 /* network */ = {isa = PBXFileReference; lastKnownFileType = folder; name = network; path = ../../../extensions/network; sourceTree = "<group>"; };
F2D83A7215EC7259004C508F /* Export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Export.h; path = ../../../CocosDenshion/include/Export.h; sourceTree = "<group>"; };
F2D83A7315EC7259004C508F /* SimpleAudioEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SimpleAudioEngine.h; path = ../../../CocosDenshion/include/SimpleAudioEngine.h; sourceTree = "<group>"; };
F2D83A7415EC7265004C508F /* CDAudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CDAudioManager.h; path = ../../../CocosDenshion/ios/CDAudioManager.h; sourceTree = "<group>"; };
F2D83A7515EC7265004C508F /* CDAudioManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CDAudioManager.m; path = ../../../CocosDenshion/ios/CDAudioManager.m; sourceTree = "<group>"; };
F2D83A7615EC7265004C508F /* CDConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CDConfig.h; path = ../../../CocosDenshion/ios/CDConfig.h; sourceTree = "<group>"; };
F2D83A7715EC7265004C508F /* CDOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CDOpenALSupport.h; path = ../../../CocosDenshion/ios/CDOpenALSupport.h; sourceTree = "<group>"; };
F2D83A7815EC7265004C508F /* CDOpenALSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CDOpenALSupport.m; path = ../../../CocosDenshion/ios/CDOpenALSupport.m; sourceTree = "<group>"; };
F2D83A7915EC7265004C508F /* CocosDenshion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CocosDenshion.h; path = ../../../CocosDenshion/ios/CocosDenshion.h; sourceTree = "<group>"; };
F2D83A7A15EC7265004C508F /* CocosDenshion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CocosDenshion.m; path = ../../../CocosDenshion/ios/CocosDenshion.m; sourceTree = "<group>"; };
F2D83A7B15EC7265004C508F /* SimpleAudioEngine_objc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SimpleAudioEngine_objc.h; path = ../../../CocosDenshion/ios/SimpleAudioEngine_objc.h; sourceTree = "<group>"; };
F2D83A7C15EC7265004C508F /* SimpleAudioEngine_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SimpleAudioEngine_objc.m; path = ../../../CocosDenshion/ios/SimpleAudioEngine_objc.m; sourceTree = "<group>"; };
F2D83A7D15EC7265004C508F /* SimpleAudioEngine.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = SimpleAudioEngine.mm; path = ../../../CocosDenshion/ios/SimpleAudioEngine.mm; sourceTree = "<group>"; };
F2D83A8315EC7290004C508F /* luaScript */ = {isa = PBXFileReference; lastKnownFileType = folder; name = luaScript; path = ../../TestLua/Resources/luaScript; sourceTree = "<group>"; };
F2D83AA015EC980D004C508F /* animations */ = {isa = PBXFileReference; lastKnownFileType = folder; path = animations; sourceTree = "<group>"; };
F2D83AA115EC980D004C508F /* background.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = background.mp3; sourceTree = "<group>"; };
F2D83AA215EC980D004C508F /* background.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = background.ogg; sourceTree = "<group>"; };
F2D83AA315EC980D004C508F /* ccb */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ccb; sourceTree = "<group>"; };
F2D83AA415EC980D004C508F /* effect1.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = effect1.raw; sourceTree = "<group>"; };
F2D83AA515EC980D004C508F /* effect1.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = effect1.wav; sourceTree = "<group>"; };
F2D83AA615EC980D004C508F /* effect2.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = effect2.ogg; sourceTree = "<group>"; };
F2D83AA715EC980D004C508F /* extensions */ = {isa = PBXFileReference; lastKnownFileType = folder; path = extensions; sourceTree = "<group>"; };
F2D83AA815EC980D004C508F /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fonts; sourceTree = "<group>"; };
F2D83AA915EC980D004C508F /* fps_images.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fps_images.png; sourceTree = "<group>"; };
F2D83AAA15EC980D004C508F /* hd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = hd; sourceTree = "<group>"; };
F2D83AAB15EC980D004C508F /* Hello.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Hello.png; sourceTree = "<group>"; };
F2D83AAC15EC980D004C508F /* Images */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Images; sourceTree = "<group>"; };
F2D83AAD15EC980D004C508F /* ipad */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipad; sourceTree = "<group>"; };
F2D83AAE15EC980D004C508F /* ipadhd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipadhd; sourceTree = "<group>"; };
F2D83AAF15EC980D004C508F /* music.mid */ = {isa = PBXFileReference; lastKnownFileType = audio.midi; path = music.mid; sourceTree = "<group>"; };
F2D83AB015EC980D004C508F /* Particles */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Particles; sourceTree = "<group>"; };
F2D83AB115EC980D004C508F /* Shaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Shaders; sourceTree = "<group>"; };
F2D83AB215EC980D004C508F /* TileMaps */ = {isa = PBXFileReference; lastKnownFileType = folder; path = TileMaps; sourceTree = "<group>"; };
F2D83AB315EC980D004C508F /* zwoptex */ = {isa = PBXFileReference; lastKnownFileType = folder; path = zwoptex; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F293B3C515EB7BE500256477 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F2D83A5715EC71CC004C508F /* libcocos2dx.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 */
F293B3BD15EB7BE500256477 = {
isa = PBXGroup;
children = (
F2A154E615EB8BCD00C9B0B6 /* cocos2dx.xcodeproj */,
F2A1554A15EB921600C9B0B6 /* extensions */,
F2A1553815EB91A000C9B0B6 /* chipmunk */,
F2A1552315EB910F00C9B0B6 /* box2d */,
F2A1552215EB910300C9B0B6 /* CocosDenshion */,
F293BBAD15EB838A00256477 /* lua */,
F293BB7C15EB830F00256477 /* Classes */,
F293B6E815EB807E00256477 /* Other Sources */,
F293B3CB15EB7BE500256477 /* Frameworks */,
F293B3C915EB7BE500256477 /* Products */,
F293BC4615EB859D00256477 /* Resources */,
);
sourceTree = "<group>";
};
F293B3C915EB7BE500256477 /* Products */ = {
isa = PBXGroup;
children = (
F293B3C815EB7BE500256477 /* TestLua.app */,
);
name = Products;
sourceTree = "<group>";
};
F293B3CB15EB7BE500256477 /* Frameworks */ = {
isa = PBXGroup;
children = (
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>";
};
F293BBAD15EB838A00256477 /* lua */ = {
isa = PBXGroup;
children = (
F293BBAE15EB838A00256477 /* cocos2dx_support */,
F293BBB715EB838A00256477 /* lua */,
F293BBF915EB838A00256477 /* tolua */,
);
name = lua;
path = ../../../scripting/lua;
sourceTree = "<group>";
};
F293BBAE15EB838A00256477 /* cocos2dx_support */ = {
isa = PBXGroup;
children = (
F293BBAF15EB838A00256477 /* CCLuaEngine.cpp */,
F293BBB015EB838A00256477 /* CCLuaEngine.h */,
F293BBB115EB838A00256477 /* Cocos2dxLuaLoader.cpp */,
F293BBB215EB838A00256477 /* Cocos2dxLuaLoader.h */,
F293BBB315EB838A00256477 /* LuaCocos2d.cpp */,
F293BBB415EB838A00256477 /* LuaCocos2d.h */,
F293BBB515EB838A00256477 /* tolua_fix.c */,
F293BBB615EB838A00256477 /* tolua_fix.h */,
);
path = cocos2dx_support;
sourceTree = "<group>";
};
F293BBB715EB838A00256477 /* lua */ = {
isa = PBXGroup;
children = (
F293BBB815EB838A00256477 /* lapi.c */,
F293BBB915EB838A00256477 /* lapi.h */,
F293BBBA15EB838A00256477 /* lauxlib.c */,
F293BBBB15EB838A00256477 /* lauxlib.h */,
F293BBBC15EB838A00256477 /* lbaselib.c */,
F293BBBD15EB838A00256477 /* lcode.c */,
F293BBBE15EB838A00256477 /* lcode.h */,
F293BBBF15EB838A00256477 /* ldblib.c */,
F293BBC015EB838A00256477 /* ldebug.c */,
F293BBC115EB838A00256477 /* ldebug.h */,
F293BBC215EB838A00256477 /* ldo.c */,
F293BBC315EB838A00256477 /* ldo.h */,
F293BBC415EB838A00256477 /* ldump.c */,
F293BBC515EB838A00256477 /* lfunc.c */,
F293BBC615EB838A00256477 /* lfunc.h */,
F293BBC715EB838A00256477 /* lgc.c */,
F293BBC815EB838A00256477 /* lgc.h */,
F293BBC915EB838A00256477 /* linit.c */,
F293BBCA15EB838A00256477 /* liolib.c */,
F293BBCB15EB838A00256477 /* llex.c */,
F293BBCC15EB838A00256477 /* llex.h */,
F293BBCD15EB838A00256477 /* llimits.h */,
F293BBCE15EB838A00256477 /* lmathlib.c */,
F293BBCF15EB838A00256477 /* lmem.c */,
F293BBD015EB838A00256477 /* lmem.h */,
F293BBD115EB838A00256477 /* loadlib.c */,
F293BBD215EB838A00256477 /* lobject.c */,
F293BBD315EB838A00256477 /* lobject.h */,
F293BBD415EB838A00256477 /* lopcodes.c */,
F293BBD515EB838A00256477 /* lopcodes.h */,
F293BBD615EB838A00256477 /* loslib.c */,
F293BBD715EB838A00256477 /* lparser.c */,
F293BBD815EB838A00256477 /* lparser.h */,
F293BBD915EB838A00256477 /* lstate.c */,
F293BBDA15EB838A00256477 /* lstate.h */,
F293BBDB15EB838A00256477 /* lstring.c */,
F293BBDC15EB838A00256477 /* lstring.h */,
F293BBDD15EB838A00256477 /* lstrlib.c */,
F293BBDE15EB838A00256477 /* ltable.c */,
F293BBDF15EB838A00256477 /* ltable.h */,
F293BBE015EB838A00256477 /* ltablib.c */,
F293BBE115EB838A00256477 /* ltm.c */,
F293BBE215EB838A00256477 /* ltm.h */,
F293BBE315EB838A00256477 /* lua.c */,
F293BBE415EB838A00256477 /* lua.h */,
F293BBE515EB838A00256477 /* luaconf.h */,
F293BBE615EB838A00256477 /* lualib.h */,
F293BBE715EB838A00256477 /* lundump.c */,
F293BBE815EB838A00256477 /* lundump.h */,
F293BBE915EB838A00256477 /* lvm.c */,
F293BBEA15EB838A00256477 /* lvm.h */,
F293BBEB15EB838A00256477 /* lzio.c */,
F293BBEC15EB838A00256477 /* lzio.h */,
F293BBED15EB838A00256477 /* print.c */,
);
path = lua;
sourceTree = "<group>";
};
F293BBF915EB838A00256477 /* tolua */ = {
isa = PBXGroup;
children = (
F293BBFA15EB838A00256477 /* tolua++.h */,
F293BBFB15EB838A00256477 /* tolua_event.c */,
F293BBFC15EB838A00256477 /* tolua_event.h */,
F293BBFD15EB838A00256477 /* tolua_is.c */,
F293BBFE15EB838A00256477 /* tolua_map.c */,
F293BBFF15EB838A00256477 /* tolua_push.c */,
F293BC0015EB838A00256477 /* tolua_to.c */,
);
path = tolua;
sourceTree = "<group>";
};
F293BC4615EB859D00256477 /* Resources */ = {
isa = PBXGroup;
children = (
D446FD9716102D61000ADA7B /* Default@2x.png */,
D446FD9516102D5B000ADA7B /* Default.png */,
D41A0AE4160F1640004552AE /* Default-568h@2x.png */,
158B579715EC9D86009FCBB4 /* Icon-57.png */,
158B579815EC9D86009FCBB4 /* Icon-72.png */,
158B579915EC9D86009FCBB4 /* Icon-114.png */,
158B579A15EC9D86009FCBB4 /* Icon-144.png */,
F2D83AA015EC980D004C508F /* animations */,
F2D83AA115EC980D004C508F /* background.mp3 */,
F2D83AA215EC980D004C508F /* background.ogg */,
F2D83AA315EC980D004C508F /* ccb */,
F2D83AA415EC980D004C508F /* effect1.raw */,
F2D83AA515EC980D004C508F /* effect1.wav */,
F2D83AA615EC980D004C508F /* effect2.ogg */,
F2D83AA715EC980D004C508F /* extensions */,
F2D83AA815EC980D004C508F /* fonts */,
F2D83AA915EC980D004C508F /* fps_images.png */,
F2D83AAA15EC980D004C508F /* hd */,
F2D83AAB15EC980D004C508F /* Hello.png */,
F2D83AAC15EC980D004C508F /* Images */,
F2D83AAD15EC980D004C508F /* ipad */,
F2D83AAE15EC980D004C508F /* ipadhd */,
F2D83AAF15EC980D004C508F /* music.mid */,
F2D83AB015EC980D004C508F /* Particles */,
F2D83AB115EC980D004C508F /* Shaders */,
F2D83AB215EC980D004C508F /* TileMaps */,
F2D83AB315EC980D004C508F /* zwoptex */,
F2D83A8315EC7290004C508F /* luaScript */,
);
name = Resources;
path = ../../TestCpp/Resources;
sourceTree = "<group>";
};
F2A154E715EB8BCD00C9B0B6 /* Products */ = {
isa = PBXGroup;
children = (
F2A154EE15EB8BCD00C9B0B6 /* libcocos2dx.a */,
);
name = Products;
sourceTree = "<group>";
};
F2A1552215EB910300C9B0B6 /* CocosDenshion */ = {
isa = PBXGroup;
children = (
F2D83A7115EC723F004C508F /* include */,
F2D83A7015EC723B004C508F /* ios */,
);
name = CocosDenshion;
sourceTree = "<group>";
};
F2A1552315EB910F00C9B0B6 /* box2d */ = {
isa = PBXGroup;
children = (
F2A1553915EB91DE00C9B0B6 /* Box2D.h */,
F2A1553A15EB91DE00C9B0B6 /* Collision */,
F2A1553B15EB91DE00C9B0B6 /* Common */,
F2A1553C15EB91DE00C9B0B6 /* Dynamics */,
F2A1553D15EB91DE00C9B0B6 /* Rope */,
);
name = box2d;
sourceTree = "<group>";
};
F2A1553815EB91A000C9B0B6 /* chipmunk */ = {
isa = PBXGroup;
children = (
F2A1554215EB91F300C9B0B6 /* include */,
F2A1554315EB91F300C9B0B6 /* src */,
);
name = chipmunk;
sourceTree = "<group>";
};
F2A1554A15EB921600C9B0B6 /* extensions */ = {
isa = PBXGroup;
children = (
F2A1554B15EB923500C9B0B6 /* CCBReader */,
F2A1554C15EB923500C9B0B6 /* cocos-ext.h */,
F2A1554D15EB923500C9B0B6 /* ExtensionMacros.h */,
F2A1554E15EB923500C9B0B6 /* GUI */,
F2A1554F15EB923500C9B0B6 /* network */,
);
name = extensions;
sourceTree = "<group>";
};
F2D83A7015EC723B004C508F /* ios */ = {
isa = PBXGroup;
children = (
F2D83A7415EC7265004C508F /* CDAudioManager.h */,
F2D83A7515EC7265004C508F /* CDAudioManager.m */,
F2D83A7615EC7265004C508F /* CDConfig.h */,
F2D83A7715EC7265004C508F /* CDOpenALSupport.h */,
F2D83A7815EC7265004C508F /* CDOpenALSupport.m */,
F2D83A7915EC7265004C508F /* CocosDenshion.h */,
F2D83A7A15EC7265004C508F /* CocosDenshion.m */,
F2D83A7B15EC7265004C508F /* SimpleAudioEngine_objc.h */,
F2D83A7C15EC7265004C508F /* SimpleAudioEngine_objc.m */,
F2D83A7D15EC7265004C508F /* SimpleAudioEngine.mm */,
);
name = ios;
sourceTree = "<group>";
};
F2D83A7115EC723F004C508F /* include */ = {
isa = PBXGroup;
children = (
F2D83A7215EC7259004C508F /* Export.h */,
F2D83A7315EC7259004C508F /* SimpleAudioEngine.h */,
);
name = include;
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 = (
F2D83A5615EC71C7004C508F /* PBXTargetDependency */,
);
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 = "";
projectReferences = (
{
ProductGroup = F2A154E715EB8BCD00C9B0B6 /* Products */;
ProjectRef = F2A154E615EB8BCD00C9B0B6 /* cocos2dx.xcodeproj */;
},
);
projectRoot = "";
targets = (
F293B3C715EB7BE500256477 /* TestLua */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
F2A154EE15EB8BCD00C9B0B6 /* libcocos2dx.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libcocos2dx.a;
remoteRef = F2A154ED15EB8BCD00C9B0B6 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
F293B3C615EB7BE500256477 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F2A1553E15EB91DE00C9B0B6 /* Collision in Resources */,
F2A1553F15EB91DE00C9B0B6 /* Common in Resources */,
F2A1554015EB91DE00C9B0B6 /* Dynamics in Resources */,
F2A1554115EB91DE00C9B0B6 /* Rope in Resources */,
F2A1554415EB91F300C9B0B6 /* include in Resources */,
F2A1554515EB91F300C9B0B6 /* src in Resources */,
F2A1555015EB923500C9B0B6 /* CCBReader in Resources */,
F2A1555115EB923500C9B0B6 /* GUI in Resources */,
F2A1555215EB923500C9B0B6 /* network in Resources */,
F2D83A8415EC7290004C508F /* luaScript in Resources */,
F2D83AB415EC980D004C508F /* animations in Resources */,
F2D83AB515EC980D004C508F /* background.mp3 in Resources */,
F2D83AB615EC980D004C508F /* background.ogg in Resources */,
F2D83AB715EC980D004C508F /* ccb in Resources */,
F2D83AB815EC980D004C508F /* effect1.raw in Resources */,
F2D83AB915EC980D004C508F /* effect1.wav in Resources */,
F2D83ABA15EC980D004C508F /* effect2.ogg in Resources */,
F2D83ABB15EC980D004C508F /* extensions in Resources */,
F2D83ABC15EC980D004C508F /* fonts in Resources */,
F2D83ABD15EC980D004C508F /* fps_images.png in Resources */,
F2D83ABE15EC980D004C508F /* hd in Resources */,
F2D83ABF15EC980D004C508F /* Hello.png in Resources */,
F2D83AC015EC980D004C508F /* Images in Resources */,
F2D83AC115EC980D004C508F /* ipad in Resources */,
F2D83AC215EC980D004C508F /* ipadhd in Resources */,
F2D83AC315EC980D004C508F /* music.mid in Resources */,
F2D83AC415EC980D004C508F /* Particles in Resources */,
F2D83AC515EC980D004C508F /* Shaders in Resources */,
F2D83AC615EC980D004C508F /* TileMaps in Resources */,
F2D83AC715EC980D004C508F /* zwoptex in Resources */,
158B579B15EC9D86009FCBB4 /* Icon-57.png in Resources */,
158B579C15EC9D86009FCBB4 /* Icon-72.png in Resources */,
158B579D15EC9D86009FCBB4 /* Icon-114.png in Resources */,
158B579E15EC9D86009FCBB4 /* Icon-144.png in Resources */,
D41A0AE5160F1640004552AE /* Default-568h@2x.png in Resources */,
D446FD9616102D5B000ADA7B /* Default.png in Resources */,
D446FD9816102D61000ADA7B /* Default@2x.png 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 */,
F293BC0115EB838A00256477 /* CCLuaEngine.cpp in Sources */,
F293BC0215EB838A00256477 /* Cocos2dxLuaLoader.cpp in Sources */,
F293BC0315EB838A00256477 /* LuaCocos2d.cpp in Sources */,
F293BC0415EB838A00256477 /* tolua_fix.c in Sources */,
F293BC0515EB838A00256477 /* lapi.c in Sources */,
F293BC0615EB838A00256477 /* lauxlib.c in Sources */,
F293BC0715EB838A00256477 /* lbaselib.c in Sources */,
F293BC0815EB838A00256477 /* lcode.c in Sources */,
F293BC0915EB838A00256477 /* ldblib.c in Sources */,
F293BC0A15EB838A00256477 /* ldebug.c in Sources */,
F293BC0B15EB838A00256477 /* ldo.c in Sources */,
F293BC0C15EB838A00256477 /* ldump.c in Sources */,
F293BC0D15EB838A00256477 /* lfunc.c in Sources */,
F293BC0E15EB838A00256477 /* lgc.c in Sources */,
F293BC0F15EB838A00256477 /* linit.c in Sources */,
F293BC1015EB838A00256477 /* liolib.c in Sources */,
F293BC1115EB838A00256477 /* llex.c in Sources */,
F293BC1215EB838A00256477 /* lmathlib.c in Sources */,
F293BC1315EB838A00256477 /* lmem.c in Sources */,
F293BC1415EB838A00256477 /* loadlib.c in Sources */,
F293BC1515EB838A00256477 /* lobject.c in Sources */,
F293BC1615EB838A00256477 /* lopcodes.c in Sources */,
F293BC1715EB838A00256477 /* loslib.c in Sources */,
F293BC1815EB838A00256477 /* lparser.c in Sources */,
F293BC1915EB838A00256477 /* lstate.c in Sources */,
F293BC1A15EB838A00256477 /* lstring.c in Sources */,
F293BC1B15EB838A00256477 /* lstrlib.c in Sources */,
F293BC1C15EB838A00256477 /* ltable.c in Sources */,
F293BC1D15EB838A00256477 /* ltablib.c in Sources */,
F293BC1E15EB838A00256477 /* ltm.c in Sources */,
F293BC1F15EB838A00256477 /* lua.c in Sources */,
F293BC2015EB838A00256477 /* lundump.c in Sources */,
F293BC2115EB838A00256477 /* lvm.c in Sources */,
F293BC2215EB838A00256477 /* lzio.c in Sources */,
F293BC2315EB838A00256477 /* print.c in Sources */,
F293BC2B15EB838A00256477 /* tolua_event.c in Sources */,
F293BC2C15EB838A00256477 /* tolua_is.c in Sources */,
F293BC2D15EB838A00256477 /* tolua_map.c in Sources */,
F293BC2E15EB838A00256477 /* tolua_push.c in Sources */,
F293BC2F15EB838A00256477 /* tolua_to.c in Sources */,
F2D83A7E15EC7265004C508F /* CDAudioManager.m in Sources */,
F2D83A7F15EC7265004C508F /* CDOpenALSupport.m in Sources */,
F2D83A8015EC7265004C508F /* CocosDenshion.m in Sources */,
F2D83A8115EC7265004C508F /* SimpleAudioEngine_objc.m in Sources */,
F2D83A8215EC7265004C508F /* SimpleAudioEngine.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
F2D83A5615EC71C7004C508F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = cocos2dx;
targetProxy = F2D83A5515EC71C7004C508F /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
F293B6C215EB7BEA00256477 /* 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,
"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;
SDKROOT = iphoneos;
};
name = Debug;
};
F293B6C315EB7BEA00256477 /* 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,
"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";
SDKROOT = iphoneos;
};
name = Release;
};
F293B6C515EB7BEA00256477 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO;
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",
);
"GCC_THUMB_SUPPORT[arch=armv6]" = "";
HEADER_SEARCH_PATHS = (
"\"$(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",
"$(SRCROOT)/../../../CocosDenshion/include",
"\"$(SRCROOT)/../../../external/chipmunk/include/chipmunk\"",
"\"$(SRCROOT)/../../../external/chipmunk/include/constraints\"",
"\"$(SRCROOT)/../../../external\"",
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/ios\"",
"\"$(SRCROOT)/../../../cocos2dx/platform/ios/Simulation\"",
);
INFOPLIST_FILE = Info.plist;
OTHER_LDFLAGS = (
"-lxml2",
"-lz",
);
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
F293B6C615EB7BEA00256477 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = YES;
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",
);
"GCC_THUMB_SUPPORT[arch=armv6]" = "";
HEADER_SEARCH_PATHS = (
"\"$(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",
"$(SRCROOT)/../../../CocosDenshion/include",
"\"$(SRCROOT)/../../../external/chipmunk/include/chipmunk\"",
"\"$(SRCROOT)/../../../external/chipmunk/include/constraints\"",
"\"$(SRCROOT)/../../../external\"",
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/ios\"",
"\"$(SRCROOT)/../../../cocos2dx/platform/ios/Simulation\"",
);
INFOPLIST_FILE = Info.plist;
OTHER_LDFLAGS = (
"-lxml2",
"-lz",
);
PRODUCT_NAME = "$(TARGET_NAME)";
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 */;
}

View File

@ -0,0 +1 @@
323a358be2bf7afd495401a568a8f94e6523597e