diff --git a/.gitignore b/.gitignore index 3a7452a85567..da34e166e5c8 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ build_*_vc10/ *.pbxuser *.xcbkptlist *.xcscheme +*.xcworkspacedata *.xcuserstate xcschememanagement.plist build/ diff --git a/cocos2d-ios.xcworkspace/contents.xcworkspacedata b/cocos2d-ios.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index e4605274d986..000000000000 --- a/cocos2d-ios.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cocos2d_libs.xcodeproj/project.pbxproj b/cocos2d_libs.xcodeproj/project.pbxproj index 34d72996f0d1..bcd62ba7c28d 100644 --- a/cocos2d_libs.xcodeproj/project.pbxproj +++ b/cocos2d_libs.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ buildPhases = ( ); dependencies = ( + 1A6FB7E71785683A00CDF010 /* PBXTargetDependency */, A03F31FF178147CB006731B9 /* PBXTargetDependency */, A03F3201178147CB006731B9 /* PBXTargetDependency */, A03F2FC01781458C006731B9 /* PBXTargetDependency */, @@ -29,12 +30,13 @@ buildPhases = ( ); dependencies = ( + A07A4E10178386520073F6A7 /* PBXTargetDependency */, A07A5047178389710073F6A7 /* PBXTargetDependency */, A07A5049178389710073F6A7 /* PBXTargetDependency */, A07A504B178389710073F6A7 /* PBXTargetDependency */, A07A504D178389710073F6A7 /* PBXTargetDependency */, A07A504F178389710073F6A7 /* PBXTargetDependency */, - A07A4E10178386520073F6A7 /* PBXTargetDependency */, + 1A6FB4FF17854AD600CDF010 /* PBXTargetDependency */, ); name = "build-all-libs iOS"; productName = "build-all-libs iOS"; @@ -42,6 +44,79 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + 1A11979217852B3B00D62A44 /* CCBProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195931785201F00D62A44 /* CCBProxy.cpp */; }; + 1A11979317852B3B00D62A44 /* CCLuaBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195951785201F00D62A44 /* CCLuaBridge.cpp */; }; + 1A11979417852B3B00D62A44 /* CCLuaEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195971785201F00D62A44 /* CCLuaEngine.cpp */; }; + 1A11979517852B3B00D62A44 /* CCLuaStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195991785201F00D62A44 /* CCLuaStack.cpp */; }; + 1A11979617852B3B00D62A44 /* CCLuaValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A11959B1785201F00D62A44 /* CCLuaValue.cpp */; }; + 1A11979717852B3B00D62A44 /* Cocos2dxLuaLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A11959D1785201F00D62A44 /* Cocos2dxLuaLoader.cpp */; }; + 1A11979817852B3B00D62A44 /* Lua_extensions_CCB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A11959F1785201F00D62A44 /* Lua_extensions_CCB.cpp */; }; + 1A11979917852B3B00D62A44 /* Lua_web_socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195A11785201F00D62A44 /* Lua_web_socket.cpp */; }; + 1A11979A17852B3B00D62A44 /* LuaCocos2d.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195A31785201F00D62A44 /* LuaCocos2d.cpp */; }; + 1A11979B17852B3B00D62A44 /* LuaOpengl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195A51785201F00D62A44 /* LuaOpengl.cpp */; }; + 1A11979C17852B3B00D62A44 /* LuaScrollView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195A71785201F00D62A44 /* LuaScrollView.cpp */; }; + 1A11979D17852B3B00D62A44 /* CCLuaObjcBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195AC1785201F00D62A44 /* CCLuaObjcBridge.mm */; }; + 1A11979E17852B3B00D62A44 /* tolua_fix.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195AD1785201F00D62A44 /* tolua_fix.c */; }; + 1A11979F17852B5200D62A44 /* CCBProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195941785201F00D62A44 /* CCBProxy.h */; }; + 1A1197A017852B5200D62A44 /* CCLuaBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195961785201F00D62A44 /* CCLuaBridge.h */; }; + 1A1197A117852B5200D62A44 /* CCLuaEngine.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195981785201F00D62A44 /* CCLuaEngine.h */; }; + 1A1197A217852B5200D62A44 /* CCLuaStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A11959A1785201F00D62A44 /* CCLuaStack.h */; }; + 1A1197A317852B5200D62A44 /* CCLuaValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A11959C1785201F00D62A44 /* CCLuaValue.h */; }; + 1A1197A417852B5200D62A44 /* Cocos2dxLuaLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A11959E1785201F00D62A44 /* Cocos2dxLuaLoader.h */; }; + 1A1197A517852B5200D62A44 /* Lua_extensions_CCB.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A01785201F00D62A44 /* Lua_extensions_CCB.h */; }; + 1A1197A617852B5200D62A44 /* Lua_web_socket.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A21785201F00D62A44 /* Lua_web_socket.h */; }; + 1A1197A717852B5200D62A44 /* LuaCocos2d.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A41785201F00D62A44 /* LuaCocos2d.h */; }; + 1A1197A817852B5200D62A44 /* LuaOpengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A61785201F00D62A44 /* LuaOpengl.h */; }; + 1A1197A917852B5200D62A44 /* LuaScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A81785201F00D62A44 /* LuaScrollView.h */; }; + 1A1197AA17852B5200D62A44 /* CCLuaObjcBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195AB1785201F00D62A44 /* CCLuaObjcBridge.h */; }; + 1A1197AB17852B5200D62A44 /* tolua_fix.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195AE1785201F00D62A44 /* tolua_fix.h */; }; + 1A1197AC17852B5200D62A44 /* lauxlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195BC1785201F00D62A44 /* lauxlib.h */; }; + 1A1197AD17852B5200D62A44 /* lua.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195BD1785201F00D62A44 /* lua.h */; }; + 1A1197AE17852B5200D62A44 /* luaconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195BE1785201F00D62A44 /* luaconf.h */; }; + 1A1197AF17852B5200D62A44 /* lualib.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195BF1785201F00D62A44 /* lualib.h */; }; + 1A1197B017852B7400D62A44 /* libluajit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A1195C11785201F00D62A44 /* libluajit.a */; }; + 1A1198281785388100D62A44 /* tolua_event.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1196951785201F00D62A44 /* tolua_event.c */; }; + 1A1198291785388100D62A44 /* tolua_is.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1196971785201F00D62A44 /* tolua_is.c */; }; + 1A11982A1785388100D62A44 /* tolua_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1196981785201F00D62A44 /* tolua_map.c */; }; + 1A11982B1785388100D62A44 /* tolua_push.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1196991785201F00D62A44 /* tolua_push.c */; }; + 1A11982C1785388100D62A44 /* tolua_to.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A11969A1785201F00D62A44 /* tolua_to.c */; }; + 1A6FB50617854BC200CDF010 /* tolua_event.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1196951785201F00D62A44 /* tolua_event.c */; }; + 1A6FB50717854BC200CDF010 /* tolua_is.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1196971785201F00D62A44 /* tolua_is.c */; }; + 1A6FB50817854BC200CDF010 /* tolua_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1196981785201F00D62A44 /* tolua_map.c */; }; + 1A6FB50917854BC200CDF010 /* tolua_push.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1196991785201F00D62A44 /* tolua_push.c */; }; + 1A6FB50A17854BC200CDF010 /* tolua_to.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A11969A1785201F00D62A44 /* tolua_to.c */; }; + 1A6FB50B17854BC200CDF010 /* CCBProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195931785201F00D62A44 /* CCBProxy.cpp */; }; + 1A6FB50C17854BC200CDF010 /* CCLuaBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195951785201F00D62A44 /* CCLuaBridge.cpp */; }; + 1A6FB50D17854BC200CDF010 /* CCLuaEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195971785201F00D62A44 /* CCLuaEngine.cpp */; }; + 1A6FB50E17854BC200CDF010 /* CCLuaStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195991785201F00D62A44 /* CCLuaStack.cpp */; }; + 1A6FB50F17854BC200CDF010 /* CCLuaValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A11959B1785201F00D62A44 /* CCLuaValue.cpp */; }; + 1A6FB51017854BC200CDF010 /* Cocos2dxLuaLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A11959D1785201F00D62A44 /* Cocos2dxLuaLoader.cpp */; }; + 1A6FB51117854BC200CDF010 /* Lua_extensions_CCB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A11959F1785201F00D62A44 /* Lua_extensions_CCB.cpp */; }; + 1A6FB51217854BC200CDF010 /* Lua_web_socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195A11785201F00D62A44 /* Lua_web_socket.cpp */; }; + 1A6FB51317854BC200CDF010 /* LuaCocos2d.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195A31785201F00D62A44 /* LuaCocos2d.cpp */; }; + 1A6FB51417854BC200CDF010 /* LuaOpengl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195A51785201F00D62A44 /* LuaOpengl.cpp */; }; + 1A6FB51517854BC200CDF010 /* LuaScrollView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195A71785201F00D62A44 /* LuaScrollView.cpp */; }; + 1A6FB51717854BC200CDF010 /* tolua_fix.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195AD1785201F00D62A44 /* tolua_fix.c */; }; + 1A6FB51C17854BC200CDF010 /* CCBProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195941785201F00D62A44 /* CCBProxy.h */; }; + 1A6FB51D17854BC200CDF010 /* CCLuaBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195961785201F00D62A44 /* CCLuaBridge.h */; }; + 1A6FB51E17854BC200CDF010 /* CCLuaEngine.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195981785201F00D62A44 /* CCLuaEngine.h */; }; + 1A6FB51F17854BC200CDF010 /* CCLuaStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A11959A1785201F00D62A44 /* CCLuaStack.h */; }; + 1A6FB52017854BC200CDF010 /* CCLuaValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A11959C1785201F00D62A44 /* CCLuaValue.h */; }; + 1A6FB52117854BC200CDF010 /* Cocos2dxLuaLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A11959E1785201F00D62A44 /* Cocos2dxLuaLoader.h */; }; + 1A6FB52217854BC200CDF010 /* Lua_extensions_CCB.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A01785201F00D62A44 /* Lua_extensions_CCB.h */; }; + 1A6FB52317854BC200CDF010 /* Lua_web_socket.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A21785201F00D62A44 /* Lua_web_socket.h */; }; + 1A6FB52417854BC200CDF010 /* LuaCocos2d.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A41785201F00D62A44 /* LuaCocos2d.h */; }; + 1A6FB52517854BC200CDF010 /* LuaOpengl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A61785201F00D62A44 /* LuaOpengl.h */; }; + 1A6FB52617854BC200CDF010 /* LuaScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195A81785201F00D62A44 /* LuaScrollView.h */; }; + 1A6FB52717854BC200CDF010 /* CCLuaObjcBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195AB1785201F00D62A44 /* CCLuaObjcBridge.h */; }; + 1A6FB52817854BC200CDF010 /* tolua_fix.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195AE1785201F00D62A44 /* tolua_fix.h */; }; + 1A6FB52917854BC200CDF010 /* lauxlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195BC1785201F00D62A44 /* lauxlib.h */; }; + 1A6FB52A17854BC200CDF010 /* lua.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195BD1785201F00D62A44 /* lua.h */; }; + 1A6FB52B17854BC200CDF010 /* luaconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195BE1785201F00D62A44 /* luaconf.h */; }; + 1A6FB52C17854BC200CDF010 /* lualib.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1195BF1785201F00D62A44 /* lualib.h */; }; + 1A6FB5A2178556E900CDF010 /* CCLuaObjcBridge.h in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195AB1785201F00D62A44 /* CCLuaObjcBridge.h */; }; + 1A6FB5A3178556E900CDF010 /* CCLuaObjcBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A1195AC1785201F00D62A44 /* CCLuaObjcBridge.mm */; }; + 1A6FB66817855AF300CDF010 /* libluajit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6FB53317854DD600CDF010 /* libluajit.a */; }; 1A94D35016C2072800D79D09 /* libwebp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A94D34C16C2014900D79D09 /* libwebp.a */; }; 1A94D35116C2072800D79D09 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1551A342158F2AB200E66CFE /* Foundation.framework */; }; A035A5431782286100987F6C /* libwebsockets.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A035A5421782286100987F6C /* libwebsockets.a */; }; @@ -1696,6 +1771,20 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 1A6FB4FE17854AD600CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 1551A336158F2AB200E66CFE /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A119716178526AA00D62A44; + remoteInfo = "luabindings iOS"; + }; + 1A6FB7E61785683A00CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 1551A336158F2AB200E66CFE /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A6FB50417854BC200CDF010; + remoteInfo = "luabindings Mac"; + }; A03F2E92178141D1006731B9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 1551A336158F2AB200E66CFE /* Project object */; @@ -1785,6 +1874,52 @@ /* Begin PBXFileReference section */ 1551A33F158F2AB200E66CFE /* libcocos2dx Mac.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libcocos2dx Mac.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 1551A342158F2AB200E66CFE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 1A1195931785201F00D62A44 /* CCBProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBProxy.cpp; sourceTree = ""; }; + 1A1195941785201F00D62A44 /* CCBProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBProxy.h; sourceTree = ""; }; + 1A1195951785201F00D62A44 /* CCLuaBridge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaBridge.cpp; sourceTree = ""; }; + 1A1195961785201F00D62A44 /* CCLuaBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaBridge.h; sourceTree = ""; }; + 1A1195971785201F00D62A44 /* CCLuaEngine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaEngine.cpp; sourceTree = ""; }; + 1A1195981785201F00D62A44 /* CCLuaEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaEngine.h; sourceTree = ""; }; + 1A1195991785201F00D62A44 /* CCLuaStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaStack.cpp; sourceTree = ""; }; + 1A11959A1785201F00D62A44 /* CCLuaStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaStack.h; sourceTree = ""; }; + 1A11959B1785201F00D62A44 /* CCLuaValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaValue.cpp; sourceTree = ""; }; + 1A11959C1785201F00D62A44 /* CCLuaValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaValue.h; sourceTree = ""; }; + 1A11959D1785201F00D62A44 /* Cocos2dxLuaLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Cocos2dxLuaLoader.cpp; sourceTree = ""; }; + 1A11959E1785201F00D62A44 /* Cocos2dxLuaLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cocos2dxLuaLoader.h; sourceTree = ""; }; + 1A11959F1785201F00D62A44 /* Lua_extensions_CCB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Lua_extensions_CCB.cpp; sourceTree = ""; }; + 1A1195A01785201F00D62A44 /* Lua_extensions_CCB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lua_extensions_CCB.h; sourceTree = ""; }; + 1A1195A11785201F00D62A44 /* Lua_web_socket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Lua_web_socket.cpp; sourceTree = ""; }; + 1A1195A21785201F00D62A44 /* Lua_web_socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lua_web_socket.h; sourceTree = ""; }; + 1A1195A31785201F00D62A44 /* LuaCocos2d.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaCocos2d.cpp; sourceTree = ""; }; + 1A1195A41785201F00D62A44 /* LuaCocos2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaCocos2d.h; sourceTree = ""; }; + 1A1195A51785201F00D62A44 /* LuaOpengl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaOpengl.cpp; sourceTree = ""; }; + 1A1195A61785201F00D62A44 /* LuaOpengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaOpengl.h; sourceTree = ""; }; + 1A1195A71785201F00D62A44 /* LuaScrollView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaScrollView.cpp; sourceTree = ""; }; + 1A1195A81785201F00D62A44 /* LuaScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaScrollView.h; sourceTree = ""; }; + 1A1195AB1785201F00D62A44 /* CCLuaObjcBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaObjcBridge.h; sourceTree = ""; }; + 1A1195AC1785201F00D62A44 /* CCLuaObjcBridge.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CCLuaObjcBridge.mm; sourceTree = ""; }; + 1A1195AD1785201F00D62A44 /* tolua_fix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_fix.c; sourceTree = ""; }; + 1A1195AE1785201F00D62A44 /* tolua_fix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_fix.h; sourceTree = ""; }; + 1A1195BC1785201F00D62A44 /* lauxlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lauxlib.h; sourceTree = ""; }; + 1A1195BD1785201F00D62A44 /* lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lua.h; sourceTree = ""; }; + 1A1195BE1785201F00D62A44 /* luaconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = luaconf.h; sourceTree = ""; }; + 1A1195BF1785201F00D62A44 /* lualib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lualib.h; sourceTree = ""; }; + 1A1195C11785201F00D62A44 /* libluajit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libluajit.a; sourceTree = ""; }; + 1A11968E1785201F00D62A44 /* AudioEngine.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AudioEngine.lua; sourceTree = ""; }; + 1A11968F1785201F00D62A44 /* CCBReaderLoad.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CCBReaderLoad.lua; sourceTree = ""; }; + 1A1196901785201F00D62A44 /* Cocos2dConstants.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Cocos2dConstants.lua; sourceTree = ""; }; + 1A1196911785201F00D62A44 /* Opengl.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Opengl.lua; sourceTree = ""; }; + 1A1196921785201F00D62A44 /* OpenglConstants.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = OpenglConstants.lua; sourceTree = ""; }; + 1A1196941785201F00D62A44 /* tolua++.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "tolua++.h"; sourceTree = ""; }; + 1A1196951785201F00D62A44 /* tolua_event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_event.c; sourceTree = ""; }; + 1A1196961785201F00D62A44 /* tolua_event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_event.h; sourceTree = ""; }; + 1A1196971785201F00D62A44 /* tolua_is.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_is.c; sourceTree = ""; }; + 1A1196981785201F00D62A44 /* tolua_map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_map.c; sourceTree = ""; }; + 1A1196991785201F00D62A44 /* tolua_push.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_push.c; sourceTree = ""; }; + 1A11969A1785201F00D62A44 /* tolua_to.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_to.c; sourceTree = ""; }; + 1A119791178526AA00D62A44 /* libluabindings iOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libluabindings iOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A6FB53017854BC300CDF010 /* libluabindings Mac.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libluabindings Mac.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A6FB53317854DD600CDF010 /* libluajit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libluajit.a; sourceTree = ""; }; 1A94D34C16C2014900D79D09 /* libwebp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libwebp.a; path = ../platform/third_party/mac/libraries/libwebp.a; sourceTree = ""; }; A035A5421782286100987F6C /* libwebsockets.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libwebsockets.a; path = external/libwebsockets/mac/lib/libwebsockets.a; sourceTree = ""; }; A03F1DDC1780BAE4006731B9 /* CCAction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCAction.cpp; sourceTree = ""; }; @@ -2777,6 +2912,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1A11972D178526AA00D62A44 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A1197B017852B7400D62A44 /* libluajit.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB51817854BC200CDF010 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB66817855AF300CDF010 /* libluajit.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A03F2C011780BD04006731B9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2868,6 +3019,7 @@ 1551A334158F2AB200E66CFE = { isa = PBXGroup; children = ( + 1A11958117851F4200D62A44 /* lua */, A03F320217814803006731B9 /* javascript */, A03F2FD7178145F2006731B9 /* extensions */, A03F2ED7178143BA006731B9 /* CocosDenshion */, @@ -2894,6 +3046,8 @@ A07A4F9E1783876B0073F6A7 /* libbox2d iOS.a */, A07A4FB4178387730073F6A7 /* libCocosDenshion iOS.a */, A07A5030178387750073F6A7 /* libjsbindings iOS.a */, + 1A119791178526AA00D62A44 /* libluabindings iOS.a */, + 1A6FB53017854BC300CDF010 /* libluabindings Mac.a */, ); name = Products; sourceTree = ""; @@ -2908,6 +3062,133 @@ name = Frameworks; sourceTree = ""; }; + 1A11958117851F4200D62A44 /* lua */ = { + isa = PBXGroup; + children = ( + 1A1195921785201F00D62A44 /* cocos2dx_support */, + 1A1195AF1785201F00D62A44 /* luajit */, + 1A11968D1785201F00D62A44 /* script */, + 1A1196931785201F00D62A44 /* tolua */, + ); + name = lua; + sourceTree = ""; + }; + 1A1195921785201F00D62A44 /* cocos2dx_support */ = { + isa = PBXGroup; + children = ( + 1A1195931785201F00D62A44 /* CCBProxy.cpp */, + 1A1195941785201F00D62A44 /* CCBProxy.h */, + 1A1195951785201F00D62A44 /* CCLuaBridge.cpp */, + 1A1195961785201F00D62A44 /* CCLuaBridge.h */, + 1A1195971785201F00D62A44 /* CCLuaEngine.cpp */, + 1A1195981785201F00D62A44 /* CCLuaEngine.h */, + 1A1195991785201F00D62A44 /* CCLuaStack.cpp */, + 1A11959A1785201F00D62A44 /* CCLuaStack.h */, + 1A11959B1785201F00D62A44 /* CCLuaValue.cpp */, + 1A11959C1785201F00D62A44 /* CCLuaValue.h */, + 1A11959D1785201F00D62A44 /* Cocos2dxLuaLoader.cpp */, + 1A11959E1785201F00D62A44 /* Cocos2dxLuaLoader.h */, + 1A11959F1785201F00D62A44 /* Lua_extensions_CCB.cpp */, + 1A1195A01785201F00D62A44 /* Lua_extensions_CCB.h */, + 1A1195A11785201F00D62A44 /* Lua_web_socket.cpp */, + 1A1195A21785201F00D62A44 /* Lua_web_socket.h */, + 1A1195A31785201F00D62A44 /* LuaCocos2d.cpp */, + 1A1195A41785201F00D62A44 /* LuaCocos2d.h */, + 1A1195A51785201F00D62A44 /* LuaOpengl.cpp */, + 1A1195A61785201F00D62A44 /* LuaOpengl.h */, + 1A1195A71785201F00D62A44 /* LuaScrollView.cpp */, + 1A1195A81785201F00D62A44 /* LuaScrollView.h */, + 1A1195A91785201F00D62A44 /* platform */, + 1A1195AD1785201F00D62A44 /* tolua_fix.c */, + 1A1195AE1785201F00D62A44 /* tolua_fix.h */, + ); + name = cocos2dx_support; + path = scripting/lua/cocos2dx_support; + sourceTree = ""; + }; + 1A1195A91785201F00D62A44 /* platform */ = { + isa = PBXGroup; + children = ( + 1A1195AA1785201F00D62A44 /* ios */, + ); + path = platform; + sourceTree = ""; + }; + 1A1195AA1785201F00D62A44 /* ios */ = { + isa = PBXGroup; + children = ( + 1A1195AB1785201F00D62A44 /* CCLuaObjcBridge.h */, + 1A1195AC1785201F00D62A44 /* CCLuaObjcBridge.mm */, + ); + path = ios; + sourceTree = ""; + }; + 1A1195AF1785201F00D62A44 /* luajit */ = { + isa = PBXGroup; + children = ( + 1A1195BB1785201F00D62A44 /* include */, + 1A1195C01785201F00D62A44 /* ios */, + 1A6FB53217854DD600CDF010 /* mac */, + ); + name = luajit; + path = scripting/lua/luajit; + sourceTree = ""; + }; + 1A1195BB1785201F00D62A44 /* include */ = { + isa = PBXGroup; + children = ( + 1A1195BC1785201F00D62A44 /* lauxlib.h */, + 1A1195BD1785201F00D62A44 /* lua.h */, + 1A1195BE1785201F00D62A44 /* luaconf.h */, + 1A1195BF1785201F00D62A44 /* lualib.h */, + ); + path = include; + sourceTree = ""; + }; + 1A1195C01785201F00D62A44 /* ios */ = { + isa = PBXGroup; + children = ( + 1A1195C11785201F00D62A44 /* libluajit.a */, + ); + path = ios; + sourceTree = ""; + }; + 1A11968D1785201F00D62A44 /* script */ = { + isa = PBXGroup; + children = ( + 1A11968E1785201F00D62A44 /* AudioEngine.lua */, + 1A11968F1785201F00D62A44 /* CCBReaderLoad.lua */, + 1A1196901785201F00D62A44 /* Cocos2dConstants.lua */, + 1A1196911785201F00D62A44 /* Opengl.lua */, + 1A1196921785201F00D62A44 /* OpenglConstants.lua */, + ); + name = script; + path = scripting/lua/script; + sourceTree = ""; + }; + 1A1196931785201F00D62A44 /* tolua */ = { + isa = PBXGroup; + children = ( + 1A1196941785201F00D62A44 /* tolua++.h */, + 1A1196951785201F00D62A44 /* tolua_event.c */, + 1A1196961785201F00D62A44 /* tolua_event.h */, + 1A1196971785201F00D62A44 /* tolua_is.c */, + 1A1196981785201F00D62A44 /* tolua_map.c */, + 1A1196991785201F00D62A44 /* tolua_push.c */, + 1A11969A1785201F00D62A44 /* tolua_to.c */, + ); + name = tolua; + path = scripting/lua/tolua; + sourceTree = ""; + }; + 1A6FB53217854DD600CDF010 /* mac */ = { + isa = PBXGroup; + children = ( + 1A6FB53317854DD600CDF010 /* libluajit.a */, + ); + path = mac; + sourceTree = ""; + }; A03F1DDA1780BAE4006731B9 /* cocos2dx */ = { isa = PBXGroup; children = ( @@ -4865,6 +5146,54 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1A11972F178526AA00D62A44 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A11979F17852B5200D62A44 /* CCBProxy.h in Headers */, + 1A1197A017852B5200D62A44 /* CCLuaBridge.h in Headers */, + 1A1197A117852B5200D62A44 /* CCLuaEngine.h in Headers */, + 1A1197A217852B5200D62A44 /* CCLuaStack.h in Headers */, + 1A1197A317852B5200D62A44 /* CCLuaValue.h in Headers */, + 1A1197A417852B5200D62A44 /* Cocos2dxLuaLoader.h in Headers */, + 1A1197A517852B5200D62A44 /* Lua_extensions_CCB.h in Headers */, + 1A1197A617852B5200D62A44 /* Lua_web_socket.h in Headers */, + 1A1197A717852B5200D62A44 /* LuaCocos2d.h in Headers */, + 1A1197A817852B5200D62A44 /* LuaOpengl.h in Headers */, + 1A1197A917852B5200D62A44 /* LuaScrollView.h in Headers */, + 1A1197AA17852B5200D62A44 /* CCLuaObjcBridge.h in Headers */, + 1A1197AB17852B5200D62A44 /* tolua_fix.h in Headers */, + 1A1197AC17852B5200D62A44 /* lauxlib.h in Headers */, + 1A1197AD17852B5200D62A44 /* lua.h in Headers */, + 1A1197AE17852B5200D62A44 /* luaconf.h in Headers */, + 1A1197AF17852B5200D62A44 /* lualib.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB51B17854BC200CDF010 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB51C17854BC200CDF010 /* CCBProxy.h in Headers */, + 1A6FB51D17854BC200CDF010 /* CCLuaBridge.h in Headers */, + 1A6FB51E17854BC200CDF010 /* CCLuaEngine.h in Headers */, + 1A6FB51F17854BC200CDF010 /* CCLuaStack.h in Headers */, + 1A6FB52017854BC200CDF010 /* CCLuaValue.h in Headers */, + 1A6FB52117854BC200CDF010 /* Cocos2dxLuaLoader.h in Headers */, + 1A6FB52217854BC200CDF010 /* Lua_extensions_CCB.h in Headers */, + 1A6FB52317854BC200CDF010 /* Lua_web_socket.h in Headers */, + 1A6FB52417854BC200CDF010 /* LuaCocos2d.h in Headers */, + 1A6FB52517854BC200CDF010 /* LuaOpengl.h in Headers */, + 1A6FB52617854BC200CDF010 /* LuaScrollView.h in Headers */, + 1A6FB52717854BC200CDF010 /* CCLuaObjcBridge.h in Headers */, + 1A6FB52817854BC200CDF010 /* tolua_fix.h in Headers */, + 1A6FB52917854BC200CDF010 /* lauxlib.h in Headers */, + 1A6FB52A17854BC200CDF010 /* lua.h in Headers */, + 1A6FB52B17854BC200CDF010 /* luaconf.h in Headers */, + 1A6FB52C17854BC200CDF010 /* lualib.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A03F2C051780BD04006731B9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -5743,6 +6072,40 @@ productReference = 1551A33F158F2AB200E66CFE /* libcocos2dx Mac.a */; productType = "com.apple.product-type.library.static"; }; + 1A119716178526AA00D62A44 /* luabindings iOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1A11978E178526AA00D62A44 /* Build configuration list for PBXNativeTarget "luabindings iOS" */; + buildPhases = ( + 1A119717178526AA00D62A44 /* Sources */, + 1A11972D178526AA00D62A44 /* Frameworks */, + 1A11972F178526AA00D62A44 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "luabindings iOS"; + productName = cocos2dx; + productReference = 1A119791178526AA00D62A44 /* libluabindings iOS.a */; + productType = "com.apple.product-type.library.static"; + }; + 1A6FB50417854BC200CDF010 /* luabindings Mac */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1A6FB52D17854BC200CDF010 /* Build configuration list for PBXNativeTarget "luabindings Mac" */; + buildPhases = ( + 1A6FB50517854BC200CDF010 /* Sources */, + 1A6FB51817854BC200CDF010 /* Frameworks */, + 1A6FB51B17854BC200CDF010 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "luabindings Mac"; + productName = cocos2dx; + productReference = 1A6FB53017854BC300CDF010 /* libluabindings Mac.a */; + productType = "com.apple.product-type.library.static"; + }; A03F2B781780BD04006731B9 /* chipmunk Mac */ = { isa = PBXNativeTarget; buildConfigurationList = A03F2CB51780BD04006731B9 /* Build configuration list for PBXNativeTarget "chipmunk Mac" */; @@ -5958,6 +6321,7 @@ A03F2D5D1780BDF7006731B9 /* box2d Mac */, A03F2E9817814268006731B9 /* CocosDenshion Mac */, A03F31E81781479B006731B9 /* jsbindings Mac */, + 1A6FB50417854BC200CDF010 /* luabindings Mac */, A07A4E0B178386390073F6A7 /* build-all-libs iOS */, A07A4C241783777C0073F6A7 /* cocos2dx iOS */, A07A4E111783867C0073F6A7 /* cocos2dx-extensions iOS */, @@ -5965,6 +6329,7 @@ A07A4F3C1783876B0073F6A7 /* box2d iOS */, A07A4F9F178387730073F6A7 /* CocosDenshion iOS */, A07A4FB5178387750073F6A7 /* jsbindings iOS */, + 1A119716178526AA00D62A44 /* luabindings iOS */, ); }; /* End PBXProject section */ @@ -6113,6 +6478,57 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 1A119717178526AA00D62A44 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A1198281785388100D62A44 /* tolua_event.c in Sources */, + 1A1198291785388100D62A44 /* tolua_is.c in Sources */, + 1A11982A1785388100D62A44 /* tolua_map.c in Sources */, + 1A11982B1785388100D62A44 /* tolua_push.c in Sources */, + 1A11982C1785388100D62A44 /* tolua_to.c in Sources */, + 1A11979217852B3B00D62A44 /* CCBProxy.cpp in Sources */, + 1A11979317852B3B00D62A44 /* CCLuaBridge.cpp in Sources */, + 1A11979417852B3B00D62A44 /* CCLuaEngine.cpp in Sources */, + 1A11979517852B3B00D62A44 /* CCLuaStack.cpp in Sources */, + 1A11979617852B3B00D62A44 /* CCLuaValue.cpp in Sources */, + 1A11979717852B3B00D62A44 /* Cocos2dxLuaLoader.cpp in Sources */, + 1A11979817852B3B00D62A44 /* Lua_extensions_CCB.cpp in Sources */, + 1A11979917852B3B00D62A44 /* Lua_web_socket.cpp in Sources */, + 1A11979A17852B3B00D62A44 /* LuaCocos2d.cpp in Sources */, + 1A11979B17852B3B00D62A44 /* LuaOpengl.cpp in Sources */, + 1A11979C17852B3B00D62A44 /* LuaScrollView.cpp in Sources */, + 1A11979D17852B3B00D62A44 /* CCLuaObjcBridge.mm in Sources */, + 1A11979E17852B3B00D62A44 /* tolua_fix.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB50517854BC200CDF010 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB5A2178556E900CDF010 /* CCLuaObjcBridge.h in Sources */, + 1A6FB5A3178556E900CDF010 /* CCLuaObjcBridge.mm in Sources */, + 1A6FB50617854BC200CDF010 /* tolua_event.c in Sources */, + 1A6FB50717854BC200CDF010 /* tolua_is.c in Sources */, + 1A6FB50817854BC200CDF010 /* tolua_map.c in Sources */, + 1A6FB50917854BC200CDF010 /* tolua_push.c in Sources */, + 1A6FB50A17854BC200CDF010 /* tolua_to.c in Sources */, + 1A6FB50B17854BC200CDF010 /* CCBProxy.cpp in Sources */, + 1A6FB50C17854BC200CDF010 /* CCLuaBridge.cpp in Sources */, + 1A6FB50D17854BC200CDF010 /* CCLuaEngine.cpp in Sources */, + 1A6FB50E17854BC200CDF010 /* CCLuaStack.cpp in Sources */, + 1A6FB50F17854BC200CDF010 /* CCLuaValue.cpp in Sources */, + 1A6FB51017854BC200CDF010 /* Cocos2dxLuaLoader.cpp in Sources */, + 1A6FB51117854BC200CDF010 /* Lua_extensions_CCB.cpp in Sources */, + 1A6FB51217854BC200CDF010 /* Lua_web_socket.cpp in Sources */, + 1A6FB51317854BC200CDF010 /* LuaCocos2d.cpp in Sources */, + 1A6FB51417854BC200CDF010 /* LuaOpengl.cpp in Sources */, + 1A6FB51517854BC200CDF010 /* LuaScrollView.cpp in Sources */, + 1A6FB51717854BC200CDF010 /* tolua_fix.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A03F2B791780BD04006731B9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -6740,6 +7156,16 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 1A6FB4FF17854AD600CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1A119716178526AA00D62A44 /* luabindings iOS */; + targetProxy = 1A6FB4FE17854AD600CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB7E71785683A00CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1A6FB50417854BC200CDF010 /* luabindings Mac */; + targetProxy = 1A6FB7E61785683A00CDF010 /* PBXContainerItemProxy */; + }; A03F2E93178141D1006731B9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 1551A33E158F2AB200E66CFE /* cocos2dx Mac */; @@ -6896,6 +7322,100 @@ }; name = Release; }; + 1A11978F178526AA00D62A44 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "cocos2dx/proj.ios/cocos2dx-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_TARGET_OS_IPHONE, + ); + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/scripting/lua/luajit/ios\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/cocos2dx/platform/ios\" \"$(SRCROOT)/cocos2dx/include\" \"$(SRCROOT)/cocos2dx\" \"$(SRCROOT)/cocos2dx/kazmath/include\" \"$(SRCROOT)/external/\" \"$(SRCROOT)/external/libwebsockets/ios/include\" \"$(SRCROOT)/extensions/network\" \"$(SRCROOT)/extensions/LocalStorage\" \"$(SRCROOT)/extensions/\""; + }; + name = Debug; + }; + 1A119790178526AA00D62A44 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "cocos2dx/proj.ios/cocos2dx-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_TARGET_OS_IPHONE, + ); + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/scripting/lua/luajit/ios\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/cocos2dx/platform/ios\" \"$(SRCROOT)/cocos2dx/include\" \"$(SRCROOT)/cocos2dx\" \"$(SRCROOT)/cocos2dx/kazmath/include\" \"$(SRCROOT)/external/\" \"$(SRCROOT)/external/libwebsockets/ios/include\" \"$(SRCROOT)/extensions/network\" \"$(SRCROOT)/extensions/LocalStorage\" \"$(SRCROOT)/extensions/\""; + }; + name = Release; + }; + 1A6FB52E17854BC200CDF010 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "cocos2dx/proj.mac/cocos2dx-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_TARGET_OS_MAC, + ); + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/scripting/lua/luajit/mac\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/cocos2dx/platform/mac\" \"$(SRCROOT)/cocos2dx/include\" \"$(SRCROOT)/cocos2dx\" \"$(SRCROOT)/cocos2dx/kazmath/include\" \"$(SRCROOT)/external/\" \"$(SRCROOT)/external/libwebsockets/mac/include\" \"$(SRCROOT)/extensions/network\" \"$(SRCROOT)/extensions/LocalStorage\" \"$(SRCROOT)/extensions/\""; + VALID_ARCHS = "i386 x86_64"; + }; + name = Debug; + }; + 1A6FB52F17854BC200CDF010 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "cocos2dx/proj.mac/cocos2dx-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_TARGET_OS_MAC, + ); + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/scripting/lua/luajit/mac\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/cocos2dx/platform/mac\" \"$(SRCROOT)/cocos2dx/include\" \"$(SRCROOT)/cocos2dx\" \"$(SRCROOT)/cocos2dx/kazmath/include\" \"$(SRCROOT)/external/\" \"$(SRCROOT)/external/libwebsockets/mac/include\" \"$(SRCROOT)/extensions/network\" \"$(SRCROOT)/extensions/LocalStorage\" \"$(SRCROOT)/extensions/\""; + VALID_ARCHS = "i386 x86_64"; + }; + name = Release; + }; A03F2CB61780BD04006731B9 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7285,6 +7805,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 1A11978E178526AA00D62A44 /* Build configuration list for PBXNativeTarget "luabindings iOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A11978F178526AA00D62A44 /* Debug */, + 1A119790178526AA00D62A44 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1A6FB52D17854BC200CDF010 /* Build configuration list for PBXNativeTarget "luabindings Mac" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A6FB52E17854BC200CDF010 /* Debug */, + 1A6FB52F17854BC200CDF010 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; A03F2CB51780BD04006731B9 /* Build configuration list for PBXNativeTarget "chipmunk Mac" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/cocos2d_libs.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/cocos2d_libs.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 562e62f7c61c..000000000000 --- a/cocos2d_libs.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/cocos2dx/platform/CCFileUtils.cpp b/cocos2dx/platform/CCFileUtils.cpp index 21e47f2891c2..13b364608514 100644 --- a/cocos2dx/platform/CCFileUtils.cpp +++ b/cocos2dx/platform/CCFileUtils.cpp @@ -617,12 +617,12 @@ std::string FileUtils::fullPathForFilename(const char* pszFileName) string fullpath = ""; - for (std::vector::iterator searchPathsIter = _searchPathArray.begin(); + for (auto searchPathsIter = _searchPathArray.begin(); searchPathsIter != _searchPathArray.end(); ++searchPathsIter) { - for (std::vector::iterator resOrderIter = _searchResolutionsOrderArray.begin(); + for (auto resOrderIter = _searchResolutionsOrderArray.begin(); resOrderIter != _searchResolutionsOrderArray.end(); ++resOrderIter) { - //CCLOG("\n\nSEARCHING: %s, %s, %s", newFilename.c_str(), resOrderIter->c_str(), searchPathsIter->c_str()); +// CCLOG("\n\nSEARCHING: %s, %s, %s", newFilename.c_str(), resOrderIter->c_str(), searchPathsIter->c_str()); fullpath = this->getPathForFilename(newFilename, *resOrderIter, *searchPathsIter); @@ -630,13 +630,13 @@ std::string FileUtils::fullPathForFilename(const char* pszFileName) { // Using the filename passed in as key. _fullPathCache.insert(std::pair(pszFileName, fullpath)); - //CCLOG("Returning path: %s", fullpath.c_str()); +// CCLOG("Returning path: %s", fullpath.c_str()); return fullpath; } } } - //CCLOG("cocos2d: fullPathForFilename: No file found at %s. Possible missing file.", pszFileName); +// CCLOG("cocos2d: fullPathForFilename: No file found at %s. Possible missing file.", pszFileName); // The file wasn't found, return the file name passed in. return pszFileName; diff --git a/cocos2dx/platform/mac/CCGL.h b/cocos2dx/platform/mac/CCGL.h index 002c58adf9f9..fde4eaa43410 100644 --- a/cocos2dx/platform/mac/CCGL.h +++ b/cocos2dx/platform/mac/CCGL.h @@ -35,6 +35,9 @@ THE SOFTWARE. #define glDeleteVertexArrays glDeleteVertexArraysAPPLE #define glGenVertexArrays glGenVertexArraysAPPLE #define glBindVertexArray glBindVertexArrayAPPLE +#define glClearDepthf glClearDepth +#define glDepthRangef glDepthRange +#define glReleaseShaderCompiler(xxx) #endif // __PLATFORM_MAC_CCGL_H__ diff --git a/samples/Cpp/AssetsManagerTest/proj.ios/AssetsManagerTest.xcodeproj/project.pbxproj b/samples/Cpp/AssetsManagerTest/proj.ios/AssetsManagerTest.xcodeproj/project.pbxproj deleted file mode 100644 index e312c3af00c1..000000000000 --- a/samples/Cpp/AssetsManagerTest/proj.ios/AssetsManagerTest.xcodeproj/project.pbxproj +++ /dev/null @@ -1,506 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 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 */; }; - 469A7A0816C0F242006FFCB2 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7A0716C0F242006FFCB2 /* AudioToolbox.framework */; }; - 469A7A0A16C0F242006FFCB2 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7A0916C0F242006FFCB2 /* AVFoundation.framework */; }; - 469A7A0C16C0F242006FFCB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7A0B16C0F242006FFCB2 /* UIKit.framework */; }; - 469A7A0E16C0F242006FFCB2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7A0D16C0F242006FFCB2 /* Foundation.framework */; }; - 469A7A1016C0F242006FFCB2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 469A7A0F16C0F242006FFCB2 /* CoreGraphics.framework */; }; - 469A7D0216C0F41E006FFCB2 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 469A7CFE16C0F41E006FFCB2 /* AppController.mm */; }; - 469A7D0316C0F41E006FFCB2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 469A7CFF16C0F41E006FFCB2 /* main.m */; }; - 469A7D0416C0F41E006FFCB2 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 469A7D0116C0F41E006FFCB2 /* RootViewController.mm */; }; - 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 */; }; - 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 */; }; - 469A7DD516C0F74F006FFCB2 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 469A7DCE16C0F74F006FFCB2 /* Icon-Small.png */; }; - 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 */; }; - 46A212B316D4A43400723F2B /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A212B116D4A41700723F2B /* main.js */; }; - 46A212BE16D4A4C000723F2B /* myApp.js in Resources */ = {isa = PBXBuildFile; fileRef = 46A212BC16D4A4B100723F2B /* myApp.js */; }; - 46A2146116D4B04A00723F2B /* Background.png in Resources */ = {isa = PBXBuildFile; fileRef = 46A2146016D4B04A00723F2B /* Background.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 1A6B0595177828E700FFE52B /* libchipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = libchipmunk.a; path = "libchipmunk.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6B0596177828E700FFE52B /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = libcocos2dx.a; path = "libcocos2dx.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6B0597177828E700FFE52B /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = libCocosDenshion.a; path = "libCocosDenshion.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6B0598177828E700FFE52B /* libextensions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = libextensions.a; path = "libextensions.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6B0599177828E700FFE52B /* libjsbindings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = libjsbindings.a; path = "libjsbindings.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6B05A01778291500FFE52B /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = ""; }; - 1A6B05A11778291500FFE52B /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = ""; }; - 1A6B05A21778291500FFE52B /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = ""; }; - 1A6B05A31778291500FFE52B /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = ""; }; - 1A6B05A41778291500FFE52B /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = ""; }; - 1A6B05A51778291500FFE52B /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = ""; }; - 1A6B05A61778291500FFE52B /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = ""; }; - 1A6B05A71778291500FFE52B /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = ""; }; - 1A6B05A81778291500FFE52B /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = ""; }; - 1A6B05A91778291500FFE52B /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = ""; }; - 1A6B05AA1778291500FFE52B /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = ""; }; - 1A6B05AB1778291500FFE52B /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = ""; }; - 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; }; - 469A7A0516C0F242006FFCB2 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; - 469A7A0716C0F242006FFCB2 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - 469A7A0916C0F242006FFCB2 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - 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; }; - 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; }; - 469A7D0116C0F41E006FFCB2 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = SOURCE_ROOT; }; - 469A7D0616C0F429006FFCB2 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; - 469A7D0716C0F429006FFCB2 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 469A7D0D16C0F42F006FFCB2 /* CloseNormal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseNormal.png; sourceTree = ""; }; - 469A7D0E16C0F42F006FFCB2 /* CloseSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseSelected.png; sourceTree = ""; }; - 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; }; - 469A7DCE16C0F74F006FFCB2 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = SOURCE_ROOT; }; - 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; }; - 46A212B116D4A41700723F2B /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = ""; }; - 46A212BC16D4A4B100723F2B /* myApp.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = myApp.js; sourceTree = ""; }; - 46A2146016D4B04A00723F2B /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Background.png; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 469A79FB16C0F242006FFCB2 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 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 */, - 469A7A0816C0F242006FFCB2 /* AudioToolbox.framework in Frameworks */, - 469A7A0A16C0F242006FFCB2 /* AVFoundation.framework in Frameworks */, - 469A7A0C16C0F242006FFCB2 /* UIKit.framework in Frameworks */, - 469A7A0E16C0F242006FFCB2 /* Foundation.framework in Frameworks */, - 469A7A1016C0F242006FFCB2 /* CoreGraphics.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* 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 = ""; - }; - 469A79F516C0F242006FFCB2 = { - isa = PBXGroup; - children = ( - 469A7D0516C0F429006FFCB2 /* Classes */, - 469A7A0016C0F242006FFCB2 /* Frameworks */, - 469A7CEE16C0F311006FFCB2 /* ios */, - 469A79FF16C0F242006FFCB2 /* Products */, - 469A7D0C16C0F42F006FFCB2 /* Resources */, - ); - sourceTree = ""; - }; - 469A79FF16C0F242006FFCB2 /* Products */ = { - isa = PBXGroup; - children = ( - 469A79FE16C0F242006FFCB2 /* AssetsManagerTest.app */, - ); - name = Products; - sourceTree = ""; - }; - 469A7A0016C0F242006FFCB2 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 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 */, - 469A7A0716C0F242006FFCB2 /* AudioToolbox.framework */, - 469A7A0916C0F242006FFCB2 /* AVFoundation.framework */, - 469A7A0B16C0F242006FFCB2 /* UIKit.framework */, - 469A7A0D16C0F242006FFCB2 /* Foundation.framework */, - 469A7A0F16C0F242006FFCB2 /* CoreGraphics.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 469A7CEE16C0F311006FFCB2 /* ios */ = { - isa = PBXGroup; - children = ( - 469A7CFE16C0F41E006FFCB2 /* AppController.mm */, - 469A7CFF16C0F41E006FFCB2 /* main.m */, - 469A7D0016C0F41E006FFCB2 /* RootViewController.h */, - 469A7D0116C0F41E006FFCB2 /* RootViewController.mm */, - ); - path = ios; - sourceTree = ""; - }; - 469A7D0516C0F429006FFCB2 /* Classes */ = { - isa = PBXGroup; - children = ( - 469A7D0616C0F429006FFCB2 /* AppDelegate.cpp */, - 469A7D0716C0F429006FFCB2 /* AppDelegate.h */, - ); - name = Classes; - path = ../Classes; - sourceTree = ""; - }; - 469A7D0C16C0F42F006FFCB2 /* Resources */ = { - isa = PBXGroup; - children = ( - 1A6B059F1778291500FFE52B /* js */, - 46A2146016D4B04A00723F2B /* Background.png */, - 46A212BC16D4A4B100723F2B /* myApp.js */, - 46A212B116D4A41700723F2B /* main.js */, - 469A7DCB16C0F74F006FFCB2 /* Default.png */, - 469A7DCC16C0F74F006FFCB2 /* Icon-72.png */, - 469A7DCD16C0F74F006FFCB2 /* Icon-Small-50.png */, - 469A7DCE16C0F74F006FFCB2 /* Icon-Small.png */, - 469A7DCF16C0F74F006FFCB2 /* Icon-Small@2x.png */, - 469A7DD016C0F74F006FFCB2 /* Icon.png */, - 469A7DD116C0F74F006FFCB2 /* Icon@2x.png */, - 469A7D0D16C0F42F006FFCB2 /* CloseNormal.png */, - 469A7D0E16C0F42F006FFCB2 /* CloseSelected.png */, - ); - name = Resources; - path = ../Resources; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 469A79FD16C0F242006FFCB2 /* AssetsManagerTest */ = { - isa = PBXNativeTarget; - buildConfigurationList = 469A7CCA16C0F245006FFCB2 /* Build configuration list for PBXNativeTarget "AssetsManagerTest" */; - buildPhases = ( - 469A79FA16C0F242006FFCB2 /* Sources */, - 469A79FB16C0F242006FFCB2 /* Frameworks */, - 469A79FC16C0F242006FFCB2 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = AssetsManagerTest; - productName = AssetsManagerTest; - productReference = 469A79FE16C0F242006FFCB2 /* AssetsManagerTest.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 469A79F616C0F242006FFCB2 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0460; - }; - buildConfigurationList = 469A79F916C0F242006FFCB2 /* Build configuration list for PBXProject "AssetsManagerTest" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 469A79F516C0F242006FFCB2; - productRefGroup = 469A79FF16C0F242006FFCB2 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 469A79FD16C0F242006FFCB2 /* AssetsManagerTest */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 469A79FC16C0F242006FFCB2 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 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 */, - 469A7D1116C0F42F006FFCB2 /* CloseSelected.png in Resources */, - 469A7DD216C0F74F006FFCB2 /* Default.png in Resources */, - 469A7DD316C0F74F006FFCB2 /* Icon-72.png in Resources */, - 469A7DD416C0F74F006FFCB2 /* Icon-Small-50.png in Resources */, - 469A7DD516C0F74F006FFCB2 /* Icon-Small.png in Resources */, - 469A7DD616C0F74F006FFCB2 /* Icon-Small@2x.png in Resources */, - 469A7DD716C0F74F006FFCB2 /* Icon.png in Resources */, - 469A7DD816C0F74F006FFCB2 /* Icon@2x.png in Resources */, - 46A2146116D4B04A00723F2B /* Background.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 469A79FA16C0F242006FFCB2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 469A7D0216C0F41E006FFCB2 /* AppController.mm in Sources */, - 469A7D0316C0F41E006FFCB2 /* main.m in Sources */, - 469A7D0416C0F41E006FFCB2 /* RootViewController.mm in Sources */, - 469A7D0A16C0F429006FFCB2 /* AppDelegate.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 469A7CC816C0F245006FFCB2 /* 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 = ( - "\"$(PROJECT_NAME)/libs/cocos2dx/kazmath/include\"", - "\"$(PROJECT_NAME)/libs/cocos2dx\"", - "\"$(PROJECT_NAME)/libs/CocosDenshion/include\"", - "\"$(SDKROOT)/usr/include/libxml2\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/include\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/platform/third_party/ios\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/platform/ios\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 6.1; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 469A7CC916C0F245006FFCB2 /* 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 = ( - "\"$(PROJECT_NAME)/libs/cocos2dx/kazmath/include\"", - "\"$(PROJECT_NAME)/libs/cocos2dx\"", - "\"$(PROJECT_NAME)/libs/CocosDenshion/include\"", - "\"$(SDKROOT)/usr/include/libxml2\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/include\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/platform/third_party/ios\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/platform/ios\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 6.1; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 469A7CCB16C0F245006FFCB2 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - 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; - GCC_PREPROCESSOR_DEFINITIONS = ( - DEBUG, - "COCOS2D_DEBUG=1", - USE_FILE32API, - CC_TARGET_OS_IPHONE, - CC_ENABLE_CHIPMUNK_INTEGRATION, - ); - "GCC_THUMB_SUPPORT[arch=armv6]" = ""; - HEADER_SEARCH_PATHS = ( - "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"", - "\"$(SRCROOT)/../../../../cocos2dx\"", - "\"$(SRCROOT)/../../../../CocosDenshion/include\"", - "\"$(SDKROOT)/usr/include/libxml2\"", - "\"$(SRCROOT)/../../../../cocos2dx/include\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"", - "$(SRCROOT)/../../../../cocos2dx/platform/ios", - "$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include", - "$(SRCROOT)/../../../../scripting/javascript/bindings", - "$(SRCROOT)/../../../../external/chipmunk/include/**", - "$(SRCROOT)/../../../../extensions", - ); - INFOPLIST_FILE = Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../../..//cocos2dx/platform/third_party/ios/libraries\"", - "\"$(SRCROOT)/../../../../CocosDenshion/third_party/blackberry/libraries/armle-v7\"", - "\"$(SRCROOT)/../../../../CocosDenshion/third_party/blackberry/libraries/x86\"", - "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"", - ); - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 469A7CCC16C0F245006FFCB2 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - 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 = ( - NDEBUG, - USE_FILE32API, - CC_TARGET_OS_IPHONE, - CC_ENABLE_CHIPMUNK_INTEGRATION, - ); - "GCC_THUMB_SUPPORT[arch=armv6]" = ""; - HEADER_SEARCH_PATHS = ( - "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"", - "\"$(SRCROOT)/../../../../cocos2dx\"", - "\"$(SRCROOT)/../../../../CocosDenshion/include\"", - "\"$(SDKROOT)/usr/include/libxml2\"", - "\"$(SRCROOT)/../../../../cocos2dx/include\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"", - "$(SRCROOT)/../../../../cocos2dx/platform/ios", - "$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include", - "$(SRCROOT)/../../../../scripting/javascript/bindings", - "$(SRCROOT)/../../../../external/chipmunk/include/**", - "$(SRCROOT)/../../../../extensions", - ); - INFOPLIST_FILE = Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../../..//cocos2dx/platform/third_party/ios/libraries\"", - "\"$(SRCROOT)/../../../../CocosDenshion/third_party/blackberry/libraries/armle-v7\"", - "\"$(SRCROOT)/../../../../CocosDenshion/third_party/blackberry/libraries/x86\"", - "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"", - ); - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - VALIDATE_PRODUCT = YES; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 469A79F916C0F242006FFCB2 /* Build configuration list for PBXProject "AssetsManagerTest" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 469A7CC816C0F245006FFCB2 /* Debug */, - 469A7CC916C0F245006FFCB2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 469A7CCA16C0F245006FFCB2 /* Build configuration list for PBXNativeTarget "AssetsManagerTest" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 469A7CCB16C0F245006FFCB2 /* Debug */, - 469A7CCC16C0F245006FFCB2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 469A79F616C0F242006FFCB2 /* Project object */; -} diff --git a/samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj/project.pbxproj b/samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj/project.pbxproj deleted file mode 100644 index c1ae102e622a..000000000000 --- a/samples/Cpp/HelloCpp/proj.ios/HelloCpp.xcodeproj/project.pbxproj +++ /dev/null @@ -1,386 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 15003FA315D2601D00B6775A /* iphone in Resources */ = {isa = PBXBuildFile; fileRef = 15003FA215D2601D00B6775A /* iphone */; }; - 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 */; }; - 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; - 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; }; - BF1373EF128A898400D9F789 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492D4B1289302400A09262 /* OpenGLES.framework */; }; - BF1373F0128A899500D9F789 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492C21128924A800A09262 /* libxml2.dylib */; }; - BF1373F1128A899E00D9F789 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492B6912891AC600A09262 /* libz.dylib */; }; - BF13742F128A8E6A00D9F789 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF137426128A8E4600D9F789 /* QuartzCore.framework */; }; - BF23D4E7143315EB00657E08 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF23D4E3143315EB00657E08 /* AppDelegate.cpp */; }; - BF23D4E8143315EB00657E08 /* HelloWorldScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF23D4E5143315EB00657E08 /* HelloWorldScene.cpp */; }; - BF365AA812A103F70050DCF4 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF365AA712A103F70050DCF4 /* AppController.mm */; }; - BF4DE6AD138BB89600CF907D /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF4DE6AC138BB89600CF907D /* RootViewController.mm */; }; - D446FD79161028E9000ADA7B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD78161028E9000ADA7B /* Default.png */; }; - D446FD7B161028ED000ADA7B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD7A161028ED000ADA7B /* Default@2x.png */; }; - D446FD7D161028F4000ADA7B /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD7C161028F4000ADA7B /* Default-568h@2x.png */; }; - D4ABB4B313B4395300552E6E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D4ABB4B213B4395300552E6E /* main.m */; }; - D4EF94E815BD319200D803EB /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94E715BD319200D803EB /* Icon-57.png */; }; - D4EF94EA15BD319500D803EB /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94E915BD319500D803EB /* Icon-114.png */; }; - D4EF94EC15BD319B00D803EB /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94EB15BD319B00D803EB /* Icon-72.png */; }; - D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94ED15BD319D00D803EB /* Icon-144.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 15003FA215D2601D00B6775A /* iphone */ = {isa = PBXFileReference; lastKnownFileType = folder; path = iphone; sourceTree = ""; }; - 1A0C0A6A1777F65600838530 /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = libcocos2dx.a; path = "libcocos2dx.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A1CF3661626CB6000AFC938 /* AppMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppMacros.h; sourceTree = ""; }; - 1A1CF3671626CEFF00AFC938 /* ipad */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipad; sourceTree = ""; }; - 1A1CF3681626CEFF00AFC938 /* ipadhd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipadhd; sourceTree = ""; }; - 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 1D6058910D05DD3D006BFB54 /* HelloCpp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloCpp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 781C33B11547F06B00633F88 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; - 781C33B31547F06B00633F88 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - 781C33B51547F06B00633F88 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - BF137426128A8E4600D9F789 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; - BF23D4E3143315EB00657E08 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; - BF23D4E4143315EB00657E08 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - BF23D4E5143315EB00657E08 /* HelloWorldScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HelloWorldScene.cpp; sourceTree = ""; }; - BF23D4E6143315EB00657E08 /* HelloWorldScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelloWorldScene.h; sourceTree = ""; }; - BF365AA612A103F70050DCF4 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = ""; }; - BF365AA712A103F70050DCF4 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = ""; }; - BF492B6912891AC600A09262 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; - BF492C21128924A800A09262 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; }; - BF492D4B1289302400A09262 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; - BF4DE6AB138BB89600CF907D /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; - BF4DE6AC138BB89600CF907D /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - D446FD78161028E9000ADA7B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = ../proj.ios/Default.png; sourceTree = ""; }; - D446FD7A161028ED000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "../proj.ios/Default@2x.png"; sourceTree = ""; }; - D446FD7C161028F4000ADA7B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../proj.ios/Default-568h@2x.png"; sourceTree = ""; }; - D4ABB4B213B4395300552E6E /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - D4EF94E715BD319200D803EB /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "../proj.ios/Icon-57.png"; sourceTree = ""; }; - D4EF94E915BD319500D803EB /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "../proj.ios/Icon-114.png"; sourceTree = ""; }; - D4EF94EB15BD319B00D803EB /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "../proj.ios/Icon-72.png"; sourceTree = ""; }; - D4EF94ED15BD319D00D803EB /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "../proj.ios/Icon-144.png"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A0C0A6B1777F65600838530 /* libcocos2dx.a in Frameworks */, - 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, - 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, - 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */, - BF1373EF128A898400D9F789 /* OpenGLES.framework in Frameworks */, - BF1373F0128A899500D9F789 /* libxml2.dylib in Frameworks */, - BF1373F1128A899E00D9F789 /* libz.dylib in Frameworks */, - BF13742F128A8E6A00D9F789 /* QuartzCore.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 19C28FACFE9D520D11CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - 1D6058910D05DD3D006BFB54 /* HelloCpp.app */, - ); - name = Products; - sourceTree = ""; - }; - 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { - isa = PBXGroup; - children = ( - BF23D4E2143315EB00657E08 /* Classes */, - 29B97323FDCFA39411CA2CEA /* Frameworks */, - BF5681CC1313A84D0055EEAC /* ios */, - 19C28FACFE9D520D11CA2CBB /* Products */, - 784521C214EBA449009D533B /* Resources */, - ); - name = CustomTemplate; - sourceTree = ""; - }; - 29B97323FDCFA39411CA2CEA /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1A0C0A6A1777F65600838530 /* libcocos2dx.a */, - BF492B6912891AC600A09262 /* libz.dylib */, - BF137426128A8E4600D9F789 /* QuartzCore.framework */, - BF492D4B1289302400A09262 /* OpenGLES.framework */, - BF492C21128924A800A09262 /* libxml2.dylib */, - 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, - 1D30AB110D05D00D00671497 /* Foundation.framework */, - 288765A40DF7441C002DB57D /* CoreGraphics.framework */, - 781C33B11547F06B00633F88 /* OpenAL.framework */, - 781C33B31547F06B00633F88 /* AudioToolbox.framework */, - 781C33B51547F06B00633F88 /* AVFoundation.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 784521C214EBA449009D533B /* Resources */ = { - isa = PBXGroup; - children = ( - 1A1CF3671626CEFF00AFC938 /* ipad */, - 1A1CF3681626CEFF00AFC938 /* ipadhd */, - 15003FA215D2601D00B6775A /* iphone */, - D4EF94ED15BD319D00D803EB /* Icon-144.png */, - D4EF94EB15BD319B00D803EB /* Icon-72.png */, - D4EF94E915BD319500D803EB /* Icon-114.png */, - D4EF94E715BD319200D803EB /* Icon-57.png */, - D446FD7C161028F4000ADA7B /* Default-568h@2x.png */, - D446FD7A161028ED000ADA7B /* Default@2x.png */, - D446FD78161028E9000ADA7B /* Default.png */, - ); - name = Resources; - path = ../Resources; - sourceTree = ""; - }; - BF23D4E2143315EB00657E08 /* Classes */ = { - isa = PBXGroup; - children = ( - 1A1CF3661626CB6000AFC938 /* AppMacros.h */, - BF23D4E3143315EB00657E08 /* AppDelegate.cpp */, - BF23D4E4143315EB00657E08 /* AppDelegate.h */, - BF23D4E5143315EB00657E08 /* HelloWorldScene.cpp */, - BF23D4E6143315EB00657E08 /* HelloWorldScene.h */, - ); - name = Classes; - path = ../Classes; - sourceTree = SOURCE_ROOT; - }; - BF5681CC1313A84D0055EEAC /* ios */ = { - isa = PBXGroup; - children = ( - D4ABB4B213B4395300552E6E /* main.m */, - BF365AA612A103F70050DCF4 /* AppController.h */, - BF365AA712A103F70050DCF4 /* AppController.mm */, - BF4DE6AB138BB89600CF907D /* RootViewController.h */, - BF4DE6AC138BB89600CF907D /* RootViewController.mm */, - ); - name = ios; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 1D6058900D05DD3D006BFB54 /* HelloCpp */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloCpp" */; - buildPhases = ( - 1D60588D0D05DD3D006BFB54 /* Resources */, - 1D60588E0D05DD3D006BFB54 /* Sources */, - 1D60588F0D05DD3D006BFB54 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = HelloCpp; - productName = HelloWorld; - productReference = 1D6058910D05DD3D006BFB54 /* HelloCpp.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 29B97313FDCFA39411CA2CEA /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0450; - }; - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HelloCpp" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 1; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 1D6058900D05DD3D006BFB54 /* HelloCpp */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 1D60588D0D05DD3D006BFB54 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D4EF94E815BD319200D803EB /* Icon-57.png in Resources */, - D4EF94EA15BD319500D803EB /* Icon-114.png in Resources */, - D4EF94EC15BD319B00D803EB /* Icon-72.png in Resources */, - D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */, - 15003FA315D2601D00B6775A /* iphone in Resources */, - D446FD79161028E9000ADA7B /* Default.png in Resources */, - D446FD7B161028ED000ADA7B /* Default@2x.png in Resources */, - D446FD7D161028F4000ADA7B /* Default-568h@2x.png in Resources */, - 1A1CF3691626CEFF00AFC938 /* ipad in Resources */, - 1A1CF36A1626CEFF00AFC938 /* ipadhd in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 1D60588E0D05DD3D006BFB54 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BF365AA812A103F70050DCF4 /* AppController.mm in Sources */, - BF4DE6AD138BB89600CF907D /* RootViewController.mm in Sources */, - D4ABB4B313B4395300552E6E /* main.m in Sources */, - BF23D4E7143315EB00657E08 /* AppDelegate.cpp in Sources */, - BF23D4E8143315EB00657E08 /* HelloWorldScene.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1D6058940D05DD3E006BFB54 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = HelloCpp_Prefix.pch; - GCC_PREPROCESSOR_DEFINITIONS = ( - USE_FILE32API, - CC_TARGET_OS_IPHONE, - "COCOS2D_DEBUG=1", - ); - GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = ""; - 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)/../../../../external/chipmunk/include/chipmunk", - ); - INFOPLIST_FILE = "HelloCpp-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = HelloCpp; - PROVISIONING_PROFILE = ""; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "armv7 armv7s"; - }; - name = Debug; - }; - 1D6058950D05DD3E006BFB54 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = HelloCpp_Prefix.pch; - GCC_PREPROCESSOR_DEFINITIONS = ( - USE_FILE32API, - CC_TARGET_OS_IPHONE, - ); - GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = ""; - 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)/../../../../external/chipmunk/include/chipmunk", - ); - INFOPLIST_FILE = "HelloCpp-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = HelloCpp; - PROVISIONING_PROFILE = ""; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VALID_ARCHS = "armv7 armv7s"; - }; - name = Release; - }; - C01FCF4F08A954540054247B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_VERSION = ""; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - SDKROOT = iphoneos; - VALID_ARCHS = "armv6 armv7 i386"; - }; - name = Debug; - }; - C01FCF5008A954540054247B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_VERSION = ""; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - SDKROOT = iphoneos; - VALID_ARCHS = "armv6 armv7 i386"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloCpp" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1D6058940D05DD3E006BFB54 /* Debug */, - 1D6058950D05DD3E006BFB54 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HelloCpp" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C01FCF4F08A954540054247B /* Debug */, - C01FCF5008A954540054247B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; -} diff --git a/samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj/project.pbxproj b/samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj/project.pbxproj deleted file mode 100644 index 5d72e948ee54..000000000000 --- a/samples/Cpp/SimpleGame/proj.ios/SimpleGame.xcodeproj/project.pbxproj +++ /dev/null @@ -1,403 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 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 */; }; - 782F4619153FEDF0009FC2E5 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 782F4617153FEDF0009FC2E5 /* Default.png */; }; - BF1373EF128A898400D9F789 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492D4B1289302400A09262 /* OpenGLES.framework */; }; - BF1373F0128A899500D9F789 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492C21128924A800A09262 /* libxml2.dylib */; }; - BF1373F1128A899E00D9F789 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = BF492B6912891AC600A09262 /* libz.dylib */; }; - BF13742F128A8E6A00D9F789 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF137426128A8E4600D9F789 /* QuartzCore.framework */; }; - BF23D4E7143315EB00657E08 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF23D4E3143315EB00657E08 /* AppDelegate.cpp */; }; - BF23D4E8143315EB00657E08 /* HelloWorldScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF23D4E5143315EB00657E08 /* HelloWorldScene.cpp */; }; - BF365AA812A103F70050DCF4 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF365AA712A103F70050DCF4 /* AppController.mm */; }; - BF4DE6AD138BB89600CF907D /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF4DE6AC138BB89600CF907D /* RootViewController.mm */; }; - D41A0AC6160F14F5004552AE /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D41A0AC5160F14F5004552AE /* Default-568h@2x.png */; }; - D446FD47161020AC000ADA7B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD46161020AB000ADA7B /* Default@2x.png */; }; - D4ABB4B313B4395300552E6E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D4ABB4B213B4395300552E6E /* main.m */; }; - D4E6BC9215FCB5BA008BF525 /* GameOverScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4E6BC9015FCB5BA008BF525 /* GameOverScene.cpp */; }; - D4E6BCC815FCB6AA008BF525 /* background-music-aac.wav in Resources */ = {isa = PBXBuildFile; fileRef = D4E6BCC415FCB6AA008BF525 /* background-music-aac.wav */; }; - D4E6BCC915FCB6AA008BF525 /* hd in Resources */ = {isa = PBXBuildFile; fileRef = D4E6BCC515FCB6AA008BF525 /* hd */; }; - D4E6BCCA15FCB6AA008BF525 /* pew-pew-lei.wav in Resources */ = {isa = PBXBuildFile; fileRef = D4E6BCC615FCB6AA008BF525 /* pew-pew-lei.wav */; }; - D4E6BCCB15FCB6AA008BF525 /* sd in Resources */ = {isa = PBXBuildFile; fileRef = D4E6BCC715FCB6AA008BF525 /* sd */; }; - D4E6BCCC15FCBABC008BF525 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 781C33B11547F06B00633F88 /* OpenAL.framework */; }; - D4E6BCCD15FCBAC8008BF525 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 781C33B51547F06B00633F88 /* AVFoundation.framework */; }; - D4E6BCCE15FCBAD7008BF525 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 781C33B31547F06B00633F88 /* AudioToolbox.framework */; }; - D4EF94E815BD319200D803EB /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94E715BD319200D803EB /* Icon-57.png */; }; - D4EF94EA15BD319500D803EB /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94E915BD319500D803EB /* Icon-114.png */; }; - D4EF94EC15BD319B00D803EB /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94EB15BD319B00D803EB /* Icon-72.png */; }; - D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94ED15BD319D00D803EB /* Icon-144.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 1A6E475D177819520055514D /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = libcocos2dx.a; path = "libcocos2dx.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E475E177819520055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = libCocosDenshion.a; path = "libCocosDenshion.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 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; }; - 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 781C33B11547F06B00633F88 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; - 781C33B31547F06B00633F88 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - 781C33B51547F06B00633F88 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - 782F4617153FEDF0009FC2E5 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = SOURCE_ROOT; }; - BF137426128A8E4600D9F789 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; - BF23D4E3143315EB00657E08 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; - BF23D4E4143315EB00657E08 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - BF23D4E5143315EB00657E08 /* HelloWorldScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HelloWorldScene.cpp; sourceTree = ""; }; - BF23D4E6143315EB00657E08 /* HelloWorldScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelloWorldScene.h; sourceTree = ""; }; - BF365AA612A103F70050DCF4 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = ""; }; - BF365AA712A103F70050DCF4 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = ""; }; - BF492B6912891AC600A09262 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; - BF492C21128924A800A09262 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; }; - BF492D4B1289302400A09262 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; - BF4DE6AB138BB89600CF907D /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; - BF4DE6AC138BB89600CF907D /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - D41A0AC5160F14F5004552AE /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../proj.ios/Default-568h@2x.png"; sourceTree = ""; }; - D446FD46161020AB000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "../proj.ios/Default@2x.png"; sourceTree = ""; }; - D4ABB4B213B4395300552E6E /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - D4E6BC9015FCB5BA008BF525 /* GameOverScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GameOverScene.cpp; sourceTree = ""; }; - D4E6BC9115FCB5BA008BF525 /* GameOverScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameOverScene.h; sourceTree = ""; }; - D4E6BCC415FCB6AA008BF525 /* background-music-aac.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = "background-music-aac.wav"; sourceTree = ""; }; - D4E6BCC515FCB6AA008BF525 /* hd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = hd; sourceTree = ""; }; - D4E6BCC615FCB6AA008BF525 /* pew-pew-lei.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = "pew-pew-lei.wav"; sourceTree = ""; }; - D4E6BCC715FCB6AA008BF525 /* sd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = sd; sourceTree = ""; }; - D4EF94E715BD319200D803EB /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "../proj.ios/Icon-57.png"; sourceTree = ""; }; - D4EF94E915BD319500D803EB /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "../proj.ios/Icon-114.png"; sourceTree = ""; }; - D4EF94EB15BD319B00D803EB /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "../proj.ios/Icon-72.png"; sourceTree = ""; }; - D4EF94ED15BD319D00D803EB /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "../proj.ios/Icon-144.png"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 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 */, - 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, - 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, - 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */, - BF1373EF128A898400D9F789 /* OpenGLES.framework in Frameworks */, - BF1373F0128A899500D9F789 /* libxml2.dylib in Frameworks */, - BF1373F1128A899E00D9F789 /* libz.dylib in Frameworks */, - BF13742F128A8E6A00D9F789 /* QuartzCore.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 19C28FACFE9D520D11CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - 1D6058910D05DD3D006BFB54 /* SimpleGame.app */, - ); - name = Products; - sourceTree = ""; - }; - 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { - isa = PBXGroup; - children = ( - BF23D4E2143315EB00657E08 /* Classes */, - 29B97323FDCFA39411CA2CEA /* Frameworks */, - BF5681CC1313A84D0055EEAC /* ios */, - 19C28FACFE9D520D11CA2CBB /* Products */, - 784521C214EBA449009D533B /* Resources */, - ); - name = CustomTemplate; - sourceTree = ""; - }; - 29B97323FDCFA39411CA2CEA /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1A6E475D177819520055514D /* libcocos2dx.a */, - 1A6E475E177819520055514D /* libCocosDenshion.a */, - BF492B6912891AC600A09262 /* libz.dylib */, - BF137426128A8E4600D9F789 /* QuartzCore.framework */, - BF492D4B1289302400A09262 /* OpenGLES.framework */, - BF492C21128924A800A09262 /* libxml2.dylib */, - 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, - 1D30AB110D05D00D00671497 /* Foundation.framework */, - 288765A40DF7441C002DB57D /* CoreGraphics.framework */, - 781C33B11547F06B00633F88 /* OpenAL.framework */, - 781C33B31547F06B00633F88 /* AudioToolbox.framework */, - 781C33B51547F06B00633F88 /* AVFoundation.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 784521C214EBA449009D533B /* Resources */ = { - isa = PBXGroup; - children = ( - D4E6BCC415FCB6AA008BF525 /* background-music-aac.wav */, - D4E6BCC515FCB6AA008BF525 /* hd */, - D4E6BCC615FCB6AA008BF525 /* pew-pew-lei.wav */, - D4E6BCC715FCB6AA008BF525 /* sd */, - D4EF94ED15BD319D00D803EB /* Icon-144.png */, - D4EF94EB15BD319B00D803EB /* Icon-72.png */, - D4EF94E915BD319500D803EB /* Icon-114.png */, - D4EF94E715BD319200D803EB /* Icon-57.png */, - 782F4617153FEDF0009FC2E5 /* Default.png */, - D446FD46161020AB000ADA7B /* Default@2x.png */, - D41A0AC5160F14F5004552AE /* Default-568h@2x.png */, - ); - name = Resources; - path = ../Resources; - sourceTree = ""; - }; - BF23D4E2143315EB00657E08 /* Classes */ = { - isa = PBXGroup; - children = ( - BF23D4E3143315EB00657E08 /* AppDelegate.cpp */, - BF23D4E4143315EB00657E08 /* AppDelegate.h */, - BF23D4E5143315EB00657E08 /* HelloWorldScene.cpp */, - BF23D4E6143315EB00657E08 /* HelloWorldScene.h */, - D4E6BC9015FCB5BA008BF525 /* GameOverScene.cpp */, - D4E6BC9115FCB5BA008BF525 /* GameOverScene.h */, - ); - name = Classes; - path = ../Classes; - sourceTree = SOURCE_ROOT; - }; - BF5681CC1313A84D0055EEAC /* ios */ = { - isa = PBXGroup; - children = ( - D4ABB4B213B4395300552E6E /* main.m */, - BF365AA612A103F70050DCF4 /* AppController.h */, - BF365AA712A103F70050DCF4 /* AppController.mm */, - BF4DE6AB138BB89600CF907D /* RootViewController.h */, - BF4DE6AC138BB89600CF907D /* RootViewController.mm */, - ); - name = ios; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 1D6058900D05DD3D006BFB54 /* SimpleGame */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "SimpleGame" */; - buildPhases = ( - 1D60588D0D05DD3D006BFB54 /* Resources */, - 1D60588E0D05DD3D006BFB54 /* Sources */, - 1D60588F0D05DD3D006BFB54 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SimpleGame; - productName = HelloWorld; - productReference = 1D6058910D05DD3D006BFB54 /* SimpleGame.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 29B97313FDCFA39411CA2CEA /* Project object */ = { - isa = PBXProject; - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SimpleGame" */; - compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; - hasScannedForEncodings = 1; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 1D6058900D05DD3D006BFB54 /* SimpleGame */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 1D60588D0D05DD3D006BFB54 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 782F4619153FEDF0009FC2E5 /* Default.png in Resources */, - D4EF94E815BD319200D803EB /* Icon-57.png in Resources */, - D4EF94EA15BD319500D803EB /* Icon-114.png in Resources */, - D4EF94EC15BD319B00D803EB /* Icon-72.png in Resources */, - D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */, - D4E6BCC815FCB6AA008BF525 /* background-music-aac.wav in Resources */, - D4E6BCC915FCB6AA008BF525 /* hd in Resources */, - D4E6BCCA15FCB6AA008BF525 /* pew-pew-lei.wav in Resources */, - D4E6BCCB15FCB6AA008BF525 /* sd in Resources */, - D41A0AC6160F14F5004552AE /* Default-568h@2x.png in Resources */, - D446FD47161020AC000ADA7B /* Default@2x.png in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 1D60588E0D05DD3D006BFB54 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BF365AA812A103F70050DCF4 /* AppController.mm in Sources */, - BF4DE6AD138BB89600CF907D /* RootViewController.mm in Sources */, - D4ABB4B313B4395300552E6E /* main.m in Sources */, - BF23D4E7143315EB00657E08 /* AppDelegate.cpp in Sources */, - BF23D4E8143315EB00657E08 /* HelloWorldScene.cpp in Sources */, - D4E6BC9215FCB5BA008BF525 /* GameOverScene.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1D6058940D05DD3E006BFB54 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = SimpleGame_Prefix.pch; - GCC_PREPROCESSOR_DEFINITIONS = ( - USE_FILE32API, - CC_TARGET_OS_IPHONE, - "COCOS2D_DEBUG=1", - ); - GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = ""; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = ""; - HEADER_SEARCH_PATHS = ( - "\"$(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; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = SimpleGame; - PROVISIONING_PROFILE = ""; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "armv7 armv7s"; - }; - name = Debug; - }; - 1D6058950D05DD3E006BFB54 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = SimpleGame_Prefix.pch; - GCC_PREPROCESSOR_DEFINITIONS = ( - USE_FILE32API, - CC_TARGET_OS_IPHONE, - ); - GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = ""; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = ""; - HEADER_SEARCH_PATHS = ( - "\"$(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; - LIBRARY_SEARCH_PATHS = "$(inherited)"; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = SimpleGame; - PROVISIONING_PROFILE = ""; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VALID_ARCHS = "armv7 armv7s"; - }; - name = Release; - }; - C01FCF4F08A954540054247B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_VERSION = ""; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - PREBINDING = NO; - SDKROOT = iphoneos; - VALID_ARCHS = "armv6 armv7 i386"; - }; - name = Debug; - }; - C01FCF5008A954540054247B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_VERSION = ""; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - PREBINDING = NO; - SDKROOT = iphoneos; - VALID_ARCHS = "armv6 armv7 i386"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "SimpleGame" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1D6058940D05DD3E006BFB54 /* Debug */, - 1D6058950D05DD3E006BFB54 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SimpleGame" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C01FCF4F08A954540054247B /* Debug */, - C01FCF5008A954540054247B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; -} diff --git a/samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj/project.pbxproj b/samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj/project.pbxproj deleted file mode 100644 index e4ca00d0a774..000000000000 --- a/samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1847 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 15384F141611A44F0021DC07 /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 15384F131611A44F0021DC07 /* fps_images.png */; }; - 15527950157C64F9007CC855 /* Shaders in Resources */ = {isa = PBXBuildFile; fileRef = 1552794F157C64F9007CC855 /* Shaders */; }; - 159DFBC516070BB300555A2F /* AnimationsTestLayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 159DFBC316070BB300555A2F /* AnimationsTestLayer.cpp */; }; - 15A048C41637845600F7CC0A /* VisibleRect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15A048C21637845600F7CC0A /* VisibleRect.cpp */; }; - 15AA9D5115B7EC460033D6C2 /* AccelerometerTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C4215B7EC450033D6C2 /* AccelerometerTest.cpp */; }; - 15AA9D5215B7EC460033D6C2 /* ActionManagerTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C4515B7EC450033D6C2 /* ActionManagerTest.cpp */; }; - 15AA9D5315B7EC460033D6C2 /* ActionsEaseTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C4815B7EC450033D6C2 /* ActionsEaseTest.cpp */; }; - 15AA9D5415B7EC460033D6C2 /* ActionsProgressTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C4B15B7EC450033D6C2 /* ActionsProgressTest.cpp */; }; - 15AA9D5515B7EC460033D6C2 /* ActionsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C4E15B7EC450033D6C2 /* ActionsTest.cpp */; }; - 15AA9D5615B7EC460033D6C2 /* Box2dTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C5115B7EC450033D6C2 /* Box2dTest.cpp */; }; - 15AA9D5715B7EC460033D6C2 /* Box2dView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C5415B7EC450033D6C2 /* Box2dView.cpp */; }; - 15AA9D5815B7EC460033D6C2 /* GLES-Render.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C5615B7EC450033D6C2 /* GLES-Render.cpp */; }; - 15AA9D5915B7EC460033D6C2 /* Test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C5815B7EC450033D6C2 /* Test.cpp */; }; - 15AA9D5A15B7EC460033D6C2 /* TestEntries.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C5A15B7EC450033D6C2 /* TestEntries.cpp */; }; - 15AA9D5B15B7EC460033D6C2 /* Bug-1159.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C8A15B7EC460033D6C2 /* Bug-1159.cpp */; }; - 15AA9D5C15B7EC460033D6C2 /* Bug-1174.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C8C15B7EC460033D6C2 /* Bug-1174.cpp */; }; - 15AA9D5D15B7EC460033D6C2 /* Bug-350.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C8E15B7EC460033D6C2 /* Bug-350.cpp */; }; - 15AA9D5E15B7EC460033D6C2 /* Bug-422.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C9015B7EC460033D6C2 /* Bug-422.cpp */; }; - 15AA9D5F15B7EC460033D6C2 /* Bug-458.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C9315B7EC460033D6C2 /* Bug-458.cpp */; }; - 15AA9D6015B7EC460033D6C2 /* QuestionContainerSprite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C9515B7EC460033D6C2 /* QuestionContainerSprite.cpp */; }; - 15AA9D6115B7EC460033D6C2 /* Bug-624.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C9715B7EC460033D6C2 /* Bug-624.cpp */; }; - 15AA9D6215B7EC460033D6C2 /* Bug-886.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C9915B7EC460033D6C2 /* Bug-886.cpp */; }; - 15AA9D6315B7EC460033D6C2 /* Bug-899.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C9B15B7EC460033D6C2 /* Bug-899.cpp */; }; - 15AA9D6415B7EC460033D6C2 /* Bug-914.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C9D15B7EC460033D6C2 /* Bug-914.cpp */; }; - 15AA9D6515B7EC460033D6C2 /* BugsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9C9F15B7EC460033D6C2 /* BugsTest.cpp */; }; - 15AA9D6715B7EC460033D6C2 /* ClickAndMoveTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CA515B7EC460033D6C2 /* ClickAndMoveTest.cpp */; }; - 15AA9D6815B7EC460033D6C2 /* CocosDenshionTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CA815B7EC460033D6C2 /* CocosDenshionTest.cpp */; }; - 15AA9D6915B7EC460033D6C2 /* controller.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CAA15B7EC460033D6C2 /* controller.cpp */; }; - 15AA9D6A15B7EC460033D6C2 /* CurlTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CAD15B7EC460033D6C2 /* CurlTest.cpp */; }; - 15AA9D6B15B7EC460033D6C2 /* CurrentLanguageTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CB015B7EC460033D6C2 /* CurrentLanguageTest.cpp */; }; - 15AA9D6C15B7EC460033D6C2 /* DrawPrimitivesTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CB315B7EC460033D6C2 /* DrawPrimitivesTest.cpp */; }; - 15AA9D6D15B7EC460033D6C2 /* EffectsAdvancedTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CB615B7EC460033D6C2 /* EffectsAdvancedTest.cpp */; }; - 15AA9D6E15B7EC460033D6C2 /* EffectsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CB915B7EC460033D6C2 /* EffectsTest.cpp */; }; - 15AA9D6F15B7EC460033D6C2 /* ButtonTestLayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CBE15B7EC460033D6C2 /* ButtonTestLayer.cpp */; }; - 15AA9D7015B7EC460033D6C2 /* CocosBuilderTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CC115B7EC460033D6C2 /* CocosBuilderTest.cpp */; }; - 15AA9D7115B7EC460033D6C2 /* HelloCocosBuilderLayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CC415B7EC460033D6C2 /* HelloCocosBuilderLayer.cpp */; }; - 15AA9D7215B7EC460033D6C2 /* MenuTestLayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CCB15B7EC460033D6C2 /* MenuTestLayer.cpp */; }; - 15AA9D7315B7EC460033D6C2 /* TestHeaderLayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CD815B7EC460033D6C2 /* TestHeaderLayer.cpp */; }; - 15AA9D7A15B7EC460033D6C2 /* ExtensionsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CEC15B7EC460033D6C2 /* ExtensionsTest.cpp */; }; - 15AA9D7B15B7EC460033D6C2 /* NotificationCenterTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CEF15B7EC460033D6C2 /* NotificationCenterTest.cpp */; }; - 15AA9D7C15B7EC460033D6C2 /* FontTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CF215B7EC460033D6C2 /* FontTest.cpp */; }; - 15AA9D7D15B7EC460033D6C2 /* IntervalTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CF515B7EC460033D6C2 /* IntervalTest.cpp */; }; - 15AA9D7E15B7EC460033D6C2 /* KeypadTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CF815B7EC460033D6C2 /* KeypadTest.cpp */; }; - 15AA9D7F15B7EC460033D6C2 /* LabelTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CFB15B7EC460033D6C2 /* LabelTest.cpp */; }; - 15AA9D8015B7EC460033D6C2 /* LayerTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CFE15B7EC460033D6C2 /* LayerTest.cpp */; }; - 15AA9D8115B7EC460033D6C2 /* MenuTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D0115B7EC460033D6C2 /* MenuTest.cpp */; }; - 15AA9D8215B7EC460033D6C2 /* MotionStreakTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D0415B7EC460033D6C2 /* MotionStreakTest.cpp */; }; - 15AA9D8315B7EC460033D6C2 /* MutiTouchTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D0715B7EC460033D6C2 /* MutiTouchTest.cpp */; }; - 15AA9D8415B7EC460033D6C2 /* NodeTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D0A15B7EC460033D6C2 /* NodeTest.cpp */; }; - 15AA9D8515B7EC460033D6C2 /* ParallaxTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D0D15B7EC460033D6C2 /* ParallaxTest.cpp */; }; - 15AA9D8615B7EC460033D6C2 /* ParticleTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D1015B7EC460033D6C2 /* ParticleTest.cpp */; }; - 15AA9D8715B7EC460033D6C2 /* PerformanceNodeChildrenTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D1315B7EC460033D6C2 /* PerformanceNodeChildrenTest.cpp */; }; - 15AA9D8815B7EC460033D6C2 /* PerformanceParticleTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D1515B7EC460033D6C2 /* PerformanceParticleTest.cpp */; }; - 15AA9D8915B7EC460033D6C2 /* PerformanceSpriteTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D1715B7EC460033D6C2 /* PerformanceSpriteTest.cpp */; }; - 15AA9D8A15B7EC460033D6C2 /* PerformanceTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D1915B7EC460033D6C2 /* PerformanceTest.cpp */; }; - 15AA9D8B15B7EC460033D6C2 /* PerformanceTextureTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D1B15B7EC460033D6C2 /* PerformanceTextureTest.cpp */; }; - 15AA9D8C15B7EC460033D6C2 /* PerformanceTouchesTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D1D15B7EC460033D6C2 /* PerformanceTouchesTest.cpp */; }; - 15AA9D8D15B7EC460033D6C2 /* RenderTextureTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D2015B7EC460033D6C2 /* RenderTextureTest.cpp */; }; - 15AA9D8E15B7EC460033D6C2 /* RotateWorldTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D2315B7EC460033D6C2 /* RotateWorldTest.cpp */; }; - 15AA9D8F15B7EC460033D6C2 /* SceneTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D2615B7EC460033D6C2 /* SceneTest.cpp */; }; - 15AA9D9015B7EC460033D6C2 /* SchedulerTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D2915B7EC460033D6C2 /* SchedulerTest.cpp */; }; - 15AA9D9115B7EC460033D6C2 /* ShaderTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D2C15B7EC460033D6C2 /* ShaderTest.cpp */; }; - 15AA9D9215B7EC460033D6C2 /* SpriteTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D2F15B7EC460033D6C2 /* SpriteTest.cpp */; }; - 15AA9D9315B7EC460033D6C2 /* testBasic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D3115B7EC460033D6C2 /* testBasic.cpp */; }; - 15AA9D9415B7EC460033D6C2 /* TextInputTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D3615B7EC460033D6C2 /* TextInputTest.cpp */; }; - 15AA9D9515B7EC460033D6C2 /* Texture2dTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D3915B7EC460033D6C2 /* Texture2dTest.cpp */; }; - 15AA9D9615B7EC460033D6C2 /* TextureCacheTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D3C15B7EC460033D6C2 /* TextureCacheTest.cpp */; }; - 15AA9D9715B7EC460033D6C2 /* TileMapTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D3F15B7EC460033D6C2 /* TileMapTest.cpp */; }; - 15AA9D9815B7EC460033D6C2 /* Ball.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D4215B7EC460033D6C2 /* Ball.cpp */; }; - 15AA9D9915B7EC460033D6C2 /* Paddle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D4415B7EC460033D6C2 /* Paddle.cpp */; }; - 15AA9D9A15B7EC460033D6C2 /* TouchesTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D4615B7EC460033D6C2 /* TouchesTest.cpp */; }; - 15AA9D9B15B7EC460033D6C2 /* TransitionsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D4915B7EC460033D6C2 /* TransitionsTest.cpp */; }; - 15AA9D9C15B7EC460033D6C2 /* UserDefaultTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D4C15B7EC460033D6C2 /* UserDefaultTest.cpp */; }; - 15AA9D9D15B7EC460033D6C2 /* ZwoptexTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9D4F15B7EC460033D6C2 /* ZwoptexTest.cpp */; }; - 15AA9F3C15B7EF960033D6C2 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9F3A15B7EF960033D6C2 /* AppDelegate.cpp */; }; - 15BA623115E4EAC3002BC3A5 /* hd in Resources */ = {isa = PBXBuildFile; fileRef = 15BA623015E4EAC3002BC3A5 /* hd */; }; - 15BA623515E4EAD7002BC3A5 /* ipadhd in Resources */ = {isa = PBXBuildFile; fileRef = 15BA623415E4EAD7002BC3A5 /* ipadhd */; }; - 15D2551A15E5FD6B000D5E89 /* ipad in Resources */ = {isa = PBXBuildFile; fileRef = 15D2551915E5FD6B000D5E89 /* ipad */; }; - 15E2AD85165C874400F7743F /* ChipmunkTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15E2AD83165C874400F7743F /* ChipmunkTest.cpp */; }; - 15E2ADA1165CBB0700F7743F /* ClippingNodeTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15E2AD9F165CBB0700F7743F /* ClippingNodeTest.cpp */; }; - 15FC61A816095C2B00AE81F8 /* ccb in Resources */ = {isa = PBXBuildFile; fileRef = 15FC61A716095C2B00AE81F8 /* ccb */; }; - 1A144286172788660096438B /* spine in Resources */ = {isa = PBXBuildFile; fileRef = 1A144285172788660096438B /* spine */; }; - 1A144289172788AF0096438B /* SpineTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A144287172788AF0096438B /* SpineTest.cpp */; }; - 1A14AE0615DA5E780064E300 /* EditBoxTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A14AE0415DA5E780064E300 /* EditBoxTest.cpp */; }; - 1A1A08D11779A69D00AC9E48 /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A1A08D01779A69D00AC9E48 /* libextensions.a */; }; - 1A1A08D61779A6DE00AC9E48 /* libBox2D.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A1A08D21779A6DE00AC9E48 /* libBox2D.a */; }; - 1A1A08D71779A6DE00AC9E48 /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A1A08D31779A6DE00AC9E48 /* libchipmunk.a */; }; - 1A1A08D81779A6DE00AC9E48 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A1A08D41779A6DE00AC9E48 /* libcocos2dx.a */; }; - 1A1A08D91779A6DE00AC9E48 /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A1A08D51779A6DE00AC9E48 /* libCocosDenshion.a */; }; - 1A4D4A2615FD7E2200F61EEB /* CustomTableViewCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A4D4A2215FD7E2200F61EEB /* CustomTableViewCell.cpp */; }; - 1A4D4A2715FD7E2200F61EEB /* TableViewTestScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A4D4A2415FD7E2200F61EEB /* TableViewTestScene.cpp */; }; - 1A60BF54173CCCF80054773B /* DataVisitorTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A60BF52173CCCF80054773B /* DataVisitorTest.cpp */; }; - 1A75E95A16F84FDD00BA80BD /* TimelineCallbackTestLayer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A75E95816F84FDD00BA80BD /* TimelineCallbackTestLayer.cpp */; }; - 1AA3E47E177422C1008A36C1 /* components in Resources */ = {isa = PBXBuildFile; fileRef = 1AA3E47D177422C1008A36C1 /* components */; }; - 1AB2D71716B649C200D72C48 /* FileUtilsTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AB2D71516B649C200D72C48 /* FileUtilsTest.cpp */; }; - 1AB2D71B16B64DC600D72C48 /* Misc in Resources */ = {isa = PBXBuildFile; fileRef = 1AB2D71A16B64DC600D72C48 /* Misc */; }; - 1AF5AE8E1758426A009C997A /* WebSocketTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AF5AE8C1758426A009C997A /* WebSocketTest.cpp */; }; - 1D3623260D0F684500981E51 /* testsAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* testsAppDelegate.mm */; }; - 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; - 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 */; }; - 465E212B176ACA99001D853C /* ArmatureScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 465E2129176ACA99001D853C /* ArmatureScene.cpp */; }; - 465E213E176AE7B0001D853C /* ComponentsTestScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 465E2132176AE7B0001D853C /* ComponentsTestScene.cpp */; }; - 465E213F176AE7B0001D853C /* EnemyController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 465E2134176AE7B0001D853C /* EnemyController.cpp */; }; - 465E2140176AE7B0001D853C /* GameOverScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 465E2136176AE7B0001D853C /* GameOverScene.cpp */; }; - 465E2141176AE7B0001D853C /* PlayerController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 465E2138176AE7B0001D853C /* PlayerController.cpp */; }; - 465E2142176AE7B0001D853C /* ProjectileController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 465E213A176AE7B0001D853C /* ProjectileController.cpp */; }; - 465E2143176AE7B0001D853C /* SceneController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 465E213C176AE7B0001D853C /* SceneController.cpp */; }; - 465E216E176AEE9D001D853C /* armature in Resources */ = {isa = PBXBuildFile; fileRef = 465E216D176AEE9D001D853C /* armature */; }; - 6442E66D17297DB40008499D /* TextureAtlasEncryptionTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6442E66B17297DB40008499D /* TextureAtlasEncryptionTest.cpp */; }; - 7855E0E1153FEF240059DD9A /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 7855E0DF153FEF240059DD9A /* Default.png */; }; - 789B560D15197BE00038CD1E /* animations in Resources */ = {isa = PBXBuildFile; fileRef = 789B560C15197BE00038CD1E /* animations */; }; - 789B560F15197BF30038CD1E /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 789B560E15197BF30038CD1E /* fonts */; }; - 789B561115197BFB0038CD1E /* Images in Resources */ = {isa = PBXBuildFile; fileRef = 789B561015197BFB0038CD1E /* Images */; }; - 789B561415197C040038CD1E /* TileMaps in Resources */ = {isa = PBXBuildFile; fileRef = 789B561215197C040038CD1E /* TileMaps */; }; - 789B561515197C040038CD1E /* zwoptex in Resources */ = {isa = PBXBuildFile; fileRef = 789B561315197C040038CD1E /* zwoptex */; }; - 78C7DEFB14EBA5060085D0C2 /* background.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 78C7DDBE14EBA5050085D0C2 /* background.mp3 */; }; - 78C7DEFC14EBA5060085D0C2 /* background.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 78C7DDBF14EBA5050085D0C2 /* background.ogg */; }; - 78C7DEFD14EBA5060085D0C2 /* effect1.raw in Resources */ = {isa = PBXBuildFile; fileRef = 78C7DDC014EBA5050085D0C2 /* effect1.raw */; }; - 78C7DEFE14EBA5060085D0C2 /* effect1.wav in Resources */ = {isa = PBXBuildFile; fileRef = 78C7DDC114EBA5050085D0C2 /* effect1.wav */; }; - 78C7DEFF14EBA5060085D0C2 /* effect2.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 78C7DDC214EBA5050085D0C2 /* effect2.ogg */; }; - 78C7DF2714EBA5060085D0C2 /* Hello.png in Resources */ = {isa = PBXBuildFile; fileRef = 78C7DDEB14EBA5050085D0C2 /* Hello.png */; }; - 78C7DFF614EBA5060085D0C2 /* music.mid in Resources */ = {isa = PBXBuildFile; fileRef = 78C7DEBD14EBA5060085D0C2 /* music.mid */; }; - 78CAE769156F8124002A7A68 /* Particles in Resources */ = {isa = PBXBuildFile; fileRef = 78CAE768156F8124002A7A68 /* Particles */; }; - 78ED2F85153D5BC500330E29 /* extensions in Resources */ = {isa = PBXBuildFile; fileRef = 78ED2F84153D5BC500330E29 /* extensions */; }; - A059B9AD174D9B8E0078F84F /* ConfigurationTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A059B9AB174D9B8E0078F84F /* ConfigurationTest.cpp */; }; - A076DDF6176143F300ACDC32 /* BaseTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A076DDF4176143F300ACDC32 /* BaseTest.cpp */; }; - A0B7466D17712A2A0021A776 /* configs in Resources */ = {isa = PBXBuildFile; fileRef = 46DBCD23176AC3B0006FE29A /* configs */; }; - A0C2186F17790FC800BE78B5 /* CCControlSceneManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CE415B7EC460033D6C2 /* CCControlSceneManager.cpp */; }; - A0C2187017790FCC00BE78B5 /* CCControlScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CE215B7EC460033D6C2 /* CCControlScene.cpp */; }; - A0C2187117790FD000BE78B5 /* CCControlPotentiometerTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15384F611611B38A0021DC07 /* CCControlPotentiometerTest.cpp */; }; - A0C2187217790FDD00BE78B5 /* CCControlStepperTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15384F641611B38A0021DC07 /* CCControlStepperTest.cpp */; }; - A0C2187317790FDD00BE78B5 /* CCControlButtonTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CDD15B7EC460033D6C2 /* CCControlButtonTest.cpp */; }; - A0C2187417790FDD00BE78B5 /* CCControlColourPickerTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CE015B7EC460033D6C2 /* CCControlColourPickerTest.cpp */; }; - A0C2187517790FE500BE78B5 /* CCControlSliderTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CE715B7EC460033D6C2 /* CCControlSliderTest.cpp */; }; - A0C2187617790FE500BE78B5 /* CCControlSwitchTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15AA9CEA15B7EC460033D6C2 /* CCControlSwitchTest.cpp */; }; - BF171245129291EC00B8313A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF170DB012928DE900B8313A /* OpenGLES.framework */; }; - BF1712471292920000B8313A /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = BF170DB412928DE900B8313A /* libz.dylib */; }; - BF1C47F01293687400B63C5D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF1C47EA1293683800B63C5D /* QuartzCore.framework */; }; - BF3326F413690DA4007CAA22 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF3326F313690DA4007CAA22 /* RootViewController.mm */; }; - D4144C0F15D23C9C00F4FD92 /* HttpClientTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4144C0D15D23C9C00F4FD92 /* HttpClientTest.cpp */; }; - D41A0AD1160F154A004552AE /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D41A0AD0160F154A004552AE /* Default-568h@2x.png */; }; - D446FD6E16102124000ADA7B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D446FD6D16102124000ADA7B /* Default@2x.png */; }; - D44C620C132DFF330009C878 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D44C620B132DFF330009C878 /* OpenAL.framework */; }; - D44C620E132DFF430009C878 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D44C620D132DFF430009C878 /* AVFoundation.framework */; }; - D44C6210132DFF4E0009C878 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D44C620F132DFF4E0009C878 /* AudioToolbox.framework */; }; - D4EF949A15BD2D8B00D803EB /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF949915BD2D8B00D803EB /* Icon-57.png */; }; - D4EF949C15BD2D8E00D803EB /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF949B15BD2D8E00D803EB /* Icon-114.png */; }; - D4EF949E15BD2D9600D803EB /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF949D15BD2D9600D803EB /* Icon-72.png */; }; - D4EF94A015BD2D9800D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF949F15BD2D9800D803EB /* Icon-144.png */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 15384F131611A44F0021DC07 /* fps_images.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fps_images.png; sourceTree = ""; }; - 15384F611611B38A0021DC07 /* CCControlPotentiometerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlPotentiometerTest.cpp; sourceTree = ""; }; - 15384F621611B38A0021DC07 /* CCControlPotentiometerTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlPotentiometerTest.h; sourceTree = ""; }; - 15384F641611B38A0021DC07 /* CCControlStepperTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlStepperTest.cpp; sourceTree = ""; }; - 15384F651611B38A0021DC07 /* CCControlStepperTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlStepperTest.h; sourceTree = ""; }; - 1552794F157C64F9007CC855 /* Shaders */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Shaders; sourceTree = ""; }; - 159DFBC216070BB300555A2F /* AnimationsLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimationsLayerLoader.h; sourceTree = ""; }; - 159DFBC316070BB300555A2F /* AnimationsTestLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AnimationsTestLayer.cpp; sourceTree = ""; }; - 159DFBC416070BB300555A2F /* AnimationsTestLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnimationsTestLayer.h; sourceTree = ""; }; - 15A048C21637845600F7CC0A /* VisibleRect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VisibleRect.cpp; path = ../Classes/VisibleRect.cpp; sourceTree = ""; }; - 15A048C31637845600F7CC0A /* VisibleRect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VisibleRect.h; path = ../Classes/VisibleRect.h; sourceTree = ""; }; - 15AA9C4215B7EC450033D6C2 /* AccelerometerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AccelerometerTest.cpp; sourceTree = ""; }; - 15AA9C4315B7EC450033D6C2 /* AccelerometerTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccelerometerTest.h; sourceTree = ""; }; - 15AA9C4515B7EC450033D6C2 /* ActionManagerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActionManagerTest.cpp; sourceTree = ""; }; - 15AA9C4615B7EC450033D6C2 /* ActionManagerTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionManagerTest.h; sourceTree = ""; }; - 15AA9C4815B7EC450033D6C2 /* ActionsEaseTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActionsEaseTest.cpp; sourceTree = ""; }; - 15AA9C4915B7EC450033D6C2 /* ActionsEaseTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionsEaseTest.h; sourceTree = ""; }; - 15AA9C4B15B7EC450033D6C2 /* ActionsProgressTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActionsProgressTest.cpp; sourceTree = ""; }; - 15AA9C4C15B7EC450033D6C2 /* ActionsProgressTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionsProgressTest.h; sourceTree = ""; }; - 15AA9C4E15B7EC450033D6C2 /* ActionsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActionsTest.cpp; sourceTree = ""; }; - 15AA9C4F15B7EC450033D6C2 /* ActionsTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionsTest.h; sourceTree = ""; }; - 15AA9C5115B7EC450033D6C2 /* Box2dTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Box2dTest.cpp; sourceTree = ""; }; - 15AA9C5215B7EC450033D6C2 /* Box2dTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2dTest.h; sourceTree = ""; }; - 15AA9C5415B7EC450033D6C2 /* Box2dView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Box2dView.cpp; sourceTree = ""; }; - 15AA9C5515B7EC450033D6C2 /* Box2dView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Box2dView.h; sourceTree = ""; }; - 15AA9C5615B7EC450033D6C2 /* GLES-Render.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "GLES-Render.cpp"; sourceTree = ""; }; - 15AA9C5715B7EC450033D6C2 /* GLES-Render.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GLES-Render.h"; sourceTree = ""; }; - 15AA9C5815B7EC450033D6C2 /* Test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Test.cpp; sourceTree = ""; }; - 15AA9C5915B7EC450033D6C2 /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Test.h; sourceTree = ""; }; - 15AA9C5A15B7EC450033D6C2 /* TestEntries.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestEntries.cpp; sourceTree = ""; }; - 15AA9C5C15B7EC450033D6C2 /* AddPair.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddPair.h; sourceTree = ""; }; - 15AA9C5D15B7EC450033D6C2 /* ApplyForce.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ApplyForce.h; sourceTree = ""; }; - 15AA9C5E15B7EC450033D6C2 /* BodyTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BodyTypes.h; sourceTree = ""; }; - 15AA9C5F15B7EC450033D6C2 /* Breakable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Breakable.h; sourceTree = ""; }; - 15AA9C6015B7EC450033D6C2 /* Bridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridge.h; sourceTree = ""; }; - 15AA9C6115B7EC450033D6C2 /* BulletTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BulletTest.h; sourceTree = ""; }; - 15AA9C6215B7EC450033D6C2 /* Cantilever.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cantilever.h; sourceTree = ""; }; - 15AA9C6315B7EC450033D6C2 /* Car.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Car.h; sourceTree = ""; }; - 15AA9C6415B7EC450033D6C2 /* Chain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Chain.h; sourceTree = ""; }; - 15AA9C6515B7EC450033D6C2 /* CharacterCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterCollision.h; sourceTree = ""; }; - 15AA9C6615B7EC450033D6C2 /* CollisionFiltering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollisionFiltering.h; sourceTree = ""; }; - 15AA9C6715B7EC450033D6C2 /* CollisionProcessing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollisionProcessing.h; sourceTree = ""; }; - 15AA9C6815B7EC450033D6C2 /* CompoundShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CompoundShapes.h; sourceTree = ""; }; - 15AA9C6915B7EC450033D6C2 /* Confined.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Confined.h; sourceTree = ""; }; - 15AA9C6A15B7EC460033D6C2 /* ContinuousTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContinuousTest.h; sourceTree = ""; }; - 15AA9C6B15B7EC460033D6C2 /* DistanceTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DistanceTest.h; sourceTree = ""; }; - 15AA9C6C15B7EC460033D6C2 /* Dominos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Dominos.h; sourceTree = ""; }; - 15AA9C6D15B7EC460033D6C2 /* DumpShell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DumpShell.h; sourceTree = ""; }; - 15AA9C6E15B7EC460033D6C2 /* DynamicTreeTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicTreeTest.h; sourceTree = ""; }; - 15AA9C6F15B7EC460033D6C2 /* EdgeShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EdgeShapes.h; sourceTree = ""; }; - 15AA9C7015B7EC460033D6C2 /* EdgeTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EdgeTest.h; sourceTree = ""; }; - 15AA9C7115B7EC460033D6C2 /* Gears.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gears.h; sourceTree = ""; }; - 15AA9C7215B7EC460033D6C2 /* OneSidedPlatform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OneSidedPlatform.h; sourceTree = ""; }; - 15AA9C7315B7EC460033D6C2 /* Pinball.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pinball.h; sourceTree = ""; }; - 15AA9C7415B7EC460033D6C2 /* PolyCollision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolyCollision.h; sourceTree = ""; }; - 15AA9C7515B7EC460033D6C2 /* PolyShapes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolyShapes.h; sourceTree = ""; }; - 15AA9C7615B7EC460033D6C2 /* Prismatic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prismatic.h; sourceTree = ""; }; - 15AA9C7715B7EC460033D6C2 /* Pulleys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pulleys.h; sourceTree = ""; }; - 15AA9C7815B7EC460033D6C2 /* Pyramid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pyramid.h; sourceTree = ""; }; - 15AA9C7915B7EC460033D6C2 /* RayCast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RayCast.h; sourceTree = ""; }; - 15AA9C7A15B7EC460033D6C2 /* Revolute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Revolute.h; sourceTree = ""; }; - 15AA9C7B15B7EC460033D6C2 /* Rope.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Rope.h; sourceTree = ""; }; - 15AA9C7C15B7EC460033D6C2 /* RopeJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RopeJoint.h; sourceTree = ""; }; - 15AA9C7D15B7EC460033D6C2 /* SensorTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SensorTest.h; sourceTree = ""; }; - 15AA9C7E15B7EC460033D6C2 /* ShapeEditing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShapeEditing.h; sourceTree = ""; }; - 15AA9C7F15B7EC460033D6C2 /* SliderCrank.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SliderCrank.h; sourceTree = ""; }; - 15AA9C8015B7EC460033D6C2 /* SphereStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SphereStack.h; sourceTree = ""; }; - 15AA9C8115B7EC460033D6C2 /* TheoJansen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TheoJansen.h; sourceTree = ""; }; - 15AA9C8215B7EC460033D6C2 /* Tiles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tiles.h; sourceTree = ""; }; - 15AA9C8315B7EC460033D6C2 /* TimeOfImpact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeOfImpact.h; sourceTree = ""; }; - 15AA9C8415B7EC460033D6C2 /* Tumbler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tumbler.h; sourceTree = ""; }; - 15AA9C8515B7EC460033D6C2 /* VaryingFriction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VaryingFriction.h; sourceTree = ""; }; - 15AA9C8615B7EC460033D6C2 /* VaryingRestitution.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VaryingRestitution.h; sourceTree = ""; }; - 15AA9C8715B7EC460033D6C2 /* VerticalStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VerticalStack.h; sourceTree = ""; }; - 15AA9C8815B7EC460033D6C2 /* Web.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Web.h; sourceTree = ""; }; - 15AA9C8A15B7EC460033D6C2 /* Bug-1159.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-1159.cpp"; sourceTree = ""; }; - 15AA9C8B15B7EC460033D6C2 /* Bug-1159.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-1159.h"; sourceTree = ""; }; - 15AA9C8C15B7EC460033D6C2 /* Bug-1174.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-1174.cpp"; sourceTree = ""; }; - 15AA9C8D15B7EC460033D6C2 /* Bug-1174.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-1174.h"; sourceTree = ""; }; - 15AA9C8E15B7EC460033D6C2 /* Bug-350.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-350.cpp"; sourceTree = ""; }; - 15AA9C8F15B7EC460033D6C2 /* Bug-350.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-350.h"; sourceTree = ""; }; - 15AA9C9015B7EC460033D6C2 /* Bug-422.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-422.cpp"; sourceTree = ""; }; - 15AA9C9115B7EC460033D6C2 /* Bug-422.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-422.h"; sourceTree = ""; }; - 15AA9C9315B7EC460033D6C2 /* Bug-458.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-458.cpp"; sourceTree = ""; }; - 15AA9C9415B7EC460033D6C2 /* Bug-458.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-458.h"; sourceTree = ""; }; - 15AA9C9515B7EC460033D6C2 /* QuestionContainerSprite.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = QuestionContainerSprite.cpp; sourceTree = ""; }; - 15AA9C9615B7EC460033D6C2 /* QuestionContainerSprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuestionContainerSprite.h; sourceTree = ""; }; - 15AA9C9715B7EC460033D6C2 /* Bug-624.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-624.cpp"; sourceTree = ""; }; - 15AA9C9815B7EC460033D6C2 /* Bug-624.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-624.h"; sourceTree = ""; }; - 15AA9C9915B7EC460033D6C2 /* Bug-886.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-886.cpp"; sourceTree = ""; }; - 15AA9C9A15B7EC460033D6C2 /* Bug-886.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-886.h"; sourceTree = ""; }; - 15AA9C9B15B7EC460033D6C2 /* Bug-899.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-899.cpp"; sourceTree = ""; }; - 15AA9C9C15B7EC460033D6C2 /* Bug-899.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-899.h"; sourceTree = ""; }; - 15AA9C9D15B7EC460033D6C2 /* Bug-914.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "Bug-914.cpp"; sourceTree = ""; }; - 15AA9C9E15B7EC460033D6C2 /* Bug-914.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "Bug-914.h"; sourceTree = ""; }; - 15AA9C9F15B7EC460033D6C2 /* BugsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BugsTest.cpp; sourceTree = ""; }; - 15AA9CA015B7EC460033D6C2 /* BugsTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BugsTest.h; sourceTree = ""; }; - 15AA9CA515B7EC460033D6C2 /* ClickAndMoveTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ClickAndMoveTest.cpp; sourceTree = ""; }; - 15AA9CA615B7EC460033D6C2 /* ClickAndMoveTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClickAndMoveTest.h; sourceTree = ""; }; - 15AA9CA815B7EC460033D6C2 /* CocosDenshionTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CocosDenshionTest.cpp; sourceTree = ""; }; - 15AA9CA915B7EC460033D6C2 /* CocosDenshionTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosDenshionTest.h; sourceTree = ""; }; - 15AA9CAA15B7EC460033D6C2 /* controller.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = controller.cpp; sourceTree = ""; }; - 15AA9CAB15B7EC460033D6C2 /* controller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controller.h; sourceTree = ""; }; - 15AA9CAD15B7EC460033D6C2 /* CurlTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CurlTest.cpp; sourceTree = ""; }; - 15AA9CAE15B7EC460033D6C2 /* CurlTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CurlTest.h; sourceTree = ""; }; - 15AA9CB015B7EC460033D6C2 /* CurrentLanguageTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CurrentLanguageTest.cpp; sourceTree = ""; }; - 15AA9CB115B7EC460033D6C2 /* CurrentLanguageTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CurrentLanguageTest.h; sourceTree = ""; }; - 15AA9CB315B7EC460033D6C2 /* DrawPrimitivesTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DrawPrimitivesTest.cpp; sourceTree = ""; }; - 15AA9CB415B7EC460033D6C2 /* DrawPrimitivesTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawPrimitivesTest.h; sourceTree = ""; }; - 15AA9CB615B7EC460033D6C2 /* EffectsAdvancedTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EffectsAdvancedTest.cpp; sourceTree = ""; }; - 15AA9CB715B7EC460033D6C2 /* EffectsAdvancedTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EffectsAdvancedTest.h; sourceTree = ""; }; - 15AA9CB915B7EC460033D6C2 /* EffectsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EffectsTest.cpp; sourceTree = ""; }; - 15AA9CBA15B7EC460033D6C2 /* EffectsTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EffectsTest.h; sourceTree = ""; }; - 15AA9CBE15B7EC460033D6C2 /* ButtonTestLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ButtonTestLayer.cpp; sourceTree = ""; }; - 15AA9CBF15B7EC460033D6C2 /* ButtonTestLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ButtonTestLayer.h; sourceTree = ""; }; - 15AA9CC015B7EC460033D6C2 /* ButtonTestLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ButtonTestLayerLoader.h; sourceTree = ""; }; - 15AA9CC115B7EC460033D6C2 /* CocosBuilderTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CocosBuilderTest.cpp; sourceTree = ""; }; - 15AA9CC215B7EC460033D6C2 /* CocosBuilderTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosBuilderTest.h; sourceTree = ""; }; - 15AA9CC415B7EC460033D6C2 /* HelloCocosBuilderLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HelloCocosBuilderLayer.cpp; sourceTree = ""; }; - 15AA9CC515B7EC460033D6C2 /* HelloCocosBuilderLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelloCocosBuilderLayer.h; sourceTree = ""; }; - 15AA9CC615B7EC460033D6C2 /* HelloCocosBuilderLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelloCocosBuilderLayerLoader.h; sourceTree = ""; }; - 15AA9CC815B7EC460033D6C2 /* LabelTestLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelTestLayer.h; sourceTree = ""; }; - 15AA9CC915B7EC460033D6C2 /* LabelTestLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelTestLayerLoader.h; sourceTree = ""; }; - 15AA9CCB15B7EC460033D6C2 /* MenuTestLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MenuTestLayer.cpp; sourceTree = ""; }; - 15AA9CCC15B7EC460033D6C2 /* MenuTestLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuTestLayer.h; sourceTree = ""; }; - 15AA9CCD15B7EC460033D6C2 /* MenuTestLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuTestLayerLoader.h; sourceTree = ""; }; - 15AA9CCF15B7EC460033D6C2 /* ParticleSystemTestLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParticleSystemTestLayer.h; sourceTree = ""; }; - 15AA9CD015B7EC460033D6C2 /* ParticleSystemTestLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParticleSystemTestLayerLoader.h; sourceTree = ""; }; - 15AA9CD215B7EC460033D6C2 /* ScrollViewTestLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollViewTestLayer.h; sourceTree = ""; }; - 15AA9CD315B7EC460033D6C2 /* ScrollViewTestLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollViewTestLayerLoader.h; sourceTree = ""; }; - 15AA9CD515B7EC460033D6C2 /* SpriteTestLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpriteTestLayer.h; sourceTree = ""; }; - 15AA9CD615B7EC460033D6C2 /* SpriteTestLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpriteTestLayerLoader.h; sourceTree = ""; }; - 15AA9CD815B7EC460033D6C2 /* TestHeaderLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestHeaderLayer.cpp; sourceTree = ""; }; - 15AA9CD915B7EC460033D6C2 /* TestHeaderLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestHeaderLayer.h; sourceTree = ""; }; - 15AA9CDA15B7EC460033D6C2 /* TestHeaderLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestHeaderLayerLoader.h; sourceTree = ""; }; - 15AA9CDD15B7EC460033D6C2 /* CCControlButtonTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlButtonTest.cpp; sourceTree = ""; }; - 15AA9CDE15B7EC460033D6C2 /* CCControlButtonTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlButtonTest.h; sourceTree = ""; }; - 15AA9CE015B7EC460033D6C2 /* CCControlColourPickerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlColourPickerTest.cpp; sourceTree = ""; }; - 15AA9CE115B7EC460033D6C2 /* CCControlColourPickerTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlColourPickerTest.h; sourceTree = ""; }; - 15AA9CE215B7EC460033D6C2 /* CCControlScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlScene.cpp; sourceTree = ""; }; - 15AA9CE315B7EC460033D6C2 /* CCControlScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlScene.h; sourceTree = ""; }; - 15AA9CE415B7EC460033D6C2 /* CCControlSceneManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSceneManager.cpp; sourceTree = ""; }; - 15AA9CE515B7EC460033D6C2 /* CCControlSceneManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSceneManager.h; sourceTree = ""; }; - 15AA9CE715B7EC460033D6C2 /* CCControlSliderTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSliderTest.cpp; sourceTree = ""; }; - 15AA9CE815B7EC460033D6C2 /* CCControlSliderTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSliderTest.h; sourceTree = ""; }; - 15AA9CEA15B7EC460033D6C2 /* CCControlSwitchTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCControlSwitchTest.cpp; sourceTree = ""; }; - 15AA9CEB15B7EC460033D6C2 /* CCControlSwitchTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCControlSwitchTest.h; sourceTree = ""; }; - 15AA9CEC15B7EC460033D6C2 /* ExtensionsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExtensionsTest.cpp; sourceTree = ""; }; - 15AA9CED15B7EC460033D6C2 /* ExtensionsTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtensionsTest.h; sourceTree = ""; }; - 15AA9CEF15B7EC460033D6C2 /* NotificationCenterTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NotificationCenterTest.cpp; sourceTree = ""; }; - 15AA9CF015B7EC460033D6C2 /* NotificationCenterTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationCenterTest.h; sourceTree = ""; }; - 15AA9CF215B7EC460033D6C2 /* FontTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FontTest.cpp; sourceTree = ""; }; - 15AA9CF315B7EC460033D6C2 /* FontTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FontTest.h; sourceTree = ""; }; - 15AA9CF515B7EC460033D6C2 /* IntervalTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IntervalTest.cpp; sourceTree = ""; }; - 15AA9CF615B7EC460033D6C2 /* IntervalTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntervalTest.h; sourceTree = ""; }; - 15AA9CF815B7EC460033D6C2 /* KeypadTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = KeypadTest.cpp; sourceTree = ""; }; - 15AA9CF915B7EC460033D6C2 /* KeypadTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeypadTest.h; sourceTree = ""; }; - 15AA9CFB15B7EC460033D6C2 /* LabelTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LabelTest.cpp; sourceTree = ""; }; - 15AA9CFC15B7EC460033D6C2 /* LabelTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LabelTest.h; sourceTree = ""; }; - 15AA9CFE15B7EC460033D6C2 /* LayerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LayerTest.cpp; sourceTree = ""; }; - 15AA9CFF15B7EC460033D6C2 /* LayerTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LayerTest.h; sourceTree = ""; }; - 15AA9D0115B7EC460033D6C2 /* MenuTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MenuTest.cpp; sourceTree = ""; }; - 15AA9D0215B7EC460033D6C2 /* MenuTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuTest.h; sourceTree = ""; }; - 15AA9D0415B7EC460033D6C2 /* MotionStreakTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MotionStreakTest.cpp; sourceTree = ""; }; - 15AA9D0515B7EC460033D6C2 /* MotionStreakTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MotionStreakTest.h; sourceTree = ""; }; - 15AA9D0715B7EC460033D6C2 /* MutiTouchTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MutiTouchTest.cpp; sourceTree = ""; }; - 15AA9D0815B7EC460033D6C2 /* MutiTouchTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MutiTouchTest.h; sourceTree = ""; }; - 15AA9D0A15B7EC460033D6C2 /* NodeTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NodeTest.cpp; sourceTree = ""; }; - 15AA9D0B15B7EC460033D6C2 /* NodeTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NodeTest.h; sourceTree = ""; }; - 15AA9D0D15B7EC460033D6C2 /* ParallaxTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParallaxTest.cpp; sourceTree = ""; }; - 15AA9D0E15B7EC460033D6C2 /* ParallaxTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParallaxTest.h; sourceTree = ""; }; - 15AA9D1015B7EC460033D6C2 /* ParticleTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParticleTest.cpp; sourceTree = ""; }; - 15AA9D1115B7EC460033D6C2 /* ParticleTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParticleTest.h; sourceTree = ""; }; - 15AA9D1315B7EC460033D6C2 /* PerformanceNodeChildrenTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceNodeChildrenTest.cpp; sourceTree = ""; }; - 15AA9D1415B7EC460033D6C2 /* PerformanceNodeChildrenTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceNodeChildrenTest.h; sourceTree = ""; }; - 15AA9D1515B7EC460033D6C2 /* PerformanceParticleTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceParticleTest.cpp; sourceTree = ""; }; - 15AA9D1615B7EC460033D6C2 /* PerformanceParticleTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceParticleTest.h; sourceTree = ""; }; - 15AA9D1715B7EC460033D6C2 /* PerformanceSpriteTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceSpriteTest.cpp; sourceTree = ""; }; - 15AA9D1815B7EC460033D6C2 /* PerformanceSpriteTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceSpriteTest.h; sourceTree = ""; }; - 15AA9D1915B7EC460033D6C2 /* PerformanceTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceTest.cpp; sourceTree = ""; }; - 15AA9D1A15B7EC460033D6C2 /* PerformanceTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceTest.h; sourceTree = ""; }; - 15AA9D1B15B7EC460033D6C2 /* PerformanceTextureTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceTextureTest.cpp; sourceTree = ""; }; - 15AA9D1C15B7EC460033D6C2 /* PerformanceTextureTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceTextureTest.h; sourceTree = ""; }; - 15AA9D1D15B7EC460033D6C2 /* PerformanceTouchesTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PerformanceTouchesTest.cpp; sourceTree = ""; }; - 15AA9D1E15B7EC460033D6C2 /* PerformanceTouchesTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PerformanceTouchesTest.h; sourceTree = ""; }; - 15AA9D2015B7EC460033D6C2 /* RenderTextureTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RenderTextureTest.cpp; sourceTree = ""; }; - 15AA9D2115B7EC460033D6C2 /* RenderTextureTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderTextureTest.h; sourceTree = ""; }; - 15AA9D2315B7EC460033D6C2 /* RotateWorldTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RotateWorldTest.cpp; sourceTree = ""; }; - 15AA9D2415B7EC460033D6C2 /* RotateWorldTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RotateWorldTest.h; sourceTree = ""; }; - 15AA9D2615B7EC460033D6C2 /* SceneTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SceneTest.cpp; sourceTree = ""; }; - 15AA9D2715B7EC460033D6C2 /* SceneTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneTest.h; sourceTree = ""; }; - 15AA9D2915B7EC460033D6C2 /* SchedulerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SchedulerTest.cpp; sourceTree = ""; }; - 15AA9D2A15B7EC460033D6C2 /* SchedulerTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SchedulerTest.h; sourceTree = ""; }; - 15AA9D2C15B7EC460033D6C2 /* ShaderTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ShaderTest.cpp; sourceTree = ""; }; - 15AA9D2D15B7EC460033D6C2 /* ShaderTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShaderTest.h; sourceTree = ""; }; - 15AA9D2F15B7EC460033D6C2 /* SpriteTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpriteTest.cpp; sourceTree = ""; }; - 15AA9D3015B7EC460033D6C2 /* SpriteTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpriteTest.h; sourceTree = ""; }; - 15AA9D3115B7EC460033D6C2 /* testBasic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = testBasic.cpp; sourceTree = ""; }; - 15AA9D3215B7EC460033D6C2 /* testBasic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testBasic.h; sourceTree = ""; }; - 15AA9D3315B7EC460033D6C2 /* testResource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testResource.h; sourceTree = ""; }; - 15AA9D3415B7EC460033D6C2 /* tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tests.h; sourceTree = ""; }; - 15AA9D3615B7EC460033D6C2 /* TextInputTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextInputTest.cpp; sourceTree = ""; }; - 15AA9D3715B7EC460033D6C2 /* TextInputTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextInputTest.h; sourceTree = ""; }; - 15AA9D3915B7EC460033D6C2 /* Texture2dTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Texture2dTest.cpp; sourceTree = ""; }; - 15AA9D3A15B7EC460033D6C2 /* Texture2dTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Texture2dTest.h; sourceTree = ""; }; - 15AA9D3C15B7EC460033D6C2 /* TextureCacheTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureCacheTest.cpp; sourceTree = ""; }; - 15AA9D3D15B7EC460033D6C2 /* TextureCacheTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureCacheTest.h; sourceTree = ""; }; - 15AA9D3F15B7EC460033D6C2 /* TileMapTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TileMapTest.cpp; sourceTree = ""; }; - 15AA9D4015B7EC460033D6C2 /* TileMapTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TileMapTest.h; sourceTree = ""; }; - 15AA9D4215B7EC460033D6C2 /* Ball.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ball.cpp; sourceTree = ""; }; - 15AA9D4315B7EC460033D6C2 /* Ball.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ball.h; sourceTree = ""; }; - 15AA9D4415B7EC460033D6C2 /* Paddle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Paddle.cpp; sourceTree = ""; }; - 15AA9D4515B7EC460033D6C2 /* Paddle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Paddle.h; sourceTree = ""; }; - 15AA9D4615B7EC460033D6C2 /* TouchesTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TouchesTest.cpp; sourceTree = ""; }; - 15AA9D4715B7EC460033D6C2 /* TouchesTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TouchesTest.h; sourceTree = ""; }; - 15AA9D4915B7EC460033D6C2 /* TransitionsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TransitionsTest.cpp; sourceTree = ""; }; - 15AA9D4A15B7EC460033D6C2 /* TransitionsTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TransitionsTest.h; sourceTree = ""; }; - 15AA9D4C15B7EC460033D6C2 /* UserDefaultTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UserDefaultTest.cpp; sourceTree = ""; }; - 15AA9D4D15B7EC460033D6C2 /* UserDefaultTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserDefaultTest.h; sourceTree = ""; }; - 15AA9D4F15B7EC460033D6C2 /* ZwoptexTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ZwoptexTest.cpp; sourceTree = ""; }; - 15AA9D5015B7EC460033D6C2 /* ZwoptexTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZwoptexTest.h; sourceTree = ""; }; - 15AA9F3A15B7EF960033D6C2 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; - 15AA9F3B15B7EF960033D6C2 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 15BA623015E4EAC3002BC3A5 /* hd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = hd; sourceTree = ""; }; - 15BA623415E4EAD7002BC3A5 /* ipadhd */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipadhd; sourceTree = ""; }; - 15D2551915E5FD6B000D5E89 /* ipad */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ipad; sourceTree = ""; }; - 15E2AD83165C874400F7743F /* ChipmunkTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChipmunkTest.cpp; sourceTree = ""; }; - 15E2AD84165C874400F7743F /* ChipmunkTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChipmunkTest.h; sourceTree = ""; }; - 15E2AD9F165CBB0700F7743F /* ClippingNodeTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ClippingNodeTest.cpp; sourceTree = ""; }; - 15E2ADA0165CBB0700F7743F /* ClippingNodeTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClippingNodeTest.h; sourceTree = ""; }; - 15FC61A716095C2B00AE81F8 /* ccb */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ccb; sourceTree = ""; }; - 1A144285172788660096438B /* spine */ = {isa = PBXFileReference; lastKnownFileType = folder; path = spine; sourceTree = ""; }; - 1A144287172788AF0096438B /* SpineTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SpineTest.cpp; sourceTree = ""; }; - 1A144288172788AF0096438B /* SpineTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpineTest.h; sourceTree = ""; }; - 1A14AE0415DA5E780064E300 /* EditBoxTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EditBoxTest.cpp; sourceTree = ""; }; - 1A14AE0515DA5E780064E300 /* EditBoxTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditBoxTest.h; sourceTree = ""; }; - 1A1A08D01779A69D00AC9E48 /* libextensions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libextensions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A1A08D21779A6DE00AC9E48 /* libBox2D.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libBox2D.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A1A08D31779A6DE00AC9E48 /* libchipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libchipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A1A08D41779A6DE00AC9E48 /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcocos2dx.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A1A08D51779A6DE00AC9E48 /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCocosDenshion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A4D4A2215FD7E2200F61EEB /* CustomTableViewCell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CustomTableViewCell.cpp; sourceTree = ""; }; - 1A4D4A2315FD7E2200F61EEB /* CustomTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomTableViewCell.h; sourceTree = ""; }; - 1A4D4A2415FD7E2200F61EEB /* TableViewTestScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TableViewTestScene.cpp; sourceTree = ""; }; - 1A4D4A2515FD7E2200F61EEB /* TableViewTestScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableViewTestScene.h; sourceTree = ""; }; - 1A60BF52173CCCF80054773B /* DataVisitorTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DataVisitorTest.cpp; sourceTree = ""; }; - 1A60BF53173CCCF80054773B /* DataVisitorTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataVisitorTest.h; sourceTree = ""; }; - 1A75E95716F84FDD00BA80BD /* TimelineCallbackLayerLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimelineCallbackLayerLoader.h; sourceTree = ""; }; - 1A75E95816F84FDD00BA80BD /* TimelineCallbackTestLayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimelineCallbackTestLayer.cpp; sourceTree = ""; }; - 1A75E95916F84FDD00BA80BD /* TimelineCallbackTestLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimelineCallbackTestLayer.h; sourceTree = ""; }; - 1AA3E47D177422C1008A36C1 /* components */ = {isa = PBXFileReference; lastKnownFileType = folder; path = components; sourceTree = ""; }; - 1AB2D71516B649C200D72C48 /* FileUtilsTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileUtilsTest.cpp; sourceTree = ""; }; - 1AB2D71616B649C200D72C48 /* FileUtilsTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileUtilsTest.h; sourceTree = ""; }; - 1AB2D71A16B64DC600D72C48 /* Misc */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Misc; sourceTree = ""; }; - 1AF5AE8C1758426A009C997A /* WebSocketTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebSocketTest.cpp; sourceTree = ""; }; - 1AF5AE8D1758426A009C997A /* WebSocketTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebSocketTest.h; sourceTree = ""; }; - 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 1D3623240D0F684500981E51 /* testsAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testsAppDelegate.h; sourceTree = ""; }; - 1D3623250D0F684500981E51 /* testsAppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = testsAppDelegate.mm; sourceTree = ""; }; - 1D6058910D05DD3D006BFB54 /* TestCpp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestCpp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ../main.m; sourceTree = ""; }; - 32CA4F630368D1EE00C91783 /* iphone_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iphone_Prefix.pch; path = ../iphone_Prefix.pch; sourceTree = ""; }; - 465E2129176ACA99001D853C /* ArmatureScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ArmatureScene.cpp; sourceTree = ""; }; - 465E212A176ACA99001D853C /* ArmatureScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArmatureScene.h; sourceTree = ""; }; - 465E2132176AE7B0001D853C /* ComponentsTestScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ComponentsTestScene.cpp; sourceTree = ""; }; - 465E2133176AE7B0001D853C /* ComponentsTestScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ComponentsTestScene.h; sourceTree = ""; }; - 465E2134176AE7B0001D853C /* EnemyController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EnemyController.cpp; sourceTree = ""; }; - 465E2135176AE7B0001D853C /* EnemyController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EnemyController.h; sourceTree = ""; }; - 465E2136176AE7B0001D853C /* GameOverScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GameOverScene.cpp; sourceTree = ""; }; - 465E2137176AE7B0001D853C /* GameOverScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GameOverScene.h; sourceTree = ""; }; - 465E2138176AE7B0001D853C /* PlayerController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PlayerController.cpp; sourceTree = ""; }; - 465E2139176AE7B0001D853C /* PlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlayerController.h; sourceTree = ""; }; - 465E213A176AE7B0001D853C /* ProjectileController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProjectileController.cpp; sourceTree = ""; }; - 465E213B176AE7B0001D853C /* ProjectileController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectileController.h; sourceTree = ""; }; - 465E213C176AE7B0001D853C /* SceneController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SceneController.cpp; sourceTree = ""; }; - 465E213D176AE7B0001D853C /* SceneController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneController.h; sourceTree = ""; }; - 465E216D176AEE9D001D853C /* armature */ = {isa = PBXFileReference; lastKnownFileType = folder; path = armature; sourceTree = ""; }; - 46DBCD23176AC3B0006FE29A /* configs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = configs; sourceTree = ""; }; - 6442E66B17297DB40008499D /* TextureAtlasEncryptionTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextureAtlasEncryptionTest.cpp; sourceTree = ""; }; - 6442E66C17297DB40008499D /* TextureAtlasEncryptionTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextureAtlasEncryptionTest.h; sourceTree = ""; }; - 7855E0DF153FEF240059DD9A /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = SOURCE_ROOT; }; - 789B560C15197BE00038CD1E /* animations */ = {isa = PBXFileReference; lastKnownFileType = folder; path = animations; sourceTree = ""; }; - 789B560E15197BF30038CD1E /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fonts; sourceTree = ""; }; - 789B561015197BFB0038CD1E /* Images */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Images; sourceTree = ""; }; - 789B561215197C040038CD1E /* TileMaps */ = {isa = PBXFileReference; lastKnownFileType = folder; path = TileMaps; sourceTree = ""; }; - 789B561315197C040038CD1E /* zwoptex */ = {isa = PBXFileReference; lastKnownFileType = folder; path = zwoptex; sourceTree = ""; }; - 78C7DDBE14EBA5050085D0C2 /* background.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = background.mp3; sourceTree = ""; }; - 78C7DDBF14EBA5050085D0C2 /* background.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = background.ogg; sourceTree = ""; }; - 78C7DDC014EBA5050085D0C2 /* effect1.raw */ = {isa = PBXFileReference; lastKnownFileType = file; path = effect1.raw; sourceTree = ""; }; - 78C7DDC114EBA5050085D0C2 /* effect1.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = effect1.wav; sourceTree = ""; }; - 78C7DDC214EBA5050085D0C2 /* effect2.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = effect2.ogg; sourceTree = ""; }; - 78C7DDEB14EBA5050085D0C2 /* Hello.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Hello.png; sourceTree = ""; }; - 78C7DEBD14EBA5060085D0C2 /* music.mid */ = {isa = PBXFileReference; lastKnownFileType = audio.midi; path = music.mid; sourceTree = ""; }; - 78CAE768156F8124002A7A68 /* Particles */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Particles; sourceTree = ""; }; - 78ED2F84153D5BC500330E29 /* extensions */ = {isa = PBXFileReference; lastKnownFileType = folder; path = extensions; sourceTree = ""; }; - A059B9AB174D9B8E0078F84F /* ConfigurationTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConfigurationTest.cpp; sourceTree = ""; }; - A059B9AC174D9B8E0078F84F /* ConfigurationTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConfigurationTest.h; sourceTree = ""; }; - A076DDF4176143F300ACDC32 /* BaseTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BaseTest.cpp; path = ../Classes/BaseTest.cpp; sourceTree = ""; }; - A076DDF5176143F300ACDC32 /* BaseTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BaseTest.h; path = ../Classes/BaseTest.h; sourceTree = ""; }; - BF170DB012928DE900B8313A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; - BF170DB412928DE900B8313A /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; - BF1C47EA1293683800B63C5D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; - BF3326F213690DA4007CAA22 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; - BF3326F313690DA4007CAA22 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - D4144C0D15D23C9C00F4FD92 /* HttpClientTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpClientTest.cpp; sourceTree = ""; }; - D4144C0E15D23C9C00F4FD92 /* HttpClientTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpClientTest.h; sourceTree = ""; }; - D41A0AD0160F154A004552AE /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "../proj.ios/Default-568h@2x.png"; sourceTree = ""; }; - D446FD6D16102124000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "../proj.ios/Default@2x.png"; sourceTree = ""; }; - D44C620B132DFF330009C878 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; - D44C620D132DFF430009C878 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - D44C620F132DFF4E0009C878 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - D4EF949915BD2D8B00D803EB /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "../proj.ios/Icon-57.png"; sourceTree = ""; }; - D4EF949B15BD2D8E00D803EB /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "../proj.ios/Icon-114.png"; sourceTree = ""; }; - D4EF949D15BD2D9600D803EB /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "../proj.ios/Icon-72.png"; sourceTree = ""; }; - D4EF949F15BD2D9800D803EB /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "../proj.ios/Icon-144.png"; sourceTree = ""; }; - D4F9F37B12E54555005CA6D2 /* Test-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Test-Info.plist"; sourceTree = SOURCE_ROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A1A08D61779A6DE00AC9E48 /* libBox2D.a in Frameworks */, - 1A1A08D71779A6DE00AC9E48 /* libchipmunk.a in Frameworks */, - 1A1A08D81779A6DE00AC9E48 /* libcocos2dx.a in Frameworks */, - 1A1A08D91779A6DE00AC9E48 /* libCocosDenshion.a in Frameworks */, - 1A1A08D11779A69D00AC9E48 /* libextensions.a in Frameworks */, - 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, - 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, - 288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */, - BF171245129291EC00B8313A /* OpenGLES.framework in Frameworks */, - BF1712471292920000B8313A /* libz.dylib in Frameworks */, - BF1C47F01293687400B63C5D /* QuartzCore.framework in Frameworks */, - D44C620C132DFF330009C878 /* OpenAL.framework in Frameworks */, - D44C620E132DFF430009C878 /* AVFoundation.framework in Frameworks */, - D44C6210132DFF4E0009C878 /* AudioToolbox.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 080E96DDFE201D6D7F000001 /* ios */ = { - isa = PBXGroup; - children = ( - D4F9F37B12E54555005CA6D2 /* Test-Info.plist */, - 29B97316FDCFA39411CA2CEA /* main.m */, - 1D3623240D0F684500981E51 /* testsAppDelegate.h */, - 32CA4F630368D1EE00C91783 /* iphone_Prefix.pch */, - 1D3623250D0F684500981E51 /* testsAppDelegate.mm */, - BF3326F213690DA4007CAA22 /* RootViewController.h */, - BF3326F313690DA4007CAA22 /* RootViewController.mm */, - ); - name = ios; - path = Classes; - sourceTree = ""; - }; - 15384F601611B38A0021DC07 /* CCControlPotentiometerTest */ = { - isa = PBXGroup; - children = ( - 15384F611611B38A0021DC07 /* CCControlPotentiometerTest.cpp */, - 15384F621611B38A0021DC07 /* CCControlPotentiometerTest.h */, - ); - name = CCControlPotentiometerTest; - path = ../../../Classes/ExtensionsTest/ControlExtensionTest/CCControlPotentiometerTest; - sourceTree = ""; - }; - 15384F631611B38A0021DC07 /* CCControlStepperTest */ = { - isa = PBXGroup; - children = ( - 15384F641611B38A0021DC07 /* CCControlStepperTest.cpp */, - 15384F651611B38A0021DC07 /* CCControlStepperTest.h */, - ); - name = CCControlStepperTest; - path = ../../../Classes/ExtensionsTest/ControlExtensionTest/CCControlStepperTest; - sourceTree = ""; - }; - 159DFBC116070BB300555A2F /* AnimationsTest */ = { - isa = PBXGroup; - children = ( - 159DFBC216070BB300555A2F /* AnimationsLayerLoader.h */, - 159DFBC316070BB300555A2F /* AnimationsTestLayer.cpp */, - 159DFBC416070BB300555A2F /* AnimationsTestLayer.h */, - ); - name = AnimationsTest; - path = ../../../Classes/ExtensionsTest/CocosBuilderTest/AnimationsTest; - sourceTree = ""; - }; - 15AA9C4015B7EC450033D6C2 /* Classes */ = { - isa = PBXGroup; - children = ( - 15AA9C4115B7EC450033D6C2 /* AccelerometerTest */, - 15AA9C4415B7EC450033D6C2 /* ActionManagerTest */, - 15AA9C4715B7EC450033D6C2 /* ActionsEaseTest */, - 15AA9C4A15B7EC450033D6C2 /* ActionsProgressTest */, - 15AA9C4D15B7EC450033D6C2 /* ActionsTest */, - 15AA9F3A15B7EF960033D6C2 /* AppDelegate.cpp */, - 15AA9F3B15B7EF960033D6C2 /* AppDelegate.h */, - A076DDF4176143F300ACDC32 /* BaseTest.cpp */, - A076DDF5176143F300ACDC32 /* BaseTest.h */, - 15AA9C5015B7EC450033D6C2 /* Box2DTest */, - 15AA9C5315B7EC450033D6C2 /* Box2DTestBed */, - 15AA9C8915B7EC460033D6C2 /* BugsTest */, - 15E2AD82165C874300F7743F /* ChipmunkTest */, - 15AA9CA415B7EC460033D6C2 /* ClickAndMoveTest */, - 15E2AD9E165CBB0700F7743F /* ClippingNodeTest */, - 15AA9CA715B7EC460033D6C2 /* CocosDenshionTest */, - 15AA9CAA15B7EC460033D6C2 /* controller.cpp */, - 15AA9CAB15B7EC460033D6C2 /* controller.h */, - A059B9AA174D9B8D0078F84F /* ConfigurationTest */, - 15AA9CAC15B7EC460033D6C2 /* CurlTest */, - 15AA9CAF15B7EC460033D6C2 /* CurrentLanguageTest */, - 1A60BF51173CCCF80054773B /* DataVisitorTest */, - 15AA9CB215B7EC460033D6C2 /* DrawPrimitivesTest */, - 15AA9CB515B7EC460033D6C2 /* EffectsAdvancedTest */, - 15AA9CB815B7EC460033D6C2 /* EffectsTest */, - 15AA9CBB15B7EC460033D6C2 /* ExtensionsTest */, - 1AB2D71416B649C200D72C48 /* FileUtilsTest */, - 15AA9CF115B7EC460033D6C2 /* FontTest */, - 15AA9CF415B7EC460033D6C2 /* IntervalTest */, - 15AA9CF715B7EC460033D6C2 /* KeypadTest */, - 15AA9CFA15B7EC460033D6C2 /* LabelTest */, - 15AA9CFD15B7EC460033D6C2 /* LayerTest */, - 15AA9D0015B7EC460033D6C2 /* MenuTest */, - 15AA9D0315B7EC460033D6C2 /* MotionStreakTest */, - 15AA9D0615B7EC460033D6C2 /* MutiTouchTest */, - 15AA9D0915B7EC460033D6C2 /* NodeTest */, - 15AA9D0C15B7EC460033D6C2 /* ParallaxTest */, - 15AA9D0F15B7EC460033D6C2 /* ParticleTest */, - 15AA9D1215B7EC460033D6C2 /* PerformanceTest */, - 15AA9D1F15B7EC460033D6C2 /* RenderTextureTest */, - 15AA9D2215B7EC460033D6C2 /* RotateWorldTest */, - 15AA9D2515B7EC460033D6C2 /* SceneTest */, - 15AA9D2815B7EC460033D6C2 /* SchedulerTest */, - 15AA9D2B15B7EC460033D6C2 /* ShaderTest */, - 1A144281172788300096438B /* SpineTest */, - 15AA9D2E15B7EC460033D6C2 /* SpriteTest */, - 15AA9D3115B7EC460033D6C2 /* testBasic.cpp */, - 15AA9D3215B7EC460033D6C2 /* testBasic.h */, - 15AA9D3315B7EC460033D6C2 /* testResource.h */, - 15AA9D3415B7EC460033D6C2 /* tests.h */, - 15AA9D3515B7EC460033D6C2 /* TextInputTest */, - 15AA9D3815B7EC460033D6C2 /* Texture2dTest */, - 15AA9D3B15B7EC460033D6C2 /* TextureCacheTest */, - 6442E66A17297DB40008499D /* TexturePackerEncryptionTest */, - 15AA9D3E15B7EC460033D6C2 /* TileMapTest */, - 15AA9D4115B7EC460033D6C2 /* TouchesTest */, - 15AA9D4815B7EC460033D6C2 /* TransitionsTest */, - 15AA9D4B15B7EC460033D6C2 /* UserDefaultTest */, - 15A048C21637845600F7CC0A /* VisibleRect.cpp */, - 15A048C31637845600F7CC0A /* VisibleRect.h */, - 15AA9D4E15B7EC460033D6C2 /* ZwoptexTest */, - ); - name = Classes; - path = ../classes; - sourceTree = ""; - }; - 15AA9C4115B7EC450033D6C2 /* AccelerometerTest */ = { - isa = PBXGroup; - children = ( - 15AA9C4215B7EC450033D6C2 /* AccelerometerTest.cpp */, - 15AA9C4315B7EC450033D6C2 /* AccelerometerTest.h */, - ); - path = AccelerometerTest; - sourceTree = ""; - }; - 15AA9C4415B7EC450033D6C2 /* ActionManagerTest */ = { - isa = PBXGroup; - children = ( - 15AA9C4515B7EC450033D6C2 /* ActionManagerTest.cpp */, - 15AA9C4615B7EC450033D6C2 /* ActionManagerTest.h */, - ); - path = ActionManagerTest; - sourceTree = ""; - }; - 15AA9C4715B7EC450033D6C2 /* ActionsEaseTest */ = { - isa = PBXGroup; - children = ( - 15AA9C4815B7EC450033D6C2 /* ActionsEaseTest.cpp */, - 15AA9C4915B7EC450033D6C2 /* ActionsEaseTest.h */, - ); - path = ActionsEaseTest; - sourceTree = ""; - }; - 15AA9C4A15B7EC450033D6C2 /* ActionsProgressTest */ = { - isa = PBXGroup; - children = ( - 15AA9C4B15B7EC450033D6C2 /* ActionsProgressTest.cpp */, - 15AA9C4C15B7EC450033D6C2 /* ActionsProgressTest.h */, - ); - path = ActionsProgressTest; - sourceTree = ""; - }; - 15AA9C4D15B7EC450033D6C2 /* ActionsTest */ = { - isa = PBXGroup; - children = ( - 15AA9C4E15B7EC450033D6C2 /* ActionsTest.cpp */, - 15AA9C4F15B7EC450033D6C2 /* ActionsTest.h */, - ); - path = ActionsTest; - sourceTree = ""; - }; - 15AA9C5015B7EC450033D6C2 /* Box2DTest */ = { - isa = PBXGroup; - children = ( - 15AA9C5115B7EC450033D6C2 /* Box2dTest.cpp */, - 15AA9C5215B7EC450033D6C2 /* Box2dTest.h */, - ); - path = Box2DTest; - sourceTree = ""; - }; - 15AA9C5315B7EC450033D6C2 /* Box2DTestBed */ = { - isa = PBXGroup; - children = ( - 15AA9C5415B7EC450033D6C2 /* Box2dView.cpp */, - 15AA9C5515B7EC450033D6C2 /* Box2dView.h */, - 15AA9C5615B7EC450033D6C2 /* GLES-Render.cpp */, - 15AA9C5715B7EC450033D6C2 /* GLES-Render.h */, - 15AA9C5815B7EC450033D6C2 /* Test.cpp */, - 15AA9C5915B7EC450033D6C2 /* Test.h */, - 15AA9C5A15B7EC450033D6C2 /* TestEntries.cpp */, - 15AA9C5B15B7EC450033D6C2 /* Tests */, - ); - path = Box2DTestBed; - sourceTree = ""; - }; - 15AA9C5B15B7EC450033D6C2 /* Tests */ = { - isa = PBXGroup; - children = ( - 15AA9C5C15B7EC450033D6C2 /* AddPair.h */, - 15AA9C5D15B7EC450033D6C2 /* ApplyForce.h */, - 15AA9C5E15B7EC450033D6C2 /* BodyTypes.h */, - 15AA9C5F15B7EC450033D6C2 /* Breakable.h */, - 15AA9C6015B7EC450033D6C2 /* Bridge.h */, - 15AA9C6115B7EC450033D6C2 /* BulletTest.h */, - 15AA9C6215B7EC450033D6C2 /* Cantilever.h */, - 15AA9C6315B7EC450033D6C2 /* Car.h */, - 15AA9C6415B7EC450033D6C2 /* Chain.h */, - 15AA9C6515B7EC450033D6C2 /* CharacterCollision.h */, - 15AA9C6615B7EC450033D6C2 /* CollisionFiltering.h */, - 15AA9C6715B7EC450033D6C2 /* CollisionProcessing.h */, - 15AA9C6815B7EC450033D6C2 /* CompoundShapes.h */, - 15AA9C6915B7EC450033D6C2 /* Confined.h */, - 15AA9C6A15B7EC460033D6C2 /* ContinuousTest.h */, - 15AA9C6B15B7EC460033D6C2 /* DistanceTest.h */, - 15AA9C6C15B7EC460033D6C2 /* Dominos.h */, - 15AA9C6D15B7EC460033D6C2 /* DumpShell.h */, - 15AA9C6E15B7EC460033D6C2 /* DynamicTreeTest.h */, - 15AA9C6F15B7EC460033D6C2 /* EdgeShapes.h */, - 15AA9C7015B7EC460033D6C2 /* EdgeTest.h */, - 15AA9C7115B7EC460033D6C2 /* Gears.h */, - 15AA9C7215B7EC460033D6C2 /* OneSidedPlatform.h */, - 15AA9C7315B7EC460033D6C2 /* Pinball.h */, - 15AA9C7415B7EC460033D6C2 /* PolyCollision.h */, - 15AA9C7515B7EC460033D6C2 /* PolyShapes.h */, - 15AA9C7615B7EC460033D6C2 /* Prismatic.h */, - 15AA9C7715B7EC460033D6C2 /* Pulleys.h */, - 15AA9C7815B7EC460033D6C2 /* Pyramid.h */, - 15AA9C7915B7EC460033D6C2 /* RayCast.h */, - 15AA9C7A15B7EC460033D6C2 /* Revolute.h */, - 15AA9C7B15B7EC460033D6C2 /* Rope.h */, - 15AA9C7C15B7EC460033D6C2 /* RopeJoint.h */, - 15AA9C7D15B7EC460033D6C2 /* SensorTest.h */, - 15AA9C7E15B7EC460033D6C2 /* ShapeEditing.h */, - 15AA9C7F15B7EC460033D6C2 /* SliderCrank.h */, - 15AA9C8015B7EC460033D6C2 /* SphereStack.h */, - 15AA9C8115B7EC460033D6C2 /* TheoJansen.h */, - 15AA9C8215B7EC460033D6C2 /* Tiles.h */, - 15AA9C8315B7EC460033D6C2 /* TimeOfImpact.h */, - 15AA9C8415B7EC460033D6C2 /* Tumbler.h */, - 15AA9C8515B7EC460033D6C2 /* VaryingFriction.h */, - 15AA9C8615B7EC460033D6C2 /* VaryingRestitution.h */, - 15AA9C8715B7EC460033D6C2 /* VerticalStack.h */, - 15AA9C8815B7EC460033D6C2 /* Web.h */, - ); - path = Tests; - sourceTree = ""; - }; - 15AA9C8915B7EC460033D6C2 /* BugsTest */ = { - isa = PBXGroup; - children = ( - 15AA9C8A15B7EC460033D6C2 /* Bug-1159.cpp */, - 15AA9C8B15B7EC460033D6C2 /* Bug-1159.h */, - 15AA9C8C15B7EC460033D6C2 /* Bug-1174.cpp */, - 15AA9C8D15B7EC460033D6C2 /* Bug-1174.h */, - 15AA9C8E15B7EC460033D6C2 /* Bug-350.cpp */, - 15AA9C8F15B7EC460033D6C2 /* Bug-350.h */, - 15AA9C9015B7EC460033D6C2 /* Bug-422.cpp */, - 15AA9C9115B7EC460033D6C2 /* Bug-422.h */, - 15AA9C9215B7EC460033D6C2 /* Bug-458 */, - 15AA9C9715B7EC460033D6C2 /* Bug-624.cpp */, - 15AA9C9815B7EC460033D6C2 /* Bug-624.h */, - 15AA9C9915B7EC460033D6C2 /* Bug-886.cpp */, - 15AA9C9A15B7EC460033D6C2 /* Bug-886.h */, - 15AA9C9B15B7EC460033D6C2 /* Bug-899.cpp */, - 15AA9C9C15B7EC460033D6C2 /* Bug-899.h */, - 15AA9C9D15B7EC460033D6C2 /* Bug-914.cpp */, - 15AA9C9E15B7EC460033D6C2 /* Bug-914.h */, - 15AA9C9F15B7EC460033D6C2 /* BugsTest.cpp */, - 15AA9CA015B7EC460033D6C2 /* BugsTest.h */, - ); - path = BugsTest; - sourceTree = ""; - }; - 15AA9C9215B7EC460033D6C2 /* Bug-458 */ = { - isa = PBXGroup; - children = ( - 15AA9C9315B7EC460033D6C2 /* Bug-458.cpp */, - 15AA9C9415B7EC460033D6C2 /* Bug-458.h */, - 15AA9C9515B7EC460033D6C2 /* QuestionContainerSprite.cpp */, - 15AA9C9615B7EC460033D6C2 /* QuestionContainerSprite.h */, - ); - path = "Bug-458"; - sourceTree = ""; - }; - 15AA9CA415B7EC460033D6C2 /* ClickAndMoveTest */ = { - isa = PBXGroup; - children = ( - 15AA9CA515B7EC460033D6C2 /* ClickAndMoveTest.cpp */, - 15AA9CA615B7EC460033D6C2 /* ClickAndMoveTest.h */, - ); - path = ClickAndMoveTest; - sourceTree = ""; - }; - 15AA9CA715B7EC460033D6C2 /* CocosDenshionTest */ = { - isa = PBXGroup; - children = ( - 15AA9CA815B7EC460033D6C2 /* CocosDenshionTest.cpp */, - 15AA9CA915B7EC460033D6C2 /* CocosDenshionTest.h */, - ); - path = CocosDenshionTest; - sourceTree = ""; - }; - 15AA9CAC15B7EC460033D6C2 /* CurlTest */ = { - isa = PBXGroup; - children = ( - 15AA9CAD15B7EC460033D6C2 /* CurlTest.cpp */, - 15AA9CAE15B7EC460033D6C2 /* CurlTest.h */, - ); - path = CurlTest; - sourceTree = ""; - }; - 15AA9CAF15B7EC460033D6C2 /* CurrentLanguageTest */ = { - isa = PBXGroup; - children = ( - 15AA9CB015B7EC460033D6C2 /* CurrentLanguageTest.cpp */, - 15AA9CB115B7EC460033D6C2 /* CurrentLanguageTest.h */, - ); - path = CurrentLanguageTest; - sourceTree = ""; - }; - 15AA9CB215B7EC460033D6C2 /* DrawPrimitivesTest */ = { - isa = PBXGroup; - children = ( - 15AA9CB315B7EC460033D6C2 /* DrawPrimitivesTest.cpp */, - 15AA9CB415B7EC460033D6C2 /* DrawPrimitivesTest.h */, - ); - path = DrawPrimitivesTest; - sourceTree = ""; - }; - 15AA9CB515B7EC460033D6C2 /* EffectsAdvancedTest */ = { - isa = PBXGroup; - children = ( - 15AA9CB615B7EC460033D6C2 /* EffectsAdvancedTest.cpp */, - 15AA9CB715B7EC460033D6C2 /* EffectsAdvancedTest.h */, - ); - path = EffectsAdvancedTest; - sourceTree = ""; - }; - 15AA9CB815B7EC460033D6C2 /* EffectsTest */ = { - isa = PBXGroup; - children = ( - 15AA9CB915B7EC460033D6C2 /* EffectsTest.cpp */, - 15AA9CBA15B7EC460033D6C2 /* EffectsTest.h */, - ); - path = EffectsTest; - sourceTree = ""; - }; - 15AA9CBB15B7EC460033D6C2 /* ExtensionsTest */ = { - isa = PBXGroup; - children = ( - 15AA9CEC15B7EC460033D6C2 /* ExtensionsTest.cpp */, - 15AA9CED15B7EC460033D6C2 /* ExtensionsTest.h */, - 465E2128176ACA99001D853C /* ArmatureTest */, - 15AA9CBC15B7EC460033D6C2 /* CocosBuilderTest */, - 465E2131176AE7B0001D853C /* ComponentsTest */, - 15AA9CDB15B7EC460033D6C2 /* ControlExtensionTest */, - 1A14AE0315DA5E780064E300 /* EditBoxTest */, - D4144C0C15D23C9C00F4FD92 /* NetworkTest */, - 15AA9CEE15B7EC460033D6C2 /* NotificationCenterTest */, - 1A4D4A2115FD7E2200F61EEB /* TableViewTest */, - ); - path = ExtensionsTest; - sourceTree = ""; - }; - 15AA9CBC15B7EC460033D6C2 /* CocosBuilderTest */ = { - isa = PBXGroup; - children = ( - 159DFBC116070BB300555A2F /* AnimationsTest */, - 15AA9CBD15B7EC460033D6C2 /* ButtonTest */, - 15AA9CC115B7EC460033D6C2 /* CocosBuilderTest.cpp */, - 15AA9CC215B7EC460033D6C2 /* CocosBuilderTest.h */, - 15AA9CC315B7EC460033D6C2 /* HelloCocosBuilder */, - 15AA9CC715B7EC460033D6C2 /* LabelTest */, - 15AA9CCA15B7EC460033D6C2 /* MenuTest */, - 15AA9CCE15B7EC460033D6C2 /* ParticleSystemTest */, - 15AA9CD115B7EC460033D6C2 /* ScrollViewTest */, - 15AA9CD415B7EC460033D6C2 /* SpriteTest */, - 15AA9CD715B7EC460033D6C2 /* TestHeader */, - 1A75E95616F84FDD00BA80BD /* TimelineCallbackTest */, - ); - path = CocosBuilderTest; - sourceTree = ""; - }; - 15AA9CBD15B7EC460033D6C2 /* ButtonTest */ = { - isa = PBXGroup; - children = ( - 15AA9CBE15B7EC460033D6C2 /* ButtonTestLayer.cpp */, - 15AA9CBF15B7EC460033D6C2 /* ButtonTestLayer.h */, - 15AA9CC015B7EC460033D6C2 /* ButtonTestLayerLoader.h */, - ); - path = ButtonTest; - sourceTree = ""; - }; - 15AA9CC315B7EC460033D6C2 /* HelloCocosBuilder */ = { - isa = PBXGroup; - children = ( - 15AA9CC415B7EC460033D6C2 /* HelloCocosBuilderLayer.cpp */, - 15AA9CC515B7EC460033D6C2 /* HelloCocosBuilderLayer.h */, - 15AA9CC615B7EC460033D6C2 /* HelloCocosBuilderLayerLoader.h */, - ); - path = HelloCocosBuilder; - sourceTree = ""; - }; - 15AA9CC715B7EC460033D6C2 /* LabelTest */ = { - isa = PBXGroup; - children = ( - 15AA9CC815B7EC460033D6C2 /* LabelTestLayer.h */, - 15AA9CC915B7EC460033D6C2 /* LabelTestLayerLoader.h */, - ); - path = LabelTest; - sourceTree = ""; - }; - 15AA9CCA15B7EC460033D6C2 /* MenuTest */ = { - isa = PBXGroup; - children = ( - 15AA9CCB15B7EC460033D6C2 /* MenuTestLayer.cpp */, - 15AA9CCC15B7EC460033D6C2 /* MenuTestLayer.h */, - 15AA9CCD15B7EC460033D6C2 /* MenuTestLayerLoader.h */, - ); - path = MenuTest; - sourceTree = ""; - }; - 15AA9CCE15B7EC460033D6C2 /* ParticleSystemTest */ = { - isa = PBXGroup; - children = ( - 15AA9CCF15B7EC460033D6C2 /* ParticleSystemTestLayer.h */, - 15AA9CD015B7EC460033D6C2 /* ParticleSystemTestLayerLoader.h */, - ); - path = ParticleSystemTest; - sourceTree = ""; - }; - 15AA9CD115B7EC460033D6C2 /* ScrollViewTest */ = { - isa = PBXGroup; - children = ( - 15AA9CD215B7EC460033D6C2 /* ScrollViewTestLayer.h */, - 15AA9CD315B7EC460033D6C2 /* ScrollViewTestLayerLoader.h */, - ); - path = ScrollViewTest; - sourceTree = ""; - }; - 15AA9CD415B7EC460033D6C2 /* SpriteTest */ = { - isa = PBXGroup; - children = ( - 15AA9CD515B7EC460033D6C2 /* SpriteTestLayer.h */, - 15AA9CD615B7EC460033D6C2 /* SpriteTestLayerLoader.h */, - ); - path = SpriteTest; - sourceTree = ""; - }; - 15AA9CD715B7EC460033D6C2 /* TestHeader */ = { - isa = PBXGroup; - children = ( - 15AA9CD815B7EC460033D6C2 /* TestHeaderLayer.cpp */, - 15AA9CD915B7EC460033D6C2 /* TestHeaderLayer.h */, - 15AA9CDA15B7EC460033D6C2 /* TestHeaderLayerLoader.h */, - ); - path = TestHeader; - sourceTree = ""; - }; - 15AA9CDB15B7EC460033D6C2 /* ControlExtensionTest */ = { - isa = PBXGroup; - children = ( - 15384F601611B38A0021DC07 /* CCControlPotentiometerTest */, - 15384F631611B38A0021DC07 /* CCControlStepperTest */, - 15AA9CDC15B7EC460033D6C2 /* CCControlButtonTest */, - 15AA9CDF15B7EC460033D6C2 /* CCControlColourPicker */, - 15AA9CE215B7EC460033D6C2 /* CCControlScene.cpp */, - 15AA9CE315B7EC460033D6C2 /* CCControlScene.h */, - 15AA9CE415B7EC460033D6C2 /* CCControlSceneManager.cpp */, - 15AA9CE515B7EC460033D6C2 /* CCControlSceneManager.h */, - 15AA9CE615B7EC460033D6C2 /* CCControlSliderTest */, - 15AA9CE915B7EC460033D6C2 /* CCControlSwitchTest */, - ); - path = ControlExtensionTest; - sourceTree = ""; - }; - 15AA9CDC15B7EC460033D6C2 /* CCControlButtonTest */ = { - isa = PBXGroup; - children = ( - 15AA9CDD15B7EC460033D6C2 /* CCControlButtonTest.cpp */, - 15AA9CDE15B7EC460033D6C2 /* CCControlButtonTest.h */, - ); - path = CCControlButtonTest; - sourceTree = ""; - }; - 15AA9CDF15B7EC460033D6C2 /* CCControlColourPicker */ = { - isa = PBXGroup; - children = ( - 15AA9CE015B7EC460033D6C2 /* CCControlColourPickerTest.cpp */, - 15AA9CE115B7EC460033D6C2 /* CCControlColourPickerTest.h */, - ); - path = CCControlColourPicker; - sourceTree = ""; - }; - 15AA9CE615B7EC460033D6C2 /* CCControlSliderTest */ = { - isa = PBXGroup; - children = ( - 15AA9CE715B7EC460033D6C2 /* CCControlSliderTest.cpp */, - 15AA9CE815B7EC460033D6C2 /* CCControlSliderTest.h */, - ); - path = CCControlSliderTest; - sourceTree = ""; - }; - 15AA9CE915B7EC460033D6C2 /* CCControlSwitchTest */ = { - isa = PBXGroup; - children = ( - 15AA9CEA15B7EC460033D6C2 /* CCControlSwitchTest.cpp */, - 15AA9CEB15B7EC460033D6C2 /* CCControlSwitchTest.h */, - ); - path = CCControlSwitchTest; - sourceTree = ""; - }; - 15AA9CEE15B7EC460033D6C2 /* NotificationCenterTest */ = { - isa = PBXGroup; - children = ( - 15AA9CEF15B7EC460033D6C2 /* NotificationCenterTest.cpp */, - 15AA9CF015B7EC460033D6C2 /* NotificationCenterTest.h */, - ); - path = NotificationCenterTest; - sourceTree = ""; - }; - 15AA9CF115B7EC460033D6C2 /* FontTest */ = { - isa = PBXGroup; - children = ( - 15AA9CF215B7EC460033D6C2 /* FontTest.cpp */, - 15AA9CF315B7EC460033D6C2 /* FontTest.h */, - ); - path = FontTest; - sourceTree = ""; - }; - 15AA9CF415B7EC460033D6C2 /* IntervalTest */ = { - isa = PBXGroup; - children = ( - 15AA9CF515B7EC460033D6C2 /* IntervalTest.cpp */, - 15AA9CF615B7EC460033D6C2 /* IntervalTest.h */, - ); - path = IntervalTest; - sourceTree = ""; - }; - 15AA9CF715B7EC460033D6C2 /* KeypadTest */ = { - isa = PBXGroup; - children = ( - 15AA9CF815B7EC460033D6C2 /* KeypadTest.cpp */, - 15AA9CF915B7EC460033D6C2 /* KeypadTest.h */, - ); - path = KeypadTest; - sourceTree = ""; - }; - 15AA9CFA15B7EC460033D6C2 /* LabelTest */ = { - isa = PBXGroup; - children = ( - 15AA9CFB15B7EC460033D6C2 /* LabelTest.cpp */, - 15AA9CFC15B7EC460033D6C2 /* LabelTest.h */, - ); - path = LabelTest; - sourceTree = ""; - }; - 15AA9CFD15B7EC460033D6C2 /* LayerTest */ = { - isa = PBXGroup; - children = ( - 15AA9CFE15B7EC460033D6C2 /* LayerTest.cpp */, - 15AA9CFF15B7EC460033D6C2 /* LayerTest.h */, - ); - path = LayerTest; - sourceTree = ""; - }; - 15AA9D0015B7EC460033D6C2 /* MenuTest */ = { - isa = PBXGroup; - children = ( - 15AA9D0115B7EC460033D6C2 /* MenuTest.cpp */, - 15AA9D0215B7EC460033D6C2 /* MenuTest.h */, - ); - path = MenuTest; - sourceTree = ""; - }; - 15AA9D0315B7EC460033D6C2 /* MotionStreakTest */ = { - isa = PBXGroup; - children = ( - 15AA9D0415B7EC460033D6C2 /* MotionStreakTest.cpp */, - 15AA9D0515B7EC460033D6C2 /* MotionStreakTest.h */, - ); - path = MotionStreakTest; - sourceTree = ""; - }; - 15AA9D0615B7EC460033D6C2 /* MutiTouchTest */ = { - isa = PBXGroup; - children = ( - 15AA9D0715B7EC460033D6C2 /* MutiTouchTest.cpp */, - 15AA9D0815B7EC460033D6C2 /* MutiTouchTest.h */, - ); - path = MutiTouchTest; - sourceTree = ""; - }; - 15AA9D0915B7EC460033D6C2 /* NodeTest */ = { - isa = PBXGroup; - children = ( - 15AA9D0A15B7EC460033D6C2 /* NodeTest.cpp */, - 15AA9D0B15B7EC460033D6C2 /* NodeTest.h */, - ); - path = NodeTest; - sourceTree = ""; - }; - 15AA9D0C15B7EC460033D6C2 /* ParallaxTest */ = { - isa = PBXGroup; - children = ( - 15AA9D0D15B7EC460033D6C2 /* ParallaxTest.cpp */, - 15AA9D0E15B7EC460033D6C2 /* ParallaxTest.h */, - ); - path = ParallaxTest; - sourceTree = ""; - }; - 15AA9D0F15B7EC460033D6C2 /* ParticleTest */ = { - isa = PBXGroup; - children = ( - 15AA9D1015B7EC460033D6C2 /* ParticleTest.cpp */, - 15AA9D1115B7EC460033D6C2 /* ParticleTest.h */, - ); - path = ParticleTest; - sourceTree = ""; - }; - 15AA9D1215B7EC460033D6C2 /* PerformanceTest */ = { - isa = PBXGroup; - children = ( - 15AA9D1315B7EC460033D6C2 /* PerformanceNodeChildrenTest.cpp */, - 15AA9D1415B7EC460033D6C2 /* PerformanceNodeChildrenTest.h */, - 15AA9D1515B7EC460033D6C2 /* PerformanceParticleTest.cpp */, - 15AA9D1615B7EC460033D6C2 /* PerformanceParticleTest.h */, - 15AA9D1715B7EC460033D6C2 /* PerformanceSpriteTest.cpp */, - 15AA9D1815B7EC460033D6C2 /* PerformanceSpriteTest.h */, - 15AA9D1915B7EC460033D6C2 /* PerformanceTest.cpp */, - 15AA9D1A15B7EC460033D6C2 /* PerformanceTest.h */, - 15AA9D1B15B7EC460033D6C2 /* PerformanceTextureTest.cpp */, - 15AA9D1C15B7EC460033D6C2 /* PerformanceTextureTest.h */, - 15AA9D1D15B7EC460033D6C2 /* PerformanceTouchesTest.cpp */, - 15AA9D1E15B7EC460033D6C2 /* PerformanceTouchesTest.h */, - ); - path = PerformanceTest; - sourceTree = ""; - }; - 15AA9D1F15B7EC460033D6C2 /* RenderTextureTest */ = { - isa = PBXGroup; - children = ( - 15AA9D2015B7EC460033D6C2 /* RenderTextureTest.cpp */, - 15AA9D2115B7EC460033D6C2 /* RenderTextureTest.h */, - ); - path = RenderTextureTest; - sourceTree = ""; - }; - 15AA9D2215B7EC460033D6C2 /* RotateWorldTest */ = { - isa = PBXGroup; - children = ( - 15AA9D2315B7EC460033D6C2 /* RotateWorldTest.cpp */, - 15AA9D2415B7EC460033D6C2 /* RotateWorldTest.h */, - ); - path = RotateWorldTest; - sourceTree = ""; - }; - 15AA9D2515B7EC460033D6C2 /* SceneTest */ = { - isa = PBXGroup; - children = ( - 15AA9D2615B7EC460033D6C2 /* SceneTest.cpp */, - 15AA9D2715B7EC460033D6C2 /* SceneTest.h */, - ); - path = SceneTest; - sourceTree = ""; - }; - 15AA9D2815B7EC460033D6C2 /* SchedulerTest */ = { - isa = PBXGroup; - children = ( - 15AA9D2915B7EC460033D6C2 /* SchedulerTest.cpp */, - 15AA9D2A15B7EC460033D6C2 /* SchedulerTest.h */, - ); - path = SchedulerTest; - sourceTree = ""; - }; - 15AA9D2B15B7EC460033D6C2 /* ShaderTest */ = { - isa = PBXGroup; - children = ( - 15AA9D2C15B7EC460033D6C2 /* ShaderTest.cpp */, - 15AA9D2D15B7EC460033D6C2 /* ShaderTest.h */, - ); - path = ShaderTest; - sourceTree = ""; - }; - 15AA9D2E15B7EC460033D6C2 /* SpriteTest */ = { - isa = PBXGroup; - children = ( - 15AA9D2F15B7EC460033D6C2 /* SpriteTest.cpp */, - 15AA9D3015B7EC460033D6C2 /* SpriteTest.h */, - ); - path = SpriteTest; - sourceTree = ""; - }; - 15AA9D3515B7EC460033D6C2 /* TextInputTest */ = { - isa = PBXGroup; - children = ( - 15AA9D3615B7EC460033D6C2 /* TextInputTest.cpp */, - 15AA9D3715B7EC460033D6C2 /* TextInputTest.h */, - ); - path = TextInputTest; - sourceTree = ""; - }; - 15AA9D3815B7EC460033D6C2 /* Texture2dTest */ = { - isa = PBXGroup; - children = ( - 15AA9D3915B7EC460033D6C2 /* Texture2dTest.cpp */, - 15AA9D3A15B7EC460033D6C2 /* Texture2dTest.h */, - ); - path = Texture2dTest; - sourceTree = ""; - }; - 15AA9D3B15B7EC460033D6C2 /* TextureCacheTest */ = { - isa = PBXGroup; - children = ( - 15AA9D3C15B7EC460033D6C2 /* TextureCacheTest.cpp */, - 15AA9D3D15B7EC460033D6C2 /* TextureCacheTest.h */, - ); - path = TextureCacheTest; - sourceTree = ""; - }; - 15AA9D3E15B7EC460033D6C2 /* TileMapTest */ = { - isa = PBXGroup; - children = ( - 15AA9D3F15B7EC460033D6C2 /* TileMapTest.cpp */, - 15AA9D4015B7EC460033D6C2 /* TileMapTest.h */, - ); - path = TileMapTest; - sourceTree = ""; - }; - 15AA9D4115B7EC460033D6C2 /* TouchesTest */ = { - isa = PBXGroup; - children = ( - 15AA9D4215B7EC460033D6C2 /* Ball.cpp */, - 15AA9D4315B7EC460033D6C2 /* Ball.h */, - 15AA9D4415B7EC460033D6C2 /* Paddle.cpp */, - 15AA9D4515B7EC460033D6C2 /* Paddle.h */, - 15AA9D4615B7EC460033D6C2 /* TouchesTest.cpp */, - 15AA9D4715B7EC460033D6C2 /* TouchesTest.h */, - ); - path = TouchesTest; - sourceTree = ""; - }; - 15AA9D4815B7EC460033D6C2 /* TransitionsTest */ = { - isa = PBXGroup; - children = ( - 15AA9D4915B7EC460033D6C2 /* TransitionsTest.cpp */, - 15AA9D4A15B7EC460033D6C2 /* TransitionsTest.h */, - ); - path = TransitionsTest; - sourceTree = ""; - }; - 15AA9D4B15B7EC460033D6C2 /* UserDefaultTest */ = { - isa = PBXGroup; - children = ( - 15AA9D4C15B7EC460033D6C2 /* UserDefaultTest.cpp */, - 15AA9D4D15B7EC460033D6C2 /* UserDefaultTest.h */, - ); - path = UserDefaultTest; - sourceTree = ""; - }; - 15AA9D4E15B7EC460033D6C2 /* ZwoptexTest */ = { - isa = PBXGroup; - children = ( - 15AA9D4F15B7EC460033D6C2 /* ZwoptexTest.cpp */, - 15AA9D5015B7EC460033D6C2 /* ZwoptexTest.h */, - ); - path = ZwoptexTest; - sourceTree = ""; - }; - 15E2AD82165C874300F7743F /* ChipmunkTest */ = { - isa = PBXGroup; - children = ( - 15E2AD83165C874400F7743F /* ChipmunkTest.cpp */, - 15E2AD84165C874400F7743F /* ChipmunkTest.h */, - ); - name = ChipmunkTest; - path = ../Classes/ChipmunkTest; - sourceTree = ""; - }; - 15E2AD9E165CBB0700F7743F /* ClippingNodeTest */ = { - isa = PBXGroup; - children = ( - 15E2AD9F165CBB0700F7743F /* ClippingNodeTest.cpp */, - 15E2ADA0165CBB0700F7743F /* ClippingNodeTest.h */, - ); - name = ClippingNodeTest; - path = ../Classes/ClippingNodeTest; - sourceTree = ""; - }; - 19C28FACFE9D520D11CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - 1D6058910D05DD3D006BFB54 /* TestCpp.app */, - ); - name = Products; - sourceTree = ""; - }; - 1A144281172788300096438B /* SpineTest */ = { - isa = PBXGroup; - children = ( - 1A144287172788AF0096438B /* SpineTest.cpp */, - 1A144288172788AF0096438B /* SpineTest.h */, - ); - name = SpineTest; - path = ../Classes/SpineTest; - sourceTree = ""; - }; - 1A14AE0315DA5E780064E300 /* EditBoxTest */ = { - isa = PBXGroup; - children = ( - 1A14AE0415DA5E780064E300 /* EditBoxTest.cpp */, - 1A14AE0515DA5E780064E300 /* EditBoxTest.h */, - ); - name = EditBoxTest; - path = ../../Classes/ExtensionsTest/EditBoxTest; - sourceTree = ""; - }; - 1A4D4A2115FD7E2200F61EEB /* TableViewTest */ = { - isa = PBXGroup; - children = ( - 1A4D4A2215FD7E2200F61EEB /* CustomTableViewCell.cpp */, - 1A4D4A2315FD7E2200F61EEB /* CustomTableViewCell.h */, - 1A4D4A2415FD7E2200F61EEB /* TableViewTestScene.cpp */, - 1A4D4A2515FD7E2200F61EEB /* TableViewTestScene.h */, - ); - name = TableViewTest; - path = ../../Classes/ExtensionsTest/TableViewTest; - sourceTree = ""; - }; - 1A60BF51173CCCF80054773B /* DataVisitorTest */ = { - isa = PBXGroup; - children = ( - 1A60BF52173CCCF80054773B /* DataVisitorTest.cpp */, - 1A60BF53173CCCF80054773B /* DataVisitorTest.h */, - ); - name = DataVisitorTest; - path = ../Classes/DataVisitorTest; - sourceTree = ""; - }; - 1A75E95616F84FDD00BA80BD /* TimelineCallbackTest */ = { - isa = PBXGroup; - children = ( - 1A75E95716F84FDD00BA80BD /* TimelineCallbackLayerLoader.h */, - 1A75E95816F84FDD00BA80BD /* TimelineCallbackTestLayer.cpp */, - 1A75E95916F84FDD00BA80BD /* TimelineCallbackTestLayer.h */, - ); - name = TimelineCallbackTest; - path = ../../../Classes/ExtensionsTest/CocosBuilderTest/TimelineCallbackTest; - sourceTree = ""; - }; - 1AB2D71416B649C200D72C48 /* FileUtilsTest */ = { - isa = PBXGroup; - children = ( - 1AB2D71516B649C200D72C48 /* FileUtilsTest.cpp */, - 1AB2D71616B649C200D72C48 /* FileUtilsTest.h */, - ); - name = FileUtilsTest; - path = ../Classes/FileUtilsTest; - sourceTree = ""; - }; - 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { - isa = PBXGroup; - children = ( - 15AA9C4015B7EC450033D6C2 /* Classes */, - 29B97323FDCFA39411CA2CEA /* Frameworks */, - 080E96DDFE201D6D7F000001 /* ios */, - 19C28FACFE9D520D11CA2CBB /* Products */, - 78C7DDAA14EBA5050085D0C2 /* Resources */, - ); - name = CustomTemplate; - sourceTree = ""; - }; - 29B97323FDCFA39411CA2CEA /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1A1A08D21779A6DE00AC9E48 /* libBox2D.a */, - 1A1A08D31779A6DE00AC9E48 /* libchipmunk.a */, - 1A1A08D41779A6DE00AC9E48 /* libcocos2dx.a */, - 1A1A08D51779A6DE00AC9E48 /* libCocosDenshion.a */, - 1A1A08D01779A69D00AC9E48 /* libextensions.a */, - BF170DB412928DE900B8313A /* libz.dylib */, - D44C620F132DFF4E0009C878 /* AudioToolbox.framework */, - D44C620D132DFF430009C878 /* AVFoundation.framework */, - 288765A40DF7441C002DB57D /* CoreGraphics.framework */, - 1D30AB110D05D00D00671497 /* Foundation.framework */, - D44C620B132DFF330009C878 /* OpenAL.framework */, - BF170DB012928DE900B8313A /* OpenGLES.framework */, - BF1C47EA1293683800B63C5D /* QuartzCore.framework */, - 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 465E2128176ACA99001D853C /* ArmatureTest */ = { - isa = PBXGroup; - children = ( - 465E2129176ACA99001D853C /* ArmatureScene.cpp */, - 465E212A176ACA99001D853C /* ArmatureScene.h */, - ); - name = ArmatureTest; - path = ../../Classes/ExtensionsTest/ArmatureTest; - sourceTree = ""; - }; - 465E2131176AE7B0001D853C /* ComponentsTest */ = { - isa = PBXGroup; - children = ( - 465E2132176AE7B0001D853C /* ComponentsTestScene.cpp */, - 465E2133176AE7B0001D853C /* ComponentsTestScene.h */, - 465E2134176AE7B0001D853C /* EnemyController.cpp */, - 465E2135176AE7B0001D853C /* EnemyController.h */, - 465E2136176AE7B0001D853C /* GameOverScene.cpp */, - 465E2137176AE7B0001D853C /* GameOverScene.h */, - 465E2138176AE7B0001D853C /* PlayerController.cpp */, - 465E2139176AE7B0001D853C /* PlayerController.h */, - 465E213A176AE7B0001D853C /* ProjectileController.cpp */, - 465E213B176AE7B0001D853C /* ProjectileController.h */, - 465E213C176AE7B0001D853C /* SceneController.cpp */, - 465E213D176AE7B0001D853C /* SceneController.h */, - ); - name = ComponentsTest; - path = ../../Classes/ExtensionsTest/ComponentsTest; - sourceTree = ""; - }; - 6442E66A17297DB40008499D /* TexturePackerEncryptionTest */ = { - isa = PBXGroup; - children = ( - 6442E66B17297DB40008499D /* TextureAtlasEncryptionTest.cpp */, - 6442E66C17297DB40008499D /* TextureAtlasEncryptionTest.h */, - ); - name = TexturePackerEncryptionTest; - path = ../Classes/TexturePackerEncryptionTest; - sourceTree = ""; - }; - 78C7DDAA14EBA5050085D0C2 /* Resources */ = { - isa = PBXGroup; - children = ( - 789B560C15197BE00038CD1E /* animations */, - 465E216D176AEE9D001D853C /* armature */, - 78C7DDBE14EBA5050085D0C2 /* background.mp3 */, - 78C7DDBF14EBA5050085D0C2 /* background.ogg */, - 15FC61A716095C2B00AE81F8 /* ccb */, - 1AA3E47D177422C1008A36C1 /* components */, - 46DBCD23176AC3B0006FE29A /* configs */, - D41A0AD0160F154A004552AE /* Default-568h@2x.png */, - 7855E0DF153FEF240059DD9A /* Default.png */, - D446FD6D16102124000ADA7B /* Default@2x.png */, - 78C7DDC014EBA5050085D0C2 /* effect1.raw */, - 78C7DDC114EBA5050085D0C2 /* effect1.wav */, - 78C7DDC214EBA5050085D0C2 /* effect2.ogg */, - 78ED2F84153D5BC500330E29 /* extensions */, - 789B560E15197BF30038CD1E /* fonts */, - 15384F131611A44F0021DC07 /* fps_images.png */, - 15BA623015E4EAC3002BC3A5 /* hd */, - 78C7DDEB14EBA5050085D0C2 /* Hello.png */, - D4EF949B15BD2D8E00D803EB /* Icon-114.png */, - D4EF949F15BD2D9800D803EB /* Icon-144.png */, - D4EF949915BD2D8B00D803EB /* Icon-57.png */, - D4EF949D15BD2D9600D803EB /* Icon-72.png */, - 789B561015197BFB0038CD1E /* Images */, - 15D2551915E5FD6B000D5E89 /* ipad */, - 15BA623415E4EAD7002BC3A5 /* ipadhd */, - 1AB2D71A16B64DC600D72C48 /* Misc */, - 78C7DEBD14EBA5060085D0C2 /* music.mid */, - 78CAE768156F8124002A7A68 /* Particles */, - 1552794F157C64F9007CC855 /* Shaders */, - 1A144285172788660096438B /* spine */, - 789B561215197C040038CD1E /* TileMaps */, - 789B561315197C040038CD1E /* zwoptex */, - ); - name = Resources; - path = ../Resources; - sourceTree = ""; - }; - A059B9AA174D9B8D0078F84F /* ConfigurationTest */ = { - isa = PBXGroup; - children = ( - A059B9AB174D9B8E0078F84F /* ConfigurationTest.cpp */, - A059B9AC174D9B8E0078F84F /* ConfigurationTest.h */, - ); - name = ConfigurationTest; - path = ../Classes/ConfigurationTest; - sourceTree = ""; - }; - D4144C0C15D23C9C00F4FD92 /* NetworkTest */ = { - isa = PBXGroup; - children = ( - D4144C0D15D23C9C00F4FD92 /* HttpClientTest.cpp */, - D4144C0E15D23C9C00F4FD92 /* HttpClientTest.h */, - 1AF5AE8C1758426A009C997A /* WebSocketTest.cpp */, - 1AF5AE8D1758426A009C997A /* WebSocketTest.h */, - ); - name = NetworkTest; - path = ../../Classes/ExtensionsTest/NetworkTest; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 1D6058900D05DD3D006BFB54 /* TestCpp */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "TestCpp" */; - buildPhases = ( - 1D60588D0D05DD3D006BFB54 /* Resources */, - 1D60588E0D05DD3D006BFB54 /* Sources */, - 1D60588F0D05DD3D006BFB54 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = TestCpp; - productName = iphone; - productReference = 1D6058910D05DD3D006BFB54 /* TestCpp.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 29B97313FDCFA39411CA2CEA /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0500; - }; - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestCpp" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 1; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 1D6058900D05DD3D006BFB54 /* TestCpp */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 1D60588D0D05DD3D006BFB54 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 78C7DEFB14EBA5060085D0C2 /* background.mp3 in Resources */, - 78C7DEFC14EBA5060085D0C2 /* background.ogg in Resources */, - 78C7DEFD14EBA5060085D0C2 /* effect1.raw in Resources */, - 78C7DEFE14EBA5060085D0C2 /* effect1.wav in Resources */, - 78C7DEFF14EBA5060085D0C2 /* effect2.ogg in Resources */, - 78C7DF2714EBA5060085D0C2 /* Hello.png in Resources */, - 78C7DFF614EBA5060085D0C2 /* music.mid in Resources */, - 789B560D15197BE00038CD1E /* animations in Resources */, - 789B560F15197BF30038CD1E /* fonts in Resources */, - 789B561115197BFB0038CD1E /* Images in Resources */, - 789B561415197C040038CD1E /* TileMaps in Resources */, - 789B561515197C040038CD1E /* zwoptex in Resources */, - 78ED2F85153D5BC500330E29 /* extensions in Resources */, - 7855E0E1153FEF240059DD9A /* Default.png in Resources */, - 78CAE769156F8124002A7A68 /* Particles in Resources */, - 15527950157C64F9007CC855 /* Shaders in Resources */, - D4EF949A15BD2D8B00D803EB /* Icon-57.png in Resources */, - D4EF949C15BD2D8E00D803EB /* Icon-114.png in Resources */, - D4EF949E15BD2D9600D803EB /* Icon-72.png in Resources */, - D4EF94A015BD2D9800D803EB /* Icon-144.png in Resources */, - 15BA623115E4EAC3002BC3A5 /* hd in Resources */, - 15BA623515E4EAD7002BC3A5 /* ipadhd in Resources */, - 15D2551A15E5FD6B000D5E89 /* ipad in Resources */, - 15FC61A816095C2B00AE81F8 /* ccb in Resources */, - D41A0AD1160F154A004552AE /* Default-568h@2x.png in Resources */, - D446FD6E16102124000ADA7B /* Default@2x.png in Resources */, - 15384F141611A44F0021DC07 /* fps_images.png in Resources */, - 1AB2D71B16B64DC600D72C48 /* Misc in Resources */, - 1A144286172788660096438B /* spine in Resources */, - 465E216E176AEE9D001D853C /* armature in Resources */, - A0B7466D17712A2A0021A776 /* configs in Resources */, - 1AA3E47E177422C1008A36C1 /* components in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 1D60588E0D05DD3D006BFB54 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1D60589B0D05DD56006BFB54 /* main.m in Sources */, - 1D3623260D0F684500981E51 /* testsAppDelegate.mm in Sources */, - BF3326F413690DA4007CAA22 /* RootViewController.mm in Sources */, - 15AA9D5115B7EC460033D6C2 /* AccelerometerTest.cpp in Sources */, - 15AA9D5215B7EC460033D6C2 /* ActionManagerTest.cpp in Sources */, - 15AA9D5315B7EC460033D6C2 /* ActionsEaseTest.cpp in Sources */, - 15AA9D5415B7EC460033D6C2 /* ActionsProgressTest.cpp in Sources */, - 15AA9D5515B7EC460033D6C2 /* ActionsTest.cpp in Sources */, - 15AA9D5615B7EC460033D6C2 /* Box2dTest.cpp in Sources */, - 15AA9D5715B7EC460033D6C2 /* Box2dView.cpp in Sources */, - 15AA9D5815B7EC460033D6C2 /* GLES-Render.cpp in Sources */, - 15AA9D5915B7EC460033D6C2 /* Test.cpp in Sources */, - 15AA9D5A15B7EC460033D6C2 /* TestEntries.cpp in Sources */, - 15AA9D5B15B7EC460033D6C2 /* Bug-1159.cpp in Sources */, - 15AA9D5C15B7EC460033D6C2 /* Bug-1174.cpp in Sources */, - 15AA9D5D15B7EC460033D6C2 /* Bug-350.cpp in Sources */, - 15AA9D5E15B7EC460033D6C2 /* Bug-422.cpp in Sources */, - 15AA9D5F15B7EC460033D6C2 /* Bug-458.cpp in Sources */, - 15AA9D6015B7EC460033D6C2 /* QuestionContainerSprite.cpp in Sources */, - 15AA9D6115B7EC460033D6C2 /* Bug-624.cpp in Sources */, - 15AA9D6215B7EC460033D6C2 /* Bug-886.cpp in Sources */, - 15AA9D6315B7EC460033D6C2 /* Bug-899.cpp in Sources */, - 15AA9D6415B7EC460033D6C2 /* Bug-914.cpp in Sources */, - 15AA9D6515B7EC460033D6C2 /* BugsTest.cpp in Sources */, - 15AA9D6715B7EC460033D6C2 /* ClickAndMoveTest.cpp in Sources */, - 15AA9D6815B7EC460033D6C2 /* CocosDenshionTest.cpp in Sources */, - 15AA9D6915B7EC460033D6C2 /* controller.cpp in Sources */, - 15AA9D6A15B7EC460033D6C2 /* CurlTest.cpp in Sources */, - 15AA9D6B15B7EC460033D6C2 /* CurrentLanguageTest.cpp in Sources */, - 15AA9D6C15B7EC460033D6C2 /* DrawPrimitivesTest.cpp in Sources */, - 15AA9D6D15B7EC460033D6C2 /* EffectsAdvancedTest.cpp in Sources */, - 15AA9D6E15B7EC460033D6C2 /* EffectsTest.cpp in Sources */, - 15AA9D6F15B7EC460033D6C2 /* ButtonTestLayer.cpp in Sources */, - 15AA9D7015B7EC460033D6C2 /* CocosBuilderTest.cpp in Sources */, - 15AA9D7115B7EC460033D6C2 /* HelloCocosBuilderLayer.cpp in Sources */, - 15AA9D7215B7EC460033D6C2 /* MenuTestLayer.cpp in Sources */, - 15AA9D7315B7EC460033D6C2 /* TestHeaderLayer.cpp in Sources */, - 15AA9D7A15B7EC460033D6C2 /* ExtensionsTest.cpp in Sources */, - 15AA9D7B15B7EC460033D6C2 /* NotificationCenterTest.cpp in Sources */, - 15AA9D7C15B7EC460033D6C2 /* FontTest.cpp in Sources */, - 15AA9D7D15B7EC460033D6C2 /* IntervalTest.cpp in Sources */, - 15AA9D7E15B7EC460033D6C2 /* KeypadTest.cpp in Sources */, - 15AA9D7F15B7EC460033D6C2 /* LabelTest.cpp in Sources */, - 15AA9D8015B7EC460033D6C2 /* LayerTest.cpp in Sources */, - 15AA9D8115B7EC460033D6C2 /* MenuTest.cpp in Sources */, - 15AA9D8215B7EC460033D6C2 /* MotionStreakTest.cpp in Sources */, - 15AA9D8315B7EC460033D6C2 /* MutiTouchTest.cpp in Sources */, - 15AA9D8415B7EC460033D6C2 /* NodeTest.cpp in Sources */, - 15AA9D8515B7EC460033D6C2 /* ParallaxTest.cpp in Sources */, - 15AA9D8615B7EC460033D6C2 /* ParticleTest.cpp in Sources */, - 15AA9D8715B7EC460033D6C2 /* PerformanceNodeChildrenTest.cpp in Sources */, - 15AA9D8815B7EC460033D6C2 /* PerformanceParticleTest.cpp in Sources */, - 15AA9D8915B7EC460033D6C2 /* PerformanceSpriteTest.cpp in Sources */, - 15AA9D8A15B7EC460033D6C2 /* PerformanceTest.cpp in Sources */, - 15AA9D8B15B7EC460033D6C2 /* PerformanceTextureTest.cpp in Sources */, - 15AA9D8C15B7EC460033D6C2 /* PerformanceTouchesTest.cpp in Sources */, - 15AA9D8D15B7EC460033D6C2 /* RenderTextureTest.cpp in Sources */, - 15AA9D8E15B7EC460033D6C2 /* RotateWorldTest.cpp in Sources */, - 15AA9D8F15B7EC460033D6C2 /* SceneTest.cpp in Sources */, - 15AA9D9015B7EC460033D6C2 /* SchedulerTest.cpp in Sources */, - 15AA9D9115B7EC460033D6C2 /* ShaderTest.cpp in Sources */, - 15AA9D9215B7EC460033D6C2 /* SpriteTest.cpp in Sources */, - 15AA9D9315B7EC460033D6C2 /* testBasic.cpp in Sources */, - 15AA9D9415B7EC460033D6C2 /* TextInputTest.cpp in Sources */, - 15AA9D9515B7EC460033D6C2 /* Texture2dTest.cpp in Sources */, - 15AA9D9615B7EC460033D6C2 /* TextureCacheTest.cpp in Sources */, - 15AA9D9715B7EC460033D6C2 /* TileMapTest.cpp in Sources */, - 15AA9D9815B7EC460033D6C2 /* Ball.cpp in Sources */, - 15AA9D9915B7EC460033D6C2 /* Paddle.cpp in Sources */, - 15AA9D9A15B7EC460033D6C2 /* TouchesTest.cpp in Sources */, - 15AA9D9B15B7EC460033D6C2 /* TransitionsTest.cpp in Sources */, - 15AA9D9C15B7EC460033D6C2 /* UserDefaultTest.cpp in Sources */, - 15AA9D9D15B7EC460033D6C2 /* ZwoptexTest.cpp in Sources */, - 15AA9F3C15B7EF960033D6C2 /* AppDelegate.cpp in Sources */, - D4144C0F15D23C9C00F4FD92 /* HttpClientTest.cpp in Sources */, - 1A14AE0615DA5E780064E300 /* EditBoxTest.cpp in Sources */, - 1A4D4A2615FD7E2200F61EEB /* CustomTableViewCell.cpp in Sources */, - 1A4D4A2715FD7E2200F61EEB /* TableViewTestScene.cpp in Sources */, - 159DFBC516070BB300555A2F /* AnimationsTestLayer.cpp in Sources */, - 15A048C41637845600F7CC0A /* VisibleRect.cpp in Sources */, - 15E2AD85165C874400F7743F /* ChipmunkTest.cpp in Sources */, - 15E2ADA1165CBB0700F7743F /* ClippingNodeTest.cpp in Sources */, - 1AB2D71716B649C200D72C48 /* FileUtilsTest.cpp in Sources */, - 1A75E95A16F84FDD00BA80BD /* TimelineCallbackTestLayer.cpp in Sources */, - 1A144289172788AF0096438B /* SpineTest.cpp in Sources */, - 6442E66D17297DB40008499D /* TextureAtlasEncryptionTest.cpp in Sources */, - 1A60BF54173CCCF80054773B /* DataVisitorTest.cpp in Sources */, - A059B9AD174D9B8E0078F84F /* ConfigurationTest.cpp in Sources */, - 1AF5AE8E1758426A009C997A /* WebSocketTest.cpp in Sources */, - A076DDF6176143F300ACDC32 /* BaseTest.cpp in Sources */, - 465E212B176ACA99001D853C /* ArmatureScene.cpp in Sources */, - 465E213E176AE7B0001D853C /* ComponentsTestScene.cpp in Sources */, - 465E213F176AE7B0001D853C /* EnemyController.cpp in Sources */, - 465E2140176AE7B0001D853C /* GameOverScene.cpp in Sources */, - 465E2141176AE7B0001D853C /* PlayerController.cpp in Sources */, - 465E2142176AE7B0001D853C /* ProjectileController.cpp in Sources */, - 465E2143176AE7B0001D853C /* SceneController.cpp in Sources */, - A0C2186F17790FC800BE78B5 /* CCControlSceneManager.cpp in Sources */, - A0C2187017790FCC00BE78B5 /* CCControlScene.cpp in Sources */, - A0C2187117790FD000BE78B5 /* CCControlPotentiometerTest.cpp in Sources */, - A0C2187217790FDD00BE78B5 /* CCControlStepperTest.cpp in Sources */, - A0C2187317790FDD00BE78B5 /* CCControlButtonTest.cpp in Sources */, - A0C2187417790FDD00BE78B5 /* CCControlColourPickerTest.cpp in Sources */, - A0C2187517790FE500BE78B5 /* CCControlSliderTest.cpp in Sources */, - A0C2187617790FE500BE78B5 /* CCControlSwitchTest.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1D6058940D05DD3E006BFB54 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = iphone_Prefix.pch; - GCC_PREPROCESSOR_DEFINITIONS = ( - USE_FILE32API, - CC_TARGET_OS_IPHONE, - "COCOS2D_DEBUG=1", - "CC_ENABLE_CHIPMUNK_INTEGRATION=1", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = ""; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../../../../CocosDenshion/include", - "\"$(SRCROOT)/../../../../external/chipmunk/include/constraints\"", - "\"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk\"", - "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"", - "\"$(SRCROOT)/../../../../external\"", - "\"$(SRCROOT)/../../../../external/libwebsockets/ios/include\"", - "\"$(SRCROOT)/../../../../extensions\"", - "\"$(SRCROOT)/../../../../cocos2dx\"", - "\"$(SRCROOT)/../../../../cocos2dx/include\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/ios/Simulation\"", - ); - INFOPLIST_FILE = "Test-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - LIBRARY_SEARCH_PATHS = ( - "\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios/libraries\"", - "\"$(SRCROOT)/../../../../external/libwebsockets/ios/lib\"", - ); - ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = "-O2"; - PRODUCT_NAME = TestCpp; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - USER_HEADER_SEARCH_PATHS = ""; - VALID_ARCHS = "armv7 armv7s"; - }; - name = Debug; - }; - 1D6058950D05DD3E006BFB54 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - GCC_INLINES_ARE_PRIVATE_EXTERN = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = iphone_Prefix.pch; - GCC_PREPROCESSOR_DEFINITIONS = ( - USE_FILE32API, - CC_TARGET_OS_IPHONE, - "CC_ENABLE_CHIPMUNK_INTEGRATION=1", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_VERSION = ""; - HEADER_SEARCH_PATHS = ( - "$(SRCROOT)/../../../../CocosDenshion/include", - "\"$(SRCROOT)/../../../../external/chipmunk/include/constraints\"", - "\"$(SRCROOT)/../../../../external/chipmunk/include/chipmunk\"", - "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"", - "\"$(SRCROOT)/../../../../external\"", - "\"$(SRCROOT)/../../../../external/libwebsockets/ios/include\"", - "\"$(SRCROOT)/../../../../extensions\"", - "\"$(SRCROOT)/../../../../cocos2dx\"", - "\"$(SRCROOT)/../../../../cocos2dx/include\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/ios/Simulation\"", - ); - INFOPLIST_FILE = "Test-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - LIBRARY_SEARCH_PATHS = ( - "\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios/libraries\"", - "\"$(SRCROOT)/../../../../external/libwebsockets/ios/lib\"", - ); - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = TestCpp; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - USER_HEADER_SEARCH_PATHS = ""; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C01FCF4F08A954540054247B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_VERSION = ""; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - C01FCF5008A954540054247B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CODE_SIGN_IDENTITY = "iPhone Developer"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_VERSION = ""; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - SDKROOT = iphoneos; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "TestCpp" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1D6058940D05DD3E006BFB54 /* Debug */, - 1D6058950D05DD3E006BFB54 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestCpp" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C01FCF4F08A954540054247B /* Debug */, - C01FCF5008A954540054247B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; -/* End XCConfigurationList section */ - }; - rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; -} diff --git a/samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 82d5bd52fd78..000000000000 --- a/samples/Cpp/TestCpp/proj.ios/TestCpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/samples/Javascript/CocosDragonJS/proj.ios/CocosDragonJS.xcodeproj/project.pbxproj b/samples/Javascript/CocosDragonJS/proj.ios/CocosDragonJS.xcodeproj/project.pbxproj deleted file mode 100644 index 6452bfc20915..000000000000 --- a/samples/Javascript/CocosDragonJS/proj.ios/CocosDragonJS.xcodeproj/project.pbxproj +++ /dev/null @@ -1,459 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 159004B2166DE190006BF838 /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004B1166DE18F006BF838 /* Icon-57.png */; }; - 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 */; }; - 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 */; }; - 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 */; }; - 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 */ - 159004B1166DE18F006BF838 /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-57.png"; sourceTree = ""; }; - 159004B3166DE19C006BF838 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = ""; }; - 159004B5166DE1A8006BF838 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = ""; }; - 159004B7166DE1AF006BF838 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = ""; }; - 1A6E4698177813130055514D /* libchipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libchipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E4699177813130055514D /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcocos2dx.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E469A177813130055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCocosDenshion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E469B177813130055514D /* libextensions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libextensions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E469C177813130055514D /* libjsbindings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libjsbindings.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46A41778147D0055514D /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = ""; }; - 1A6E46A51778147D0055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = ""; }; - 1A6E46A61778147D0055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = ""; }; - 1A6E46A71778147D0055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = ""; }; - 1A6E46A81778147D0055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = ""; }; - 1A6E46A91778147D0055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = ""; }; - 1A6E46AA1778147D0055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = ""; }; - 1A6E46AB1778147D0055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = ""; }; - 1A6E46AC1778147D0055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = ""; }; - 1A6E46AD1778147D0055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = ""; }; - 1A6E46AE1778147D0055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = ""; }; - 1A6E46AF1778147D0055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = ""; }; - 1A82F5D0169AC71F00C4B13A /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; }; - 1AD74D8216F80FE200F7F1B4 /* Published files iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published files iOS"; path = "../../Shared/games/CocosDragonJS/Published files iOS"; sourceTree = ""; }; - 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; }; - 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 = ""; }; - D446FDA416102D82000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - D446FDA616102D86000ADA7B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - D45446CD156DE74F00887EB5 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = ""; }; - D45446CE156DE74F00887EB5 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = ""; }; - D45446CF156DE74F00887EB5 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - D45446D0156DE74F00887EB5 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = ""; }; - D45446D1156DE74F00887EB5 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; - D45446D2156DE74F00887EB5 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - D45446D6156DE79D00887EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 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 = ""; }; - D4545216156E28EF00887EB5 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - A922753A1517C094001B78AA /* Frameworks */ = { - 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 */, - 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 = ( - 1A6E46A31778147D0055514D /* js */, - 1AD74D8216F80FE200F7F1B4 /* Published files iOS */, - 159004B7166DE1AF006BF838 /* Icon-144.png */, - 159004B5166DE1A8006BF838 /* Icon-72.png */, - 159004B3166DE19C006BF838 /* Icon-114.png */, - 159004B1166DE18F006BF838 /* Icon-57.png */, - D446FDA616102D86000ADA7B /* Default-568h@2x.png */, - D446FDA416102D82000ADA7B /* Default@2x.png */, - D446FDA216102D7D000ADA7B /* Default.png */, - ); - name = Resources; - sourceTree = ""; - }; - 1A6E46A31778147D0055514D /* js */ = { - isa = PBXGroup; - children = ( - 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 = js; - path = ../../../../scripting/javascript/bindings/js; - sourceTree = ""; - }; - A92275321517C094001B78AA = { - isa = PBXGroup; - children = ( - D4545214156E28EF00887EB5 /* Classes */, - A92275401517C094001B78AA /* Frameworks */, - D45446CC156DE73F00887EB5 /* ios */, - A922753E1517C094001B78AA /* Products */, - 15628F5B15F0F5C2000CF24B /* Resources */, - ); - sourceTree = ""; - }; - A922753E1517C094001B78AA /* Products */ = { - isa = PBXGroup; - children = ( - A922753D1517C094001B78AA /* CocosDragonJS.app */, - ); - name = Products; - sourceTree = ""; - }; - 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 */, - 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 = ""; - }; - 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 = ""; - }; - D4545214156E28EF00887EB5 /* Classes */ = { - isa = PBXGroup; - children = ( - D4545215156E28EF00887EB5 /* AppDelegate.cpp */, - D4545216156E28EF00887EB5 /* AppDelegate.h */, - ); - name = Classes; - path = ../Classes; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - A922753C1517C094001B78AA /* CocosDragonJS */ = { - isa = PBXNativeTarget; - buildConfigurationList = A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "CocosDragonJS" */; - buildPhases = ( - A92275391517C094001B78AA /* Sources */, - A922753A1517C094001B78AA /* Frameworks */, - A922753B1517C094001B78AA /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CocosDragonJS; - productName = CocosDragonJS; - productReference = A922753D1517C094001B78AA /* CocosDragonJS.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 "CocosDragonJS" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = A92275321517C094001B78AA; - productRefGroup = A922753E1517C094001B78AA /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - A922753C1517C094001B78AA /* CocosDragonJS */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - A922753B1517C094001B78AA /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 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 */, - 159004B2166DE190006BF838 /* Icon-57.png in Resources */, - 159004B4166DE19C006BF838 /* Icon-114.png in Resources */, - 159004B6166DE1A8006BF838 /* Icon-72.png in Resources */, - 159004B8166DE1AF006BF838 /* Icon-144.png in Resources */, - 1AD74D8316F80FE200F7F1B4 /* Published files iOS 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 = ""; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ""; - 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 = ""; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ""; - 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_C_LANGUAGE_STANDARD = c99; - 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=1", - ); - GCC_THUMB_SUPPORT = NO; - GCC_VERSION = ""; - HEADER_SEARCH_PATHS = ( - "\"$(SRCROOT)/../../../../cocos2dx\"", - "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"", - "\"$(SRCROOT)/../../../../CocosDenshion/include\"", - "$(SRCROOT)/../../../../extensions", - "$(SRCROOT)/../../../../cocos2dx/include", - "$(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\""; - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = CocosDragonJS; - 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_C_LANGUAGE_STANDARD = c99; - 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=1", - ); - GCC_THUMB_SUPPORT = NO; - GCC_VERSION = ""; - HEADER_SEARCH_PATHS = ( - "\"$(SRCROOT)/../../../../cocos2dx\"", - "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"", - "\"$(SRCROOT)/../../../../CocosDenshion/include\"", - "$(SRCROOT)/../../../../extensions", - "$(SRCROOT)/../../../../cocos2dx/include", - "$(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\""; - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = CocosDragonJS; - 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 "CocosDragonJS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A92276FE1517C097001B78AA /* Debug */, - A92276FF1517C097001B78AA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "CocosDragonJS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A92277011517C097001B78AA /* Debug */, - A92277021517C097001B78AA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = A92275341517C094001B78AA /* Project object */; -} diff --git a/samples/Javascript/CrystalCraze/proj.ios/CrystalCraze.xcodeproj/project.pbxproj b/samples/Javascript/CrystalCraze/proj.ios/CrystalCraze.xcodeproj/project.pbxproj deleted file mode 100644 index 0354dd9fe8dd..000000000000 --- a/samples/Javascript/CrystalCraze/proj.ios/CrystalCraze.xcodeproj/project.pbxproj +++ /dev/null @@ -1,459 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 159004B2166DE190006BF838 /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 159004B1166DE18F006BF838 /* Icon-57.png */; }; - 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 */; }; - 1A21ED5216B02EE100A2E30E /* Published-iOS in Resources */ = {isa = PBXBuildFile; fileRef = 1A21ED5116B02EE100A2E30E /* Published-iOS */; }; - 1A6E46D0177815E00055514D /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46CB177815E00055514D /* libchipmunk.a */; }; - 1A6E46D1177815E00055514D /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46CC177815E00055514D /* libcocos2dx.a */; }; - 1A6E46D2177815E00055514D /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46CD177815E00055514D /* libCocosDenshion.a */; }; - 1A6E46D3177815E00055514D /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46CE177815E00055514D /* libextensions.a */; }; - 1A6E46D4177815E00055514D /* libjsbindings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6E46CF177815E00055514D /* libjsbindings.a */; }; - 1A6E46EF177816580055514D /* jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46D7177816450055514D /* jsb.js */; }; - 1A6E46F0177816580055514D /* jsb_chipmunk.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46D8177816450055514D /* jsb_chipmunk.js */; }; - 1A6E46F1177816580055514D /* jsb_chipmunk_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46D9177816450055514D /* jsb_chipmunk_constants.js */; }; - 1A6E46F2177816580055514D /* jsb_cocos2d.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46DA177816450055514D /* jsb_cocos2d.js */; }; - 1A6E46F3177816580055514D /* jsb_cocos2d_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46DB177816450055514D /* jsb_cocos2d_constants.js */; }; - 1A6E46F4177816580055514D /* jsb_cocos2d_extension.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46DC177816450055514D /* jsb_cocos2d_extension.js */; }; - 1A6E46F5177816580055514D /* jsb_cocosbuilder.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46DD177816450055514D /* jsb_cocosbuilder.js */; }; - 1A6E46F6177816580055514D /* jsb_debugger.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46DE177816450055514D /* jsb_debugger.js */; }; - 1A6E46F7177816580055514D /* jsb_opengl.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46DF177816450055514D /* jsb_opengl.js */; }; - 1A6E46F8177816580055514D /* jsb_opengl_constants.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46E0177816450055514D /* jsb_opengl_constants.js */; }; - 1A6E46F9177816580055514D /* jsb_sys.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46E1177816450055514D /* jsb_sys.js */; }; - 1A6E46FA177816580055514D /* main.debug.js in Resources */ = {isa = PBXBuildFile; fileRef = 1A6E46E2177816450055514D /* main.debug.js */; }; - 1A82F5D1169AC71F00C4B13A /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A82F5D0169AC71F00C4B13A /* 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 */ - 159004B1166DE18F006BF838 /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-57.png"; sourceTree = ""; }; - 159004B3166DE19C006BF838 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = ""; }; - 159004B5166DE1A8006BF838 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = ""; }; - 159004B7166DE1AF006BF838 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = ""; }; - 1A21ED5116B02EE100A2E30E /* Published-iOS */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "Published-iOS"; path = "../../Shared/games/CrystalCraze/Published-iOS"; sourceTree = ""; }; - 1A6E46CB177815E00055514D /* libchipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libchipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46CC177815E00055514D /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcocos2dx.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46CD177815E00055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCocosDenshion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46CE177815E00055514D /* libextensions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libextensions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46CF177815E00055514D /* libjsbindings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libjsbindings.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46D7177816450055514D /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = ""; }; - 1A6E46D8177816450055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = ""; }; - 1A6E46D9177816450055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = ""; }; - 1A6E46DA177816450055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = ""; }; - 1A6E46DB177816450055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = ""; }; - 1A6E46DC177816450055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = ""; }; - 1A6E46DD177816450055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = ""; }; - 1A6E46DE177816450055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = ""; }; - 1A6E46DF177816450055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = ""; }; - 1A6E46E0177816450055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = ""; }; - 1A6E46E1177816450055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = ""; }; - 1A6E46E2177816450055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = ""; }; - 1A82F5D0169AC71F00C4B13A /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; }; - A922753D1517C094001B78AA /* CrystalCraze.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CrystalCraze.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 = ""; }; - D446FDA416102D82000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - D446FDA616102D86000ADA7B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - D45446CD156DE74F00887EB5 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = ""; }; - D45446CE156DE74F00887EB5 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = ""; }; - D45446CF156DE74F00887EB5 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - D45446D0156DE74F00887EB5 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = ""; }; - D45446D1156DE74F00887EB5 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; - D45446D2156DE74F00887EB5 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - D45446D6156DE79D00887EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 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 = ""; }; - D4545216156E28EF00887EB5 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - A922753A1517C094001B78AA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A6E46D0177815E00055514D /* libchipmunk.a in Frameworks */, - 1A6E46D1177815E00055514D /* libcocos2dx.a in Frameworks */, - 1A6E46D2177815E00055514D /* libCocosDenshion.a in Frameworks */, - 1A6E46D3177815E00055514D /* libextensions.a in Frameworks */, - 1A6E46D4177815E00055514D /* libjsbindings.a in Frameworks */, - 1A82F5D1169AC71F00C4B13A /* 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 = ( - 1A6E46D6177816450055514D /* js */, - 1A21ED5116B02EE100A2E30E /* Published-iOS */, - 159004B7166DE1AF006BF838 /* Icon-144.png */, - 159004B5166DE1A8006BF838 /* Icon-72.png */, - 159004B3166DE19C006BF838 /* Icon-114.png */, - 159004B1166DE18F006BF838 /* Icon-57.png */, - D446FDA616102D86000ADA7B /* Default-568h@2x.png */, - D446FDA416102D82000ADA7B /* Default@2x.png */, - D446FDA216102D7D000ADA7B /* Default.png */, - ); - name = Resources; - sourceTree = ""; - }; - 1A6E46D6177816450055514D /* js */ = { - isa = PBXGroup; - children = ( - 1A6E46D7177816450055514D /* jsb.js */, - 1A6E46D8177816450055514D /* jsb_chipmunk.js */, - 1A6E46D9177816450055514D /* jsb_chipmunk_constants.js */, - 1A6E46DA177816450055514D /* jsb_cocos2d.js */, - 1A6E46DB177816450055514D /* jsb_cocos2d_constants.js */, - 1A6E46DC177816450055514D /* jsb_cocos2d_extension.js */, - 1A6E46DD177816450055514D /* jsb_cocosbuilder.js */, - 1A6E46DE177816450055514D /* jsb_debugger.js */, - 1A6E46DF177816450055514D /* jsb_opengl.js */, - 1A6E46E0177816450055514D /* jsb_opengl_constants.js */, - 1A6E46E1177816450055514D /* jsb_sys.js */, - 1A6E46E2177816450055514D /* main.debug.js */, - ); - name = js; - path = ../../../../scripting/javascript/bindings/js; - sourceTree = ""; - }; - A92275321517C094001B78AA = { - isa = PBXGroup; - children = ( - D4545214156E28EF00887EB5 /* Classes */, - A92275401517C094001B78AA /* Frameworks */, - D45446CC156DE73F00887EB5 /* ios */, - A922753E1517C094001B78AA /* Products */, - 15628F5B15F0F5C2000CF24B /* Resources */, - ); - sourceTree = ""; - }; - A922753E1517C094001B78AA /* Products */ = { - isa = PBXGroup; - children = ( - A922753D1517C094001B78AA /* CrystalCraze.app */, - ); - name = Products; - sourceTree = ""; - }; - A92275401517C094001B78AA /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1A6E46CB177815E00055514D /* libchipmunk.a */, - 1A6E46CC177815E00055514D /* libcocos2dx.a */, - 1A6E46CD177815E00055514D /* libCocosDenshion.a */, - 1A6E46CE177815E00055514D /* libextensions.a */, - 1A6E46CF177815E00055514D /* libjsbindings.a */, - 1A82F5D0169AC71F00C4B13A /* 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 = ""; - }; - 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 = ""; - }; - D4545214156E28EF00887EB5 /* Classes */ = { - isa = PBXGroup; - children = ( - D4545215156E28EF00887EB5 /* AppDelegate.cpp */, - D4545216156E28EF00887EB5 /* AppDelegate.h */, - ); - name = Classes; - path = ../Classes; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - A922753C1517C094001B78AA /* CrystalCraze */ = { - isa = PBXNativeTarget; - buildConfigurationList = A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "CrystalCraze" */; - buildPhases = ( - A92275391517C094001B78AA /* Sources */, - A922753A1517C094001B78AA /* Frameworks */, - A922753B1517C094001B78AA /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = CrystalCraze; - productName = CrystalCraze; - productReference = A922753D1517C094001B78AA /* CrystalCraze.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 "CrystalCraze" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = A92275321517C094001B78AA; - productRefGroup = A922753E1517C094001B78AA /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - A922753C1517C094001B78AA /* CrystalCraze */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - A922753B1517C094001B78AA /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A6E46EF177816580055514D /* jsb.js in Resources */, - 1A6E46F0177816580055514D /* jsb_chipmunk.js in Resources */, - 1A6E46F1177816580055514D /* jsb_chipmunk_constants.js in Resources */, - 1A6E46F2177816580055514D /* jsb_cocos2d.js in Resources */, - 1A6E46F3177816580055514D /* jsb_cocos2d_constants.js in Resources */, - 1A6E46F4177816580055514D /* jsb_cocos2d_extension.js in Resources */, - 1A6E46F5177816580055514D /* jsb_cocosbuilder.js in Resources */, - 1A6E46F6177816580055514D /* jsb_debugger.js in Resources */, - 1A6E46F7177816580055514D /* jsb_opengl.js in Resources */, - 1A6E46F8177816580055514D /* jsb_opengl_constants.js in Resources */, - 1A6E46F9177816580055514D /* jsb_sys.js in Resources */, - 1A6E46FA177816580055514D /* main.debug.js in Resources */, - D446FDA316102D7D000ADA7B /* Default.png in Resources */, - D446FDA516102D82000ADA7B /* Default@2x.png in Resources */, - D446FDA716102D86000ADA7B /* Default-568h@2x.png in Resources */, - 159004B2166DE190006BF838 /* Icon-57.png in Resources */, - 159004B4166DE19C006BF838 /* Icon-114.png in Resources */, - 159004B6166DE1A8006BF838 /* Icon-72.png in Resources */, - 159004B8166DE1AF006BF838 /* Icon-144.png in Resources */, - 1A21ED5216B02EE100A2E30E /* Published-iOS 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 = ""; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ""; - 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 = ""; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ""; - 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_C_LANGUAGE_STANDARD = c99; - 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=1", - ); - 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", - ); - INFOPLIST_FILE = Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\""; - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = CrystalCraze; - 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_C_LANGUAGE_STANDARD = c99; - 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=1", - ); - 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", - ); - INFOPLIST_FILE = Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\""; - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = CrystalCraze; - 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 "CrystalCraze" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A92276FE1517C097001B78AA /* Debug */, - A92276FF1517C097001B78AA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "CrystalCraze" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A92277011517C097001B78AA /* Debug */, - A92277021517C097001B78AA /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = A92275341517C094001B78AA /* Project object */; -} diff --git a/samples/Javascript/MoonWarriors/proj.ios/MoonWarriors.xcodeproj/project.pbxproj b/samples/Javascript/MoonWarriors/proj.ios/MoonWarriors.xcodeproj/project.pbxproj deleted file mode 100644 index a34b7a950403..000000000000 --- a/samples/Javascript/MoonWarriors/proj.ios/MoonWarriors.xcodeproj/project.pbxproj +++ /dev/null @@ -1,522 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 15674A6E163E70370002AD61 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15674A6D163E70370002AD61 /* QuartzCore.framework */; }; - 15674A70163E70370002AD61 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15674A6F163E70370002AD61 /* OpenGLES.framework */; }; - 15674A72163E70370002AD61 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15674A71163E70370002AD61 /* OpenAL.framework */; }; - 15674A74163E70370002AD61 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15674A73163E70370002AD61 /* AudioToolbox.framework */; }; - 15674A76163E70370002AD61 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15674A75163E70370002AD61 /* AVFoundation.framework */; }; - 15674A78163E70370002AD61 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15674A77163E70370002AD61 /* UIKit.framework */; }; - 15674A7A163E70370002AD61 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15674A79163E70370002AD61 /* Foundation.framework */; }; - 15674A7C163E70370002AD61 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15674A7B163E70370002AD61 /* CoreGraphics.framework */; }; - 15674EFF163E72EE0002AD61 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 15674EFD163E72EE0002AD61 /* AppDelegate.cpp */; }; - 15674F05163E73290002AD61 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15674F02163E73290002AD61 /* AppController.mm */; }; - 15674F06163E73290002AD61 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 15674F03163E73290002AD61 /* main.m */; }; - 1567516D163E741E0002AD61 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15675164163E741E0002AD61 /* Default-568h@2x.png */; }; - 1567516E163E741E0002AD61 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 15675165163E741E0002AD61 /* Default.png */; }; - 1567516F163E741E0002AD61 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 15675166163E741E0002AD61 /* Default@2x.png */; }; - 15675170163E741E0002AD61 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 15675167163E741E0002AD61 /* Icon-72.png */; }; - 15675171163E741E0002AD61 /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 15675168163E741E0002AD61 /* Icon-Small-50.png */; }; - 15675172163E741E0002AD61 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 15675169163E741E0002AD61 /* Icon-Small.png */; }; - 15675173163E741E0002AD61 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1567516A163E741E0002AD61 /* Icon-Small@2x.png */; }; - 15675174163E741E0002AD61 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 1567516B163E741E0002AD61 /* Icon.png */; }; - 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 */; }; - 156752F9163E82D40002AD61 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 156752F8163E82D40002AD61 /* libz.dylib */; }; - 15A3D2D61682EEC8002FB0C5 /* res in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2D41682EEC8002FB0C5 /* res */; }; - 15A3D2D71682EEC8002FB0C5 /* src in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2D51682EEC8002FB0C5 /* src */; }; - 15A3D2E41682EF31002FB0C5 /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2D81682EEEA002FB0C5 /* main.js */; }; - 15A3D2E51682EF31002FB0C5 /* MoonWarriors-jsb.js in Resources */ = {isa = PBXBuildFile; fileRef = 15A3D2D91682EEEA002FB0C5 /* MoonWarriors-jsb.js */; }; - 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 */; }; -/* End PBXBuildFile 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; }; - 15674A6F163E70370002AD61 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; - 15674A71163E70370002AD61 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; - 15674A73163E70370002AD61 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - 15674A75163E70370002AD61 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; - 15674A77163E70370002AD61 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 15674A79163E70370002AD61 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 15674A7B163E70370002AD61 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 15674EFD163E72EE0002AD61 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; - 15674EFE163E72EE0002AD61 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 15674F01163E73290002AD61 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = ""; }; - 15674F02163E73290002AD61 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = ""; }; - 15674F03163E73290002AD61 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 15674F04163E73290002AD61 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = ""; }; - 15675164163E741E0002AD61 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - 15675165163E741E0002AD61 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; - 15675166163E741E0002AD61 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - 15675167163E741E0002AD61 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = ""; }; - 15675168163E741E0002AD61 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = ""; }; - 15675169163E741E0002AD61 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = ""; }; - 1567516A163E741E0002AD61 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small@2x.png"; sourceTree = ""; }; - 1567516B163E741E0002AD61 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; - 1567516C163E741E0002AD61 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = ""; }; - 156752A7163E78180002AD61 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; - 156752A8163E78180002AD61 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - 156752BC163E7C350002AD61 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = ""; }; - 156752F8163E82D40002AD61 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; - 15A3D2D41682EEC8002FB0C5 /* res */ = {isa = PBXFileReference; lastKnownFileType = folder; name = res; path = ../../Shared/games/MoonWarriors/res; sourceTree = ""; }; - 15A3D2D51682EEC8002FB0C5 /* src */ = {isa = PBXFileReference; lastKnownFileType = folder; name = src; path = ../../Shared/games/MoonWarriors/src; sourceTree = ""; }; - 15A3D2D81682EEEA002FB0C5 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = main.js; path = ../../Shared/games/MoonWarriors/main.js; sourceTree = ""; }; - 15A3D2D91682EEEA002FB0C5 /* MoonWarriors-jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "MoonWarriors-jsb.js"; path = "../../Shared/games/MoonWarriors/MoonWarriors-jsb.js"; sourceTree = ""; }; - 1A6E46FC177818140055514D /* libchipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libchipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46FD177818140055514D /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcocos2dx.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46FE177818140055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCocosDenshion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E46FF177818140055514D /* libextensions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libextensions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E4700177818150055514D /* libjsbindings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libjsbindings.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E4707177818390055514D /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = ""; }; - 1A6E4708177818390055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = ""; }; - 1A6E4709177818390055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = ""; }; - 1A6E470A177818390055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = ""; }; - 1A6E470B177818390055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = ""; }; - 1A6E470C177818390055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = ""; }; - 1A6E470D177818390055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = ""; }; - 1A6E470E177818390055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = ""; }; - 1A6E470F177818390055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = ""; }; - 1A6E4710177818390055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = ""; }; - 1A6E4711177818390055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = ""; }; - 1A6E4712177818390055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = ""; }; - 1A82F5E9169AC8DD00C4B13A /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 15674A66163E70370002AD61 /* Frameworks */ = { - 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 */, - 156752F9163E82D40002AD61 /* libz.dylib in Frameworks */, - 15674A6E163E70370002AD61 /* QuartzCore.framework in Frameworks */, - 15674A70163E70370002AD61 /* OpenGLES.framework in Frameworks */, - 15674A72163E70370002AD61 /* OpenAL.framework in Frameworks */, - 15674A74163E70370002AD61 /* AudioToolbox.framework in Frameworks */, - 15674A76163E70370002AD61 /* AVFoundation.framework in Frameworks */, - 15674A78163E70370002AD61 /* UIKit.framework in Frameworks */, - 15674A7A163E70370002AD61 /* Foundation.framework in Frameworks */, - 15674A7C163E70370002AD61 /* CoreGraphics.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 15674A5E163E70370002AD61 = { - isa = PBXGroup; - children = ( - 15674EFC163E72EE0002AD61 /* Classes */, - 15674A6C163E70370002AD61 /* Frameworks */, - 15674F00163E730E0002AD61 /* ios */, - 15674A6A163E70370002AD61 /* Products */, - 15675123163E73F40002AD61 /* Resources */, - ); - sourceTree = ""; - }; - 15674A6A163E70370002AD61 /* Products */ = { - isa = PBXGroup; - children = ( - 15674A69163E70370002AD61 /* MoonWarriors.app */, - ); - name = Products; - sourceTree = ""; - }; - 15674A6C163E70370002AD61 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1A6E46FC177818140055514D /* libchipmunk.a */, - 1A6E46FD177818140055514D /* libcocos2dx.a */, - 1A6E46FE177818140055514D /* libCocosDenshion.a */, - 1A6E46FF177818140055514D /* libextensions.a */, - 1A6E4700177818150055514D /* libjsbindings.a */, - 1A82F5E9169AC8DD00C4B13A /* libsqlite3.dylib */, - 156752F8163E82D40002AD61 /* libz.dylib */, - 15674A6D163E70370002AD61 /* QuartzCore.framework */, - 15674A6F163E70370002AD61 /* OpenGLES.framework */, - 15674A71163E70370002AD61 /* OpenAL.framework */, - 15674A73163E70370002AD61 /* AudioToolbox.framework */, - 15674A75163E70370002AD61 /* AVFoundation.framework */, - 15674A77163E70370002AD61 /* UIKit.framework */, - 15674A79163E70370002AD61 /* Foundation.framework */, - 15674A7B163E70370002AD61 /* CoreGraphics.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 15674EFC163E72EE0002AD61 /* Classes */ = { - isa = PBXGroup; - children = ( - 15674EFD163E72EE0002AD61 /* AppDelegate.cpp */, - 15674EFE163E72EE0002AD61 /* AppDelegate.h */, - ); - name = Classes; - path = ../Classes; - sourceTree = ""; - }; - 15674F00163E730E0002AD61 /* ios */ = { - isa = PBXGroup; - children = ( - 156752A7163E78180002AD61 /* RootViewController.h */, - 156752A8163E78180002AD61 /* RootViewController.mm */, - 15674F01163E73290002AD61 /* AppController.h */, - 15674F02163E73290002AD61 /* AppController.mm */, - 15674F03163E73290002AD61 /* main.m */, - 15674F04163E73290002AD61 /* Prefix.pch */, - ); - name = ios; - sourceTree = ""; - }; - 15675123163E73F40002AD61 /* Resources */ = { - isa = PBXGroup; - children = ( - 1A6E4706177818390055514D /* js */, - 15A3D2D81682EEEA002FB0C5 /* main.js */, - 15A3D2D91682EEEA002FB0C5 /* MoonWarriors-jsb.js */, - 15A3D2D41682EEC8002FB0C5 /* res */, - 15A3D2D51682EEC8002FB0C5 /* src */, - 15675164163E741E0002AD61 /* Default-568h@2x.png */, - 15675165163E741E0002AD61 /* Default.png */, - 15675166163E741E0002AD61 /* Default@2x.png */, - 156752BC163E7C350002AD61 /* Icon-144.png */, - 15675167163E741E0002AD61 /* Icon-72.png */, - 15675168163E741E0002AD61 /* Icon-Small-50.png */, - 15675169163E741E0002AD61 /* Icon-Small.png */, - 1567516A163E741E0002AD61 /* Icon-Small@2x.png */, - 1567516B163E741E0002AD61 /* Icon.png */, - 1567516C163E741E0002AD61 /* Icon@2x.png */, - ); - name = Resources; - sourceTree = ""; - }; - 1A6E4706177818390055514D /* js */ = { - isa = PBXGroup; - children = ( - 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 = js; - path = ../../../../scripting/javascript/bindings/js; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 15674A68163E70370002AD61 /* MoonWarriors */ = { - isa = PBXNativeTarget; - buildConfigurationList = 15674E3B163E70430002AD61 /* Build configuration list for PBXNativeTarget "MoonWarriors" */; - buildPhases = ( - 15674A65163E70370002AD61 /* Sources */, - 15674A66163E70370002AD61 /* Frameworks */, - 15674A67163E70370002AD61 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = MoonWarriors; - productName = MoonWarriors; - productReference = 15674A69163E70370002AD61 /* MoonWarriors.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 15674A60163E70370002AD61 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0450; - }; - buildConfigurationList = 15674A63163E70370002AD61 /* Build configuration list for PBXProject "MoonWarriors" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 15674A5E163E70370002AD61; - productRefGroup = 15674A6A163E70370002AD61 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 15674A68163E70370002AD61 /* MoonWarriors */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 15674A67163E70370002AD61 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 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 */, - 15A3D2E51682EF31002FB0C5 /* MoonWarriors-jsb.js in Resources */, - 1567516D163E741E0002AD61 /* Default-568h@2x.png in Resources */, - 1567516E163E741E0002AD61 /* Default.png in Resources */, - 1567516F163E741E0002AD61 /* Default@2x.png in Resources */, - 15675170163E741E0002AD61 /* Icon-72.png in Resources */, - 15675171163E741E0002AD61 /* Icon-Small-50.png in Resources */, - 15675172163E741E0002AD61 /* Icon-Small.png in Resources */, - 15675173163E741E0002AD61 /* Icon-Small@2x.png in Resources */, - 15675174163E741E0002AD61 /* Icon.png in Resources */, - 15675175163E741E0002AD61 /* Icon@2x.png in Resources */, - 156752BD163E7C350002AD61 /* Icon-144.png in Resources */, - 15A3D2D61682EEC8002FB0C5 /* res in Resources */, - 15A3D2D71682EEC8002FB0C5 /* src in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 15674A65163E70370002AD61 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 15674EFF163E72EE0002AD61 /* AppDelegate.cpp in Sources */, - 15674F05163E73290002AD61 /* AppController.mm in Sources */, - 15674F06163E73290002AD61 /* main.m in Sources */, - 156752A9163E78180002AD61 /* RootViewController.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 15674E39163E70430002AD61 /* 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, - COCOS2D_JAVASCRIPT, - ); - 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\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/include\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/platform/third_party/ios\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/platform/ios\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 15674E3A163E70430002AD61 /* 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, - COCOS2D_JAVASCRIPT, - ); - 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\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/include\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/platform/third_party/ios\"", - "\"$(PROJECT_NAME)/libs/cocos2dx/platform/ios\"", - ); - IPHONEOS_DEPLOYMENT_TARGET = 6.0; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - SDKROOT = iphoneos; - }; - name = Release; - }; - 15674E3C163E70430002AD61 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - 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_OPTIMIZATION_LEVEL = 1; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = Prefix.pch; - GCC_PREPROCESSOR_DEFINITIONS = ( - DEBUG, - "COCOS2D_DEBUG=1", - USE_FILE32API, - CC_TARGET_OS_IPHONE, - COCOS2D_JAVASCRIPT, - CC_ENABLE_CHIPMUNK_INTEGRATION, - ); - GCC_THUMB_SUPPORT = NO; - GCC_VERSION = ""; - HEADER_SEARCH_PATHS = ( - "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"", - "\"$(SRCROOT)/../../../../cocos2dx\"", - "\"$(SRCROOT)/../../../../CocosDenshion/include\"", - "\"$(SRCROOT)/../../../../cocos2dx/include\"", - "\"$(SRCROOT)/../../../../extensions\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"", - "$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include", - "$(SRCROOT)/../../../../scripting/javascript/bindings", - "$(SRCROOT)/../../../../external/chipmunk/include/**", - ); - INFOPLIST_FILE = Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"", - ); - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Headers"; - TARGETED_DEVICE_FAMILY = "1,2"; - USER_HEADER_SEARCH_PATHS = ""; - VALID_ARCHS = "armv7 armv7s"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 15674E3D163E70430002AD61 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; - 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 = ( - NDEBUG, - USE_FILE32API, - CC_TARGET_OS_IPHONE, - COCOS2D_JAVASCRIPT, - CC_ENABLE_CHIPMUNK_INTEGRATION, - ); - GCC_THUMB_SUPPORT = NO; - GCC_VERSION = ""; - HEADER_SEARCH_PATHS = ( - "\"$(SRCROOT)/../../../../cocos2dx/kazmath/include\"", - "\"$(SRCROOT)/../../../../cocos2dx\"", - "\"$(SRCROOT)/../../../../CocosDenshion/include\"", - "\"$(SRCROOT)/../../../../cocos2dx/include\"", - "\"$(SRCROOT)/../../../../extensions\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/third_party/ios\"", - "\"$(SRCROOT)/../../../../cocos2dx/platform/ios\"", - "$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/include", - "$(SRCROOT)/../../../../scripting/javascript/bindings", - "$(SRCROOT)/../../../../external/chipmunk/include/**", - ); - INFOPLIST_FILE = Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 5.0; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/../../../../scripting/javascript/spidermonkey-ios/lib\"", - ); - ONLY_ACTIVE_ARCH = YES; - OTHER_LDFLAGS = ""; - PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = "$(CONTENTS_FOLDER_PATH)/Headers"; - TARGETED_DEVICE_FAMILY = "1,2"; - USER_HEADER_SEARCH_PATHS = ""; - VALIDATE_PRODUCT = YES; - VALID_ARCHS = "armv7 armv7s"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 15674A63163E70370002AD61 /* Build configuration list for PBXProject "MoonWarriors" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 15674E39163E70430002AD61 /* Debug */, - 15674E3A163E70430002AD61 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 15674E3B163E70430002AD61 /* Build configuration list for PBXNativeTarget "MoonWarriors" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 15674E3C163E70430002AD61 /* Debug */, - 15674E3D163E70430002AD61 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 15674A60163E70370002AD61 /* Project object */; -} diff --git a/samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj/project.pbxproj b/samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj/project.pbxproj deleted file mode 100644 index c5d8940979ff..000000000000 --- a/samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj/project.pbxproj +++ /dev/null @@ -1,893 +0,0 @@ -// !$*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 */; }; - 1A42C7A81782CEA100F738F6 /* MotionStreakTest in Resources */ = {isa = PBXBuildFile; fileRef = 1A42C7A71782CEA100F738F6 /* MotionStreakTest */; }; - 1A4C3F1317784B6000EDFB3B /* libchipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A4C3F0E17784B6000EDFB3B /* libchipmunk.a */; }; - 1A4C3F1417784B6000EDFB3B /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A4C3F0F17784B6000EDFB3B /* libcocos2dx.a */; }; - 1A4C3F1517784B6000EDFB3B /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A4C3F1017784B6000EDFB3B /* libCocosDenshion.a */; }; - 1A4C3F1617784B6000EDFB3B /* libextensions.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A4C3F1117784B6000EDFB3B /* libextensions.a */; }; - 1A4C3F1717784B6000EDFB3B /* libjsbindings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A4C3F1217784B6000EDFB3B /* libjsbindings.a */; }; - 1A6B05C517782A2400FFE52B /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B05C417782A2400FFE52B /* libsqlite3.dylib */; }; - 1A6B05C717782B0500FFE52B /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6B05C617782B0500FFE52B /* libz.dylib */; }; - 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 */; }; - 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 = ""; }; - 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 = ""; }; - 15A3D4741682F14C002FB0C5 /* tests-main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "tests-main.js"; path = "../../Shared/tests/tests-main.js"; sourceTree = ""; }; - 1A42C7A71782CEA100F738F6 /* MotionStreakTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MotionStreakTest; path = ../../Shared/tests/MotionStreakTest; sourceTree = ""; }; - 1A4C3F0E17784B6000EDFB3B /* libchipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libchipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A4C3F0F17784B6000EDFB3B /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcocos2dx.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A4C3F1017784B6000EDFB3B /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCocosDenshion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A4C3F1117784B6000EDFB3B /* libextensions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libextensions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A4C3F1217784B6000EDFB3B /* libjsbindings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libjsbindings.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 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 = ""; }; - 1A6E4673177812AF0055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = ""; }; - 1A6E4674177812AF0055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = ""; }; - 1A6E4675177812AF0055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = ""; }; - 1A6E4676177812AF0055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = ""; }; - 1A6E4677177812AF0055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = ""; }; - 1A6E4678177812AF0055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = ""; }; - 1A6E4679177812AF0055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = ""; }; - 1A6E467A177812AF0055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = ""; }; - 1A6E467B177812AF0055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = ""; }; - 1A6E467C177812AF0055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = ""; }; - 1A6E467D177812AF0055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = ""; }; - 1A8033291728DECD00240CC3 /* EffectsAdvancedTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EffectsAdvancedTest; path = ../../Shared/tests/EffectsAdvancedTest; sourceTree = ""; }; - 1A80332B1728F1FB00240CC3 /* res */ = {isa = PBXFileReference; lastKnownFileType = folder; name = res; path = ../../Shared/tests/res; sourceTree = ""; }; - 1AA51A7816F708FA000FDF05 /* ActionManagerTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ActionManagerTest; path = ../../Shared/tests/ActionManagerTest; sourceTree = ""; }; - 1AA51A7916F708FA000FDF05 /* ActionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ActionsTest; path = ../../Shared/tests/ActionsTest; sourceTree = ""; }; - 1AA51A7A16F708FA000FDF05 /* BaseTestLayer */ = {isa = PBXFileReference; lastKnownFileType = folder; name = BaseTestLayer; path = ../../Shared/tests/BaseTestLayer; sourceTree = ""; }; - 1AA51A7B16F708FA000FDF05 /* Box2dTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Box2dTest; path = ../../Shared/tests/Box2dTest; sourceTree = ""; }; - 1AA51A7C16F708FA000FDF05 /* ChipmunkTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ChipmunkTest; path = ../../Shared/tests/ChipmunkTest; sourceTree = ""; }; - 1AA51A7D16F708FA000FDF05 /* ClickAndMoveTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ClickAndMoveTest; path = ../../Shared/tests/ClickAndMoveTest; sourceTree = ""; }; - 1AA51A7E16F708FA000FDF05 /* CocosDenshionTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CocosDenshionTest; path = ../../Shared/tests/CocosDenshionTest; sourceTree = ""; }; - 1AA51A7F16F708FA000FDF05 /* CocosNodeTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CocosNodeTest; path = ../../Shared/tests/CocosNodeTest; sourceTree = ""; }; - 1AA51A8016F708FA000FDF05 /* CurrentLanguageTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = CurrentLanguageTest; path = ../../Shared/tests/CurrentLanguageTest; sourceTree = ""; }; - 1AA51A8116F708FA000FDF05 /* DrawPrimitivesTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = DrawPrimitivesTest; path = ../../Shared/tests/DrawPrimitivesTest; sourceTree = ""; }; - 1AA51A8216F708FA000FDF05 /* EaseActionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EaseActionsTest; path = ../../Shared/tests/EaseActionsTest; sourceTree = ""; }; - 1AA51A8316F708FA000FDF05 /* EffectsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EffectsTest; path = ../../Shared/tests/EffectsTest; sourceTree = ""; }; - 1AA51A8416F708FA000FDF05 /* EventTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EventTest; path = ../../Shared/tests/EventTest; sourceTree = ""; }; - 1AA51A8516F708FA000FDF05 /* ExtensionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ExtensionsTest; path = ../../Shared/tests/ExtensionsTest; sourceTree = ""; }; - 1AA51A8616F708FA000FDF05 /* FileUtils */ = {isa = PBXFileReference; lastKnownFileType = folder; name = FileUtils; path = ../../Shared/tests/FileUtils; sourceTree = ""; }; - 1AA51A8716F708FA000FDF05 /* FontTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = FontTest; path = ../../Shared/tests/FontTest; sourceTree = ""; }; - 1AA51A8816F708FA000FDF05 /* IntervalTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = IntervalTest; path = ../../Shared/tests/IntervalTest; sourceTree = ""; }; - 1AA51A8916F708FA000FDF05 /* LabelTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = LabelTest; path = ../../Shared/tests/LabelTest; sourceTree = ""; }; - 1AA51A8A16F708FA000FDF05 /* LayerTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = LayerTest; path = ../../Shared/tests/LayerTest; sourceTree = ""; }; - 1AA51A8B16F708FA000FDF05 /* MenuTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = MenuTest; path = ../../Shared/tests/MenuTest; sourceTree = ""; }; - 1AA51A8C16F708FA000FDF05 /* OpenGLTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = OpenGLTest; path = ../../Shared/tests/OpenGLTest; sourceTree = ""; }; - 1AA51A8D16F708FA000FDF05 /* ParallaxTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ParallaxTest; path = ../../Shared/tests/ParallaxTest; sourceTree = ""; }; - 1AA51A8E16F708FA000FDF05 /* ParticleTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ParticleTest; path = ../../Shared/tests/ParticleTest; sourceTree = ""; }; - 1AA51A8F16F708FA000FDF05 /* PerformanceTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = PerformanceTest; path = ../../Shared/tests/PerformanceTest; sourceTree = ""; }; - 1AA51A9016F708FA000FDF05 /* Presentation */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Presentation; path = ../../Shared/tests/Presentation; sourceTree = ""; }; - 1AA51A9116F708FA000FDF05 /* ProgressActionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ProgressActionsTest; path = ../../Shared/tests/ProgressActionsTest; sourceTree = ""; }; - 1AA51A9216F708FA000FDF05 /* RenderTextureTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = RenderTextureTest; path = ../../Shared/tests/RenderTextureTest; sourceTree = ""; }; - 1AA51A9416F708FA000FDF05 /* RotateWorldTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = RotateWorldTest; path = ../../Shared/tests/RotateWorldTest; sourceTree = ""; }; - 1AA51A9516F708FA000FDF05 /* SceneTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SceneTest; path = ../../Shared/tests/SceneTest; sourceTree = ""; }; - 1AA51A9616F708FA000FDF05 /* SchedulerTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SchedulerTest; path = ../../Shared/tests/SchedulerTest; sourceTree = ""; }; - 1AA51A9716F708FA000FDF05 /* SpriteTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SpriteTest; path = ../../Shared/tests/SpriteTest; sourceTree = ""; }; - 1AA51A9816F708FA000FDF05 /* SysTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SysTest; path = ../../Shared/tests/SysTest; sourceTree = ""; }; - 1AA51A9916F708FA000FDF05 /* TextInputTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TextInputTest; path = ../../Shared/tests/TextInputTest; sourceTree = ""; }; - 1AA51A9A16F708FA000FDF05 /* TextureCacheTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TextureCacheTest; path = ../../Shared/tests/TextureCacheTest; sourceTree = ""; }; - 1AA51A9B16F708FA000FDF05 /* TileMapTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TileMapTest; path = ../../Shared/tests/TileMapTest; sourceTree = ""; }; - 1AA51A9C16F708FA000FDF05 /* TouchesTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TouchesTest; path = ../../Shared/tests/TouchesTest; sourceTree = ""; }; - 1AA51A9D16F708FA000FDF05 /* TransitionsTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TransitionsTest; path = ../../Shared/tests/TransitionsTest; sourceTree = ""; }; - 1AA51A9E16F708FA000FDF05 /* UnitTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = UnitTest; path = ../../Shared/tests/UnitTest; sourceTree = ""; }; - A218F7DB1743D97E00F65883 /* XHRTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = XHRTest; path = ../../Shared/tests/XHRTest; sourceTree = ""; }; - A22656EE1743DCBB00598A2C /* ClippingNodeTest */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ClippingNodeTest; path = ../../Shared/tests/ClippingNodeTest; sourceTree = ""; }; - 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 = ""; }; - D401B5FF16FB19A000F2529D /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = ""; }; - D401B60116FB19A600F2529D /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = ""; }; - D401B60316FB19A900F2529D /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = ""; }; - 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 = ""; }; - 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 = ""; }; - D401B6E516FC084500F2529D /* Info-obfuscated.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-obfuscated.plist"; sourceTree = ""; }; - D446FDA216102D7D000ADA7B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; - D446FDA416102D82000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - D446FDA616102D86000ADA7B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - D45446CD156DE74F00887EB5 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = ""; }; - D45446CE156DE74F00887EB5 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = ""; }; - D45446CF156DE74F00887EB5 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - D45446D0156DE74F00887EB5 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = ""; }; - D45446D1156DE74F00887EB5 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; - D45446D2156DE74F00887EB5 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - D45446D6156DE79D00887EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - D4545215156E28EF00887EB5 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; - D4545216156E28EF00887EB5 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - A922753A1517C094001B78AA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 1A4C3F1317784B6000EDFB3B /* libchipmunk.a in Frameworks */, - 1A4C3F1417784B6000EDFB3B /* libcocos2dx.a in Frameworks */, - 1A4C3F1517784B6000EDFB3B /* libCocosDenshion.a in Frameworks */, - 1A4C3F1617784B6000EDFB3B /* libextensions.a in Frameworks */, - 1A4C3F1717784B6000EDFB3B /* libjsbindings.a in Frameworks */, - 1A6B05C717782B0500FFE52B /* libz.dylib in Frameworks */, - 1A6B05C517782A2400FFE52B /* libsqlite3.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; - }; - 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 = ""; - }; - 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 = ""; - }; - A92275321517C094001B78AA = { - isa = PBXGroup; - children = ( - D4545214156E28EF00887EB5 /* Classes */, - A92275401517C094001B78AA /* Frameworks */, - D45446CC156DE73F00887EB5 /* ios */, - D401B60716FB632B00F2529D /* js_src_obfuscated */, - D401B5FC16FB169100F2529D /* js_src_raw */, - A922753E1517C094001B78AA /* Products */, - 15628F5B15F0F5C2000CF24B /* Resources */, - ); - sourceTree = ""; - }; - A922753E1517C094001B78AA /* Products */ = { - isa = PBXGroup; - children = ( - A922753D1517C094001B78AA /* TestJavascript.app */, - D401B6C816FB637400F2529D /* TestJavascriptObfuscated.app */, - ); - name = Products; - sourceTree = ""; - }; - A92275401517C094001B78AA /* Frameworks */ = { - isa = PBXGroup; - children = ( - 1A4C3F0E17784B6000EDFB3B /* libchipmunk.a */, - 1A4C3F0F17784B6000EDFB3B /* libcocos2dx.a */, - 1A4C3F1017784B6000EDFB3B /* libCocosDenshion.a */, - 1A4C3F1117784B6000EDFB3B /* libextensions.a */, - 1A4C3F1217784B6000EDFB3B /* libjsbindings.a */, - 1A6B05C617782B0500FFE52B /* libz.dylib */, - 1A6B05C417782A2400FFE52B /* libsqlite3.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 = ""; - }; - D401B5FC16FB169100F2529D /* js_src_raw */ = { - isa = PBXGroup; - children = ( - 1AA51A7816F708FA000FDF05 /* ActionManagerTest */, - 1AA51A7916F708FA000FDF05 /* ActionsTest */, - 1AA51A7A16F708FA000FDF05 /* BaseTestLayer */, - 1AA51A7B16F708FA000FDF05 /* Box2dTest */, - 1AA51A7C16F708FA000FDF05 /* ChipmunkTest */, - 1AA51A7D16F708FA000FDF05 /* ClickAndMoveTest */, - A22656EE1743DCBB00598A2C /* ClippingNodeTest */, - 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 */, - 15A3D4621682F14C002FB0C5 /* main.js */, - 1AA51A8B16F708FA000FDF05 /* MenuTest */, - 1A42C7A71782CEA100F738F6 /* MotionStreakTest */, - 1AA51A8C16F708FA000FDF05 /* OpenGLTest */, - 1AA51A8D16F708FA000FDF05 /* ParallaxTest */, - 1AA51A8E16F708FA000FDF05 /* ParticleTest */, - 1AA51A8F16F708FA000FDF05 /* PerformanceTest */, - 1AA51A9016F708FA000FDF05 /* Presentation */, - 1AA51A9116F708FA000FDF05 /* ProgressActionsTest */, - 1AA51A9216F708FA000FDF05 /* RenderTextureTest */, - 1AA51A9416F708FA000FDF05 /* RotateWorldTest */, - 1AA51A9516F708FA000FDF05 /* SceneTest */, - 1AA51A9616F708FA000FDF05 /* SchedulerTest */, - 1AA51A9716F708FA000FDF05 /* SpriteTest */, - 1AA51A9816F708FA000FDF05 /* SysTest */, - D401B6DE16FC071100F2529D /* tests-boot-jsb.js */, - 15A3D4741682F14C002FB0C5 /* tests-main.js */, - 15A3D4711682F14C002FB0C5 /* tests_resources-jsb.js */, - 1AA51A9916F708FA000FDF05 /* TextInputTest */, - 1AA51A9A16F708FA000FDF05 /* TextureCacheTest */, - 1AA51A9B16F708FA000FDF05 /* TileMapTest */, - 1AA51A9C16F708FA000FDF05 /* TouchesTest */, - 1AA51A9D16F708FA000FDF05 /* TransitionsTest */, - 1AA51A9E16F708FA000FDF05 /* UnitTest */, - A218F7DB1743D97E00F65883 /* XHRTest */, - ); - name = js_src_raw; - sourceTree = ""; - }; - D401B60716FB632B00F2529D /* js_src_obfuscated */ = { - isa = PBXGroup; - children = ( - D401B6D516FBF48000F2529D /* game.js */, - ); - name = js_src_obfuscated; - sourceTree = ""; - }; - 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 = ""; - }; - D4545214156E28EF00887EB5 /* Classes */ = { - isa = PBXGroup; - children = ( - D4545215156E28EF00887EB5 /* AppDelegate.cpp */, - D4545216156E28EF00887EB5 /* AppDelegate.h */, - ); - name = Classes; - path = ../Classes; - sourceTree = ""; - }; -/* 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 */, - 1A42C7A81782CEA100F738F6 /* MotionStreakTest 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 */, - ); - 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_C_LANGUAGE_STANDARD = c99; - 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\"", - "\"$(SRCROOT)/../../../../../../Library/Developer/Xcode/DerivedData/cocos2d-ios-etxtvifusbwprqeuljuprhxuzxti/Build/Products/Debug-iphoneos\"", - ); - ONLY_ACTIVE_ARCH = YES; - 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_C_LANGUAGE_STANDARD = c99; - 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\"", - "\"$(SRCROOT)/../../../../../../Library/Developer/Xcode/DerivedData/cocos2d-ios-etxtvifusbwprqeuljuprhxuzxti/Build/Products/Debug-iphoneos\"", - ); - ONLY_ACTIVE_ARCH = YES; - 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 */; -} diff --git a/samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj/project.xcworkspace/xcshareddata/TestJavascript.xccheckout b/samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj/project.xcworkspace/xcshareddata/TestJavascript.xccheckout deleted file mode 100644 index 58f6193c1220..000000000000 --- a/samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj/project.xcworkspace/xcshareddata/TestJavascript.xccheckout +++ /dev/null @@ -1,63 +0,0 @@ - - - - - IDESourceControlProjectIdentifier - 0B98B4D8-828E-460D-817C-495BE3652AD5 - IDESourceControlProjectName - TestJavascript - IDESourceControlProjectOriginsDictionary - - 5B0F35E6-1A4B-4F3D-A082-C30150726270 - git://github.com/folecr/cocos2dx-autogen-bindings.git - D2399FF0-C90F-4E4F-8E8D-F9BE2AA9DC5A - https://github.com/minggo/cocos2d-x.git - E0C8B176-3A21-43EF-A355-D004DE1F4825 - https://github.com/minggo/cocos2d-js-tests.git - - IDESourceControlProjectPath - samples/Javascript/TestJavascript/proj.ios/TestJavascript.xcodeproj/project.xcworkspace - IDESourceControlProjectRelativeInstallPathDictionary - - 5B0F35E6-1A4B-4F3D-A082-C30150726270 - ../../../../../../scripting/javascript/bindings/generated - D2399FF0-C90F-4E4F-8E8D-F9BE2AA9DC5A - ../../../../../.. - E0C8B176-3A21-43EF-A355-D004DE1F4825 - ../../../../Shared - - IDESourceControlProjectURL - https://github.com/minggo/cocos2d-x.git - IDESourceControlProjectVersion - 110 - IDESourceControlProjectWCCIdentifier - D2399FF0-C90F-4E4F-8E8D-F9BE2AA9DC5A - IDESourceControlProjectWCConfigurations - - - IDESourceControlRepositoryExtensionIdentifierKey - public.vcs.git - IDESourceControlWCCIdentifierKey - D2399FF0-C90F-4E4F-8E8D-F9BE2AA9DC5A - IDESourceControlWCCName - cocos2d-x - - - IDESourceControlRepositoryExtensionIdentifierKey - public.vcs.git - IDESourceControlWCCIdentifierKey - E0C8B176-3A21-43EF-A355-D004DE1F4825 - IDESourceControlWCCName - Shared - - - IDESourceControlRepositoryExtensionIdentifierKey - public.vcs.git - IDESourceControlWCCIdentifierKey - 5B0F35E6-1A4B-4F3D-A082-C30150726270 - IDESourceControlWCCName - generated - - - - diff --git a/samples/Javascript/WatermelonWithMe/proj.ios/WatermelonWithMe.xcodeproj/project.pbxproj b/samples/Javascript/WatermelonWithMe/proj.ios/WatermelonWithMe.xcodeproj/project.pbxproj deleted file mode 100644 index 87246e4dec1a..000000000000 --- a/samples/Javascript/WatermelonWithMe/proj.ios/WatermelonWithMe.xcodeproj/project.pbxproj +++ /dev/null @@ -1,498 +0,0 @@ -// !$*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 = ""; }; - 159004CD166DE33E006BF838 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-114.png"; sourceTree = ""; }; - 159004CF166DE346006BF838 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = ""; }; - 159004D1166DE34B006BF838 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-144.png"; sourceTree = ""; }; - 15A3D7871682F456002FB0C5 /* res */ = {isa = PBXFileReference; lastKnownFileType = folder; name = res; path = ../../Shared/games/WatermelonWithMe/res; sourceTree = ""; }; - 15A3D7891682F470002FB0C5 /* boot-jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "boot-jsb.js"; path = "../../Shared/games/WatermelonWithMe/boot-jsb.js"; sourceTree = ""; }; - 15A3D78A1682F470002FB0C5 /* levels.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = levels.js; path = ../../Shared/games/WatermelonWithMe/levels.js; sourceTree = ""; }; - 15A3D78B1682F470002FB0C5 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = main.js; path = ../../Shared/games/WatermelonWithMe/main.js; sourceTree = ""; }; - 15A3D78C1682F470002FB0C5 /* resources-jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = "resources-jsb.js"; path = "../../Shared/games/WatermelonWithMe/resources-jsb.js"; sourceTree = ""; }; - 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 = ""; }; - 1A6E472C177818E90055514D /* libchipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libchipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E472D177818E90055514D /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libcocos2dx.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E472E177818E90055514D /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCocosDenshion.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E472F177818E90055514D /* libextensions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libextensions.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E4730177818E90055514D /* libjsbindings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libjsbindings.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1A6E4737177818FC0055514D /* jsb.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb.js; sourceTree = ""; }; - 1A6E4738177818FC0055514D /* jsb_chipmunk.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk.js; sourceTree = ""; }; - 1A6E4739177818FC0055514D /* jsb_chipmunk_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_chipmunk_constants.js; sourceTree = ""; }; - 1A6E473A177818FC0055514D /* jsb_cocos2d.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d.js; sourceTree = ""; }; - 1A6E473B177818FC0055514D /* jsb_cocos2d_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_constants.js; sourceTree = ""; }; - 1A6E473C177818FC0055514D /* jsb_cocos2d_extension.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocos2d_extension.js; sourceTree = ""; }; - 1A6E473D177818FC0055514D /* jsb_cocosbuilder.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_cocosbuilder.js; sourceTree = ""; }; - 1A6E473E177818FC0055514D /* jsb_debugger.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_debugger.js; sourceTree = ""; }; - 1A6E473F177818FC0055514D /* jsb_opengl.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl.js; sourceTree = ""; }; - 1A6E4740177818FC0055514D /* jsb_opengl_constants.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_opengl_constants.js; sourceTree = ""; }; - 1A6E4741177818FC0055514D /* jsb_sys.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = jsb_sys.js; sourceTree = ""; }; - 1A6E4742177818FC0055514D /* main.debug.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.debug.js; sourceTree = ""; }; - 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 = ""; }; - D446FDA416102D82000ADA7B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - D446FDA616102D86000ADA7B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - D45446CD156DE74F00887EB5 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = ""; }; - D45446CE156DE74F00887EB5 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = ""; }; - D45446CF156DE74F00887EB5 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - D45446D0156DE74F00887EB5 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = ""; }; - D45446D1156DE74F00887EB5 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; - D45446D2156DE74F00887EB5 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - D45446D6156DE79D00887EB5 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 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 = ""; }; - D4545216156E28EF00887EB5 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; -/* 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 = ""; - }; - 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 = ""; - }; - A92275321517C094001B78AA = { - isa = PBXGroup; - children = ( - D4545214156E28EF00887EB5 /* Classes */, - A92275401517C094001B78AA /* Frameworks */, - D45446CC156DE73F00887EB5 /* ios */, - A922753E1517C094001B78AA /* Products */, - 15628F5B15F0F5C2000CF24B /* Resources */, - ); - sourceTree = ""; - }; - A922753E1517C094001B78AA /* Products */ = { - isa = PBXGroup; - children = ( - A922753D1517C094001B78AA /* WatermelonWithMe.app */, - ); - name = Products; - sourceTree = ""; - }; - 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 = ""; - }; - 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 = ""; - }; - D4545214156E28EF00887EB5 /* Classes */ = { - isa = PBXGroup; - children = ( - D4545215156E28EF00887EB5 /* AppDelegate.cpp */, - D4545216156E28EF00887EB5 /* AppDelegate.h */, - ); - name = Classes; - path = ../Classes; - sourceTree = ""; - }; -/* 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_C_LANGUAGE_STANDARD = c99; - 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\""; - ONLY_ACTIVE_ARCH = YES; - 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_C_LANGUAGE_STANDARD = c99; - 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\""; - ONLY_ACTIVE_ARCH = YES; - 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 */; -} diff --git a/samples/Lua/HelloLua/proj.mac/AppController.h b/samples/Lua/HelloLua/proj.mac/AppController.h new file mode 100644 index 000000000000..96c717304bd6 --- /dev/null +++ b/samples/Lua/HelloLua/proj.mac/AppController.h @@ -0,0 +1,42 @@ +/**************************************************************************** + Copyright (c) 2010 cocos2d-x.org + + http://www.cocos2d-x.org + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + ****************************************************************************/ + +#pragma once + +#import "cocos2d.h" +#import "EAGLView.h" + +@interface AppController : NSObject + { + NSWindow *window; + CCEAGLView *glView; + } + + @property (nonatomic, assign) IBOutlet NSWindow* window; + @property (nonatomic, assign) IBOutlet CCEAGLView* glView; + + -(IBAction) toggleFullScreen:(id)sender; + -(IBAction) exitFullScreen:(id)sender; + +@end diff --git a/samples/Lua/HelloLua/proj.mac/AppController.mm b/samples/Lua/HelloLua/proj.mac/AppController.mm new file mode 100644 index 000000000000..44f2199ae6ab --- /dev/null +++ b/samples/Lua/HelloLua/proj.mac/AppController.mm @@ -0,0 +1,84 @@ +/**************************************************************************** + Copyright (c) 2010 cocos2d-x.org + + http://www.cocos2d-x.org + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + ****************************************************************************/ + +#import "AppController.h" +#import "AppDelegate.h" + +static AppDelegate s_sharedApplication; + +@implementation AppController + + @synthesize window, glView; + + -(void) applicationDidFinishLaunching:(NSNotification *)aNotification + { + // create the window + // note that using NSResizableWindowMask causes the window to be a little + // smaller and therefore ipad graphics are not loaded + NSRect rect = NSMakeRect(100, 100, 480, 320); + window = [[NSWindow alloc] initWithContentRect:rect + styleMask:( NSClosableWindowMask | NSTitledWindowMask ) + backing:NSBackingStoreBuffered + defer:YES]; + + // allocate our GL view + // (isn't there already a shared CCEAGLView?) + glView = [[CCEAGLView alloc] initWithFrame:rect]; + + // set window parameters + [window becomeFirstResponder]; + [window setContentView:glView]; + [window setTitle:@"HelloLua"]; + [window makeKeyAndOrderFront:self]; + [window setAcceptsMouseMovedEvents:NO]; + + cocos2d::Application::sharedApplication()->run(); + } + + -(BOOL) applicationShouldTerminateAfterLastWindowClosed:(NSApplication*)theApplication + { + return YES; + } + + -(void) dealloc + { + cocos2d::Director::sharedDirector()->end(); + [super dealloc]; + } + +#pragma mark - +#pragma mark IB Actions + + -(IBAction) toggleFullScreen:(id)sender + { + CCEAGLView* pView = [CCEAGLView sharedEGLView]; + [pView setFullScreen:!pView.isFullScreen]; + } + + -(IBAction) exitFullScreen:(id)sender + { + [[CCEAGLView sharedEGLView] setFullScreen:NO]; + } + +@end diff --git a/samples/Lua/HelloLua/proj.mac/HelloLua_Prefix.pch b/samples/Lua/HelloLua/proj.mac/HelloLua_Prefix.pch new file mode 100644 index 000000000000..46c36a7e99f1 --- /dev/null +++ b/samples/Lua/HelloLua/proj.mac/HelloLua_Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'Paralaxer' target in the 'Paralaxer' project +// + +#ifdef __OBJC__ + #import +#endif diff --git a/samples/Lua/HelloLua/proj.mac/Icon.icns b/samples/Lua/HelloLua/proj.mac/Icon.icns new file mode 100644 index 000000000000..285dee82b3d3 Binary files /dev/null and b/samples/Lua/HelloLua/proj.mac/Icon.icns differ diff --git a/samples/Test JavaScript Mac copy-Info.plist b/samples/Lua/HelloLua/proj.mac/Info.plist similarity index 100% rename from samples/Test JavaScript Mac copy-Info.plist rename to samples/Lua/HelloLua/proj.mac/Info.plist diff --git a/samples/Lua/HelloLua/proj.mac/en.lproj/InfoPlist.strings b/samples/Lua/HelloLua/proj.mac/en.lproj/InfoPlist.strings new file mode 100644 index 000000000000..477b28ff8f86 --- /dev/null +++ b/samples/Lua/HelloLua/proj.mac/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/samples/Lua/HelloLua/proj.mac/en.lproj/MainMenu.xib b/samples/Lua/HelloLua/proj.mac/en.lproj/MainMenu.xib new file mode 100644 index 000000000000..9f99439250c0 --- /dev/null +++ b/samples/Lua/HelloLua/proj.mac/en.lproj/MainMenu.xib @@ -0,0 +1,812 @@ + + + + 1060 + 10K549 + 1938 + 1038.36 + 461.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 1938 + + + YES + NSMenuItem + NSCustomObject + NSMenu + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + YES + + NSApplication + + + FirstResponder + + + NSApplication + + + AMainMenu + + YES + + + HelloCpp + + 1048576 + 2147483647 + + NSImage + NSMenuCheckmark + + + NSImage + NSMenuMixedState + + submenuAction: + + HelloCpp + + YES + + + About HelloCpp + + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Preferences… + , + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Services + + 1048576 + 2147483647 + + + submenuAction: + + Services + + YES + + _NSServicesMenu + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Hide HelloCpp + h + 1048576 + 2147483647 + + + + + + Hide Others + h + 1572864 + 2147483647 + + + + + + Show All + + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Quit HelloCpp + q + 1048576 + 2147483647 + + + + + _NSAppleMenu + + + + + View + + 1048576 + 2147483647 + + + submenuAction: + + View + + YES + + + Toggle Fullscreen + f + 1048576 + 2147483647 + + + + + + + + + Window + + 1048576 + 2147483647 + + + submenuAction: + + Window + + YES + + + Minimize + m + 1048576 + 2147483647 + + + + + + Zoom + + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Bring All to Front + + 1048576 + 2147483647 + + + + + _NSWindowsMenu + + + + + Help + + 2147483647 + + + submenuAction: + + Help + + YES + + + HelloCpp Help + ? + 1048576 + 2147483647 + + + + + _NSHelpMenu + + + + _NSMainMenu + + + AppController + + + NSFontManager + + + + + YES + + + terminate: + + + + 449 + + + + orderFrontStandardAboutPanel: + + + + 142 + + + + delegate + + + + 495 + + + + performMiniaturize: + + + + 37 + + + + arrangeInFront: + + + + 39 + + + + performZoom: + + + + 240 + + + + hide: + + + + 367 + + + + hideOtherApplications: + + + + 368 + + + + unhideAllApplications: + + + + 370 + + + + showHelp: + + + + 493 + + + + toggleFullScreen: + + + + 537 + + + + + YES + + 0 + + YES + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + -3 + + + Application + + + 29 + + + YES + + + + + + + + + 19 + + + YES + + + + + + 56 + + + YES + + + + + + 57 + + + YES + + + + + + + + + + + + + + + + 58 + + + + + 134 + + + + + 150 + + + + + 136 + + + + + 144 + + + + + 129 + + + + + 143 + + + + + 236 + + + + + 131 + + + YES + + + + + + 149 + + + + + 145 + + + + + 130 + + + + + 24 + + + YES + + + + + + + + + 92 + + + + + 5 + + + + + 239 + + + + + 23 + + + + + 295 + + + YES + + + + + + 296 + + + YES + + + + + + 420 + + + + + 490 + + + YES + + + + + + 491 + + + YES + + + + + + 492 + + + + + 494 + + + + + 536 + + + + + + + YES + + YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency + 129.IBPluginDependency + 130.IBPluginDependency + 131.IBPluginDependency + 134.IBPluginDependency + 136.IBPluginDependency + 143.IBPluginDependency + 144.IBPluginDependency + 145.IBPluginDependency + 149.IBPluginDependency + 150.IBPluginDependency + 19.IBPluginDependency + 23.IBPluginDependency + 236.IBPluginDependency + 239.IBPluginDependency + 24.IBPluginDependency + 29.IBPluginDependency + 295.IBPluginDependency + 296.IBPluginDependency + 420.IBPluginDependency + 490.IBPluginDependency + 491.IBPluginDependency + 492.IBPluginDependency + 494.IBPluginDependency + 5.IBPluginDependency + 536.IBPluginDependency + 56.IBPluginDependency + 57.IBPluginDependency + 58.IBPluginDependency + 92.IBPluginDependency + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + YES + + + + + + YES + + + + + 541 + + + + YES + + AppController + NSObject + + YES + + YES + exitFullScreen: + toggleFullScreen: + + + YES + id + id + + + + YES + + YES + exitFullScreen: + toggleFullScreen: + + + YES + + exitFullScreen: + id + + + toggleFullScreen: + id + + + + + YES + + YES + glView + window + + + YES + EAGLView + Window + + + + YES + + YES + glView + window + + + YES + + glView + EAGLView + + + window + Window + + + + + IBProjectSource + ./Classes/AppController.h + + + + EAGLView + NSOpenGLView + + IBProjectSource + ./Classes/EAGLView.h + + + + + 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 + + + YES + 3 + + YES + + YES + NSMenuCheckmark + NSMenuMixedState + + + YES + {9, 8} + {7, 2} + + + + diff --git a/samples/Lua/HelloLua/proj.mac/main.m b/samples/Lua/HelloLua/proj.mac/main.m new file mode 100644 index 000000000000..97d9b73282aa --- /dev/null +++ b/samples/Lua/HelloLua/proj.mac/main.m @@ -0,0 +1,30 @@ +/**************************************************************************** + Copyright (c) 2010 cocos2d-x.org + + http://www.cocos2d-x.org + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + ****************************************************************************/ + +#import + +int main(int argc, char *argv[]) +{ + return NSApplicationMain(argc, (const char **)argv); +} diff --git a/samples/Lua/TestLua/Classes/AppDelegate.cpp b/samples/Lua/TestLua/Classes/AppDelegate.cpp index 69917653fe11..f51ccde7d68d 100644 --- a/samples/Lua/TestLua/Classes/AppDelegate.cpp +++ b/samples/Lua/TestLua/Classes/AppDelegate.cpp @@ -35,6 +35,23 @@ bool AppDelegate::applicationDidFinishLaunching() // set FPS. the default value is 1.0/60 if you don't call this pDirector->setAnimationInterval(1.0 / 60); + Size screenSize = EGLView::sharedOpenGLView()->getFrameSize(); + + Size designSize = CCSizeMake(480, 320); + + FileUtils* pFileUtils = FileUtils::sharedFileUtils(); + + if (screenSize.height > 320) + { + Size resourceSize = CCSizeMake(960, 640); + std::vector searchPaths; + searchPaths.push_back("hd"); + pFileUtils->setSearchPaths(searchPaths); + pDirector->setContentScaleFactor(resourceSize.height/designSize.height); + } + + EGLView::sharedOpenGLView()->setDesignResolutionSize(designSize.width, designSize.height, kResolutionFixedHeight); + // register lua engine LuaEngine* pEngine = LuaEngine::defaultEngine(); ScriptEngineManager::sharedManager()->setScriptEngine(pEngine); @@ -48,7 +65,7 @@ bool AppDelegate::applicationDidFinishLaunching() tolua_opengl_open(tolua_s); tolua_scroll_view_open(tolua_s); - std::vector searchPaths; + std::vector searchPaths = pFileUtils->getSearchPaths(); searchPaths.push_back("cocosbuilderRes"); #if CC_TARGET_PLATFORM == CC_PLATFORM_BLACKBERRY diff --git a/samples/Lua/TestLua/proj.ios/Info.plist b/samples/Lua/TestLua/proj.ios/Info.plist index d3674bc30fa6..9926484e8467 100644 --- a/samples/Lua/TestLua/proj.ios/Info.plist +++ b/samples/Lua/TestLua/proj.ios/Info.plist @@ -17,6 +17,21 @@ Icon-72.png Icon-144.png + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + Icon-57.png + Icon-114.png + Icon-72.png + Icon-144.png + + UIPrerenderedIcon + + + CFBundleIdentifier org.cocos2dx.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion diff --git a/samples/Lua/TestLua/proj.mac/AppController.h b/samples/Lua/TestLua/proj.mac/AppController.h new file mode 100644 index 000000000000..96c717304bd6 --- /dev/null +++ b/samples/Lua/TestLua/proj.mac/AppController.h @@ -0,0 +1,42 @@ +/**************************************************************************** + Copyright (c) 2010 cocos2d-x.org + + http://www.cocos2d-x.org + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + ****************************************************************************/ + +#pragma once + +#import "cocos2d.h" +#import "EAGLView.h" + +@interface AppController : NSObject + { + NSWindow *window; + CCEAGLView *glView; + } + + @property (nonatomic, assign) IBOutlet NSWindow* window; + @property (nonatomic, assign) IBOutlet CCEAGLView* glView; + + -(IBAction) toggleFullScreen:(id)sender; + -(IBAction) exitFullScreen:(id)sender; + +@end diff --git a/samples/Lua/TestLua/proj.mac/AppController.mm b/samples/Lua/TestLua/proj.mac/AppController.mm new file mode 100644 index 000000000000..63d3c6434b15 --- /dev/null +++ b/samples/Lua/TestLua/proj.mac/AppController.mm @@ -0,0 +1,84 @@ +/**************************************************************************** + Copyright (c) 2010 cocos2d-x.org + + http://www.cocos2d-x.org + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + ****************************************************************************/ + +#import "AppController.h" +#import "AppDelegate.h" + +static AppDelegate s_sharedApplication; + +@implementation AppController + + @synthesize window, glView; + + -(void) applicationDidFinishLaunching:(NSNotification *)aNotification + { + // create the window + // note that using NSResizableWindowMask causes the window to be a little + // smaller and therefore ipad graphics are not loaded + NSRect rect = NSMakeRect(100, 100, 720, 480); + window = [[NSWindow alloc] initWithContentRect:rect + styleMask:( NSClosableWindowMask | NSTitledWindowMask ) + backing:NSBackingStoreBuffered + defer:YES]; + + // allocate our GL view + // (isn't there already a shared CCEAGLView?) + glView = [[CCEAGLView alloc] initWithFrame:rect]; + + // set window parameters + [window becomeFirstResponder]; + [window setContentView:glView]; + [window setTitle:@"TestLua"]; + [window makeKeyAndOrderFront:self]; + [window setAcceptsMouseMovedEvents:NO]; + + cocos2d::Application::sharedApplication()->run(); + } + + -(BOOL) applicationShouldTerminateAfterLastWindowClosed:(NSApplication*)theApplication + { + return YES; + } + + -(void) dealloc + { + cocos2d::Director::sharedDirector()->end(); + [super dealloc]; + } + +#pragma mark - +#pragma mark IB Actions + + -(IBAction) toggleFullScreen:(id)sender + { + CCEAGLView* pView = [CCEAGLView sharedEGLView]; + [pView setFullScreen:!pView.isFullScreen]; + } + + -(IBAction) exitFullScreen:(id)sender + { + [[CCEAGLView sharedEGLView] setFullScreen:NO]; + } + +@end diff --git a/samples/Lua/TestLua/proj.mac/Icon.icns b/samples/Lua/TestLua/proj.mac/Icon.icns new file mode 100644 index 000000000000..285dee82b3d3 Binary files /dev/null and b/samples/Lua/TestLua/proj.mac/Icon.icns differ diff --git a/samples/Lua/TestLua/proj.mac/Info.plist b/samples/Lua/TestLua/proj.mac/Info.plist new file mode 100644 index 000000000000..24a7146840cd --- /dev/null +++ b/samples/Lua/TestLua/proj.mac/Info.plist @@ -0,0 +1,34 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + Icon + CFBundleIdentifier + org.cocos2d-x.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET} + NSHumanReadableCopyright + Copyright © 2012. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/samples/Lua/TestLua/proj.mac/TestLua_Prefix.pch b/samples/Lua/TestLua/proj.mac/TestLua_Prefix.pch new file mode 100644 index 000000000000..46c36a7e99f1 --- /dev/null +++ b/samples/Lua/TestLua/proj.mac/TestLua_Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'Paralaxer' target in the 'Paralaxer' project +// + +#ifdef __OBJC__ + #import +#endif diff --git a/samples/Lua/TestLua/proj.mac/en.lproj/InfoPlist.strings b/samples/Lua/TestLua/proj.mac/en.lproj/InfoPlist.strings new file mode 100644 index 000000000000..477b28ff8f86 --- /dev/null +++ b/samples/Lua/TestLua/proj.mac/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/samples/Lua/TestLua/proj.mac/en.lproj/MainMenu.xib b/samples/Lua/TestLua/proj.mac/en.lproj/MainMenu.xib new file mode 100644 index 000000000000..9f99439250c0 --- /dev/null +++ b/samples/Lua/TestLua/proj.mac/en.lproj/MainMenu.xib @@ -0,0 +1,812 @@ + + + + 1060 + 10K549 + 1938 + 1038.36 + 461.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 1938 + + + YES + NSMenuItem + NSCustomObject + NSMenu + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + YES + + NSApplication + + + FirstResponder + + + NSApplication + + + AMainMenu + + YES + + + HelloCpp + + 1048576 + 2147483647 + + NSImage + NSMenuCheckmark + + + NSImage + NSMenuMixedState + + submenuAction: + + HelloCpp + + YES + + + About HelloCpp + + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Preferences… + , + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Services + + 1048576 + 2147483647 + + + submenuAction: + + Services + + YES + + _NSServicesMenu + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Hide HelloCpp + h + 1048576 + 2147483647 + + + + + + Hide Others + h + 1572864 + 2147483647 + + + + + + Show All + + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Quit HelloCpp + q + 1048576 + 2147483647 + + + + + _NSAppleMenu + + + + + View + + 1048576 + 2147483647 + + + submenuAction: + + View + + YES + + + Toggle Fullscreen + f + 1048576 + 2147483647 + + + + + + + + + Window + + 1048576 + 2147483647 + + + submenuAction: + + Window + + YES + + + Minimize + m + 1048576 + 2147483647 + + + + + + Zoom + + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Bring All to Front + + 1048576 + 2147483647 + + + + + _NSWindowsMenu + + + + + Help + + 2147483647 + + + submenuAction: + + Help + + YES + + + HelloCpp Help + ? + 1048576 + 2147483647 + + + + + _NSHelpMenu + + + + _NSMainMenu + + + AppController + + + NSFontManager + + + + + YES + + + terminate: + + + + 449 + + + + orderFrontStandardAboutPanel: + + + + 142 + + + + delegate + + + + 495 + + + + performMiniaturize: + + + + 37 + + + + arrangeInFront: + + + + 39 + + + + performZoom: + + + + 240 + + + + hide: + + + + 367 + + + + hideOtherApplications: + + + + 368 + + + + unhideAllApplications: + + + + 370 + + + + showHelp: + + + + 493 + + + + toggleFullScreen: + + + + 537 + + + + + YES + + 0 + + YES + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + -3 + + + Application + + + 29 + + + YES + + + + + + + + + 19 + + + YES + + + + + + 56 + + + YES + + + + + + 57 + + + YES + + + + + + + + + + + + + + + + 58 + + + + + 134 + + + + + 150 + + + + + 136 + + + + + 144 + + + + + 129 + + + + + 143 + + + + + 236 + + + + + 131 + + + YES + + + + + + 149 + + + + + 145 + + + + + 130 + + + + + 24 + + + YES + + + + + + + + + 92 + + + + + 5 + + + + + 239 + + + + + 23 + + + + + 295 + + + YES + + + + + + 296 + + + YES + + + + + + 420 + + + + + 490 + + + YES + + + + + + 491 + + + YES + + + + + + 492 + + + + + 494 + + + + + 536 + + + + + + + YES + + YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency + 129.IBPluginDependency + 130.IBPluginDependency + 131.IBPluginDependency + 134.IBPluginDependency + 136.IBPluginDependency + 143.IBPluginDependency + 144.IBPluginDependency + 145.IBPluginDependency + 149.IBPluginDependency + 150.IBPluginDependency + 19.IBPluginDependency + 23.IBPluginDependency + 236.IBPluginDependency + 239.IBPluginDependency + 24.IBPluginDependency + 29.IBPluginDependency + 295.IBPluginDependency + 296.IBPluginDependency + 420.IBPluginDependency + 490.IBPluginDependency + 491.IBPluginDependency + 492.IBPluginDependency + 494.IBPluginDependency + 5.IBPluginDependency + 536.IBPluginDependency + 56.IBPluginDependency + 57.IBPluginDependency + 58.IBPluginDependency + 92.IBPluginDependency + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + YES + + + + + + YES + + + + + 541 + + + + YES + + AppController + NSObject + + YES + + YES + exitFullScreen: + toggleFullScreen: + + + YES + id + id + + + + YES + + YES + exitFullScreen: + toggleFullScreen: + + + YES + + exitFullScreen: + id + + + toggleFullScreen: + id + + + + + YES + + YES + glView + window + + + YES + EAGLView + Window + + + + YES + + YES + glView + window + + + YES + + glView + EAGLView + + + window + Window + + + + + IBProjectSource + ./Classes/AppController.h + + + + EAGLView + NSOpenGLView + + IBProjectSource + ./Classes/EAGLView.h + + + + + 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 + + + YES + 3 + + YES + + YES + NSMenuCheckmark + NSMenuMixedState + + + YES + {9, 8} + {7, 2} + + + + diff --git a/samples/Lua/TestLua/proj.mac/main.m b/samples/Lua/TestLua/proj.mac/main.m new file mode 100644 index 000000000000..97d9b73282aa --- /dev/null +++ b/samples/Lua/TestLua/proj.mac/main.m @@ -0,0 +1,30 @@ +/**************************************************************************** + Copyright (c) 2010 cocos2d-x.org + + http://www.cocos2d-x.org + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + ****************************************************************************/ + +#import + +int main(int argc, char *argv[]) +{ + return NSApplicationMain(argc, (const char **)argv); +} diff --git a/samples/samples.xcodeproj/project.pbxproj b/samples/samples.xcodeproj/project.pbxproj index 83aa83ba8656..7dd3951b4243 100644 --- a/samples/samples.xcodeproj/project.pbxproj +++ b/samples/samples.xcodeproj/project.pbxproj @@ -13,6 +13,8 @@ buildPhases = ( ); dependencies = ( + 1A6FB7E31785682700CDF010 /* PBXTargetDependency */, + 1A6FB7E51785682700CDF010 /* PBXTargetDependency */, A01E1A831784DCDC00B0CA4A /* PBXTargetDependency */, A035AF731782569500987F6C /* PBXTargetDependency */, A035AF751782569500987F6C /* PBXTargetDependency */, @@ -32,6 +34,8 @@ buildPhases = ( ); dependencies = ( + 1A6FB50117854AEA00CDF010 /* PBXTargetDependency */, + 1A6FB50317854AEA00CDF010 /* PBXTargetDependency */, A01E1A851784DCE300B0CA4A /* PBXTargetDependency */, A01E19971784C8DD00B0CA4A /* PBXTargetDependency */, A01E19991784C8DD00B0CA4A /* PBXTargetDependency */, @@ -55,6 +59,188 @@ 15C6482D165F3988007D4F18 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482C165F3988007D4F18 /* AudioToolbox.framework */; }; 15C6482F165F399D007D4F18 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482E165F399D007D4F18 /* libz.dylib */; }; 15C64833165F3AFD007D4F18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64832165F3AFD007D4F18 /* Foundation.framework */; }; + 1A1197CA1785363400D62A44 /* libcocos2dx iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50FD17839B9C0073F6A7 /* libcocos2dx iOS.a */; }; + 1A1197CB1785363400D62A44 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482E165F399D007D4F18 /* libz.dylib */; }; + 1A1197CC1785363400D62A44 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A52B91783AE900073F6A7 /* OpenGLES.framework */; }; + 1A1197CD1785363400D62A44 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64832165F3AFD007D4F18 /* Foundation.framework */; }; + 1A1197CE1785363400D62A44 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482C165F3988007D4F18 /* AudioToolbox.framework */; }; + 1A1197CF1785363400D62A44 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64828165F396B007D4F18 /* OpenAL.framework */; }; + 1A1197D01785363400D62A44 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64826165F394E007D4F18 /* QuartzCore.framework */; }; + 1A1197D11785363400D62A44 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A52BB1783AEB80073F6A7 /* CoreGraphics.framework */; }; + 1A1197D21785363400D62A44 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A52B71783AE6D0073F6A7 /* UIKit.framework */; }; + 1A1197D31785363400D62A44 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A52C11783B01F0073F6A7 /* AVFoundation.framework */; }; + 1A1197E41785373E00D62A44 /* libluabindings iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A1197DB1785363500D62A44 /* libluabindings iOS.a */; }; + 1A1197FA1785376400D62A44 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1197E71785376400D62A44 /* AppDelegate.cpp */; }; + 1A1198191785378000D62A44 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A11980C1785378000D62A44 /* AppController.mm */; }; + 1A1198221785378000D62A44 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A1198161785378000D62A44 /* main.m */; }; + 1A1198231785378000D62A44 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A1198181785378000D62A44 /* RootViewController.mm */; }; + 1A1198241785381C00D62A44 /* libCocosDenshion iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A510517839B9C0073F6A7 /* libCocosDenshion iOS.a */; }; + 1A1198271785383B00D62A44 /* libcocos2dx-extensions iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50FF17839B9C0073F6A7 /* libcocos2dx-extensions iOS.a */; }; + 1A119860178538E400D62A44 /* libcocos2dx iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50FD17839B9C0073F6A7 /* libcocos2dx iOS.a */; }; + 1A119861178538E400D62A44 /* libCocosDenshion iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A510517839B9C0073F6A7 /* libCocosDenshion iOS.a */; }; + 1A119862178538E400D62A44 /* libcocos2dx-extensions iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50FF17839B9C0073F6A7 /* libcocos2dx-extensions iOS.a */; }; + 1A119863178538E400D62A44 /* libluabindings iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A1197DB1785363500D62A44 /* libluabindings iOS.a */; }; + 1A119864178538E400D62A44 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482E165F399D007D4F18 /* libz.dylib */; }; + 1A119865178538E400D62A44 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A52B91783AE900073F6A7 /* OpenGLES.framework */; }; + 1A119866178538E400D62A44 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64832165F3AFD007D4F18 /* Foundation.framework */; }; + 1A119867178538E400D62A44 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482C165F3988007D4F18 /* AudioToolbox.framework */; }; + 1A119868178538E400D62A44 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64828165F396B007D4F18 /* OpenAL.framework */; }; + 1A119869178538E400D62A44 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64826165F394E007D4F18 /* QuartzCore.framework */; }; + 1A11986A178538E400D62A44 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A52BB1783AEB80073F6A7 /* CoreGraphics.framework */; }; + 1A11986B178538E400D62A44 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A52B71783AE6D0073F6A7 /* UIKit.framework */; }; + 1A11986C178538E400D62A44 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A52C11783B01F0073F6A7 /* AVFoundation.framework */; }; + 1A11990C178539E000D62A44 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A119874178539DF00D62A44 /* AppDelegate.cpp */; }; + 1A119989178539FA00D62A44 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A11997D178539FA00D62A44 /* AppController.mm */; }; + 1A119991178539FA00D62A44 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A119985178539FA00D62A44 /* main.m */; }; + 1A119992178539FA00D62A44 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A119987178539FA00D62A44 /* RootViewController.mm */; }; + 1A11999517853B8B00D62A44 /* background.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197EC1785376400D62A44 /* background.mp3 */; }; + 1A11999617853B8B00D62A44 /* crop.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197EE1785376400D62A44 /* crop.png */; }; + 1A11999717853B8B00D62A44 /* dog.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F01785376400D62A44 /* dog.png */; }; + 1A11999817853B8B00D62A44 /* effect1.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F11785376400D62A44 /* effect1.wav */; }; + 1A11999917853B8B00D62A44 /* farm.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F21785376400D62A44 /* farm.jpg */; }; + 1A11999A17853B8B00D62A44 /* hello.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F51785376400D62A44 /* hello.lua */; }; + 1A11999B17853B8B00D62A44 /* hello2.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F61785376400D62A44 /* hello2.lua */; }; + 1A11999C17853B8B00D62A44 /* land.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F71785376400D62A44 /* land.png */; }; + 1A11999D17853B8B00D62A44 /* menu1.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F81785376400D62A44 /* menu1.png */; }; + 1A11999E17853B8B00D62A44 /* menu2.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F91785376400D62A44 /* menu2.png */; }; + 1A119C9317853D8D00D62A44 /* AudioEngine.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C8E17853D8D00D62A44 /* AudioEngine.lua */; }; + 1A119C9517853D8D00D62A44 /* CCBReaderLoad.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C8F17853D8D00D62A44 /* CCBReaderLoad.lua */; }; + 1A119C9717853D8D00D62A44 /* Cocos2dConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9017853D8D00D62A44 /* Cocos2dConstants.lua */; }; + 1A119C9917853D8D00D62A44 /* Opengl.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9117853D8D00D62A44 /* Opengl.lua */; }; + 1A119C9B17853D8D00D62A44 /* OpenglConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9217853D8D00D62A44 /* OpenglConstants.lua */; }; + 1A119CAA178547E600D62A44 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A11997E178539FA00D62A44 /* Default-568h@2x.png */; }; + 1A119CAB178547E600D62A44 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A11997F178539FA00D62A44 /* Default.png */; }; + 1A119CAC178547E600D62A44 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A119980178539FA00D62A44 /* Default@2x.png */; }; + 1A119CAD178547E600D62A44 /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A119983178539FA00D62A44 /* Icon-114.png */; }; + 1A119CAE178547E600D62A44 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A119984178539FA00D62A44 /* Icon-144.png */; }; + 1A119CAF178547E600D62A44 /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A119981178539FA00D62A44 /* Icon-57.png */; }; + 1A119CB0178547E600D62A44 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A119982178539FA00D62A44 /* Icon-72.png */; }; + 1A119CB11785480400D62A44 /* AudioEngine.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C8E17853D8D00D62A44 /* AudioEngine.lua */; }; + 1A119CB21785480400D62A44 /* CCBReaderLoad.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C8F17853D8D00D62A44 /* CCBReaderLoad.lua */; }; + 1A119CB31785480400D62A44 /* Cocos2dConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9017853D8D00D62A44 /* Cocos2dConstants.lua */; }; + 1A119CB41785480400D62A44 /* Opengl.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9117853D8D00D62A44 /* Opengl.lua */; }; + 1A119CB51785480400D62A44 /* OpenglConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9217853D8D00D62A44 /* OpenglConstants.lua */; }; + 1A6FB4DE17854A6A00CDF010 /* animations in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C417854A6A00CDF010 /* animations */; }; + 1A6FB4DF17854A6A00CDF010 /* armature in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C517854A6A00CDF010 /* armature */; }; + 1A6FB4E017854A6A00CDF010 /* background-music-aac.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C617854A6A00CDF010 /* background-music-aac.wav */; }; + 1A6FB4E117854A6A00CDF010 /* background.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C717854A6A00CDF010 /* background.mp3 */; }; + 1A6FB4E217854A6A00CDF010 /* background.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C817854A6A00CDF010 /* background.ogg */; }; + 1A6FB4E317854A6A00CDF010 /* components in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C917854A6A00CDF010 /* components */; }; + 1A6FB4E417854A6A00CDF010 /* configs in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CA17854A6A00CDF010 /* configs */; }; + 1A6FB4E517854A6A00CDF010 /* effect1.raw in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CB17854A6A00CDF010 /* effect1.raw */; }; + 1A6FB4E617854A6A00CDF010 /* effect1.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CC17854A6A00CDF010 /* effect1.wav */; }; + 1A6FB4E717854A6A00CDF010 /* effect2.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CD17854A6A00CDF010 /* effect2.ogg */; }; + 1A6FB4E817854A6A00CDF010 /* extensions in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CE17854A6A00CDF010 /* extensions */; }; + 1A6FB4E917854A6A00CDF010 /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CF17854A6A00CDF010 /* fonts */; }; + 1A6FB4EA17854A6A00CDF010 /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D017854A6A00CDF010 /* fps_images.png */; }; + 1A6FB4EB17854A6A00CDF010 /* hd in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D117854A6A00CDF010 /* hd */; }; + 1A6FB4EC17854A6A00CDF010 /* Hello.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D217854A6A00CDF010 /* Hello.png */; }; + 1A6FB4ED17854A6A00CDF010 /* Images in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D317854A6A00CDF010 /* Images */; }; + 1A6FB4EE17854A6A00CDF010 /* ipad in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D417854A6A00CDF010 /* ipad */; }; + 1A6FB4EF17854A6A00CDF010 /* ipadhd in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D517854A6A00CDF010 /* ipadhd */; }; + 1A6FB4F017854A6A00CDF010 /* Misc in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D617854A6A00CDF010 /* Misc */; }; + 1A6FB4F117854A6A00CDF010 /* music.mid in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D717854A6A00CDF010 /* music.mid */; }; + 1A6FB4F217854A6A00CDF010 /* Particles in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D817854A6A00CDF010 /* Particles */; }; + 1A6FB4F317854A6A00CDF010 /* pew-pew-lei.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D917854A6A00CDF010 /* pew-pew-lei.wav */; }; + 1A6FB4F417854A6A00CDF010 /* Shaders in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4DA17854A6A00CDF010 /* Shaders */; }; + 1A6FB4F517854A6A00CDF010 /* spine in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4DB17854A6A00CDF010 /* spine */; }; + 1A6FB4F617854A6A00CDF010 /* TileMaps in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4DC17854A6A00CDF010 /* TileMaps */; }; + 1A6FB4F717854A6A00CDF010 /* zwoptex in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4DD17854A6A00CDF010 /* zwoptex */; }; + 1A6FB4FC17854A8500CDF010 /* cocosbuilderRes in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4FA17854A8500CDF010 /* cocosbuilderRes */; }; + 1A6FB4FD17854A8500CDF010 /* luaScript in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4FB17854A8500CDF010 /* luaScript */; }; + 1A6FB54617854FE400CDF010 /* background.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197EC1785376400D62A44 /* background.mp3 */; }; + 1A6FB54717854FE400CDF010 /* crop.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197EE1785376400D62A44 /* crop.png */; }; + 1A6FB54817854FE400CDF010 /* dog.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F01785376400D62A44 /* dog.png */; }; + 1A6FB54917854FE400CDF010 /* effect1.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F11785376400D62A44 /* effect1.wav */; }; + 1A6FB54A17854FE400CDF010 /* farm.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F21785376400D62A44 /* farm.jpg */; }; + 1A6FB54B17854FE400CDF010 /* hello.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F51785376400D62A44 /* hello.lua */; }; + 1A6FB54C17854FE400CDF010 /* hello2.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F61785376400D62A44 /* hello2.lua */; }; + 1A6FB54D17854FE400CDF010 /* land.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F71785376400D62A44 /* land.png */; }; + 1A6FB54E17854FE400CDF010 /* menu1.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F81785376400D62A44 /* menu1.png */; }; + 1A6FB54F17854FE400CDF010 /* menu2.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1197F91785376400D62A44 /* menu2.png */; }; + 1A6FB55017854FE400CDF010 /* AudioEngine.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C8E17853D8D00D62A44 /* AudioEngine.lua */; }; + 1A6FB55117854FE400CDF010 /* CCBReaderLoad.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C8F17853D8D00D62A44 /* CCBReaderLoad.lua */; }; + 1A6FB55217854FE400CDF010 /* Cocos2dConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9017853D8D00D62A44 /* Cocos2dConstants.lua */; }; + 1A6FB55317854FE400CDF010 /* Opengl.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9117853D8D00D62A44 /* Opengl.lua */; }; + 1A6FB55417854FE400CDF010 /* OpenglConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9217853D8D00D62A44 /* OpenglConstants.lua */; }; + 1A6FB55617854FE400CDF010 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1197E71785376400D62A44 /* AppDelegate.cpp */; }; + 1A6FB578178550A300CDF010 /* libcocos2dx Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50F117839B9C0073F6A7 /* libcocos2dx Mac.a */; }; + 1A6FB579178550A300CDF010 /* libcocos2dx-extensions Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50F317839B9C0073F6A7 /* libcocos2dx-extensions Mac.a */; }; + 1A6FB57A178550A300CDF010 /* libCocosDenshion Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50F917839B9C0073F6A7 /* libCocosDenshion Mac.a */; }; + 1A6FB57B178550A300CDF010 /* libluabindings Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6FB56F17854FE400CDF010 /* libluabindings Mac.a */; }; + 1A6FB58D178551A700CDF010 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB57D1785513C00CDF010 /* InfoPlist.strings */; }; + 1A6FB58E178551A700CDF010 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB57F1785513C00CDF010 /* MainMenu.xib */; }; + 1A6FB58F178551A700CDF010 /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB5811785513C00CDF010 /* Icon.icns */; }; + 1A6FB593178551F600CDF010 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A6FB591178551F600CDF010 /* AppController.mm */; }; + 1A6FB594178551F600CDF010 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A6FB592178551F600CDF010 /* main.m */; }; + 1A6FB5951785523D00CDF010 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64828165F396B007D4F18 /* OpenAL.framework */; }; + 1A6FB5961785524600CDF010 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64826165F394E007D4F18 /* QuartzCore.framework */; }; + 1A6FB5971785524D00CDF010 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64824165F3934007D4F18 /* OpenGL.framework */; }; + 1A6FB5981785525300CDF010 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64822165F391E007D4F18 /* Cocoa.framework */; }; + 1A6FB5991785526500CDF010 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64832165F3AFD007D4F18 /* Foundation.framework */; }; + 1A6FB59A1785526C00CDF010 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482C165F3988007D4F18 /* AudioToolbox.framework */; }; + 1A6FB59B1785527300CDF010 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482A165F3979007D4F18 /* ApplicationServices.framework */; }; + 1A6FB59C1785528700CDF010 /* libcurl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A9F808C177E98A600D9A1CB /* libcurl.dylib */; }; + 1A6FB59D1785528E00CDF010 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482E165F399D007D4F18 /* libz.dylib */; }; + 1A6FB77B1785613700CDF010 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A11980D1785378000D62A44 /* Default-568h@2x.png */; }; + 1A6FB77C1785613700CDF010 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A11980E1785378000D62A44 /* Default.png */; }; + 1A6FB77D1785613700CDF010 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A11980F1785378000D62A44 /* Default@2x.png */; }; + 1A6FB77E1785613700CDF010 /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1198111785378000D62A44 /* Icon-57.png */; }; + 1A6FB77F1785613700CDF010 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1198121785378000D62A44 /* Icon-72.png */; }; + 1A6FB7801785613700CDF010 /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1198131785378000D62A44 /* Icon-114.png */; }; + 1A6FB7811785613700CDF010 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A1198141785378000D62A44 /* Icon-144.png */; }; + 1A6FB7991785614200CDF010 /* AudioEngine.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C8E17853D8D00D62A44 /* AudioEngine.lua */; }; + 1A6FB79A1785614200CDF010 /* CCBReaderLoad.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C8F17853D8D00D62A44 /* CCBReaderLoad.lua */; }; + 1A6FB79B1785614200CDF010 /* Cocos2dConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9017853D8D00D62A44 /* Cocos2dConstants.lua */; }; + 1A6FB79C1785614200CDF010 /* Opengl.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9117853D8D00D62A44 /* Opengl.lua */; }; + 1A6FB79D1785614200CDF010 /* OpenglConstants.lua in Resources */ = {isa = PBXBuildFile; fileRef = 1A119C9217853D8D00D62A44 /* OpenglConstants.lua */; }; + 1A6FB7A31785614200CDF010 /* libcocos2dx Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50F117839B9C0073F6A7 /* libcocos2dx Mac.a */; }; + 1A6FB7A41785614200CDF010 /* libcocos2dx-extensions Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50F317839B9C0073F6A7 /* libcocos2dx-extensions Mac.a */; }; + 1A6FB7A51785614200CDF010 /* libCocosDenshion Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A07A50F917839B9C0073F6A7 /* libCocosDenshion Mac.a */; }; + 1A6FB7A61785614200CDF010 /* libluabindings Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6FB56F17854FE400CDF010 /* libluabindings Mac.a */; }; + 1A6FB7A71785614200CDF010 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482E165F399D007D4F18 /* libz.dylib */; }; + 1A6FB7A81785614200CDF010 /* libcurl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A9F808C177E98A600D9A1CB /* libcurl.dylib */; }; + 1A6FB7A91785614200CDF010 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482A165F3979007D4F18 /* ApplicationServices.framework */; }; + 1A6FB7AA1785614200CDF010 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C6482C165F3988007D4F18 /* AudioToolbox.framework */; }; + 1A6FB7AB1785614200CDF010 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64832165F3AFD007D4F18 /* Foundation.framework */; }; + 1A6FB7AC1785614200CDF010 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64822165F391E007D4F18 /* Cocoa.framework */; }; + 1A6FB7AD1785614200CDF010 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64824165F3934007D4F18 /* OpenGL.framework */; }; + 1A6FB7AE1785614200CDF010 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64826165F394E007D4F18 /* QuartzCore.framework */; }; + 1A6FB7AF1785614200CDF010 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15C64828165F396B007D4F18 /* OpenAL.framework */; }; + 1A6FB7BB178561E000CDF010 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB7B6178561E000CDF010 /* InfoPlist.strings */; }; + 1A6FB7BC178561E000CDF010 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB7B8178561E000CDF010 /* MainMenu.xib */; }; + 1A6FB7BD178561E000CDF010 /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB7BA178561E000CDF010 /* Icon.icns */; }; + 1A6FB7BE1785620900CDF010 /* cocosbuilderRes in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4FA17854A8500CDF010 /* cocosbuilderRes */; }; + 1A6FB7BF1785620900CDF010 /* luaScript in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4FB17854A8500CDF010 /* luaScript */; }; + 1A6FB7C01785620900CDF010 /* animations in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C417854A6A00CDF010 /* animations */; }; + 1A6FB7C11785620900CDF010 /* armature in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C517854A6A00CDF010 /* armature */; }; + 1A6FB7C21785620900CDF010 /* background-music-aac.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C617854A6A00CDF010 /* background-music-aac.wav */; }; + 1A6FB7C31785620900CDF010 /* background.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C717854A6A00CDF010 /* background.mp3 */; }; + 1A6FB7C41785620900CDF010 /* background.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C817854A6A00CDF010 /* background.ogg */; }; + 1A6FB7C51785620900CDF010 /* components in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4C917854A6A00CDF010 /* components */; }; + 1A6FB7C61785620900CDF010 /* configs in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CA17854A6A00CDF010 /* configs */; }; + 1A6FB7C71785620900CDF010 /* effect1.raw in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CB17854A6A00CDF010 /* effect1.raw */; }; + 1A6FB7C81785620900CDF010 /* effect1.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CC17854A6A00CDF010 /* effect1.wav */; }; + 1A6FB7C91785620900CDF010 /* effect2.ogg in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CD17854A6A00CDF010 /* effect2.ogg */; }; + 1A6FB7CA1785620900CDF010 /* extensions in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CE17854A6A00CDF010 /* extensions */; }; + 1A6FB7CB1785620900CDF010 /* fonts in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4CF17854A6A00CDF010 /* fonts */; }; + 1A6FB7CC1785620900CDF010 /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D017854A6A00CDF010 /* fps_images.png */; }; + 1A6FB7CD1785620900CDF010 /* hd in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D117854A6A00CDF010 /* hd */; }; + 1A6FB7CE1785620900CDF010 /* Hello.png in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D217854A6A00CDF010 /* Hello.png */; }; + 1A6FB7CF1785620900CDF010 /* Images in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D317854A6A00CDF010 /* Images */; }; + 1A6FB7D01785620900CDF010 /* ipad in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D417854A6A00CDF010 /* ipad */; }; + 1A6FB7D11785620900CDF010 /* ipadhd in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D517854A6A00CDF010 /* ipadhd */; }; + 1A6FB7D21785620900CDF010 /* Misc in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D617854A6A00CDF010 /* Misc */; }; + 1A6FB7D31785620900CDF010 /* music.mid in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D717854A6A00CDF010 /* music.mid */; }; + 1A6FB7D41785620900CDF010 /* Particles in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D817854A6A00CDF010 /* Particles */; }; + 1A6FB7D51785620900CDF010 /* pew-pew-lei.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4D917854A6A00CDF010 /* pew-pew-lei.wav */; }; + 1A6FB7D61785620900CDF010 /* Shaders in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4DA17854A6A00CDF010 /* Shaders */; }; + 1A6FB7D71785620900CDF010 /* spine in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4DB17854A6A00CDF010 /* spine */; }; + 1A6FB7D81785620900CDF010 /* TileMaps in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4DC17854A6A00CDF010 /* TileMaps */; }; + 1A6FB7D91785620900CDF010 /* zwoptex in Resources */ = {isa = PBXBuildFile; fileRef = 1A6FB4DD17854A6A00CDF010 /* zwoptex */; }; + 1A6FB7DC1785624000CDF010 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A119874178539DF00D62A44 /* AppDelegate.cpp */; }; + 1A6FB7DF1785628900CDF010 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A6FB7DD1785628900CDF010 /* AppController.mm */; }; + 1A6FB7E01785628900CDF010 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A6FB7DE1785628900CDF010 /* main.m */; }; 1A9F808D177E98A600D9A1CB /* libcurl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A9F808C177E98A600D9A1CB /* libcurl.dylib */; }; 1AC070BE1782721D00FE5C7A /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = A035AEDB1782564100987F6C /* MainMenu.xib */; }; 1AC070BF1782721D00FE5C7A /* Icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = A035AEE21782564100987F6C /* Icon.icns */; }; @@ -1095,6 +1281,160 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 1A1197B51785363400D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A07A4C241783777C0073F6A7; + remoteInfo = "cocos2dx iOS"; + }; + 1A1197DA1785363500D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 1A119791178526AA00D62A44; + remoteInfo = "luabindings iOS"; + }; + 1A1197DD178536A300D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A07A4F9F178387730073F6A7; + remoteInfo = "CocosDenshion iOS"; + }; + 1A1197DF178536A300D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1A119716178526AA00D62A44; + remoteInfo = "luabindings iOS"; + }; + 1A1198251785382E00D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A07A4E111783867C0073F6A7; + remoteInfo = "cocos2dx-extensions iOS"; + }; + 1A11982F178538E400D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A07A4C241783777C0073F6A7; + remoteInfo = "cocos2dx iOS"; + }; + 1A119831178538E400D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A07A4F9F178387730073F6A7; + remoteInfo = "CocosDenshion iOS"; + }; + 1A119833178538E400D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A07A4E111783867C0073F6A7; + remoteInfo = "cocos2dx-extensions iOS"; + }; + 1A119835178538E400D62A44 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1A119716178526AA00D62A44; + remoteInfo = "luabindings iOS"; + }; + 1A6FB50017854AEA00CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A1197B31785363400D62A44; + remoteInfo = "Hello lua iOS"; + }; + 1A6FB50217854AEA00CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A11982D178538E400D62A44; + remoteInfo = "Test lua iOS"; + }; + 1A6FB56E17854FE400CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 1A6FB53017854BC300CDF010; + remoteInfo = "luabindings Mac"; + }; + 1A6FB5701785508700CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1551A33E158F2AB200E66CFE; + remoteInfo = "cocos2dx Mac"; + }; + 1A6FB5721785508700CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A03F2FC117814595006731B9; + remoteInfo = "cocos2dx-extensions Mac"; + }; + 1A6FB5741785508700CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A03F2E9817814268006731B9; + remoteInfo = "CocosDenshion Mac"; + }; + 1A6FB5761785508700CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1A6FB50417854BC200CDF010; + remoteInfo = "luabindings Mac"; + }; + 1A6FB7841785614200CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1551A33E158F2AB200E66CFE; + remoteInfo = "cocos2dx Mac"; + }; + 1A6FB7861785614200CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A03F2FC117814595006731B9; + remoteInfo = "cocos2dx-extensions Mac"; + }; + 1A6FB7881785614200CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = A03F2E9817814268006731B9; + remoteInfo = "CocosDenshion Mac"; + }; + 1A6FB78A1785614200CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1A6FB50417854BC200CDF010; + remoteInfo = "luabindings Mac"; + }; + 1A6FB7E21785682700CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A6FB53517854FE400CDF010; + remoteInfo = "Hello lua Mac"; + }; + 1A6FB7E41785682700CDF010 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; + proxyType = 1; + remoteGlobalIDString = 1A6FB7821785614200CDF010; + remoteInfo = "Test lua Mac"; + }; A01E16951784BDE800B0CA4A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */; @@ -1932,6 +2272,97 @@ 15C6482C165F3988007D4F18 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/AudioToolbox.framework; sourceTree = DEVELOPER_DIR; }; 15C6482E165F399D007D4F18 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; }; 15C64832165F3AFD007D4F18 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + 1A1197D71785363400D62A44 /* Hello lua iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Hello lua iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A1197E71785376400D62A44 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; + 1A1197E81785376400D62A44 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 1A1197EC1785376400D62A44 /* background.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = background.mp3; sourceTree = ""; }; + 1A1197EE1785376400D62A44 /* crop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = crop.png; sourceTree = ""; }; + 1A1197F01785376400D62A44 /* dog.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dog.png; sourceTree = ""; }; + 1A1197F11785376400D62A44 /* effect1.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = effect1.wav; sourceTree = ""; }; + 1A1197F21785376400D62A44 /* farm.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = farm.jpg; sourceTree = ""; }; + 1A1197F51785376400D62A44 /* hello.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hello.lua; sourceTree = ""; }; + 1A1197F61785376400D62A44 /* hello2.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hello2.lua; sourceTree = ""; }; + 1A1197F71785376400D62A44 /* land.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = land.png; sourceTree = ""; }; + 1A1197F81785376400D62A44 /* menu1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menu1.png; sourceTree = ""; }; + 1A1197F91785376400D62A44 /* menu2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menu2.png; sourceTree = ""; }; + 1A11980B1785378000D62A44 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = Lua/HelloLua/proj.ios/AppController.h; sourceTree = ""; }; + 1A11980C1785378000D62A44 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppController.mm; path = Lua/HelloLua/proj.ios/AppController.mm; sourceTree = ""; }; + 1A11980D1785378000D62A44 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Lua/HelloLua/proj.ios/Default-568h@2x.png"; sourceTree = ""; }; + 1A11980E1785378000D62A44 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Lua/HelloLua/proj.ios/Default.png; sourceTree = ""; }; + 1A11980F1785378000D62A44 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Lua/HelloLua/proj.ios/Default@2x.png"; sourceTree = ""; }; + 1A1198101785378000D62A44 /* HelloLua_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HelloLua_Prefix.pch; path = Lua/HelloLua/proj.ios/HelloLua_Prefix.pch; sourceTree = ""; }; + 1A1198111785378000D62A44 /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "Lua/HelloLua/proj.ios/Icon-57.png"; sourceTree = ""; }; + 1A1198121785378000D62A44 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Lua/HelloLua/proj.ios/Icon-72.png"; sourceTree = ""; }; + 1A1198131785378000D62A44 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "Lua/HelloLua/proj.ios/Icon-114.png"; sourceTree = ""; }; + 1A1198141785378000D62A44 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "Lua/HelloLua/proj.ios/Icon-144.png"; sourceTree = ""; }; + 1A1198151785378000D62A44 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Lua/HelloLua/proj.ios/Info.plist; sourceTree = ""; }; + 1A1198161785378000D62A44 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Lua/HelloLua/proj.ios/main.m; sourceTree = ""; }; + 1A1198171785378000D62A44 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RootViewController.h; path = Lua/HelloLua/proj.ios/RootViewController.h; sourceTree = ""; }; + 1A1198181785378000D62A44 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RootViewController.mm; path = Lua/HelloLua/proj.ios/RootViewController.mm; sourceTree = ""; }; + 1A119870178538E400D62A44 /* Test lua iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Test lua iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A119874178539DF00D62A44 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; + 1A119875178539DF00D62A44 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; + 1A11997C178539FA00D62A44 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = Lua/TestLua/proj.ios/AppController.h; sourceTree = ""; }; + 1A11997D178539FA00D62A44 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppController.mm; path = Lua/TestLua/proj.ios/AppController.mm; sourceTree = ""; }; + 1A11997E178539FA00D62A44 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Lua/TestLua/proj.ios/Default-568h@2x.png"; sourceTree = ""; }; + 1A11997F178539FA00D62A44 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Lua/TestLua/proj.ios/Default.png; sourceTree = ""; }; + 1A119980178539FA00D62A44 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Lua/TestLua/proj.ios/Default@2x.png"; sourceTree = ""; }; + 1A119981178539FA00D62A44 /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "Lua/TestLua/proj.ios/Icon-57.png"; sourceTree = ""; }; + 1A119982178539FA00D62A44 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Lua/TestLua/proj.ios/Icon-72.png"; sourceTree = ""; }; + 1A119983178539FA00D62A44 /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "Lua/TestLua/proj.ios/Icon-114.png"; sourceTree = ""; }; + 1A119984178539FA00D62A44 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "Lua/TestLua/proj.ios/Icon-144.png"; sourceTree = ""; }; + 1A119985178539FA00D62A44 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Lua/TestLua/proj.ios/main.m; sourceTree = ""; }; + 1A119986178539FA00D62A44 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RootViewController.h; path = Lua/TestLua/proj.ios/RootViewController.h; sourceTree = ""; }; + 1A119987178539FA00D62A44 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RootViewController.mm; path = Lua/TestLua/proj.ios/RootViewController.mm; sourceTree = ""; }; + 1A119988178539FA00D62A44 /* TestLua_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TestLua_Prefix.pch; path = Lua/TestLua/proj.ios/TestLua_Prefix.pch; sourceTree = ""; }; + 1A11999317853A1F00D62A44 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Lua/TestLua/proj.ios/Info.plist; sourceTree = ""; }; + 1A119C8E17853D8D00D62A44 /* AudioEngine.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = AudioEngine.lua; path = ../scripting/lua/script/AudioEngine.lua; sourceTree = ""; }; + 1A119C8F17853D8D00D62A44 /* CCBReaderLoad.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = CCBReaderLoad.lua; path = ../scripting/lua/script/CCBReaderLoad.lua; sourceTree = ""; }; + 1A119C9017853D8D00D62A44 /* Cocos2dConstants.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Cocos2dConstants.lua; path = ../scripting/lua/script/Cocos2dConstants.lua; sourceTree = ""; }; + 1A119C9117853D8D00D62A44 /* Opengl.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Opengl.lua; path = ../scripting/lua/script/Opengl.lua; sourceTree = ""; }; + 1A119C9217853D8D00D62A44 /* OpenglConstants.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = OpenglConstants.lua; path = ../scripting/lua/script/OpenglConstants.lua; sourceTree = ""; }; + 1A6FB4C417854A6A00CDF010 /* animations */ = {isa = PBXFileReference; lastKnownFileType = folder; name = animations; path = Cpp/TestCpp/Resources/animations; sourceTree = SOURCE_ROOT; }; + 1A6FB4C517854A6A00CDF010 /* armature */ = {isa = PBXFileReference; lastKnownFileType = folder; name = armature; path = Cpp/TestCpp/Resources/armature; sourceTree = SOURCE_ROOT; }; + 1A6FB4C617854A6A00CDF010 /* background-music-aac.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "background-music-aac.wav"; path = "Cpp/TestCpp/Resources/background-music-aac.wav"; sourceTree = SOURCE_ROOT; }; + 1A6FB4C717854A6A00CDF010 /* background.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = background.mp3; path = Cpp/TestCpp/Resources/background.mp3; sourceTree = SOURCE_ROOT; }; + 1A6FB4C817854A6A00CDF010 /* background.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; name = background.ogg; path = Cpp/TestCpp/Resources/background.ogg; sourceTree = SOURCE_ROOT; }; + 1A6FB4C917854A6A00CDF010 /* components */ = {isa = PBXFileReference; lastKnownFileType = folder; name = components; path = Cpp/TestCpp/Resources/components; sourceTree = SOURCE_ROOT; }; + 1A6FB4CA17854A6A00CDF010 /* configs */ = {isa = PBXFileReference; lastKnownFileType = folder; name = configs; path = Cpp/TestCpp/Resources/configs; sourceTree = SOURCE_ROOT; }; + 1A6FB4CB17854A6A00CDF010 /* effect1.raw */ = {isa = PBXFileReference; lastKnownFileType = file; name = effect1.raw; path = Cpp/TestCpp/Resources/effect1.raw; sourceTree = SOURCE_ROOT; }; + 1A6FB4CC17854A6A00CDF010 /* effect1.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = effect1.wav; path = Cpp/TestCpp/Resources/effect1.wav; sourceTree = SOURCE_ROOT; }; + 1A6FB4CD17854A6A00CDF010 /* effect2.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; name = effect2.ogg; path = Cpp/TestCpp/Resources/effect2.ogg; sourceTree = SOURCE_ROOT; }; + 1A6FB4CE17854A6A00CDF010 /* extensions */ = {isa = PBXFileReference; lastKnownFileType = folder; name = extensions; path = Cpp/TestCpp/Resources/extensions; sourceTree = SOURCE_ROOT; }; + 1A6FB4CF17854A6A00CDF010 /* fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; name = fonts; path = Cpp/TestCpp/Resources/fonts; sourceTree = SOURCE_ROOT; }; + 1A6FB4D017854A6A00CDF010 /* fps_images.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = fps_images.png; path = Cpp/TestCpp/Resources/fps_images.png; sourceTree = SOURCE_ROOT; }; + 1A6FB4D117854A6A00CDF010 /* hd */ = {isa = PBXFileReference; lastKnownFileType = folder; name = hd; path = Cpp/TestCpp/Resources/hd; sourceTree = SOURCE_ROOT; }; + 1A6FB4D217854A6A00CDF010 /* Hello.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Hello.png; path = Cpp/TestCpp/Resources/Hello.png; sourceTree = SOURCE_ROOT; }; + 1A6FB4D317854A6A00CDF010 /* Images */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Images; path = Cpp/TestCpp/Resources/Images; sourceTree = SOURCE_ROOT; }; + 1A6FB4D417854A6A00CDF010 /* ipad */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ipad; path = Cpp/TestCpp/Resources/ipad; sourceTree = SOURCE_ROOT; }; + 1A6FB4D517854A6A00CDF010 /* ipadhd */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ipadhd; path = Cpp/TestCpp/Resources/ipadhd; sourceTree = SOURCE_ROOT; }; + 1A6FB4D617854A6A00CDF010 /* Misc */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Misc; path = Cpp/TestCpp/Resources/Misc; sourceTree = SOURCE_ROOT; }; + 1A6FB4D717854A6A00CDF010 /* music.mid */ = {isa = PBXFileReference; lastKnownFileType = audio.midi; name = music.mid; path = Cpp/TestCpp/Resources/music.mid; sourceTree = SOURCE_ROOT; }; + 1A6FB4D817854A6A00CDF010 /* Particles */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Particles; path = Cpp/TestCpp/Resources/Particles; sourceTree = SOURCE_ROOT; }; + 1A6FB4D917854A6A00CDF010 /* pew-pew-lei.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "pew-pew-lei.wav"; path = "Cpp/TestCpp/Resources/pew-pew-lei.wav"; sourceTree = SOURCE_ROOT; }; + 1A6FB4DA17854A6A00CDF010 /* Shaders */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Shaders; path = Cpp/TestCpp/Resources/Shaders; sourceTree = SOURCE_ROOT; }; + 1A6FB4DB17854A6A00CDF010 /* spine */ = {isa = PBXFileReference; lastKnownFileType = folder; name = spine; path = Cpp/TestCpp/Resources/spine; sourceTree = SOURCE_ROOT; }; + 1A6FB4DC17854A6A00CDF010 /* TileMaps */ = {isa = PBXFileReference; lastKnownFileType = folder; name = TileMaps; path = Cpp/TestCpp/Resources/TileMaps; sourceTree = SOURCE_ROOT; }; + 1A6FB4DD17854A6A00CDF010 /* zwoptex */ = {isa = PBXFileReference; lastKnownFileType = folder; name = zwoptex; path = Cpp/TestCpp/Resources/zwoptex; sourceTree = SOURCE_ROOT; }; + 1A6FB4FA17854A8500CDF010 /* cocosbuilderRes */ = {isa = PBXFileReference; lastKnownFileType = folder; path = cocosbuilderRes; sourceTree = ""; }; + 1A6FB4FB17854A8500CDF010 /* luaScript */ = {isa = PBXFileReference; lastKnownFileType = folder; path = luaScript; sourceTree = ""; }; + 1A6FB56B17854FE400CDF010 /* Hello lua Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Hello lua Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A6FB57E1785513C00CDF010 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = InfoPlist.strings; sourceTree = ""; }; + 1A6FB5801785513C00CDF010 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = MainMenu.xib; sourceTree = ""; }; + 1A6FB5811785513C00CDF010 /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Icon.icns; path = Lua/HelloLua/proj.mac/Icon.icns; sourceTree = ""; }; + 1A6FB590178551F600CDF010 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = Lua/HelloLua/proj.mac/AppController.h; sourceTree = ""; }; + 1A6FB591178551F600CDF010 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppController.mm; path = Lua/HelloLua/proj.mac/AppController.mm; sourceTree = ""; }; + 1A6FB592178551F600CDF010 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Lua/HelloLua/proj.mac/main.m; sourceTree = ""; }; + 1A6FB7B31785614200CDF010 /* Test lua Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Test lua Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A6FB7B7178561E000CDF010 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = InfoPlist.strings; sourceTree = ""; }; + 1A6FB7B9178561E000CDF010 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = MainMenu.xib; sourceTree = ""; }; + 1A6FB7BA178561E000CDF010 /* Icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Icon.icns; path = Lua/TestLua/proj.mac/Icon.icns; sourceTree = ""; }; + 1A6FB7DD1785628900CDF010 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppController.mm; path = Lua/TestLua/proj.mac/AppController.mm; sourceTree = ""; }; + 1A6FB7DE1785628900CDF010 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Lua/TestLua/proj.mac/main.m; sourceTree = ""; }; + 1A6FB7E11785629800CDF010 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppController.h; path = Lua/TestLua/proj.mac/AppController.h; sourceTree = ""; }; 1A9F808C177E98A600D9A1CB /* libcurl.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcurl.dylib; path = usr/lib/libcurl.dylib; sourceTree = SDKROOT; }; 1D6058910D05DD3D006BFB54 /* Test cpp Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Test cpp Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; A01E16931784BDA100B0CA4A /* Simple Game iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Simple Game iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2028,9 +2459,8 @@ A01E19831784C88400B0CA4A /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = ""; }; A01E19841784C88400B0CA4A /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; A01E19851784C88400B0CA4A /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; - A01E1A0E1784DA0600B0CA4A /* Test JavaScript Ofuscated iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Test JavaScript Ofuscated iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + A01E1A0E1784DA0600B0CA4A /* Test JavaScript Obfuscated iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Test JavaScript Obfuscated iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; A01E1A801784DC4000B0CA4A /* Test JavaScript Obfuscated Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Test JavaScript Obfuscated Mac.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - A01E1A811784DC4000B0CA4A /* Test JavaScript Mac copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Test JavaScript Mac copy-Info.plist"; path = "/Users/rquesada/progs/cocos2d-x/samples/Test JavaScript Mac copy-Info.plist"; sourceTree = ""; }; A035994F17821D9B00987F6C /* AccelerometerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AccelerometerTest.cpp; sourceTree = ""; }; A035995017821D9B00987F6C /* AccelerometerTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccelerometerTest.h; sourceTree = ""; }; A035995217821D9B00987F6C /* ActionManagerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ActionManagerTest.cpp; sourceTree = ""; }; @@ -2564,6 +2994,86 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 1A1197C91785363400D62A44 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A1197CA1785363400D62A44 /* libcocos2dx iOS.a in Frameworks */, + 1A1198241785381C00D62A44 /* libCocosDenshion iOS.a in Frameworks */, + 1A1198271785383B00D62A44 /* libcocos2dx-extensions iOS.a in Frameworks */, + 1A1197E41785373E00D62A44 /* libluabindings iOS.a in Frameworks */, + 1A1197CB1785363400D62A44 /* libz.dylib in Frameworks */, + 1A1197CC1785363400D62A44 /* OpenGLES.framework in Frameworks */, + 1A1197CD1785363400D62A44 /* Foundation.framework in Frameworks */, + 1A1197CE1785363400D62A44 /* AudioToolbox.framework in Frameworks */, + 1A1197CF1785363400D62A44 /* OpenAL.framework in Frameworks */, + 1A1197D01785363400D62A44 /* QuartzCore.framework in Frameworks */, + 1A1197D11785363400D62A44 /* CoreGraphics.framework in Frameworks */, + 1A1197D21785363400D62A44 /* UIKit.framework in Frameworks */, + 1A1197D31785363400D62A44 /* AVFoundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A11985F178538E400D62A44 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A119860178538E400D62A44 /* libcocos2dx iOS.a in Frameworks */, + 1A119861178538E400D62A44 /* libCocosDenshion iOS.a in Frameworks */, + 1A119862178538E400D62A44 /* libcocos2dx-extensions iOS.a in Frameworks */, + 1A119863178538E400D62A44 /* libluabindings iOS.a in Frameworks */, + 1A119864178538E400D62A44 /* libz.dylib in Frameworks */, + 1A119865178538E400D62A44 /* OpenGLES.framework in Frameworks */, + 1A119866178538E400D62A44 /* Foundation.framework in Frameworks */, + 1A119867178538E400D62A44 /* AudioToolbox.framework in Frameworks */, + 1A119868178538E400D62A44 /* OpenAL.framework in Frameworks */, + 1A119869178538E400D62A44 /* QuartzCore.framework in Frameworks */, + 1A11986A178538E400D62A44 /* CoreGraphics.framework in Frameworks */, + 1A11986B178538E400D62A44 /* UIKit.framework in Frameworks */, + 1A11986C178538E400D62A44 /* AVFoundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB55A17854FE400CDF010 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB578178550A300CDF010 /* libcocos2dx Mac.a in Frameworks */, + 1A6FB579178550A300CDF010 /* libcocos2dx-extensions Mac.a in Frameworks */, + 1A6FB57A178550A300CDF010 /* libCocosDenshion Mac.a in Frameworks */, + 1A6FB57B178550A300CDF010 /* libluabindings Mac.a in Frameworks */, + 1A6FB59D1785528E00CDF010 /* libz.dylib in Frameworks */, + 1A6FB59C1785528700CDF010 /* libcurl.dylib in Frameworks */, + 1A6FB59B1785527300CDF010 /* ApplicationServices.framework in Frameworks */, + 1A6FB59A1785526C00CDF010 /* AudioToolbox.framework in Frameworks */, + 1A6FB5991785526500CDF010 /* Foundation.framework in Frameworks */, + 1A6FB5981785525300CDF010 /* Cocoa.framework in Frameworks */, + 1A6FB5971785524D00CDF010 /* OpenGL.framework in Frameworks */, + 1A6FB5961785524600CDF010 /* QuartzCore.framework in Frameworks */, + 1A6FB5951785523D00CDF010 /* OpenAL.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB7A21785614200CDF010 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB7A31785614200CDF010 /* libcocos2dx Mac.a in Frameworks */, + 1A6FB7A41785614200CDF010 /* libcocos2dx-extensions Mac.a in Frameworks */, + 1A6FB7A51785614200CDF010 /* libCocosDenshion Mac.a in Frameworks */, + 1A6FB7A61785614200CDF010 /* libluabindings Mac.a in Frameworks */, + 1A6FB7A71785614200CDF010 /* libz.dylib in Frameworks */, + 1A6FB7A81785614200CDF010 /* libcurl.dylib in Frameworks */, + 1A6FB7A91785614200CDF010 /* ApplicationServices.framework in Frameworks */, + 1A6FB7AA1785614200CDF010 /* AudioToolbox.framework in Frameworks */, + 1A6FB7AB1785614200CDF010 /* Foundation.framework in Frameworks */, + 1A6FB7AC1785614200CDF010 /* Cocoa.framework in Frameworks */, + 1A6FB7AD1785614200CDF010 /* OpenGL.framework in Frameworks */, + 1A6FB7AE1785614200CDF010 /* QuartzCore.framework in Frameworks */, + 1A6FB7AF1785614200CDF010 /* OpenAL.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2974,27 +3484,227 @@ A01E188C1784C4D600B0CA4A /* JS Moon Warriors iOS.app */, A01E18C11784C4DC00B0CA4A /* JS Crystal Craze iOS.app */, A01E18F61784C4E000B0CA4A /* JS CocosDragon iOS.app */, - A01E1A0E1784DA0600B0CA4A /* Test JavaScript Ofuscated iOS.app */, + A01E1A0E1784DA0600B0CA4A /* Test JavaScript Obfuscated iOS.app */, A01E1A801784DC4000B0CA4A /* Test JavaScript Obfuscated Mac.app */, + 1A1197D71785363400D62A44 /* Hello lua iOS.app */, + 1A119870178538E400D62A44 /* Test lua iOS.app */, + 1A6FB56B17854FE400CDF010 /* Hello lua Mac.app */, + 1A6FB7B31785614200CDF010 /* Test lua Mac.app */, ); name = Products; sourceTree = ""; }; + 1A1197E51785374900D62A44 /* HelloLua */ = { + isa = PBXGroup; + children = ( + 1A11980A1785377000D62A44 /* proj.ios */, + 1A6FB5851785514400CDF010 /* proj.mac */, + 1A1197E61785376400D62A44 /* Classes */, + 1A1197E91785376400D62A44 /* Resources */, + ); + name = HelloLua; + sourceTree = ""; + }; + 1A1197E61785376400D62A44 /* Classes */ = { + isa = PBXGroup; + children = ( + 1A1197E71785376400D62A44 /* AppDelegate.cpp */, + 1A1197E81785376400D62A44 /* AppDelegate.h */, + ); + name = Classes; + path = Lua/HelloLua/Classes; + sourceTree = ""; + }; + 1A1197E91785376400D62A44 /* Resources */ = { + isa = PBXGroup; + children = ( + 1A1197EC1785376400D62A44 /* background.mp3 */, + 1A1197EE1785376400D62A44 /* crop.png */, + 1A1197F01785376400D62A44 /* dog.png */, + 1A1197F11785376400D62A44 /* effect1.wav */, + 1A1197F21785376400D62A44 /* farm.jpg */, + 1A1197F51785376400D62A44 /* hello.lua */, + 1A1197F61785376400D62A44 /* hello2.lua */, + 1A1197F71785376400D62A44 /* land.png */, + 1A1197F81785376400D62A44 /* menu1.png */, + 1A1197F91785376400D62A44 /* menu2.png */, + ); + name = Resources; + path = Lua/HelloLua/Resources; + sourceTree = ""; + }; + 1A11980A1785377000D62A44 /* proj.ios */ = { + isa = PBXGroup; + children = ( + 1A11980B1785378000D62A44 /* AppController.h */, + 1A11980C1785378000D62A44 /* AppController.mm */, + 1A11980D1785378000D62A44 /* Default-568h@2x.png */, + 1A11980E1785378000D62A44 /* Default.png */, + 1A11980F1785378000D62A44 /* Default@2x.png */, + 1A1198101785378000D62A44 /* HelloLua_Prefix.pch */, + 1A1198111785378000D62A44 /* Icon-57.png */, + 1A1198121785378000D62A44 /* Icon-72.png */, + 1A1198131785378000D62A44 /* Icon-114.png */, + 1A1198141785378000D62A44 /* Icon-144.png */, + 1A1198151785378000D62A44 /* Info.plist */, + 1A1198161785378000D62A44 /* main.m */, + 1A1198171785378000D62A44 /* RootViewController.h */, + 1A1198181785378000D62A44 /* RootViewController.mm */, + ); + name = proj.ios; + sourceTree = ""; + }; + 1A119872178539CD00D62A44 /* TestLua */ = { + isa = PBXGroup; + children = ( + 1A6FB77917855F1900CDF010 /* proj.mac */, + 1A11997B178539E800D62A44 /* proj.ios */, + 1A119873178539DF00D62A44 /* Classes */, + 1A119876178539DF00D62A44 /* Resources */, + ); + name = TestLua; + sourceTree = ""; + }; + 1A119873178539DF00D62A44 /* Classes */ = { + isa = PBXGroup; + children = ( + 1A119874178539DF00D62A44 /* AppDelegate.cpp */, + 1A119875178539DF00D62A44 /* AppDelegate.h */, + ); + name = Classes; + path = Lua/TestLua/Classes; + sourceTree = ""; + }; + 1A119876178539DF00D62A44 /* Resources */ = { + isa = PBXGroup; + children = ( + 1A6FB4FA17854A8500CDF010 /* cocosbuilderRes */, + 1A6FB4FB17854A8500CDF010 /* luaScript */, + 1A6FB4C417854A6A00CDF010 /* animations */, + 1A6FB4C517854A6A00CDF010 /* armature */, + 1A6FB4C617854A6A00CDF010 /* background-music-aac.wav */, + 1A6FB4C717854A6A00CDF010 /* background.mp3 */, + 1A6FB4C817854A6A00CDF010 /* background.ogg */, + 1A6FB4C917854A6A00CDF010 /* components */, + 1A6FB4CA17854A6A00CDF010 /* configs */, + 1A6FB4CB17854A6A00CDF010 /* effect1.raw */, + 1A6FB4CC17854A6A00CDF010 /* effect1.wav */, + 1A6FB4CD17854A6A00CDF010 /* effect2.ogg */, + 1A6FB4CE17854A6A00CDF010 /* extensions */, + 1A6FB4CF17854A6A00CDF010 /* fonts */, + 1A6FB4D017854A6A00CDF010 /* fps_images.png */, + 1A6FB4D117854A6A00CDF010 /* hd */, + 1A6FB4D217854A6A00CDF010 /* Hello.png */, + 1A6FB4D317854A6A00CDF010 /* Images */, + 1A6FB4D417854A6A00CDF010 /* ipad */, + 1A6FB4D517854A6A00CDF010 /* ipadhd */, + 1A6FB4D617854A6A00CDF010 /* Misc */, + 1A6FB4D717854A6A00CDF010 /* music.mid */, + 1A6FB4D817854A6A00CDF010 /* Particles */, + 1A6FB4D917854A6A00CDF010 /* pew-pew-lei.wav */, + 1A6FB4DA17854A6A00CDF010 /* Shaders */, + 1A6FB4DB17854A6A00CDF010 /* spine */, + 1A6FB4DC17854A6A00CDF010 /* TileMaps */, + 1A6FB4DD17854A6A00CDF010 /* zwoptex */, + ); + name = Resources; + path = Lua/TestLua/Resources; + sourceTree = ""; + }; + 1A11997B178539E800D62A44 /* proj.ios */ = { + isa = PBXGroup; + children = ( + 1A11997C178539FA00D62A44 /* AppController.h */, + 1A11997D178539FA00D62A44 /* AppController.mm */, + 1A11997E178539FA00D62A44 /* Default-568h@2x.png */, + 1A11997F178539FA00D62A44 /* Default.png */, + 1A119980178539FA00D62A44 /* Default@2x.png */, + 1A119983178539FA00D62A44 /* Icon-114.png */, + 1A119984178539FA00D62A44 /* Icon-144.png */, + 1A119981178539FA00D62A44 /* Icon-57.png */, + 1A119982178539FA00D62A44 /* Icon-72.png */, + 1A11999317853A1F00D62A44 /* Info.plist */, + 1A119985178539FA00D62A44 /* main.m */, + 1A119986178539FA00D62A44 /* RootViewController.h */, + 1A119987178539FA00D62A44 /* RootViewController.mm */, + 1A119988178539FA00D62A44 /* TestLua_Prefix.pch */, + ); + name = proj.ios; + sourceTree = ""; + }; + 1A119C8D17853D6300D62A44 /* Lua Common */ = { + isa = PBXGroup; + children = ( + 1A119C8E17853D8D00D62A44 /* AudioEngine.lua */, + 1A119C8F17853D8D00D62A44 /* CCBReaderLoad.lua */, + 1A119C9017853D8D00D62A44 /* Cocos2dConstants.lua */, + 1A119C9117853D8D00D62A44 /* Opengl.lua */, + 1A119C9217853D8D00D62A44 /* OpenglConstants.lua */, + ); + name = "Lua Common"; + sourceTree = ""; + }; + 1A6FB57C1785513C00CDF010 /* en.lproj */ = { + isa = PBXGroup; + children = ( + 1A6FB57D1785513C00CDF010 /* InfoPlist.strings */, + 1A6FB57F1785513C00CDF010 /* MainMenu.xib */, + ); + name = en.lproj; + path = Lua/HelloLua/proj.mac/en.lproj; + sourceTree = ""; + }; + 1A6FB5851785514400CDF010 /* proj.mac */ = { + isa = PBXGroup; + children = ( + 1A6FB590178551F600CDF010 /* AppController.h */, + 1A6FB591178551F600CDF010 /* AppController.mm */, + 1A6FB592178551F600CDF010 /* main.m */, + 1A6FB57C1785513C00CDF010 /* en.lproj */, + 1A6FB5811785513C00CDF010 /* Icon.icns */, + ); + name = proj.mac; + sourceTree = ""; + }; + 1A6FB77917855F1900CDF010 /* proj.mac */ = { + isa = PBXGroup; + children = ( + 1A6FB7E11785629800CDF010 /* AppController.h */, + 1A6FB7DD1785628900CDF010 /* AppController.mm */, + 1A6FB7DE1785628900CDF010 /* main.m */, + 1A6FB7B5178561E000CDF010 /* en.lproj */, + 1A6FB7BA178561E000CDF010 /* Icon.icns */, + ); + name = proj.mac; + sourceTree = ""; + }; + 1A6FB7B5178561E000CDF010 /* en.lproj */ = { + isa = PBXGroup; + children = ( + 1A6FB7B6178561E000CDF010 /* InfoPlist.strings */, + 1A6FB7B8178561E000CDF010 /* MainMenu.xib */, + ); + name = en.lproj; + path = Lua/TestLua/proj.mac/en.lproj; + sourceTree = ""; + }; 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { isa = PBXGroup; children = ( A07A50DF17839B9B0073F6A7 /* cocos2d_libs.xcodeproj */, + A035AC3B178245AA00987F6C /* CocosDragonJS */, + A035AAC7178242AE00987F6C /* CrystalCraze */, + 29B97323FDCFA39411CA2CEA /* Frameworks */, A035AE8A1782564100987F6C /* HelloCpp */, + 1A1197E51785374900D62A44 /* HelloLua */, + 1A119C8D17853D6300D62A44 /* Lua Common */, + A035A9F9178240E000987F6C /* MoonWarriors */, + 19C28FACFE9D520D11CA2CBB /* Products */, A035AD78178254FF00987F6C /* SimpleGame */, A0359B0B17821DB400987F6C /* TestCpp */, A035A5F21782296200987F6C /* TestJavascript */, - A035AC3B178245AA00987F6C /* CocosDragonJS */, - A035AAC7178242AE00987F6C /* CrystalCraze */, + 1A119872178539CD00D62A44 /* TestLua */, A035A77F1782340A00987F6C /* WatermelonWithMe */, - A035A9F9178240E000987F6C /* MoonWarriors */, - 29B97323FDCFA39411CA2CEA /* Frameworks */, - 19C28FACFE9D520D11CA2CBB /* Products */, - A01E1A811784DC4000B0CA4A /* Test JavaScript Mac copy-Info.plist */, ); name = CustomTemplate; sourceTree = ""; @@ -4546,12 +5256,14 @@ A07A50F717839B9C0073F6A7 /* libbox2d Mac.a */, A07A50F917839B9C0073F6A7 /* libCocosDenshion Mac.a */, A07A50FB17839B9C0073F6A7 /* libjsbindings Mac.a */, + 1A6FB56F17854FE400CDF010 /* libluabindings Mac.a */, A07A50FD17839B9C0073F6A7 /* libcocos2dx iOS.a */, A07A50FF17839B9C0073F6A7 /* libcocos2dx-extensions iOS.a */, A07A510117839B9C0073F6A7 /* libchipmunk iOS.a */, A07A510317839B9C0073F6A7 /* libbox2d iOS.a */, A07A510517839B9C0073F6A7 /* libCocosDenshion iOS.a */, A07A510717839B9C0073F6A7 /* libjsbindings iOS.a */, + 1A1197DB1785363500D62A44 /* libluabindings iOS.a */, ); name = Products; sourceTree = ""; @@ -4626,75 +5338,159 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 1D6058900D05DD3D006BFB54 /* Test cpp Mac */ = { + 1A1197B31785363400D62A44 /* Hello lua iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Test cpp Mac" */; + buildConfigurationList = 1A1197D41785363400D62A44 /* Build configuration list for PBXNativeTarget "Hello lua iOS" */; buildPhases = ( - 1D60588D0D05DD3D006BFB54 /* Resources */, - 1D60588E0D05DD3D006BFB54 /* Sources */, - 1D60588F0D05DD3D006BFB54 /* Frameworks */, + 1A1197B61785363400D62A44 /* Resources */, + 1A1197C31785363400D62A44 /* Sources */, + 1A1197C91785363400D62A44 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A07A511317839FEF0073F6A7 /* PBXTargetDependency */, - A07A511517839FEF0073F6A7 /* PBXTargetDependency */, - A07A511717839FEF0073F6A7 /* PBXTargetDependency */, - A07A511917839FEF0073F6A7 /* PBXTargetDependency */, - A07A511B17839FEF0073F6A7 /* PBXTargetDependency */, + 1A1197B41785363400D62A44 /* PBXTargetDependency */, + 1A1197DE178536A300D62A44 /* PBXTargetDependency */, + 1A1198261785382E00D62A44 /* PBXTargetDependency */, + 1A1197E0178536A300D62A44 /* PBXTargetDependency */, ); - name = "Test cpp Mac"; + name = "Hello lua iOS"; productName = iphone; - productReference = 1D6058910D05DD3D006BFB54 /* Test cpp Mac.app */; + productReference = 1A1197D71785363400D62A44 /* Hello lua iOS.app */; productType = "com.apple.product-type.application"; }; - A01E16631784BDA100B0CA4A /* Simple Game iOS */ = { + 1A11982D178538E400D62A44 /* Test lua iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = A01E16901784BDA100B0CA4A /* Build configuration list for PBXNativeTarget "Simple Game iOS" */; + buildConfigurationList = 1A11986D178538E400D62A44 /* Build configuration list for PBXNativeTarget "Test lua iOS" */; buildPhases = ( - A01E16681784BDA100B0CA4A /* Resources */, - A01E167E1784BDA100B0CA4A /* Sources */, - A01E16841784BDA100B0CA4A /* Frameworks */, + 1A119836178538E400D62A44 /* Resources */, + 1A11985A178538E400D62A44 /* Sources */, + 1A11985F178538E400D62A44 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A01E16961784BDE800B0CA4A /* PBXTargetDependency */, - A01E16981784BDE800B0CA4A /* PBXTargetDependency */, + 1A11982E178538E400D62A44 /* PBXTargetDependency */, + 1A119830178538E400D62A44 /* PBXTargetDependency */, + 1A119832178538E400D62A44 /* PBXTargetDependency */, + 1A119834178538E400D62A44 /* PBXTargetDependency */, ); - name = "Simple Game iOS"; + name = "Test lua iOS"; productName = iphone; - productReference = A01E16931784BDA100B0CA4A /* Simple Game iOS.app */; + productReference = 1A119870178538E400D62A44 /* Test lua iOS.app */; productType = "com.apple.product-type.application"; }; - A01E16C01784C06E00B0CA4A /* Test JavaScript iOS */ = { + 1A6FB53517854FE400CDF010 /* Hello lua Mac */ = { isa = PBXNativeTarget; - buildConfigurationList = A01E176F1784C06E00B0CA4A /* Build configuration list for PBXNativeTarget "Test JavaScript iOS" */; + buildConfigurationList = 1A6FB56817854FE400CDF010 /* Build configuration list for PBXNativeTarget "Hello lua Mac" */; buildPhases = ( - A01E16CB1784C06E00B0CA4A /* Resources */, - A01E16F51784C06E00B0CA4A /* Sources */, - A01E17601784C06E00B0CA4A /* Frameworks */, + 1A6FB53E17854FE400CDF010 /* Resources */, + 1A6FB55517854FE400CDF010 /* Sources */, + 1A6FB55A17854FE400CDF010 /* Frameworks */, ); buildRules = ( ); dependencies = ( - A01E17D21784C23D00B0CA4A /* PBXTargetDependency */, - A01E16C11784C06E00B0CA4A /* PBXTargetDependency */, - A01E16C31784C06E00B0CA4A /* PBXTargetDependency */, - A01E16C51784C06E00B0CA4A /* PBXTargetDependency */, - A01E16C71784C06E00B0CA4A /* PBXTargetDependency */, - A01E16C91784C06E00B0CA4A /* PBXTargetDependency */, + 1A6FB5711785508700CDF010 /* PBXTargetDependency */, + 1A6FB5731785508700CDF010 /* PBXTargetDependency */, + 1A6FB5751785508700CDF010 /* PBXTargetDependency */, + 1A6FB5771785508700CDF010 /* PBXTargetDependency */, ); - name = "Test JavaScript iOS"; + name = "Hello lua Mac"; productName = iphone; - productReference = A01E17721784C06E00B0CA4A /* Test JavaScript iOS.app */; + productReference = 1A6FB56B17854FE400CDF010 /* Hello lua Mac.app */; productType = "com.apple.product-type.application"; }; - A01E17E71784C45400B0CA4A /* JS Watermelon With Me iOS */ = { + 1A6FB7821785614200CDF010 /* Test lua Mac */ = { isa = PBXNativeTarget; - buildConfigurationList = A01E18541784C45400B0CA4A /* Build configuration list for PBXNativeTarget "JS Watermelon With Me iOS" */; + buildConfigurationList = 1A6FB7B01785614200CDF010 /* Build configuration list for PBXNativeTarget "Test lua Mac" */; buildPhases = ( - A01E17F41784C45400B0CA4A /* Resources */, + 1A6FB78B1785614200CDF010 /* Resources */, + 1A6FB79E1785614200CDF010 /* Sources */, + 1A6FB7A21785614200CDF010 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 1A6FB7831785614200CDF010 /* PBXTargetDependency */, + 1A6FB7851785614200CDF010 /* PBXTargetDependency */, + 1A6FB7871785614200CDF010 /* PBXTargetDependency */, + 1A6FB7891785614200CDF010 /* PBXTargetDependency */, + ); + name = "Test lua Mac"; + productName = iphone; + productReference = 1A6FB7B31785614200CDF010 /* Test lua Mac.app */; + productType = "com.apple.product-type.application"; + }; + 1D6058900D05DD3D006BFB54 /* Test cpp Mac */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Test cpp Mac" */; + buildPhases = ( + 1D60588D0D05DD3D006BFB54 /* Resources */, + 1D60588E0D05DD3D006BFB54 /* Sources */, + 1D60588F0D05DD3D006BFB54 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + A07A511317839FEF0073F6A7 /* PBXTargetDependency */, + A07A511517839FEF0073F6A7 /* PBXTargetDependency */, + A07A511717839FEF0073F6A7 /* PBXTargetDependency */, + A07A511917839FEF0073F6A7 /* PBXTargetDependency */, + A07A511B17839FEF0073F6A7 /* PBXTargetDependency */, + ); + name = "Test cpp Mac"; + productName = iphone; + productReference = 1D6058910D05DD3D006BFB54 /* Test cpp Mac.app */; + productType = "com.apple.product-type.application"; + }; + A01E16631784BDA100B0CA4A /* Simple Game iOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = A01E16901784BDA100B0CA4A /* Build configuration list for PBXNativeTarget "Simple Game iOS" */; + buildPhases = ( + A01E16681784BDA100B0CA4A /* Resources */, + A01E167E1784BDA100B0CA4A /* Sources */, + A01E16841784BDA100B0CA4A /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + A01E16961784BDE800B0CA4A /* PBXTargetDependency */, + A01E16981784BDE800B0CA4A /* PBXTargetDependency */, + ); + name = "Simple Game iOS"; + productName = iphone; + productReference = A01E16931784BDA100B0CA4A /* Simple Game iOS.app */; + productType = "com.apple.product-type.application"; + }; + A01E16C01784C06E00B0CA4A /* Test JavaScript iOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = A01E176F1784C06E00B0CA4A /* Build configuration list for PBXNativeTarget "Test JavaScript iOS" */; + buildPhases = ( + A01E16CB1784C06E00B0CA4A /* Resources */, + A01E16F51784C06E00B0CA4A /* Sources */, + A01E17601784C06E00B0CA4A /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + A01E17D21784C23D00B0CA4A /* PBXTargetDependency */, + A01E16C11784C06E00B0CA4A /* PBXTargetDependency */, + A01E16C31784C06E00B0CA4A /* PBXTargetDependency */, + A01E16C51784C06E00B0CA4A /* PBXTargetDependency */, + A01E16C71784C06E00B0CA4A /* PBXTargetDependency */, + A01E16C91784C06E00B0CA4A /* PBXTargetDependency */, + ); + name = "Test JavaScript iOS"; + productName = iphone; + productReference = A01E17721784C06E00B0CA4A /* Test JavaScript iOS.app */; + productType = "com.apple.product-type.application"; + }; + A01E17E71784C45400B0CA4A /* JS Watermelon With Me iOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = A01E18541784C45400B0CA4A /* Build configuration list for PBXNativeTarget "JS Watermelon With Me iOS" */; + buildPhases = ( + A01E17F41784C45400B0CA4A /* Resources */, A01E183E1784C45400B0CA4A /* Sources */, A01E18431784C45400B0CA4A /* Frameworks */, ); @@ -4802,7 +5598,7 @@ ); name = "Test JavaScript Obfuscated iOS"; productName = iphone; - productReference = A01E1A0E1784DA0600B0CA4A /* Test JavaScript Ofuscated iOS.app */; + productReference = A01E1A0E1784DA0600B0CA4A /* Test JavaScript Obfuscated iOS.app */; productType = "com.apple.product-type.application"; }; A01E1A151784DC4000B0CA4A /* Test JavaScript Obfuscated Mac */ = { @@ -5059,6 +5855,8 @@ A035A9BA17823FE100987F6C /* JS Moon Warriors Mac */, A035AA8D1782422400987F6C /* JS Crystal Craze Mac */, A035AC021782453000987F6C /* JS CocosDragon Mac */, + 1A6FB53517854FE400CDF010 /* Hello lua Mac */, + 1A6FB7821785614200CDF010 /* Test lua Mac */, A07A517B1783A1CC0073F6A7 /* build-all-samples iOS */, A07A517F1783A1D20073F6A7 /* Test cpp iOS */, A07A52CF1784AC9B0073F6A7 /* Hello cpp iOS */, @@ -5069,11 +5867,27 @@ A01E18591784C4D600B0CA4A /* JS Moon Warriors iOS */, A01E188E1784C4DC00B0CA4A /* JS Crystal Craze iOS */, A01E18C31784C4E000B0CA4A /* JS CocosDragon iOS */, + 1A1197B31785363400D62A44 /* Hello lua iOS */, + 1A11982D178538E400D62A44 /* Test lua iOS */, ); }; /* End PBXProject section */ /* Begin PBXReferenceProxy section */ + 1A1197DB1785363500D62A44 /* libluabindings iOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libluabindings iOS.a"; + remoteRef = 1A1197DA1785363500D62A44 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 1A6FB56F17854FE400CDF010 /* libluabindings Mac.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libluabindings Mac.a"; + remoteRef = 1A6FB56E17854FE400CDF010 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; A07A50F117839B9C0073F6A7 /* libcocos2dx Mac.a */ = { isa = PBXReferenceProxy; fileType = archive.ar; @@ -5161,6 +5975,150 @@ /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ + 1A1197B61785363400D62A44 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB77B1785613700CDF010 /* Default-568h@2x.png in Resources */, + 1A6FB77C1785613700CDF010 /* Default.png in Resources */, + 1A6FB77D1785613700CDF010 /* Default@2x.png in Resources */, + 1A6FB77E1785613700CDF010 /* Icon-57.png in Resources */, + 1A6FB77F1785613700CDF010 /* Icon-72.png in Resources */, + 1A6FB7801785613700CDF010 /* Icon-114.png in Resources */, + 1A6FB7811785613700CDF010 /* Icon-144.png in Resources */, + 1A11999517853B8B00D62A44 /* background.mp3 in Resources */, + 1A11999617853B8B00D62A44 /* crop.png in Resources */, + 1A11999717853B8B00D62A44 /* dog.png in Resources */, + 1A11999817853B8B00D62A44 /* effect1.wav in Resources */, + 1A11999917853B8B00D62A44 /* farm.jpg in Resources */, + 1A11999A17853B8B00D62A44 /* hello.lua in Resources */, + 1A11999B17853B8B00D62A44 /* hello2.lua in Resources */, + 1A11999C17853B8B00D62A44 /* land.png in Resources */, + 1A11999D17853B8B00D62A44 /* menu1.png in Resources */, + 1A11999E17853B8B00D62A44 /* menu2.png in Resources */, + 1A119C9317853D8D00D62A44 /* AudioEngine.lua in Resources */, + 1A119C9517853D8D00D62A44 /* CCBReaderLoad.lua in Resources */, + 1A119C9717853D8D00D62A44 /* Cocos2dConstants.lua in Resources */, + 1A119C9917853D8D00D62A44 /* Opengl.lua in Resources */, + 1A119C9B17853D8D00D62A44 /* OpenglConstants.lua in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A119836178538E400D62A44 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A119CB11785480400D62A44 /* AudioEngine.lua in Resources */, + 1A119CB21785480400D62A44 /* CCBReaderLoad.lua in Resources */, + 1A119CB31785480400D62A44 /* Cocos2dConstants.lua in Resources */, + 1A119CB41785480400D62A44 /* Opengl.lua in Resources */, + 1A119CB51785480400D62A44 /* OpenglConstants.lua in Resources */, + 1A119CAA178547E600D62A44 /* Default-568h@2x.png in Resources */, + 1A119CAB178547E600D62A44 /* Default.png in Resources */, + 1A119CAC178547E600D62A44 /* Default@2x.png in Resources */, + 1A119CAD178547E600D62A44 /* Icon-114.png in Resources */, + 1A119CAE178547E600D62A44 /* Icon-144.png in Resources */, + 1A119CAF178547E600D62A44 /* Icon-57.png in Resources */, + 1A119CB0178547E600D62A44 /* Icon-72.png in Resources */, + 1A6FB4DE17854A6A00CDF010 /* animations in Resources */, + 1A6FB4DF17854A6A00CDF010 /* armature in Resources */, + 1A6FB4E017854A6A00CDF010 /* background-music-aac.wav in Resources */, + 1A6FB4E117854A6A00CDF010 /* background.mp3 in Resources */, + 1A6FB4E217854A6A00CDF010 /* background.ogg in Resources */, + 1A6FB4E317854A6A00CDF010 /* components in Resources */, + 1A6FB4E417854A6A00CDF010 /* configs in Resources */, + 1A6FB4E517854A6A00CDF010 /* effect1.raw in Resources */, + 1A6FB4E617854A6A00CDF010 /* effect1.wav in Resources */, + 1A6FB4E717854A6A00CDF010 /* effect2.ogg in Resources */, + 1A6FB4E817854A6A00CDF010 /* extensions in Resources */, + 1A6FB4E917854A6A00CDF010 /* fonts in Resources */, + 1A6FB4EA17854A6A00CDF010 /* fps_images.png in Resources */, + 1A6FB4EB17854A6A00CDF010 /* hd in Resources */, + 1A6FB4EC17854A6A00CDF010 /* Hello.png in Resources */, + 1A6FB4ED17854A6A00CDF010 /* Images in Resources */, + 1A6FB4EE17854A6A00CDF010 /* ipad in Resources */, + 1A6FB4EF17854A6A00CDF010 /* ipadhd in Resources */, + 1A6FB4F017854A6A00CDF010 /* Misc in Resources */, + 1A6FB4F117854A6A00CDF010 /* music.mid in Resources */, + 1A6FB4F217854A6A00CDF010 /* Particles in Resources */, + 1A6FB4F317854A6A00CDF010 /* pew-pew-lei.wav in Resources */, + 1A6FB4F417854A6A00CDF010 /* Shaders in Resources */, + 1A6FB4F517854A6A00CDF010 /* spine in Resources */, + 1A6FB4F617854A6A00CDF010 /* TileMaps in Resources */, + 1A6FB4F717854A6A00CDF010 /* zwoptex in Resources */, + 1A6FB4FC17854A8500CDF010 /* cocosbuilderRes in Resources */, + 1A6FB4FD17854A8500CDF010 /* luaScript in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB53E17854FE400CDF010 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB58D178551A700CDF010 /* InfoPlist.strings in Resources */, + 1A6FB58E178551A700CDF010 /* MainMenu.xib in Resources */, + 1A6FB58F178551A700CDF010 /* Icon.icns in Resources */, + 1A6FB54617854FE400CDF010 /* background.mp3 in Resources */, + 1A6FB54717854FE400CDF010 /* crop.png in Resources */, + 1A6FB54817854FE400CDF010 /* dog.png in Resources */, + 1A6FB54917854FE400CDF010 /* effect1.wav in Resources */, + 1A6FB54A17854FE400CDF010 /* farm.jpg in Resources */, + 1A6FB54B17854FE400CDF010 /* hello.lua in Resources */, + 1A6FB54C17854FE400CDF010 /* hello2.lua in Resources */, + 1A6FB54D17854FE400CDF010 /* land.png in Resources */, + 1A6FB54E17854FE400CDF010 /* menu1.png in Resources */, + 1A6FB54F17854FE400CDF010 /* menu2.png in Resources */, + 1A6FB55017854FE400CDF010 /* AudioEngine.lua in Resources */, + 1A6FB55117854FE400CDF010 /* CCBReaderLoad.lua in Resources */, + 1A6FB55217854FE400CDF010 /* Cocos2dConstants.lua in Resources */, + 1A6FB55317854FE400CDF010 /* Opengl.lua in Resources */, + 1A6FB55417854FE400CDF010 /* OpenglConstants.lua in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB78B1785614200CDF010 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB7991785614200CDF010 /* AudioEngine.lua in Resources */, + 1A6FB79A1785614200CDF010 /* CCBReaderLoad.lua in Resources */, + 1A6FB79B1785614200CDF010 /* Cocos2dConstants.lua in Resources */, + 1A6FB79C1785614200CDF010 /* Opengl.lua in Resources */, + 1A6FB79D1785614200CDF010 /* OpenglConstants.lua in Resources */, + 1A6FB7BB178561E000CDF010 /* InfoPlist.strings in Resources */, + 1A6FB7BC178561E000CDF010 /* MainMenu.xib in Resources */, + 1A6FB7BD178561E000CDF010 /* Icon.icns in Resources */, + 1A6FB7BE1785620900CDF010 /* cocosbuilderRes in Resources */, + 1A6FB7BF1785620900CDF010 /* luaScript in Resources */, + 1A6FB7C01785620900CDF010 /* animations in Resources */, + 1A6FB7C11785620900CDF010 /* armature in Resources */, + 1A6FB7C21785620900CDF010 /* background-music-aac.wav in Resources */, + 1A6FB7C31785620900CDF010 /* background.mp3 in Resources */, + 1A6FB7C41785620900CDF010 /* background.ogg in Resources */, + 1A6FB7C51785620900CDF010 /* components in Resources */, + 1A6FB7C61785620900CDF010 /* configs in Resources */, + 1A6FB7C71785620900CDF010 /* effect1.raw in Resources */, + 1A6FB7C81785620900CDF010 /* effect1.wav in Resources */, + 1A6FB7C91785620900CDF010 /* effect2.ogg in Resources */, + 1A6FB7CA1785620900CDF010 /* extensions in Resources */, + 1A6FB7CB1785620900CDF010 /* fonts in Resources */, + 1A6FB7CC1785620900CDF010 /* fps_images.png in Resources */, + 1A6FB7CD1785620900CDF010 /* hd in Resources */, + 1A6FB7CE1785620900CDF010 /* Hello.png in Resources */, + 1A6FB7CF1785620900CDF010 /* Images in Resources */, + 1A6FB7D01785620900CDF010 /* ipad in Resources */, + 1A6FB7D11785620900CDF010 /* ipadhd in Resources */, + 1A6FB7D21785620900CDF010 /* Misc in Resources */, + 1A6FB7D31785620900CDF010 /* music.mid in Resources */, + 1A6FB7D41785620900CDF010 /* Particles in Resources */, + 1A6FB7D51785620900CDF010 /* pew-pew-lei.wav in Resources */, + 1A6FB7D61785620900CDF010 /* Shaders in Resources */, + 1A6FB7D71785620900CDF010 /* spine in Resources */, + 1A6FB7D81785620900CDF010 /* TileMaps in Resources */, + 1A6FB7D91785620900CDF010 /* zwoptex in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1D60588D0D05DD3D006BFB54 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -5799,6 +6757,48 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 1A1197C31785363400D62A44 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A1197FA1785376400D62A44 /* AppDelegate.cpp in Sources */, + 1A1198191785378000D62A44 /* AppController.mm in Sources */, + 1A1198221785378000D62A44 /* main.m in Sources */, + 1A1198231785378000D62A44 /* RootViewController.mm in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A11985A178538E400D62A44 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A11990C178539E000D62A44 /* AppDelegate.cpp in Sources */, + 1A119989178539FA00D62A44 /* AppController.mm in Sources */, + 1A119991178539FA00D62A44 /* main.m in Sources */, + 1A119992178539FA00D62A44 /* RootViewController.mm in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB55517854FE400CDF010 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB55617854FE400CDF010 /* AppDelegate.cpp in Sources */, + 1A6FB593178551F600CDF010 /* AppController.mm in Sources */, + 1A6FB594178551F600CDF010 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 1A6FB79E1785614200CDF010 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A6FB7DC1785624000CDF010 /* AppDelegate.cpp in Sources */, + 1A6FB7DF1785628900CDF010 /* AppController.mm in Sources */, + 1A6FB7E01785628900CDF010 /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 1D60588E0D05DD3D006BFB54 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -6201,6 +7201,106 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 1A1197B41785363400D62A44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "cocos2dx iOS"; + targetProxy = 1A1197B51785363400D62A44 /* PBXContainerItemProxy */; + }; + 1A1197DE178536A300D62A44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "CocosDenshion iOS"; + targetProxy = 1A1197DD178536A300D62A44 /* PBXContainerItemProxy */; + }; + 1A1197E0178536A300D62A44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "luabindings iOS"; + targetProxy = 1A1197DF178536A300D62A44 /* PBXContainerItemProxy */; + }; + 1A1198261785382E00D62A44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "cocos2dx-extensions iOS"; + targetProxy = 1A1198251785382E00D62A44 /* PBXContainerItemProxy */; + }; + 1A11982E178538E400D62A44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "cocos2dx iOS"; + targetProxy = 1A11982F178538E400D62A44 /* PBXContainerItemProxy */; + }; + 1A119830178538E400D62A44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "CocosDenshion iOS"; + targetProxy = 1A119831178538E400D62A44 /* PBXContainerItemProxy */; + }; + 1A119832178538E400D62A44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "cocos2dx-extensions iOS"; + targetProxy = 1A119833178538E400D62A44 /* PBXContainerItemProxy */; + }; + 1A119834178538E400D62A44 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "luabindings iOS"; + targetProxy = 1A119835178538E400D62A44 /* PBXContainerItemProxy */; + }; + 1A6FB50117854AEA00CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1A1197B31785363400D62A44 /* Hello lua iOS */; + targetProxy = 1A6FB50017854AEA00CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB50317854AEA00CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1A11982D178538E400D62A44 /* Test lua iOS */; + targetProxy = 1A6FB50217854AEA00CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB5711785508700CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "cocos2dx Mac"; + targetProxy = 1A6FB5701785508700CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB5731785508700CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "cocos2dx-extensions Mac"; + targetProxy = 1A6FB5721785508700CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB5751785508700CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "CocosDenshion Mac"; + targetProxy = 1A6FB5741785508700CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB5771785508700CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "luabindings Mac"; + targetProxy = 1A6FB5761785508700CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB7831785614200CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "cocos2dx Mac"; + targetProxy = 1A6FB7841785614200CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB7851785614200CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "cocos2dx-extensions Mac"; + targetProxy = 1A6FB7861785614200CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB7871785614200CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "CocosDenshion Mac"; + targetProxy = 1A6FB7881785614200CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB7891785614200CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "luabindings Mac"; + targetProxy = 1A6FB78A1785614200CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB7E31785682700CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1A6FB53517854FE400CDF010 /* Hello lua Mac */; + targetProxy = 1A6FB7E21785682700CDF010 /* PBXContainerItemProxy */; + }; + 1A6FB7E51785682700CDF010 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 1A6FB7821785614200CDF010 /* Test lua Mac */; + targetProxy = 1A6FB7E41785682700CDF010 /* PBXContainerItemProxy */; + }; A01E16961784BDE800B0CA4A /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "cocos2dx iOS"; @@ -6734,6 +7834,38 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ + 1A6FB57D1785513C00CDF010 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 1A6FB57E1785513C00CDF010 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 1A6FB57F1785513C00CDF010 /* MainMenu.xib */ = { + isa = PBXVariantGroup; + children = ( + 1A6FB5801785513C00CDF010 /* en */, + ); + name = MainMenu.xib; + sourceTree = ""; + }; + 1A6FB7B6178561E000CDF010 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 1A6FB7B7178561E000CDF010 /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 1A6FB7B8178561E000CDF010 /* MainMenu.xib */ = { + isa = PBXVariantGroup; + children = ( + 1A6FB7B9178561E000CDF010 /* en */, + ); + name = MainMenu.xib; + sourceTree = ""; + }; A035A6351782296200987F6C /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( @@ -6865,6 +7997,224 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ + 1A1197D51785363400D62A44 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_DYNAMIC_NO_PIC = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_ENABLE_CHIPMUNK_INTEGRATION, + CC_TARGET_OS_IPHONE, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INFOPLIST_FILE = Lua/HelloLua/proj.ios/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/../cocos2dx/platform/ios\" \"$(SRCROOT)/../cocos2dx/platform/ios/Simulation\" \"$(SRCROOT)/../cocos2dx/platform/third_party/ios\" \"$(SRCROOT)/../external/libwebsockets/ios/include\" \"$(SRCROOT)/../scripting/lua/cocos2dx_support\" \"$(SRCROOT)/../scripting/lua/luajit/include\" \"$(SRCROOT)/../scripting/lua/tolua\""; + }; + name = Debug; + }; + 1A1197D61785363400D62A44 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_ENABLE_CHIPMUNK_INTEGRATION, + CC_TARGET_OS_IPHONE, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INFOPLIST_FILE = Lua/HelloLua/proj.ios/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/../cocos2dx/platform/ios\" \"$(SRCROOT)/../cocos2dx/platform/ios/Simulation\" \"$(SRCROOT)/../cocos2dx/platform/third_party/ios\" \"$(SRCROOT)/../external/libwebsockets/ios/include\" \"$(SRCROOT)/../scripting/lua/cocos2dx_support\" \"$(SRCROOT)/../scripting/lua/luajit/include\" \"$(SRCROOT)/../scripting/lua/tolua\""; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1A11986E178538E400D62A44 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_DYNAMIC_NO_PIC = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_ENABLE_CHIPMUNK_INTEGRATION, + CC_TARGET_OS_IPHONE, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INFOPLIST_FILE = Lua/TestLua/proj.ios/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/../cocos2dx/platform/ios\" \"$(SRCROOT)/../cocos2dx/platform/ios/Simulation\" \"$(SRCROOT)/../cocos2dx/platform/third_party/ios\" \"$(SRCROOT)/../external/libwebsockets/ios/include\" \"$(SRCROOT)/../scripting/lua/cocos2dx_support\" \"$(SRCROOT)/../scripting/lua/luajit/include\" \"$(SRCROOT)/../scripting/lua/tolua\""; + }; + name = Debug; + }; + 1A11986F178538E400D62A44 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_ENABLE_CHIPMUNK_INTEGRATION, + CC_TARGET_OS_IPHONE, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INFOPLIST_FILE = Lua/TestLua/proj.ios/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/../cocos2dx/platform/ios\" \"$(SRCROOT)/../cocos2dx/platform/ios/Simulation\" \"$(SRCROOT)/../cocos2dx/platform/third_party/ios\" \"$(SRCROOT)/../external/libwebsockets/ios/include\" \"$(SRCROOT)/../scripting/lua/cocos2dx_support\" \"$(SRCROOT)/../scripting/lua/luajit/include\" \"$(SRCROOT)/../scripting/lua/tolua\""; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1A6FB56917854FE400CDF010 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_DYNAMIC_NO_PIC = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_ENABLE_CHIPMUNK_INTEGRATION, + CC_TARGET_OS_MAC, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INFOPLIST_FILE = Lua/HelloLua/proj.mac/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/Lua/HelloLua/proj.mac\"", + ); + OTHER_LDFLAGS = ( + "-pagezero_size", + 10000, + "-image_base", + 100000000, + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/../cocos2dx/platform/mac\" \"$(SRCROOT)/../cocos2dx/platform/third_party/mac\" \"$(SRCROOT)/../external/libwebsockets/mac/include\" \"$(SRCROOT)/../scripting/lua/cocos2dx_support\" \"$(SRCROOT)/../scripting/lua/luajit/include\" \"$(SRCROOT)/../scripting/lua/tolua\""; + }; + name = Debug; + }; + 1A6FB56A17854FE400CDF010 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_ENABLE_CHIPMUNK_INTEGRATION, + CC_TARGET_OS_MAC, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INFOPLIST_FILE = Lua/HelloLua/proj.mac/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/Lua/HelloLua/proj.mac\"", + ); + OTHER_LDFLAGS = ( + "-pagezero_size", + 10000, + "-image_base", + 100000000, + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/../cocos2dx/platform/mac\" \"$(SRCROOT)/../cocos2dx/platform/third_party/mac\" \"$(SRCROOT)/../external/libwebsockets/mac/include\" \"$(SRCROOT)/../scripting/lua/cocos2dx_support\" \"$(SRCROOT)/../scripting/lua/luajit/include\" \"$(SRCROOT)/../scripting/lua/tolua\""; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1A6FB7B11785614200CDF010 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_DYNAMIC_NO_PIC = NO; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_ENABLE_CHIPMUNK_INTEGRATION, + CC_TARGET_OS_MAC, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INFOPLIST_FILE = Lua/TestLua/proj.mac/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/Lua/HelloLua/proj.mac\"", + ); + OTHER_LDFLAGS = ""; + "OTHER_LDFLAGS[arch=x86_64]" = ( + "-pagezero_size", + 10000, + "-image_base", + 100000000, + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/../cocos2dx/platform/mac\" \"$(SRCROOT)/../cocos2dx/platform/third_party/mac\" \"$(SRCROOT)/../external/libwebsockets/mac/include\" \"$(SRCROOT)/../scripting/lua/cocos2dx_support\" \"$(SRCROOT)/../scripting/lua/luajit/include\" \"$(SRCROOT)/../scripting/lua/tolua\""; + }; + name = Debug; + }; + 1A6FB7B21785614200CDF010 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + CC_ENABLE_CHIPMUNK_INTEGRATION, + CC_TARGET_OS_MAC, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + INFOPLIST_FILE = Lua/TestLua/proj.mac/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/Lua/HelloLua/proj.mac\"", + ); + OTHER_LDFLAGS = ""; + "OTHER_LDFLAGS[arch=x86_64]" = ( + "-pagezero_size", + 10000, + "-image_base", + 100000000, + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = macosx; + TARGETED_DEVICE_FAMILY = "1,2"; + USER_HEADER_SEARCH_PATHS = "$(inherited) \"$(SRCROOT)/../cocos2dx/platform/mac\" \"$(SRCROOT)/../cocos2dx/platform/third_party/mac\" \"$(SRCROOT)/../external/libwebsockets/mac/include\" \"$(SRCROOT)/../scripting/lua/cocos2dx_support\" \"$(SRCROOT)/../scripting/lua/luajit/include\" \"$(SRCROOT)/../scripting/lua/tolua\""; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; 1D6058940D05DD3E006BFB54 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7536,14 +8886,18 @@ A07A517D1783A1CC0073F6A7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; }; name = Debug; }; A07A517E1783A1CC0073F6A7 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; }; name = Release; }; @@ -7686,6 +9040,42 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 1A1197D41785363400D62A44 /* Build configuration list for PBXNativeTarget "Hello lua iOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A1197D51785363400D62A44 /* Debug */, + 1A1197D61785363400D62A44 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 1A11986D178538E400D62A44 /* Build configuration list for PBXNativeTarget "Test lua iOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A11986E178538E400D62A44 /* Debug */, + 1A11986F178538E400D62A44 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 1A6FB56817854FE400CDF010 /* Build configuration list for PBXNativeTarget "Hello lua Mac" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A6FB56917854FE400CDF010 /* Debug */, + 1A6FB56A17854FE400CDF010 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 1A6FB7B01785614200CDF010 /* Build configuration list for PBXNativeTarget "Test lua Mac" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A6FB7B11785614200CDF010 /* Debug */, + 1A6FB7B21785614200CDF010 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "Test cpp Mac" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/samples/samples.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/samples/samples.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index ee257be53fd2..000000000000 --- a/samples/samples.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/scripting/lua/cocos2dx_support/LuaCocos2d.cpp b/scripting/lua/cocos2dx_support/LuaCocos2d.cpp index af4e4c2177d9..7679f44ca80c 100644 --- a/scripting/lua/cocos2dx_support/LuaCocos2d.cpp +++ b/scripting/lua/cocos2dx_support/LuaCocos2d.cpp @@ -1,6 +1,6 @@ /* ** Lua binding: Cocos2d -** Generated automatically by tolua++-1.0.92 on Thu Jul 4 11:34:34 2013. +** Generated automatically by tolua++-1.0.92 on Thu Jul 4 17:15:20 2013. */ /**************************************************************************** @@ -65182,7 +65182,6 @@ TOLUA_API int tolua_Cocos2d_open (lua_State* tolua_S) tolua_constant(tolua_S,"GL_INT",GL_INT); tolua_constant(tolua_S,"GL_UNSIGNED_INT",GL_UNSIGNED_INT); tolua_constant(tolua_S,"GL_FLOAT",GL_FLOAT); - tolua_constant(tolua_S,"GL_FIXED",GL_FIXED); tolua_constant(tolua_S,"GL_DEPTH_COMPONENT",GL_DEPTH_COMPONENT); tolua_constant(tolua_S,"GL_ALPHA",GL_ALPHA); tolua_constant(tolua_S,"GL_RGB",GL_RGB); @@ -65195,12 +65194,9 @@ TOLUA_API int tolua_Cocos2d_open (lua_State* tolua_S) tolua_constant(tolua_S,"GL_FRAGMENT_SHADER",GL_FRAGMENT_SHADER); tolua_constant(tolua_S,"GL_VERTEX_SHADER",GL_VERTEX_SHADER); tolua_constant(tolua_S,"GL_MAX_VERTEX_ATTRIBS",GL_MAX_VERTEX_ATTRIBS); - tolua_constant(tolua_S,"GL_MAX_VERTEX_UNIFORM_VECTORS",GL_MAX_VERTEX_UNIFORM_VECTORS); - tolua_constant(tolua_S,"GL_MAX_VARYING_VECTORS",GL_MAX_VARYING_VECTORS); tolua_constant(tolua_S,"GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS",GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); tolua_constant(tolua_S,"GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS",GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS); tolua_constant(tolua_S,"GL_MAX_TEXTURE_IMAGE_UNITS",GL_MAX_TEXTURE_IMAGE_UNITS); - tolua_constant(tolua_S,"GL_MAX_FRAGMENT_UNIFORM_VECTORS",GL_MAX_FRAGMENT_UNIFORM_VECTORS); tolua_constant(tolua_S,"GL_SHADER_TYPE",GL_SHADER_TYPE); tolua_constant(tolua_S,"GL_DELETE_STATUS",GL_DELETE_STATUS); tolua_constant(tolua_S,"GL_LINK_STATUS",GL_LINK_STATUS); @@ -65309,20 +65305,9 @@ TOLUA_API int tolua_Cocos2d_open (lua_State* tolua_S) tolua_constant(tolua_S,"GL_VERTEX_ATTRIB_ARRAY_NORMALIZED",GL_VERTEX_ATTRIB_ARRAY_NORMALIZED); tolua_constant(tolua_S,"GL_VERTEX_ATTRIB_ARRAY_POINTER",GL_VERTEX_ATTRIB_ARRAY_POINTER); tolua_constant(tolua_S,"GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING",GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING); - tolua_constant(tolua_S,"GL_IMPLEMENTATION_COLOR_READ_TYPE",GL_IMPLEMENTATION_COLOR_READ_TYPE); - tolua_constant(tolua_S,"GL_IMPLEMENTATION_COLOR_READ_FORMAT",GL_IMPLEMENTATION_COLOR_READ_FORMAT); tolua_constant(tolua_S,"GL_COMPILE_STATUS",GL_COMPILE_STATUS); tolua_constant(tolua_S,"GL_INFO_LOG_LENGTH",GL_INFO_LOG_LENGTH); tolua_constant(tolua_S,"GL_SHADER_SOURCE_LENGTH",GL_SHADER_SOURCE_LENGTH); - tolua_constant(tolua_S,"GL_SHADER_COMPILER",GL_SHADER_COMPILER); - tolua_constant(tolua_S,"GL_SHADER_BINARY_FORMATS",GL_SHADER_BINARY_FORMATS); - tolua_constant(tolua_S,"GL_NUM_SHADER_BINARY_FORMATS",GL_NUM_SHADER_BINARY_FORMATS); - tolua_constant(tolua_S,"GL_LOW_FLOAT",GL_LOW_FLOAT); - tolua_constant(tolua_S,"GL_MEDIUM_FLOAT",GL_MEDIUM_FLOAT); - tolua_constant(tolua_S,"GL_HIGH_FLOAT",GL_HIGH_FLOAT); - tolua_constant(tolua_S,"GL_LOW_INT",GL_LOW_INT); - tolua_constant(tolua_S,"GL_MEDIUM_INT",GL_MEDIUM_INT); - tolua_constant(tolua_S,"GL_HIGH_INT",GL_HIGH_INT); tolua_constant(tolua_S,"GL_FRAMEBUFFER",GL_FRAMEBUFFER); tolua_constant(tolua_S,"GL_RENDERBUFFER",GL_RENDERBUFFER); tolua_constant(tolua_S,"GL_RGBA4",GL_RGBA4); diff --git a/scripting/lua/luajit/build_mac.sh b/scripting/lua/luajit/build_mac.sh index bf677981c8c2..d3b43e2d4b3a 100755 --- a/scripting/lua/luajit/build_mac.sh +++ b/scripting/lua/luajit/build_mac.sh @@ -1,7 +1,7 @@ #!/bin/sh DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" SRCDIR=$DIR/LuaJit-2.0.1 -DESTDIR=$DIR/proj.mac +DESTDIR=$DIR/mac MACOSX_DEPLOYMENT_TARGET="10.6" rm "$DESTDIR"/*.a @@ -11,7 +11,26 @@ make clean make CC="gcc -m32 -arch i386" clean all if [ -f $SRCDIR/src/libluajit.a ]; then - mv $SRCDIR/src/libluajit.a $DESTDIR/libluajit2.a + mv $SRCDIR/src/libluajit.a $DESTDIR/libluajit_32.a fi; make clean +make CC="gcc -m64 -arch x86_64" clean all + +if [ -f $SRCDIR/src/libluajit.a ]; then + mv $SRCDIR/src/libluajit.a $DESTDIR/libluajit_64.a +fi; + +make clean + +# create lipo library +lipo -create -output $DESTDIR/libluajit.a $DESTDIR/libluajit_32.a $DESTDIR/libluajit_64.a + +rm $DESTDIR/libluajit_32.a $DESTDIR/libluajit_64.a + +# strip +strip -S $DESTDIR/libluajit.a + +# info +lipo -info $DESTDIR/libluajit.a + diff --git a/scripting/lua/luajit/mac/libluajit.a b/scripting/lua/luajit/mac/libluajit.a new file mode 100644 index 000000000000..51a333ce3c98 Binary files /dev/null and b/scripting/lua/luajit/mac/libluajit.a differ diff --git a/tools/tolua++/CCTexture2D.pkg b/tools/tolua++/CCTexture2D.pkg index 4960e757777a..81530a082f27 100644 --- a/tools/tolua++/CCTexture2D.pkg +++ b/tools/tolua++/CCTexture2D.pkg @@ -196,7 +196,7 @@ #define GL_INT 0x1404 #define GL_UNSIGNED_INT 0x1405 #define GL_FLOAT 0x1406 -#define GL_FIXED 0x140C +// #define GL_FIXED 0x140C /* PixelFormat */ #define GL_DEPTH_COMPONENT 0x1902 @@ -216,12 +216,12 @@ #define GL_FRAGMENT_SHADER 0x8B30 #define GL_VERTEX_SHADER 0x8B31 #define GL_MAX_VERTEX_ATTRIBS 0x8869 -#define GL_MAX_VERTEX_UNIFORM_VECTORS 0x8DFB -#define GL_MAX_VARYING_VECTORS 0x8DFC +// #define GL_MAX_VERTEX_UNIFORM_VECTORS 0x8DFB +// #define GL_MAX_VARYING_VECTORS 0x8DFC #define GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D #define GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS 0x8B4C #define GL_MAX_TEXTURE_IMAGE_UNITS 0x8872 -#define GL_MAX_FRAGMENT_UNIFORM_VECTORS 0x8DFD +// #define GL_MAX_FRAGMENT_UNIFORM_VECTORS 0x8DFD #define GL_SHADER_TYPE 0x8B4F #define GL_DELETE_STATUS 0x8B80 #define GL_LINK_STATUS 0x8B82 @@ -359,26 +359,26 @@ #define GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING 0x889F /* Read Format */ -#define GL_IMPLEMENTATION_COLOR_READ_TYPE 0x8B9A -#define GL_IMPLEMENTATION_COLOR_READ_FORMAT 0x8B9B +// #define GL_IMPLEMENTATION_COLOR_READ_TYPE 0x8B9A +// #define GL_IMPLEMENTATION_COLOR_READ_FORMAT 0x8B9B /* Shader Source */ #define GL_COMPILE_STATUS 0x8B81 #define GL_INFO_LOG_LENGTH 0x8B84 #define GL_SHADER_SOURCE_LENGTH 0x8B88 -#define GL_SHADER_COMPILER 0x8DFA +// #define GL_SHADER_COMPILER 0x8DFA /* Shader Binary */ -#define GL_SHADER_BINARY_FORMATS 0x8DF8 -#define GL_NUM_SHADER_BINARY_FORMATS 0x8DF9 +// #define GL_SHADER_BINARY_FORMATS 0x8DF8 +// #define GL_NUM_SHADER_BINARY_FORMATS 0x8DF9 /* Shader Precision-Specified Types */ -#define GL_LOW_FLOAT 0x8DF0 -#define GL_MEDIUM_FLOAT 0x8DF1 -#define GL_HIGH_FLOAT 0x8DF2 -#define GL_LOW_INT 0x8DF3 -#define GL_MEDIUM_INT 0x8DF4 -#define GL_HIGH_INT 0x8DF5 +// #define GL_LOW_FLOAT 0x8DF0 +// #define GL_MEDIUM_FLOAT 0x8DF1 +// #define GL_HIGH_FLOAT 0x8DF2 +// #define GL_LOW_INT 0x8DF3 +// #define GL_MEDIUM_INT 0x8DF4 +// #define GL_HIGH_INT 0x8DF5 /* Framebuffer Object. */ #define GL_FRAMEBUFFER 0x8D40