diff --git a/HelloLua/Classes/AppDelegate.cpp b/HelloLua/Classes/AppDelegate.cpp index 9fedb01fd5..1eae5c1570 100644 --- a/HelloLua/Classes/AppDelegate.cpp +++ b/HelloLua/Classes/AppDelegate.cpp @@ -1,7 +1,7 @@ #include "cocos2d.h" #include "AppDelegate.h" #include "SimpleAudioEngine.h" -#include "CCScriptSupport.h" +#include "script_support/CCScriptSupport.h" #include "CCLuaEngine.h" USING_NS_CC; diff --git a/HelloLua/proj.ios/HelloLua.xcodeproj/project.pbxproj b/HelloLua/proj.ios/HelloLua.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..a88bebe6a2 --- /dev/null +++ b/HelloLua/proj.ios/HelloLua.xcodeproj/project.pbxproj @@ -0,0 +1,804 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 159A66601590486A003AEEC0 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 159A665D159047B3003AEEC0 /* libcocos2dx.a */; }; + 15DD6D83156DD1EF003E7567 /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 15DD6D81156DD1EF003E7567 /* fps_images.png */; }; + 506EDB88102F4C4000A389B3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 506EDB87102F4C4000A389B3 /* libz.dylib */; }; + 506EDBA5102F4C9F00A389B3 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 506EDBA4102F4C9F00A389B3 /* AVFoundation.framework */; }; + 78947C6D14EBB9B100DBD5A6 /* background.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 78947C5E14EBB9B000DBD5A6 /* background.mp3 */; }; + 78947C6E14EBB9B100DBD5A6 /* crop.png in Resources */ = {isa = PBXBuildFile; fileRef = 78947C5F14EBB9B000DBD5A6 /* crop.png */; }; + 78947C7014EBB9B100DBD5A6 /* dog.png in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6114EBB9B000DBD5A6 /* dog.png */; }; + 78947C7114EBB9B100DBD5A6 /* effect1.wav in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6214EBB9B000DBD5A6 /* effect1.wav */; }; + 78947C7214EBB9B100DBD5A6 /* farm.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6314EBB9B000DBD5A6 /* farm.jpg */; }; + 78947C7414EBB9B100DBD5A6 /* hello.lua in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6614EBB9B000DBD5A6 /* hello.lua */; }; + 78947C7514EBB9B100DBD5A6 /* hello2.lua in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6714EBB9B000DBD5A6 /* hello2.lua */; }; + 78947C7714EBB9B100DBD5A6 /* land.png in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6914EBB9B000DBD5A6 /* land.png */; }; + 78947C7814EBB9B100DBD5A6 /* menu1.png in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6A14EBB9B000DBD5A6 /* menu1.png */; }; + 78947C7914EBB9B100DBD5A6 /* menu2.png in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6B14EBB9B000DBD5A6 /* menu2.png */; }; + 78947C8B14EBBB0300DBD5A6 /* CDAudioManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 78947C8214EBBB0300DBD5A6 /* CDAudioManager.m */; }; + 78947C8C14EBBB0300DBD5A6 /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 78947C8514EBBB0300DBD5A6 /* CDOpenALSupport.m */; }; + 78947C8D14EBBB0300DBD5A6 /* CocosDenshion.m in Sources */ = {isa = PBXBuildFile; fileRef = 78947C8714EBBB0300DBD5A6 /* CocosDenshion.m */; }; + 78947C8E14EBBB0300DBD5A6 /* SimpleAudioEngine.mm in Sources */ = {isa = PBXBuildFile; fileRef = 78947C8814EBBB0300DBD5A6 /* SimpleAudioEngine.mm */; }; + 78947C8F14EBBB0300DBD5A6 /* SimpleAudioEngine_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = 78947C8A14EBBB0300DBD5A6 /* SimpleAudioEngine_objc.m */; }; + 78DC4C9A15490B9500317402 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 78DC4C9815490B9500317402 /* Default.png */; }; + 78DC4C9B15490B9500317402 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 78DC4C9915490B9500317402 /* Icon.png */; }; + BF82F41713A864D700616D55 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BF82F41513A864D700616D55 /* AppDelegate.cpp */; }; + BF82F42113A8652A00616D55 /* AppController.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF82F41F13A8652A00616D55 /* AppController.mm */; }; + BF82F42213A8652A00616D55 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BF82F42013A8652A00616D55 /* main.m */; }; + D403B5D9135D1AF1004B518D /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D403B5D8135D1AF1004B518D /* libxml2.dylib */; }; + D4CEAD7913B4634300780515 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4CEAD7713B4634300780515 /* RootViewController.mm */; }; + DC6640030F83B3EA000B3E49 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC6640020F83B3EA000B3E49 /* AudioToolbox.framework */; }; + DC6640050F83B3EA000B3E49 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC6640040F83B3EA000B3E49 /* OpenAL.framework */; }; + DCCBF1B70F6022AE0040855A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */; }; + DCCBF1B90F6022AE0040855A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1B80F6022AE0040855A /* Foundation.framework */; }; + DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */; }; + DCCBF1BD0F6022AE0040855A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */; }; + DCCBF1BF0F6022AE0040855A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCCBF1BE0F6022AE0040855A /* UIKit.framework */; }; + F4808BF414E3CB6C0021A5F8 /* CCLuaEngine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F48087E114E3CB6A0021A5F8 /* CCLuaEngine.cpp */; }; + F4808BF514E3CB6C0021A5F8 /* Cocos2dxLuaLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F48087E314E3CB6A0021A5F8 /* Cocos2dxLuaLoader.cpp */; }; + F4808BF614E3CB6C0021A5F8 /* LuaCocos2d.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F48087E514E3CB6A0021A5F8 /* LuaCocos2d.cpp */; }; + F4808BF714E3CB6C0021A5F8 /* tolua_fix.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087E714E3CB6A0021A5F8 /* tolua_fix.c */; }; + F4808BF814E3CB6C0021A5F8 /* lapi.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087EA14E3CB6A0021A5F8 /* lapi.c */; }; + F4808BF914E3CB6C0021A5F8 /* lauxlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087EC14E3CB6A0021A5F8 /* lauxlib.c */; }; + F4808BFA14E3CB6C0021A5F8 /* lbaselib.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087EE14E3CB6A0021A5F8 /* lbaselib.c */; }; + F4808BFB14E3CB6C0021A5F8 /* lcode.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087EF14E3CB6A0021A5F8 /* lcode.c */; }; + F4808BFC14E3CB6C0021A5F8 /* ldblib.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087F114E3CB6A0021A5F8 /* ldblib.c */; }; + F4808BFD14E3CB6C0021A5F8 /* ldebug.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087F214E3CB6A0021A5F8 /* ldebug.c */; }; + F4808BFE14E3CB6C0021A5F8 /* ldo.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087F414E3CB6A0021A5F8 /* ldo.c */; }; + F4808BFF14E3CB6C0021A5F8 /* ldump.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087F614E3CB6A0021A5F8 /* ldump.c */; }; + F4808C0014E3CB6C0021A5F8 /* lfunc.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087F714E3CB6A0021A5F8 /* lfunc.c */; }; + F4808C0114E3CB6C0021A5F8 /* lgc.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087F914E3CB6A0021A5F8 /* lgc.c */; }; + F4808C0214E3CB6C0021A5F8 /* linit.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087FB14E3CB6A0021A5F8 /* linit.c */; }; + F4808C0314E3CB6C0021A5F8 /* liolib.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087FC14E3CB6A0021A5F8 /* liolib.c */; }; + F4808C0414E3CB6C0021A5F8 /* llex.c in Sources */ = {isa = PBXBuildFile; fileRef = F48087FD14E3CB6A0021A5F8 /* llex.c */; }; + F4808C0514E3CB6C0021A5F8 /* lmathlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880014E3CB6A0021A5F8 /* lmathlib.c */; }; + F4808C0614E3CB6C0021A5F8 /* lmem.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880114E3CB6A0021A5F8 /* lmem.c */; }; + F4808C0714E3CB6C0021A5F8 /* loadlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880314E3CB6A0021A5F8 /* loadlib.c */; }; + F4808C0814E3CB6C0021A5F8 /* lobject.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880414E3CB6A0021A5F8 /* lobject.c */; }; + F4808C0914E3CB6C0021A5F8 /* lopcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880614E3CB6A0021A5F8 /* lopcodes.c */; }; + F4808C0A14E3CB6C0021A5F8 /* loslib.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880814E3CB6A0021A5F8 /* loslib.c */; }; + F4808C0B14E3CB6C0021A5F8 /* lparser.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880914E3CB6A0021A5F8 /* lparser.c */; }; + F4808C0C14E3CB6C0021A5F8 /* lstate.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880B14E3CB6A0021A5F8 /* lstate.c */; }; + F4808C0D14E3CB6C0021A5F8 /* lstring.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880D14E3CB6A0021A5F8 /* lstring.c */; }; + F4808C0E14E3CB6C0021A5F8 /* lstrlib.c in Sources */ = {isa = PBXBuildFile; fileRef = F480880F14E3CB6A0021A5F8 /* lstrlib.c */; }; + F4808C0F14E3CB6C0021A5F8 /* ltable.c in Sources */ = {isa = PBXBuildFile; fileRef = F480881014E3CB6A0021A5F8 /* ltable.c */; }; + F4808C1014E3CB6C0021A5F8 /* ltablib.c in Sources */ = {isa = PBXBuildFile; fileRef = F480881214E3CB6A0021A5F8 /* ltablib.c */; }; + F4808C1114E3CB6C0021A5F8 /* ltm.c in Sources */ = {isa = PBXBuildFile; fileRef = F480881314E3CB6A0021A5F8 /* ltm.c */; }; + F4808C1214E3CB6C0021A5F8 /* lua.c in Sources */ = {isa = PBXBuildFile; fileRef = F480881514E3CB6A0021A5F8 /* lua.c */; }; + F4808C1314E3CB6C0021A5F8 /* lundump.c in Sources */ = {isa = PBXBuildFile; fileRef = F480881914E3CB6A0021A5F8 /* lundump.c */; }; + F4808C1414E3CB6C0021A5F8 /* lvm.c in Sources */ = {isa = PBXBuildFile; fileRef = F480881B14E3CB6A0021A5F8 /* lvm.c */; }; + F4808C1514E3CB6C0021A5F8 /* lzio.c in Sources */ = {isa = PBXBuildFile; fileRef = F480881D14E3CB6A0021A5F8 /* lzio.c */; }; + F4808C1614E3CB6C0021A5F8 /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = F480881F14E3CB6A0021A5F8 /* print.c */; }; + F4808C1D14E3CB6C0021A5F8 /* tolua_event.c in Sources */ = {isa = PBXBuildFile; fileRef = F480882B14E3CB6A0021A5F8 /* tolua_event.c */; }; + F4808C1E14E3CB6C0021A5F8 /* tolua_is.c in Sources */ = {isa = PBXBuildFile; fileRef = F480882D14E3CB6A0021A5F8 /* tolua_is.c */; }; + F4808C1F14E3CB6C0021A5F8 /* tolua_map.c in Sources */ = {isa = PBXBuildFile; fileRef = F480882E14E3CB6A0021A5F8 /* tolua_map.c */; }; + F4808C2014E3CB6C0021A5F8 /* tolua_push.c in Sources */ = {isa = PBXBuildFile; fileRef = F480882F14E3CB6A0021A5F8 /* tolua_push.c */; }; + F4808C2114E3CB6C0021A5F8 /* tolua_to.c in Sources */ = {isa = PBXBuildFile; fileRef = F480883014E3CB6A0021A5F8 /* tolua_to.c */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 159A665C159047B3003AEEC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 159A6655159047B3003AEEC0 /* cocos2dx.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 1551A33F158F2AB200E66CFE; + remoteInfo = cocos2dx; + }; + 159A665E15904864003AEEC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 159A6655159047B3003AEEC0 /* cocos2dx.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1551A33E158F2AB200E66CFE; + remoteInfo = cocos2dx; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 159A6655159047B3003AEEC0 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = ""; }; + 15DD6D81156DD1EF003E7567 /* fps_images.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fps_images.png; sourceTree = ""; }; + 1D6058910D05DD3D006BFB54 /* HelloLua.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloLua.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 506EDB87102F4C4000A389B3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; + 506EDBA4102F4C9F00A389B3 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; + 78947C5E14EBB9B000DBD5A6 /* background.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = background.mp3; sourceTree = ""; }; + 78947C5F14EBB9B000DBD5A6 /* crop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = crop.png; sourceTree = ""; }; + 78947C6114EBB9B000DBD5A6 /* dog.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dog.png; sourceTree = ""; }; + 78947C6214EBB9B000DBD5A6 /* effect1.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = effect1.wav; sourceTree = ""; }; + 78947C6314EBB9B000DBD5A6 /* farm.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = farm.jpg; sourceTree = ""; }; + 78947C6614EBB9B000DBD5A6 /* hello.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hello.lua; sourceTree = ""; }; + 78947C6714EBB9B000DBD5A6 /* hello2.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hello2.lua; sourceTree = ""; }; + 78947C6914EBB9B000DBD5A6 /* land.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = land.png; sourceTree = ""; }; + 78947C6A14EBB9B000DBD5A6 /* menu1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menu1.png; sourceTree = ""; }; + 78947C6B14EBB9B000DBD5A6 /* menu2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menu2.png; sourceTree = ""; }; + 78947C8114EBBB0300DBD5A6 /* CDAudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDAudioManager.h; sourceTree = ""; }; + 78947C8214EBBB0300DBD5A6 /* CDAudioManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDAudioManager.m; sourceTree = ""; }; + 78947C8314EBBB0300DBD5A6 /* CDConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDConfig.h; sourceTree = ""; }; + 78947C8414EBBB0300DBD5A6 /* CDOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDOpenALSupport.h; sourceTree = ""; }; + 78947C8514EBBB0300DBD5A6 /* CDOpenALSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDOpenALSupport.m; sourceTree = ""; }; + 78947C8614EBBB0300DBD5A6 /* CocosDenshion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosDenshion.h; sourceTree = ""; }; + 78947C8714EBBB0300DBD5A6 /* CocosDenshion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocosDenshion.m; sourceTree = ""; }; + 78947C8814EBBB0300DBD5A6 /* SimpleAudioEngine.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SimpleAudioEngine.mm; sourceTree = ""; }; + 78947C8914EBBB0300DBD5A6 /* SimpleAudioEngine_objc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine_objc.h; sourceTree = ""; }; + 78947C8A14EBBB0300DBD5A6 /* SimpleAudioEngine_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleAudioEngine_objc.m; sourceTree = ""; }; + 78DC4C9815490B9500317402 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = SOURCE_ROOT; }; + 78DC4C9915490B9500317402 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = SOURCE_ROOT; }; + BF82F41513A864D700616D55 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AppDelegate.cpp; path = ../Classes/AppDelegate.cpp; sourceTree = SOURCE_ROOT; }; + BF82F41613A864D700616D55 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ../Classes/AppDelegate.h; sourceTree = SOURCE_ROOT; }; + BF82F41E13A8652A00616D55 /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = ""; }; + BF82F41F13A8652A00616D55 /* AppController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AppController.mm; sourceTree = ""; }; + BF82F42013A8652A00616D55 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + BF82F42313A8654600616D55 /* HelloLua_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelloLua_Prefix.pch; sourceTree = ""; }; + D403B5D8135D1AF1004B518D /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; }; + D4CEAD7713B4634300780515 /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = ""; }; + D4CEAD7813B4634300780515 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = ""; }; + DC6640020F83B3EA000B3E49 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; + DC6640040F83B3EA000B3E49 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; }; + DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; + DCCBF1B80F6022AE0040855A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; + DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; + DCCBF1BE0F6022AE0040855A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; + F480877714E3CB6A0021A5F8 /* Export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Export.h; sourceTree = ""; }; + F480877814E3CB6A0021A5F8 /* SimpleAudioEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine.h; sourceTree = ""; }; + F48087E114E3CB6A0021A5F8 /* CCLuaEngine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCLuaEngine.cpp; sourceTree = ""; }; + F48087E214E3CB6A0021A5F8 /* CCLuaEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLuaEngine.h; sourceTree = ""; }; + F48087E314E3CB6A0021A5F8 /* Cocos2dxLuaLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Cocos2dxLuaLoader.cpp; sourceTree = ""; }; + F48087E414E3CB6A0021A5F8 /* Cocos2dxLuaLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cocos2dxLuaLoader.h; sourceTree = ""; }; + F48087E514E3CB6A0021A5F8 /* LuaCocos2d.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaCocos2d.cpp; sourceTree = ""; }; + F48087E614E3CB6A0021A5F8 /* LuaCocos2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaCocos2d.h; sourceTree = ""; }; + F48087E714E3CB6A0021A5F8 /* tolua_fix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_fix.c; sourceTree = ""; }; + F48087E814E3CB6A0021A5F8 /* tolua_fix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_fix.h; sourceTree = ""; }; + F48087EA14E3CB6A0021A5F8 /* lapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lapi.c; sourceTree = ""; }; + F48087EB14E3CB6A0021A5F8 /* lapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lapi.h; sourceTree = ""; }; + F48087EC14E3CB6A0021A5F8 /* lauxlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lauxlib.c; sourceTree = ""; }; + F48087ED14E3CB6A0021A5F8 /* lauxlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lauxlib.h; sourceTree = ""; }; + F48087EE14E3CB6A0021A5F8 /* lbaselib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lbaselib.c; sourceTree = ""; }; + F48087EF14E3CB6A0021A5F8 /* lcode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lcode.c; sourceTree = ""; }; + F48087F014E3CB6A0021A5F8 /* lcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lcode.h; sourceTree = ""; }; + F48087F114E3CB6A0021A5F8 /* ldblib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldblib.c; sourceTree = ""; }; + F48087F214E3CB6A0021A5F8 /* ldebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldebug.c; sourceTree = ""; }; + F48087F314E3CB6A0021A5F8 /* ldebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldebug.h; sourceTree = ""; }; + F48087F414E3CB6A0021A5F8 /* ldo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldo.c; sourceTree = ""; }; + F48087F514E3CB6A0021A5F8 /* ldo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldo.h; sourceTree = ""; }; + F48087F614E3CB6A0021A5F8 /* ldump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldump.c; sourceTree = ""; }; + F48087F714E3CB6A0021A5F8 /* lfunc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lfunc.c; sourceTree = ""; }; + F48087F814E3CB6A0021A5F8 /* lfunc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lfunc.h; sourceTree = ""; }; + F48087F914E3CB6A0021A5F8 /* lgc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lgc.c; sourceTree = ""; }; + F48087FA14E3CB6A0021A5F8 /* lgc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lgc.h; sourceTree = ""; }; + F48087FB14E3CB6A0021A5F8 /* linit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linit.c; sourceTree = ""; }; + F48087FC14E3CB6A0021A5F8 /* liolib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = liolib.c; sourceTree = ""; }; + F48087FD14E3CB6A0021A5F8 /* llex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = llex.c; sourceTree = ""; }; + F48087FE14E3CB6A0021A5F8 /* llex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llex.h; sourceTree = ""; }; + F48087FF14E3CB6A0021A5F8 /* llimits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llimits.h; sourceTree = ""; }; + F480880014E3CB6A0021A5F8 /* lmathlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lmathlib.c; sourceTree = ""; }; + F480880114E3CB6A0021A5F8 /* lmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lmem.c; sourceTree = ""; }; + F480880214E3CB6A0021A5F8 /* lmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lmem.h; sourceTree = ""; }; + F480880314E3CB6A0021A5F8 /* loadlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loadlib.c; sourceTree = ""; }; + F480880414E3CB6A0021A5F8 /* lobject.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lobject.c; sourceTree = ""; }; + F480880514E3CB6A0021A5F8 /* lobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lobject.h; sourceTree = ""; }; + F480880614E3CB6A0021A5F8 /* lopcodes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lopcodes.c; sourceTree = ""; }; + F480880714E3CB6A0021A5F8 /* lopcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lopcodes.h; sourceTree = ""; }; + F480880814E3CB6A0021A5F8 /* loslib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loslib.c; sourceTree = ""; }; + F480880914E3CB6A0021A5F8 /* lparser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lparser.c; sourceTree = ""; }; + F480880A14E3CB6A0021A5F8 /* lparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lparser.h; sourceTree = ""; }; + F480880B14E3CB6A0021A5F8 /* lstate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lstate.c; sourceTree = ""; }; + F480880C14E3CB6A0021A5F8 /* lstate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lstate.h; sourceTree = ""; }; + F480880D14E3CB6A0021A5F8 /* lstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lstring.c; sourceTree = ""; }; + F480880E14E3CB6A0021A5F8 /* lstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lstring.h; sourceTree = ""; }; + F480880F14E3CB6A0021A5F8 /* lstrlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lstrlib.c; sourceTree = ""; }; + F480881014E3CB6A0021A5F8 /* ltable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ltable.c; sourceTree = ""; }; + F480881114E3CB6A0021A5F8 /* ltable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ltable.h; sourceTree = ""; }; + F480881214E3CB6A0021A5F8 /* ltablib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ltablib.c; sourceTree = ""; }; + F480881314E3CB6A0021A5F8 /* ltm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ltm.c; sourceTree = ""; }; + F480881414E3CB6A0021A5F8 /* ltm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ltm.h; sourceTree = ""; }; + F480881514E3CB6A0021A5F8 /* lua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lua.c; sourceTree = ""; }; + F480881614E3CB6A0021A5F8 /* lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lua.h; sourceTree = ""; }; + F480881714E3CB6A0021A5F8 /* luaconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = luaconf.h; sourceTree = ""; }; + F480881814E3CB6A0021A5F8 /* lualib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lualib.h; sourceTree = ""; }; + F480881914E3CB6A0021A5F8 /* lundump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lundump.c; sourceTree = ""; }; + F480881A14E3CB6A0021A5F8 /* lundump.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lundump.h; sourceTree = ""; }; + F480881B14E3CB6A0021A5F8 /* lvm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lvm.c; sourceTree = ""; }; + F480881C14E3CB6A0021A5F8 /* lvm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lvm.h; sourceTree = ""; }; + F480881D14E3CB6A0021A5F8 /* lzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lzio.c; sourceTree = ""; }; + F480881E14E3CB6A0021A5F8 /* lzio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lzio.h; sourceTree = ""; }; + F480881F14E3CB6A0021A5F8 /* print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = print.c; sourceTree = ""; }; + F480882A14E3CB6A0021A5F8 /* tolua++.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "tolua++.h"; sourceTree = ""; }; + F480882B14E3CB6A0021A5F8 /* tolua_event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_event.c; sourceTree = ""; }; + F480882C14E3CB6A0021A5F8 /* tolua_event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_event.h; sourceTree = ""; }; + F480882D14E3CB6A0021A5F8 /* tolua_is.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_is.c; sourceTree = ""; }; + F480882E14E3CB6A0021A5F8 /* tolua_map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_map.c; sourceTree = ""; }; + F480882F14E3CB6A0021A5F8 /* tolua_push.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_push.c; sourceTree = ""; }; + F480883014E3CB6A0021A5F8 /* tolua_to.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tolua_to.c; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 159A66601590486A003AEEC0 /* libcocos2dx.a in Frameworks */, + DCCBF1B70F6022AE0040855A /* CoreGraphics.framework in Frameworks */, + DCCBF1B90F6022AE0040855A /* Foundation.framework in Frameworks */, + DCCBF1BB0F6022AE0040855A /* OpenGLES.framework in Frameworks */, + DCCBF1BD0F6022AE0040855A /* QuartzCore.framework in Frameworks */, + DCCBF1BF0F6022AE0040855A /* UIKit.framework in Frameworks */, + DC6640030F83B3EA000B3E49 /* AudioToolbox.framework in Frameworks */, + DC6640050F83B3EA000B3E49 /* OpenAL.framework in Frameworks */, + 506EDB88102F4C4000A389B3 /* libz.dylib in Frameworks */, + 506EDBA5102F4C9F00A389B3 /* AVFoundation.framework in Frameworks */, + D403B5D9135D1AF1004B518D /* libxml2.dylib in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 159A6656159047B3003AEEC0 /* Products */ = { + isa = PBXGroup; + children = ( + 159A665D159047B3003AEEC0 /* libcocos2dx.a */, + ); + name = Products; + sourceTree = ""; + }; + 19C28FACFE9D520D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 1D6058910D05DD3D006BFB54 /* HelloLua.app */, + ); + name = Products; + sourceTree = ""; + }; + 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { + isa = PBXGroup; + children = ( + 159A6655159047B3003AEEC0 /* cocos2dx.xcodeproj */, + 78947C5C14EBB9B000DBD5A6 /* Resources */, + BF82F41413A864B000616D55 /* Classes */, + 506EDAA3102F461B00A389B3 /* libs */, + 29B97315FDCFA39411CA2CEA /* Other Sources */, + 29B97323FDCFA39411CA2CEA /* Frameworks */, + 19C28FACFE9D520D11CA2CBB /* Products */, + ); + name = CustomTemplate; + sourceTree = ""; + }; + 29B97315FDCFA39411CA2CEA /* Other Sources */ = { + isa = PBXGroup; + children = ( + D4CEAD7713B4634300780515 /* RootViewController.mm */, + D4CEAD7813B4634300780515 /* RootViewController.h */, + BF82F42313A8654600616D55 /* HelloLua_Prefix.pch */, + BF82F41E13A8652A00616D55 /* AppController.h */, + BF82F41F13A8652A00616D55 /* AppController.mm */, + BF82F42013A8652A00616D55 /* main.m */, + ); + name = "Other Sources"; + sourceTree = ""; + }; + 29B97323FDCFA39411CA2CEA /* Frameworks */ = { + isa = PBXGroup; + children = ( + DCCBF1B60F6022AE0040855A /* CoreGraphics.framework */, + DCCBF1B80F6022AE0040855A /* Foundation.framework */, + DCCBF1BA0F6022AE0040855A /* OpenGLES.framework */, + DCCBF1BC0F6022AE0040855A /* QuartzCore.framework */, + DCCBF1BE0F6022AE0040855A /* UIKit.framework */, + DC6640040F83B3EA000B3E49 /* OpenAL.framework */, + DC6640020F83B3EA000B3E49 /* AudioToolbox.framework */, + 506EDB87102F4C4000A389B3 /* libz.dylib */, + 506EDBA4102F4C9F00A389B3 /* AVFoundation.framework */, + D403B5D8135D1AF1004B518D /* libxml2.dylib */, + ); + name = Frameworks; + sourceTree = ""; + }; + 506EDAA3102F461B00A389B3 /* libs */ = { + isa = PBXGroup; + children = ( + F480871B14E3CB6A0021A5F8 /* CocosDenshion */, + F48087DF14E3CB6A0021A5F8 /* lua */, + ); + name = libs; + sourceTree = ""; + }; + 78947C5C14EBB9B000DBD5A6 /* Resources */ = { + isa = PBXGroup; + children = ( + 15DD6D81156DD1EF003E7567 /* fps_images.png */, + 78947C5E14EBB9B000DBD5A6 /* background.mp3 */, + 78947C5F14EBB9B000DBD5A6 /* crop.png */, + 78DC4C9815490B9500317402 /* Default.png */, + 78947C6114EBB9B000DBD5A6 /* dog.png */, + 78947C6214EBB9B000DBD5A6 /* effect1.wav */, + 78947C6314EBB9B000DBD5A6 /* farm.jpg */, + 78947C6614EBB9B000DBD5A6 /* hello.lua */, + 78947C6714EBB9B000DBD5A6 /* hello2.lua */, + 78DC4C9915490B9500317402 /* Icon.png */, + 78947C6914EBB9B000DBD5A6 /* land.png */, + 78947C6A14EBB9B000DBD5A6 /* menu1.png */, + 78947C6B14EBB9B000DBD5A6 /* menu2.png */, + ); + name = Resources; + path = ../Resources; + sourceTree = ""; + }; + 78947C8014EBBB0300DBD5A6 /* ios */ = { + isa = PBXGroup; + children = ( + 78947C8114EBBB0300DBD5A6 /* CDAudioManager.h */, + 78947C8214EBBB0300DBD5A6 /* CDAudioManager.m */, + 78947C8314EBBB0300DBD5A6 /* CDConfig.h */, + 78947C8414EBBB0300DBD5A6 /* CDOpenALSupport.h */, + 78947C8514EBBB0300DBD5A6 /* CDOpenALSupport.m */, + 78947C8614EBBB0300DBD5A6 /* CocosDenshion.h */, + 78947C8714EBBB0300DBD5A6 /* CocosDenshion.m */, + 78947C8814EBBB0300DBD5A6 /* SimpleAudioEngine.mm */, + 78947C8914EBBB0300DBD5A6 /* SimpleAudioEngine_objc.h */, + 78947C8A14EBBB0300DBD5A6 /* SimpleAudioEngine_objc.m */, + ); + path = ios; + sourceTree = ""; + }; + BF82F41413A864B000616D55 /* Classes */ = { + isa = PBXGroup; + children = ( + BF82F41513A864D700616D55 /* AppDelegate.cpp */, + BF82F41613A864D700616D55 /* AppDelegate.h */, + ); + name = Classes; + sourceTree = ""; + }; + F480871B14E3CB6A0021A5F8 /* CocosDenshion */ = { + isa = PBXGroup; + children = ( + 78947C8014EBBB0300DBD5A6 /* ios */, + F480877614E3CB6A0021A5F8 /* include */, + ); + name = CocosDenshion; + path = ../../CocosDenshion; + sourceTree = ""; + }; + F480877614E3CB6A0021A5F8 /* include */ = { + isa = PBXGroup; + children = ( + F480877714E3CB6A0021A5F8 /* Export.h */, + F480877814E3CB6A0021A5F8 /* SimpleAudioEngine.h */, + ); + path = include; + sourceTree = ""; + }; + F48087DF14E3CB6A0021A5F8 /* lua */ = { + isa = PBXGroup; + children = ( + F48087E014E3CB6A0021A5F8 /* cocos2dx_support */, + F48087E914E3CB6A0021A5F8 /* lua */, + F480882914E3CB6A0021A5F8 /* tolua */, + ); + name = lua; + path = ../../lua; + sourceTree = ""; + }; + F48087E014E3CB6A0021A5F8 /* cocos2dx_support */ = { + isa = PBXGroup; + children = ( + F48087E114E3CB6A0021A5F8 /* CCLuaEngine.cpp */, + F48087E214E3CB6A0021A5F8 /* CCLuaEngine.h */, + F48087E314E3CB6A0021A5F8 /* Cocos2dxLuaLoader.cpp */, + F48087E414E3CB6A0021A5F8 /* Cocos2dxLuaLoader.h */, + F48087E514E3CB6A0021A5F8 /* LuaCocos2d.cpp */, + F48087E614E3CB6A0021A5F8 /* LuaCocos2d.h */, + F48087E714E3CB6A0021A5F8 /* tolua_fix.c */, + F48087E814E3CB6A0021A5F8 /* tolua_fix.h */, + ); + path = cocos2dx_support; + sourceTree = ""; + }; + F48087E914E3CB6A0021A5F8 /* lua */ = { + isa = PBXGroup; + children = ( + F48087EA14E3CB6A0021A5F8 /* lapi.c */, + F48087EB14E3CB6A0021A5F8 /* lapi.h */, + F48087EC14E3CB6A0021A5F8 /* lauxlib.c */, + F48087ED14E3CB6A0021A5F8 /* lauxlib.h */, + F48087EE14E3CB6A0021A5F8 /* lbaselib.c */, + F48087EF14E3CB6A0021A5F8 /* lcode.c */, + F48087F014E3CB6A0021A5F8 /* lcode.h */, + F48087F114E3CB6A0021A5F8 /* ldblib.c */, + F48087F214E3CB6A0021A5F8 /* ldebug.c */, + F48087F314E3CB6A0021A5F8 /* ldebug.h */, + F48087F414E3CB6A0021A5F8 /* ldo.c */, + F48087F514E3CB6A0021A5F8 /* ldo.h */, + F48087F614E3CB6A0021A5F8 /* ldump.c */, + F48087F714E3CB6A0021A5F8 /* lfunc.c */, + F48087F814E3CB6A0021A5F8 /* lfunc.h */, + F48087F914E3CB6A0021A5F8 /* lgc.c */, + F48087FA14E3CB6A0021A5F8 /* lgc.h */, + F48087FB14E3CB6A0021A5F8 /* linit.c */, + F48087FC14E3CB6A0021A5F8 /* liolib.c */, + F48087FD14E3CB6A0021A5F8 /* llex.c */, + F48087FE14E3CB6A0021A5F8 /* llex.h */, + F48087FF14E3CB6A0021A5F8 /* llimits.h */, + F480880014E3CB6A0021A5F8 /* lmathlib.c */, + F480880114E3CB6A0021A5F8 /* lmem.c */, + F480880214E3CB6A0021A5F8 /* lmem.h */, + F480880314E3CB6A0021A5F8 /* loadlib.c */, + F480880414E3CB6A0021A5F8 /* lobject.c */, + F480880514E3CB6A0021A5F8 /* lobject.h */, + F480880614E3CB6A0021A5F8 /* lopcodes.c */, + F480880714E3CB6A0021A5F8 /* lopcodes.h */, + F480880814E3CB6A0021A5F8 /* loslib.c */, + F480880914E3CB6A0021A5F8 /* lparser.c */, + F480880A14E3CB6A0021A5F8 /* lparser.h */, + F480880B14E3CB6A0021A5F8 /* lstate.c */, + F480880C14E3CB6A0021A5F8 /* lstate.h */, + F480880D14E3CB6A0021A5F8 /* lstring.c */, + F480880E14E3CB6A0021A5F8 /* lstring.h */, + F480880F14E3CB6A0021A5F8 /* lstrlib.c */, + F480881014E3CB6A0021A5F8 /* ltable.c */, + F480881114E3CB6A0021A5F8 /* ltable.h */, + F480881214E3CB6A0021A5F8 /* ltablib.c */, + F480881314E3CB6A0021A5F8 /* ltm.c */, + F480881414E3CB6A0021A5F8 /* ltm.h */, + F480881514E3CB6A0021A5F8 /* lua.c */, + F480881614E3CB6A0021A5F8 /* lua.h */, + F480881714E3CB6A0021A5F8 /* luaconf.h */, + F480881814E3CB6A0021A5F8 /* lualib.h */, + F480881914E3CB6A0021A5F8 /* lundump.c */, + F480881A14E3CB6A0021A5F8 /* lundump.h */, + F480881B14E3CB6A0021A5F8 /* lvm.c */, + F480881C14E3CB6A0021A5F8 /* lvm.h */, + F480881D14E3CB6A0021A5F8 /* lzio.c */, + F480881E14E3CB6A0021A5F8 /* lzio.h */, + F480881F14E3CB6A0021A5F8 /* print.c */, + ); + path = lua; + sourceTree = ""; + }; + F480882914E3CB6A0021A5F8 /* tolua */ = { + isa = PBXGroup; + children = ( + F480882A14E3CB6A0021A5F8 /* tolua++.h */, + F480882B14E3CB6A0021A5F8 /* tolua_event.c */, + F480882C14E3CB6A0021A5F8 /* tolua_event.h */, + F480882D14E3CB6A0021A5F8 /* tolua_is.c */, + F480882E14E3CB6A0021A5F8 /* tolua_map.c */, + F480882F14E3CB6A0021A5F8 /* tolua_push.c */, + F480883014E3CB6A0021A5F8 /* tolua_to.c */, + ); + path = tolua; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 1D6058900D05DD3D006BFB54 /* HelloLua */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloLua" */; + buildPhases = ( + 1D60588D0D05DD3D006BFB54 /* Resources */, + 1D60588E0D05DD3D006BFB54 /* Sources */, + 1D60588F0D05DD3D006BFB54 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 159A665F15904864003AEEC0 /* PBXTargetDependency */, + ); + name = HelloLua; + productName = HelloLua; + productReference = 1D6058910D05DD3D006BFB54 /* HelloLua.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 "HelloLua" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 159A6656159047B3003AEEC0 /* Products */; + ProjectRef = 159A6655159047B3003AEEC0 /* cocos2dx.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 1D6058900D05DD3D006BFB54 /* HelloLua */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 159A665D159047B3003AEEC0 /* libcocos2dx.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libcocos2dx.a; + remoteRef = 159A665C159047B3003AEEC0 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 1D60588D0D05DD3D006BFB54 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78947C6D14EBB9B100DBD5A6 /* background.mp3 in Resources */, + 78947C6E14EBB9B100DBD5A6 /* crop.png in Resources */, + 78947C7014EBB9B100DBD5A6 /* dog.png in Resources */, + 78947C7114EBB9B100DBD5A6 /* effect1.wav in Resources */, + 78947C7214EBB9B100DBD5A6 /* farm.jpg in Resources */, + 78947C7414EBB9B100DBD5A6 /* hello.lua in Resources */, + 78947C7514EBB9B100DBD5A6 /* hello2.lua in Resources */, + 78947C7714EBB9B100DBD5A6 /* land.png in Resources */, + 78947C7814EBB9B100DBD5A6 /* menu1.png in Resources */, + 78947C7914EBB9B100DBD5A6 /* menu2.png in Resources */, + 78DC4C9A15490B9500317402 /* Default.png in Resources */, + 78DC4C9B15490B9500317402 /* Icon.png in Resources */, + 15DD6D83156DD1EF003E7567 /* fps_images.png in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 1D60588E0D05DD3D006BFB54 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + BF82F41713A864D700616D55 /* AppDelegate.cpp in Sources */, + BF82F42113A8652A00616D55 /* AppController.mm in Sources */, + BF82F42213A8652A00616D55 /* main.m in Sources */, + D4CEAD7913B4634300780515 /* RootViewController.mm in Sources */, + F4808BF414E3CB6C0021A5F8 /* CCLuaEngine.cpp in Sources */, + F4808BF514E3CB6C0021A5F8 /* Cocos2dxLuaLoader.cpp in Sources */, + F4808BF614E3CB6C0021A5F8 /* LuaCocos2d.cpp in Sources */, + F4808BF714E3CB6C0021A5F8 /* tolua_fix.c in Sources */, + F4808BF814E3CB6C0021A5F8 /* lapi.c in Sources */, + F4808BF914E3CB6C0021A5F8 /* lauxlib.c in Sources */, + F4808BFA14E3CB6C0021A5F8 /* lbaselib.c in Sources */, + F4808BFB14E3CB6C0021A5F8 /* lcode.c in Sources */, + F4808BFC14E3CB6C0021A5F8 /* ldblib.c in Sources */, + F4808BFD14E3CB6C0021A5F8 /* ldebug.c in Sources */, + F4808BFE14E3CB6C0021A5F8 /* ldo.c in Sources */, + F4808BFF14E3CB6C0021A5F8 /* ldump.c in Sources */, + F4808C0014E3CB6C0021A5F8 /* lfunc.c in Sources */, + F4808C0114E3CB6C0021A5F8 /* lgc.c in Sources */, + F4808C0214E3CB6C0021A5F8 /* linit.c in Sources */, + F4808C0314E3CB6C0021A5F8 /* liolib.c in Sources */, + F4808C0414E3CB6C0021A5F8 /* llex.c in Sources */, + F4808C0514E3CB6C0021A5F8 /* lmathlib.c in Sources */, + F4808C0614E3CB6C0021A5F8 /* lmem.c in Sources */, + F4808C0714E3CB6C0021A5F8 /* loadlib.c in Sources */, + F4808C0814E3CB6C0021A5F8 /* lobject.c in Sources */, + F4808C0914E3CB6C0021A5F8 /* lopcodes.c in Sources */, + F4808C0A14E3CB6C0021A5F8 /* loslib.c in Sources */, + F4808C0B14E3CB6C0021A5F8 /* lparser.c in Sources */, + F4808C0C14E3CB6C0021A5F8 /* lstate.c in Sources */, + F4808C0D14E3CB6C0021A5F8 /* lstring.c in Sources */, + F4808C0E14E3CB6C0021A5F8 /* lstrlib.c in Sources */, + F4808C0F14E3CB6C0021A5F8 /* ltable.c in Sources */, + F4808C1014E3CB6C0021A5F8 /* ltablib.c in Sources */, + F4808C1114E3CB6C0021A5F8 /* ltm.c in Sources */, + F4808C1214E3CB6C0021A5F8 /* lua.c in Sources */, + F4808C1314E3CB6C0021A5F8 /* lundump.c in Sources */, + F4808C1414E3CB6C0021A5F8 /* lvm.c in Sources */, + F4808C1514E3CB6C0021A5F8 /* lzio.c in Sources */, + F4808C1614E3CB6C0021A5F8 /* print.c in Sources */, + F4808C1D14E3CB6C0021A5F8 /* tolua_event.c in Sources */, + F4808C1E14E3CB6C0021A5F8 /* tolua_is.c in Sources */, + F4808C1F14E3CB6C0021A5F8 /* tolua_map.c in Sources */, + F4808C2014E3CB6C0021A5F8 /* tolua_push.c in Sources */, + F4808C2114E3CB6C0021A5F8 /* tolua_to.c in Sources */, + 78947C8B14EBBB0300DBD5A6 /* CDAudioManager.m in Sources */, + 78947C8C14EBBB0300DBD5A6 /* CDOpenALSupport.m in Sources */, + 78947C8D14EBBB0300DBD5A6 /* CocosDenshion.m in Sources */, + 78947C8E14EBBB0300DBD5A6 /* SimpleAudioEngine.mm in Sources */, + 78947C8F14EBBB0300DBD5A6 /* SimpleAudioEngine_objc.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 159A665F15904864003AEEC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = cocos2dx; + targetProxy = 159A665E15904864003AEEC0 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 1D6058940D05DD3E006BFB54 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_FAST_OBJC_DISPATCH = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OBJC_CALL_CXX_CDTORS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = HelloLua_Prefix.pch; + GCC_PREPROCESSOR_DEFINITIONS = ( + USE_FILE32API, + TARGET_OS_IPHONE, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_TREAT_WARNINGS_AS_ERRORS = NO; + GCC_VERSION = ""; + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + HEADER_SEARCH_PATHS = ( + "\"$(SDKROOT)/usr/include/libxml2/\"", + "\"$(SRCROOT)/../../cocos2dx/\"", + "\"$(SRCROOT)/../../cocos2dx/kazmath/include\"", + "\"$(SRCROOT)/../../lua/tolua\"", + "\"$(SRCROOT)/../../lua/src\"", + "$(SRCROOT)/../../lua/cocos2dx_support", + "$(SRCROOT)/../../cocos2dx/platform/ios", + "$(SRCROOT)/../../cocos2dx/include", + ); + INFOPLIST_FILE = Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/../../cocos2dx/platform/third_party/ios/libraries\"", + ); + ONLY_ACTIVE_ARCH = YES; + OTHER_LDFLAGS = ( + "-ObjC", + "-all_load", + ); + PREBINDING = NO; + PRODUCT_NAME = HelloLua; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = NO; + WARNING_CFLAGS = ""; + }; + name = Debug; + }; + 1D6058950D05DD3E006BFB54 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_FAST_OBJC_DISPATCH = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_OBJC_CALL_CXX_CDTORS = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = HelloLua_Prefix.pch; + GCC_PREPROCESSOR_DEFINITIONS = ( + USE_FILE32API, + TARGET_OS_IPHONE, + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_TREAT_WARNINGS_AS_ERRORS = NO; + GCC_VERSION = ""; + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + HEADER_SEARCH_PATHS = ( + "\"$(SDKROOT)/usr/include/libxml2/\"", + "\"$(SRCROOT)/../../cocos2dx/\"", + "\"$(SRCROOT)/../../cocos2dx/kazmath/include\"", + "\"$(SRCROOT)/../../lua/tolua\"", + "\"$(SRCROOT)/../../lua/src\"", + "$(SRCROOT)/../../lua/cocos2dx_support", + "$(SRCROOT)/../../cocos2dx/platform/ios", + "$(SRCROOT)/../../cocos2dx/include", + ); + INFOPLIST_FILE = Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 5.0; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/../../cocos2dx/platform/third_party/ios/libraries\"", + ); + ONLY_ACTIVE_ARCH = NO; + OTHER_LDFLAGS = ( + "-ObjC", + "-all_load", + ); + PREBINDING = NO; + PRODUCT_NAME = HelloLua; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = NO; + WARNING_CFLAGS = ""; + }; + name = Release; + }; + C01FCF4F08A954540054247B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_PREPROCESSOR_DEFINITIONS = ( + DEBUG, + "COCOS2D_DEBUG=1", + "CD_DEBUG=1", + ); + "GCC_THUMB_SUPPORT[arch=armv6]" = NO; + "GCC_THUMB_SUPPORT[arch=armv7]" = YES; + GCC_VERSION = ""; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 3.0; + ONLY_ACTIVE_ARCH = YES; + PREBINDING = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALID_ARCHS = "armv6 armv7 i386"; + }; + name = Debug; + }; + C01FCF5008A954540054247B /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + GCC_C_LANGUAGE_STANDARD = c99; + "GCC_THUMB_SUPPORT[arch=armv6]" = NO; + "GCC_THUMB_SUPPORT[arch=armv7]" = YES; + GCC_UNROLL_LOOPS = YES; + GCC_VERSION = ""; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 3.0; + PREBINDING = NO; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALID_ARCHS = "armv6 armv7 i386"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloLua" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1D6058940D05DD3E006BFB54 /* Debug */, + 1D6058950D05DD3E006BFB54 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HelloLua" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C01FCF4F08A954540054247B /* Debug */, + C01FCF5008A954540054247B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; +} diff --git a/HelloLua/proj.ios/HelloLua.xcodeproj/project.pbxproj.REMOVED.git-id b/HelloLua/proj.ios/HelloLua.xcodeproj/project.pbxproj.REMOVED.git-id deleted file mode 100644 index a1877f023a..0000000000 --- a/HelloLua/proj.ios/HelloLua.xcodeproj/project.pbxproj.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -27504f6baf10e5dd447e1b9e149a88b963074dec \ No newline at end of file diff --git a/HelloWorld/Classes/AppDelegate.cpp b/HelloWorld/Classes/AppDelegate.cpp index 875c3da4e4..65e92b315f 100644 --- a/HelloWorld/Classes/AppDelegate.cpp +++ b/HelloWorld/Classes/AppDelegate.cpp @@ -1,10 +1,6 @@ #include "AppDelegate.h" - -#include "cocos2d.h" #include "HelloWorldScene.h" -#include "CCEGLView.h" - USING_NS_CC; AppDelegate::AppDelegate() { diff --git a/HelloWorld/Classes/AppDelegate.h b/HelloWorld/Classes/AppDelegate.h index 76c1c6089f..268c6c6504 100644 --- a/HelloWorld/Classes/AppDelegate.h +++ b/HelloWorld/Classes/AppDelegate.h @@ -1,7 +1,7 @@ #ifndef _APP_DELEGATE_H_ #define _APP_DELEGATE_H_ -#include "CCApplication.h" +#include "cocos2d.h" /** @brief The cocos2d Application. diff --git a/HelloWorld/proj.ios/HelloWorld.xcodeproj/project.pbxproj b/HelloWorld/proj.ios/HelloWorld.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..5de2704754 --- /dev/null +++ b/HelloWorld/proj.ios/HelloWorld.xcodeproj/project.pbxproj @@ -0,0 +1,405 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + 1551A89A158F33C400E66CFE /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1551A897158F2F7D00E66CFE /* libcocos2dx.a */; }; + 15DD6D7A156DD120003E7567 /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 15DD6D78156DD120003E7567 /* fps_images.png */; }; + 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 */; }; + 782F461A153FEDF0009FC2E5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 782F4618153FEDF0009FC2E5 /* Icon.png */; }; + 784521CE14EBA449009D533B /* CloseNormal.png in Resources */ = {isa = PBXBuildFile; fileRef = 784521C514EBA449009D533B /* CloseNormal.png */; }; + 784521CF14EBA449009D533B /* CloseSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 784521C614EBA449009D533B /* CloseSelected.png */; }; + 784521D214EBA449009D533B /* HelloWorld.png in Resources */ = {isa = PBXBuildFile; fileRef = 784521CA14EBA449009D533B /* HelloWorld.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 */; }; + D4ABB4B313B4395300552E6E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D4ABB4B213B4395300552E6E /* main.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 1551A896158F2F7D00E66CFE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 1551A88F158F2F7D00E66CFE /* cocos2dx.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 1551A33F158F2AB200E66CFE; + remoteInfo = cocos2dx; + }; + 1551A898158F339F00E66CFE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 1551A88F158F2F7D00E66CFE /* cocos2dx.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1551A33E158F2AB200E66CFE; + remoteInfo = cocos2dx; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 1551A88F158F2F7D00E66CFE /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = ""; }; + 15DD6D78156DD120003E7567 /* fps_images.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fps_images.png; sourceTree = ""; }; + 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 1D6058910D05DD3D006BFB54 /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.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; }; + 782F4618153FEDF0009FC2E5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = SOURCE_ROOT; }; + 784521C514EBA449009D533B /* CloseNormal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseNormal.png; sourceTree = ""; }; + 784521C614EBA449009D533B /* CloseSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseSelected.png; sourceTree = ""; }; + 784521CA14EBA449009D533B /* HelloWorld.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = HelloWorld.png; sourceTree = ""; }; + 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 = ""; }; + D4ABB4B213B4395300552E6E /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 1D60588F0D05DD3D006BFB54 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1551A89A158F33C400E66CFE /* 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 */ + 1551A890158F2F7D00E66CFE /* Products */ = { + isa = PBXGroup; + children = ( + 1551A897158F2F7D00E66CFE /* libcocos2dx.a */, + ); + name = Products; + sourceTree = ""; + }; + 19C28FACFE9D520D11CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + 1D6058910D05DD3D006BFB54 /* HelloWorld.app */, + ); + name = Products; + sourceTree = ""; + }; + 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = { + isa = PBXGroup; + children = ( + 1551A88F158F2F7D00E66CFE /* cocos2dx.xcodeproj */, + BF23D4E2143315EB00657E08 /* Classes */, + 29B97323FDCFA39411CA2CEA /* Frameworks */, + BF5681CC1313A84D0055EEAC /* ios */, + 19C28FACFE9D520D11CA2CBB /* Products */, + 784521C214EBA449009D533B /* Resources */, + ); + name = CustomTemplate; + sourceTree = ""; + }; + 29B97323FDCFA39411CA2CEA /* Frameworks */ = { + isa = PBXGroup; + children = ( + 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 = ( + 15DD6D78156DD120003E7567 /* fps_images.png */, + 782F4617153FEDF0009FC2E5 /* Default.png */, + 782F4618153FEDF0009FC2E5 /* Icon.png */, + 784521C514EBA449009D533B /* CloseNormal.png */, + 784521C614EBA449009D533B /* CloseSelected.png */, + 784521CA14EBA449009D533B /* HelloWorld.png */, + ); + name = Resources; + path = ../Resources; + sourceTree = ""; + }; + BF23D4E2143315EB00657E08 /* Classes */ = { + isa = PBXGroup; + children = ( + 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 /* HelloWorld */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "HelloWorld" */; + buildPhases = ( + 1D60588D0D05DD3D006BFB54 /* Resources */, + 1D60588E0D05DD3D006BFB54 /* Sources */, + 1D60588F0D05DD3D006BFB54 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 1551A899158F339F00E66CFE /* PBXTargetDependency */, + ); + name = HelloWorld; + productName = HelloWorld; + productReference = 1D6058910D05DD3D006BFB54 /* HelloWorld.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 "HelloWorld" */; + compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; + hasScannedForEncodings = 1; + knownRegions = ( + English, + Japanese, + French, + German, + ); + mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 1551A890158F2F7D00E66CFE /* Products */; + ProjectRef = 1551A88F158F2F7D00E66CFE /* cocos2dx.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 1D6058900D05DD3D006BFB54 /* HelloWorld */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 1551A897158F2F7D00E66CFE /* libcocos2dx.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libcocos2dx.a; + remoteRef = 1551A896158F2F7D00E66CFE /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 1D60588D0D05DD3D006BFB54 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 784521CE14EBA449009D533B /* CloseNormal.png in Resources */, + 784521CF14EBA449009D533B /* CloseSelected.png in Resources */, + 784521D214EBA449009D533B /* HelloWorld.png in Resources */, + 782F4619153FEDF0009FC2E5 /* Default.png in Resources */, + 782F461A153FEDF0009FC2E5 /* Icon.png in Resources */, + 15DD6D7A156DD120003E7567 /* fps_images.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 */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 1551A899158F339F00E66CFE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = cocos2dx; + targetProxy = 1551A898158F339F00E66CFE /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 1D6058940D05DD3E006BFB54 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + 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 = HelloWorld_Prefix.pch; + GCC_PREPROCESSOR_DEFINITIONS = ( + USE_FILE32API, + 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\"", + ); + INFOPLIST_FILE = "HelloWorld-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 4.0; + PRODUCT_NAME = HelloWorld; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALID_ARCHS = "armv6 armv7 i386"; + }; + name = Debug; + }; + 1D6058950D05DD3E006BFB54 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + COPY_PHASE_STRIP = YES; + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = HelloWorld_Prefix.pch; + GCC_PREPROCESSOR_DEFINITIONS = ( + USE_FILE32API, + 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\"", + ); + INFOPLIST_FILE = "HelloWorld-Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 4.0; + PRODUCT_NAME = HelloWorld; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VALID_ARCHS = "armv6 armv7 i386"; + }; + 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 "HelloWorld" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1D6058940D05DD3E006BFB54 /* Debug */, + 1D6058950D05DD3E006BFB54 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "HelloWorld" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + C01FCF4F08A954540054247B /* Debug */, + C01FCF5008A954540054247B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; +} diff --git a/HelloWorld/proj.ios/HelloWorld.xcodeproj/project.pbxproj.REMOVED.git-id b/HelloWorld/proj.ios/HelloWorld.xcodeproj/project.pbxproj.REMOVED.git-id deleted file mode 100644 index e2ea9875ed..0000000000 --- a/HelloWorld/proj.ios/HelloWorld.xcodeproj/project.pbxproj.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -f4f9e78d583a826744b48fcc5ca3103438b744cf \ No newline at end of file diff --git a/cocos2dx/CCCamera.h b/cocos2dx/CCCamera.h index a454320eed..b5d4858eed 100644 --- a/cocos2dx/CCCamera.h +++ b/cocos2dx/CCCamera.h @@ -27,10 +27,10 @@ THE SOFTWARE. #ifndef __CCCAMERA_H__ #define __CCCAMERA_H__ -#include "CCObject.h" +#include "cocoa/CCObject.h" #include "ccMacros.h" -#include #include "kazmath/mat4.h" +#include NS_CC_BEGIN diff --git a/cocos2dx/CCConfiguration.h b/cocos2dx/CCConfiguration.h index 56199a52be..9d94e606e4 100644 --- a/cocos2dx/CCConfiguration.h +++ b/cocos2dx/CCConfiguration.h @@ -26,9 +26,9 @@ THE SOFTWARE. #ifndef __CCCONFIGURATION_H__ #define __CCCONFIGURATION_H__ -#include "CCObject.h" -#include +#include "cocoa/CCObject.h" #include "CCGL.h" +#include NS_CC_BEGIN diff --git a/cocos2dx/CCDirector.h b/cocos2dx/CCDirector.h index ae1ba7f003..62e341b06a 100644 --- a/cocos2dx/CCDirector.h +++ b/cocos2dx/CCDirector.h @@ -27,11 +27,11 @@ THE SOFTWARE. #ifndef __CCDIRECTOR_H__ #define __CCDIRECTOR_H__ -#include "CCPlatformMacros.h" -#include "CCObject.h" +#include "platform/CCPlatformMacros.h" +#include "cocoa/CCObject.h" #include "ccTypes.h" -#include "CCGeometry.h" -#include "CCArray.h" +#include "cocoa/CCGeometry.h" +#include "cocoa/CCArray.h" #include "CCGL.h" #include "kazmath/mat4.h" diff --git a/cocos2dx/CCDrawingPrimitives.h b/cocos2dx/CCDrawingPrimitives.h index 71883bae07..55c1845ec4 100644 --- a/cocos2dx/CCDrawingPrimitives.h +++ b/cocos2dx/CCDrawingPrimitives.h @@ -45,7 +45,7 @@ THE SOFTWARE. */ #include "ccTypes.h" #include "ccMacros.h" -#include "CCGeometry.h" // for CCPoint +#include "cocoa/CCGeometry.h" // for CCPoint NS_CC_BEGIN diff --git a/cocos2dx/CCScheduler.h b/cocos2dx/CCScheduler.h index 327892becf..d70184e95e 100644 --- a/cocos2dx/CCScheduler.h +++ b/cocos2dx/CCScheduler.h @@ -27,7 +27,7 @@ THE SOFTWARE. #ifndef __CCSCHEDULER_H__ #define __CCSCHEDULER_H__ -#include "CCObject.h" +#include "cocoa/CCObject.h" #include "support/data_support/uthash.h" NS_CC_BEGIN diff --git a/cocos2dx/actions/CCAction.h b/cocos2dx/actions/CCAction.h index cc0fcf1362..d51d0a075f 100644 --- a/cocos2dx/actions/CCAction.h +++ b/cocos2dx/actions/CCAction.h @@ -27,8 +27,9 @@ THE SOFTWARE. #ifndef __ACTIONS_CCACTION_H__ #define __ACTIONS_CCACTION_H__ -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" +#include "platform/CCPlatformMacros.h" NS_CC_BEGIN diff --git a/cocos2dx/actions/CCActionCatmullRom.h b/cocos2dx/actions/CCActionCatmullRom.h index 1477e468ef..4f6fd87c3e 100644 --- a/cocos2dx/actions/CCActionCatmullRom.h +++ b/cocos2dx/actions/CCActionCatmullRom.h @@ -38,8 +38,8 @@ #define __CCACTION_CATMULLROM_H__ #include "CCActionInterval.h" -#include "CCNode.h" -#include "CCGeometry.h" +#include "base_nodes/CCNode.h" +#include "cocoa/CCGeometry.h" NS_CC_BEGIN; diff --git a/cocos2dx/actions/CCActionInterval.h b/cocos2dx/actions/CCActionInterval.h index 399976941c..78b56db756 100644 --- a/cocos2dx/actions/CCActionInterval.h +++ b/cocos2dx/actions/CCActionInterval.h @@ -27,11 +27,11 @@ THE SOFTWARE. #ifndef __ACTION_CCINTERVAL_ACTION_H__ #define __ACTION_CCINTERVAL_ACTION_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" #include "CCAction.h" #include "CCProtocols.h" -#include "CCSpriteFrame.h" -#include "CCAnimation.h" +#include "sprite_nodes/CCSpriteFrame.h" +#include "sprite_nodes/CCAnimation.h" #include NS_CC_BEGIN diff --git a/cocos2dx/actions/CCActionManager.h b/cocos2dx/actions/CCActionManager.h index 60cddaaaf1..8e10821d15 100644 --- a/cocos2dx/actions/CCActionManager.h +++ b/cocos2dx/actions/CCActionManager.h @@ -29,8 +29,8 @@ THE SOFTWARE. #define __ACTION_CCACTION_MANAGER_H__ #include "CCAction.h" -#include "CCArray.h" -#include "CCObject.h" +#include "cocoa/CCArray.h" +#include "cocoa/CCObject.h" NS_CC_BEGIN diff --git a/cocos2dx/base_nodes/CCNode.h b/cocos2dx/base_nodes/CCNode.h index 317c52adfb..445df6d477 100644 --- a/cocos2dx/base_nodes/CCNode.h +++ b/cocos2dx/base_nodes/CCNode.h @@ -29,11 +29,11 @@ #define __PLATFOMR_CCNODE_H__ #include "ccMacros.h" -#include "CCAffineTransform.h" -#include "CCArray.h" +#include "cocoa/CCAffineTransform.h" +#include "cocoa/CCArray.h" #include "CCGL.h" -#include "ccGLStateCache.h" -#include "CCGLProgram.h" +#include "shaders/ccGLStateCache.h" +#include "shaders/CCGLProgram.h" #include "kazmath/kazmath.h" NS_CC_BEGIN diff --git a/cocos2dx/cocoa/CCAffineTransform.h b/cocos2dx/cocoa/CCAffineTransform.h index 09ec21c94f..4bb5775950 100644 --- a/cocos2dx/cocoa/CCAffineTransform.h +++ b/cocos2dx/cocoa/CCAffineTransform.h @@ -26,7 +26,7 @@ THE SOFTWARE. #define __COCOA_CGAFFINETRANSFORM_H__ #include "CCGeometry.h" -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" NS_CC_BEGIN diff --git a/cocos2dx/cocoa/CCGeometry.h b/cocos2dx/cocoa/CCGeometry.h index 5781813b14..6be663ba6b 100644 --- a/cocos2dx/cocoa/CCGeometry.h +++ b/cocos2dx/cocoa/CCGeometry.h @@ -25,7 +25,7 @@ THE SOFTWARE. #ifndef __CCGEMETRY_H__ #define __CCGEMETRY_H__ -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include "CCObject.h" NS_CC_BEGIN diff --git a/cocos2dx/cocoa/CCObject.h b/cocos2dx/cocoa/CCObject.h index ef3c2d45e9..564e16ac16 100644 --- a/cocos2dx/cocoa/CCObject.h +++ b/cocos2dx/cocoa/CCObject.h @@ -25,7 +25,7 @@ THE SOFTWARE. #ifndef __CCOBJECT_H__ #define __CCOBJECT_H__ -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" NS_CC_BEGIN diff --git a/cocos2dx/cocoa/CCZone.h b/cocos2dx/cocoa/CCZone.h index aa9460a4ea..e18496c0a2 100644 --- a/cocos2dx/cocoa/CCZone.h +++ b/cocos2dx/cocoa/CCZone.h @@ -25,8 +25,8 @@ THE SOFTWARE. #ifndef __CC_ZONE_H__ #define __CC_ZONE_H__ +#include "platform/CCPlatformMacros.h" #include -#include "CCPlatformMacros.h" NS_CC_BEGIN diff --git a/cocos2dx/effects/CCGrabber.h b/cocos2dx/effects/CCGrabber.h index be51d4afee..cb22892d3a 100644 --- a/cocos2dx/effects/CCGrabber.h +++ b/cocos2dx/effects/CCGrabber.h @@ -26,7 +26,7 @@ THE SOFTWARE. #define __EFFECTS_CCGRABBER_H__ #include "CCConfiguration.h" -#include "CCObject.h" +#include "cocoa/CCObject.h" #include "CCGL.h" NS_CC_BEGIN diff --git a/cocos2dx/effects/CCGrid.h b/cocos2dx/effects/CCGrid.h index 24946cc215..fd4b645113 100644 --- a/cocos2dx/effects/CCGrid.h +++ b/cocos2dx/effects/CCGrid.h @@ -25,11 +25,11 @@ THE SOFTWARE. #ifndef __EFFECTS_CCGRID_H__ #define __EFFECTS_CCGRID_H__ -#include "CCObject.h" -#include "CCNode.h" +#include "cocoa/CCObject.h" +#include "base_nodes/CCNode.h" #include "CCCamera.h" #include "ccTypes.h" -#include "CCTexture2D.h" +#include "textures/CCTexture2D.h" #include "CCDirector.h" #include "kazmath/mat4.h" diff --git a/cocos2dx/extensions/CCControlExtension/CCControl.h b/cocos2dx/extensions/CCControlExtension/CCControl.h index 65705c269e..9eab3048cd 100644 --- a/cocos2dx/extensions/CCControlExtension/CCControl.h +++ b/cocos2dx/extensions/CCControlExtension/CCControl.h @@ -31,7 +31,7 @@ #include "CCInvocation.h" #include "CCControlUtils.h" -#include "CCLayer.h" +#include "layers_scenes_transitions_nodes/CCLayer.h" NS_CC_EXT_BEGIN diff --git a/cocos2dx/extensions/CCControlExtension/CCControlSlider.h b/cocos2dx/extensions/CCControlExtension/CCControlSlider.h index 59db5356c2..58eb60fc39 100644 --- a/cocos2dx/extensions/CCControlExtension/CCControlSlider.h +++ b/cocos2dx/extensions/CCControlExtension/CCControlSlider.h @@ -31,8 +31,8 @@ #include "CCControl.h" #include "CCInvocation.h" -#include "CCSprite.h" -#include "CCMenuItem.h" +#include "sprite_nodes/CCSprite.h" +#include "menu_nodes/CCMenuItem.h" #define SLIDER_MARGIN_H 24 #define SLIDER_MARGIN_V 8 diff --git a/cocos2dx/extensions/CCControlExtension/CCControlUtils.h b/cocos2dx/extensions/CCControlExtension/CCControlUtils.h index 6bea70c9a8..e8c765a71c 100644 --- a/cocos2dx/extensions/CCControlExtension/CCControlUtils.h +++ b/cocos2dx/extensions/CCControlExtension/CCControlUtils.h @@ -32,7 +32,7 @@ #ifndef __CCCONTROL_UTILS_H__ #define __CCCONTROL_UTILS_H__ -#include "CCSprite.h" +#include "sprite_nodes/CCSprite.h" NS_CC_EXT_BEGIN diff --git a/cocos2dx/extensions/CCControlExtension/CCInvocation.h b/cocos2dx/extensions/CCControlExtension/CCInvocation.h index 8c9c7482b8..535ef70546 100644 --- a/cocos2dx/extensions/CCControlExtension/CCInvocation.h +++ b/cocos2dx/extensions/CCControlExtension/CCInvocation.h @@ -5,7 +5,7 @@ #ifndef __CCINVOCATION_H__ #define __CCINVOCATION_H__ -#include "CCObject.h" +#include "cocoa/CCObject.h" NS_CC_EXT_BEGIN diff --git a/cocos2dx/extensions/CCControlExtension/CCScale9Sprite.h b/cocos2dx/extensions/CCControlExtension/CCScale9Sprite.h index 0e1a5a8c93..b454a12515 100644 --- a/cocos2dx/extensions/CCControlExtension/CCScale9Sprite.h +++ b/cocos2dx/extensions/CCControlExtension/CCScale9Sprite.h @@ -9,7 +9,7 @@ #ifndef __CCScale9Sprite_H__ #define __CCScale9Sprite_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" #include "CCProtocols.h" diff --git a/cocos2dx/extensions/CCControlExtension/CCSpacer.h b/cocos2dx/extensions/CCControlExtension/CCSpacer.h index 7dbe4e6b16..7384395f7f 100644 --- a/cocos2dx/extensions/CCControlExtension/CCSpacer.h +++ b/cocos2dx/extensions/CCControlExtension/CCSpacer.h @@ -1,7 +1,7 @@ #ifndef __CCSPACER_H__ #define __CCSPACER_H__ -#include "CCLayer.h" +#include "layers_scenes_transitions_nodes/CCLayer.h" NS_CC_EXT_BEGIN diff --git a/cocos2dx/extensions/CCListView/CCListView.h b/cocos2dx/extensions/CCListView/CCListView.h index 7f00ef93db..7b848697fc 100644 --- a/cocos2dx/extensions/CCListView/CCListView.h +++ b/cocos2dx/extensions/CCListView/CCListView.h @@ -26,12 +26,12 @@ THE SOFTWARE. #ifndef __CC_LIST_VIEW_H__ #define __CC_LIST_VIEW_H__ -#include -#include "platform.h" -#include -#include -//#include "../lua/cocos2dx_support/CCLuaEngine.h" + +#include "platform/platform.h" #include "CCListViewCell.h" +#include +#include +#include NS_CC_EXT_BEGIN diff --git a/cocos2dx/extensions/CCListView/CCListViewCell.h b/cocos2dx/extensions/CCListView/CCListViewCell.h index 459c026874..21eefb39c5 100644 --- a/cocos2dx/extensions/CCListView/CCListViewCell.h +++ b/cocos2dx/extensions/CCListView/CCListViewCell.h @@ -27,7 +27,7 @@ THE SOFTWARE. #define __CC_LIST_VIEW_CELL_H_ #include "CCControlDefine.h" -#include "CCLayer.h" +#include "layers_scenes_transitions_nodes/CCLayer.h" NS_CC_EXT_BEGIN diff --git a/cocos2dx/extensions/CCNotificationCenter/CCNotificationCenter.h b/cocos2dx/extensions/CCNotificationCenter/CCNotificationCenter.h index 24965cab6f..0ea1d3a30b 100644 --- a/cocos2dx/extensions/CCNotificationCenter/CCNotificationCenter.h +++ b/cocos2dx/extensions/CCNotificationCenter/CCNotificationCenter.h @@ -25,7 +25,7 @@ THE SOFTWARE. #ifndef __CCNOTIFICATIONCENTER_H__ #define __CCNOTIFICATIONCENTER_H__ -#include "CCObject.h" +#include "cocoa/CCObject.h" namespace cocos2d { class CCArray; } diff --git a/cocos2dx/include/CCProtocols.h b/cocos2dx/include/CCProtocols.h index 476697a61a..2dd5c0b87f 100755 --- a/cocos2dx/include/CCProtocols.h +++ b/cocos2dx/include/CCProtocols.h @@ -27,7 +27,7 @@ THE SOFTWARE. #define __CCPROTOCOLS_H__ #include "ccTypes.h" -#include "CCTexture2D.h" +#include "textures/CCTexture2D.h" #include NS_CC_BEGIN diff --git a/cocos2dx/include/ccConfig.h b/cocos2dx/include/ccConfig.h index b1eead860b..e51a21809a 100755 --- a/cocos2dx/include/ccConfig.h +++ b/cocos2dx/include/ccConfig.h @@ -27,7 +27,7 @@ THE SOFTWARE. #ifndef __CCCONFIG_H__ #define __CCCONFIG_H__ -#include "CCPlatformConfig.h" +#include "platform/CCPlatformConfig.h" /** @file diff --git a/cocos2dx/include/ccMacros.h b/cocos2dx/include/ccMacros.h index 46245f6592..49252d46bb 100644 --- a/cocos2dx/include/ccMacros.h +++ b/cocos2dx/include/ccMacros.h @@ -31,7 +31,7 @@ THE SOFTWARE. #define _USE_MATH_DEFINES #endif -#include "CCCommon.h" +#include "platform/CCCommon.h" #include "CCStdC.h" #ifndef CCAssert diff --git a/cocos2dx/include/ccTypes.h b/cocos2dx/include/ccTypes.h index de685fb319..15d9704f1a 100755 --- a/cocos2dx/include/ccTypes.h +++ b/cocos2dx/include/ccTypes.h @@ -27,7 +27,7 @@ THE SOFTWARE. #ifndef __CCTYPES_H__ #define __CCTYPES_H__ -#include "CCGeometry.h" +#include "cocoa/CCGeometry.h" #include "CCGL.h" NS_CC_BEGIN diff --git a/cocos2dx/include/cocos2d.h b/cocos2dx/include/cocos2d.h index a708e7c56c..3ece330dc9 100755 --- a/cocos2dx/include/cocos2d.h +++ b/cocos2dx/include/cocos2d.h @@ -38,39 +38,40 @@ THE SOFTWARE. #include "ccConfig.h" // actions -#include "CCAction.h" -#include "CCActionInterval.h" -#include "CCActionCamera.h" -#include "CCActionManager.h" -#include "CCActionEase.h" -#include "CCActionPageTurn3D.h" -#include "CCActionGrid.h" -#include "CCActionProgressTimer.h" -#include "CCActionGrid3D.h" -#include "CCActionTiledGrid.h" -#include "CCActionInstant.h" -#include "CCActionTween.h" +#include "actions/CCAction.h" +#include "actions/CCActionInterval.h" +#include "actions/CCActionCamera.h" +#include "actions/CCActionManager.h" +#include "actions/CCActionEase.h" +#include "actions/CCActionPageTurn3D.h" +#include "actions/CCActionGrid.h" +#include "actions/CCActionProgressTimer.h" +#include "actions/CCActionGrid3D.h" +#include "actions/CCActionTiledGrid.h" +#include "actions/CCActionInstant.h" +#include "actions/CCActionTween.h" +#include "actions/CCActionCatmullRom.h" // base_nodes -#include "CCNode.h" -#include "CCAtlasNode.h" +#include "base_nodes/CCNode.h" +#include "base_nodes/CCAtlasNode.h" // cocoa -#include "CCAffineTransform.h" -#include "CCDictionary.h" -#include "CCObject.h" -#include "CCArray.h" -#include "CCGeometry.h" -#include "CCSet.h" -#include "CCAutoreleasePool.h" -#include "CCInteger.h" -#include "CCString.h" -#include "CCNS.h" -#include "CCZone.h" +#include "cocoa/CCAffineTransform.h" +#include "cocoa/CCDictionary.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCArray.h" +#include "cocoa/CCGeometry.h" +#include "cocoa/CCSet.h" +#include "cocoa/CCAutoreleasePool.h" +#include "cocoa/CCInteger.h" +#include "cocoa/CCString.h" +#include "cocoa/CCNS.h" +#include "cocoa/CCZone.h" // effects -#include "CCGrabber.h" -#include "CCGrid.h" +#include "effects/CCGrabber.h" +#include "effects/CCGrid.h" // include #include "CCEventType.h" @@ -81,100 +82,123 @@ THE SOFTWARE. #include "cocos2dExt.h" // kazmath -#include "kazmath/kazmath.h" -#include "kazmath/GL/matrix.h" +#include "kazmath/include/kazmath/kazmath.h" +#include "kazmath/include/kazmath/GL/matrix.h" // keypad_dispatcher -#include "CCKeypadDelegate.h" -#include "CCKeypadDispatcher.h" +#include "keypad_dispatcher/CCKeypadDelegate.h" +#include "keypad_dispatcher/CCKeypadDispatcher.h" // label_nodes -#include "CCLabelAtlas.h" -#include "CCLabelTTF.h" -#include "CCLabelBMFont.h" +#include "label_nodes/CCLabelAtlas.h" +#include "label_nodes/CCLabelTTF.h" +#include "label_nodes/CCLabelBMFont.h" // layers_scenes_transitions_nodes -#include "CCLayer.h" -#include "CCScene.h" -#include "CCTransition.h" -#include "CCTransitionPageTurn.h" -#include "CCTransitionProgress.h" +#include "layers_scenes_transitions_nodes/CCLayer.h" +#include "layers_scenes_transitions_nodes/CCScene.h" +#include "layers_scenes_transitions_nodes/CCTransition.h" +#include "layers_scenes_transitions_nodes/CCTransitionPageTurn.h" +#include "layers_scenes_transitions_nodes/CCTransitionProgress.h" // menu_nodes -#include "CCMenu.h" -#include "CCMenuItem.h" +#include "menu_nodes/CCMenu.h" +#include "menu_nodes/CCMenuItem.h" // misc_nodes -#include "CCMotionStreak.h" -#include "CCProgressTimer.h" -#include "CCRenderTexture.h" +#include "misc_nodes/CCMotionStreak.h" +#include "misc_nodes/CCProgressTimer.h" +#include "misc_nodes/CCRenderTexture.h" // particle_nodes -#include "CCParticleBatchNode.h" -#include "CCParticleSystem.h" -#include "CCParticleExamples.h" -#include "CCParticleSystemQuad.h" +#include "particle_nodes/CCParticleBatchNode.h" +#include "particle_nodes/CCParticleSystem.h" +#include "particle_nodes/CCParticleExamples.h" +#include "particle_nodes/CCParticleSystemQuad.h" // platform -#include "CCAccelerometer.h" -#include "CCApplication.h" -#include "CCEGLView.h" -#include "CCGL.h" -#include "CCCommon.h" -#include "CCFileUtils.h" -#include "CCImage.h" -#include "CCSAXParser.h" -#include "CCStdC.h" -#include "CCThread.h" -#include "platform.h" + +#include "platform/CCCommon.h" +#include "platform/CCFileUtils.h" +#include "platform/CCImage.h" +#include "platform/CCSAXParser.h" +#include "platform/CCThread.h" +#include "platform/platform.h" +#include "platform/CCPlatformConfig.h" +#include "platform/CCPlatformMacros.h" + +#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) + #include "platform/ios/CCAccelerometer.h" + #include "platform/ios/CCApplication.h" + #include "platform/ios/CCEGLView.h" + #include "platform/ios/CCGL.h" + #include "platform/ios/CCStdC.h" +#endif // CC_TARGET_PLATFORM == CC_PLATFORM_IOS + +#if (CC_TARGET_PLATFROM == CC_PLATFORM_ANDROID) + #include "platform/android/CCAccelerometer.h" + #include "platform/android/CCApplication.h" + #include "platform/android/CCEGLView.h" + #include "platform/android/CCGL.h" + #include "platform/android/CCStdC.h" +#endif // CC_TARGET_PLATFROM == CC_PLATFORM_ANDROID + +#if (CC_TARGET_PLATFROM == CC_PLATFORM_WIN32) +#include "platform/win32/CCAccelerometer.h" +#include "platform/win32/CCApplication.h" +#include "platform/win32/CCEGLView.h" +#include "platform/win32/CCGL.h" +#include "platform/win32/CCStdC.h" +#endif // CC_TARGET_PLATFROM == CC_PLATFORM_WIN32 + // script_support -#include "CCScriptSupport.h" +#include "script_support/CCScriptSupport.h" // shaders -#include "CCGLProgram.h" -#include "ccGLStateCache.h" -#include "CCShaderCache.h" -#include "ccShaders.h" +#include "shaders/CCGLProgram.h" +#include "shaders/ccGLStateCache.h" +#include "shaders/CCShaderCache.h" +#include "shaders/ccShaders.h" // sprite_nodes -#include "CCAnimation.h" -#include "CCAnimationCache.h" -#include "CCSprite.h" -#include "CCSpriteBatchNode.h" -#include "CCSpriteFrame.h" -#include "CCSpriteFrameCache.h" +#include "sprite_nodes/CCAnimation.h" +#include "sprite_nodes/CCAnimationCache.h" +#include "sprite_nodes/CCSprite.h" +#include "sprite_nodes/CCSpriteBatchNode.h" +#include "sprite_nodes/CCSpriteFrame.h" +#include "sprite_nodes/CCSpriteFrameCache.h" // support -#include "CCPointExtension.h" -#include "CCProfiling.h" -#include "CCUserDefault.h" -#include "CCVertex.h" +#include "support/CCPointExtension.h" +#include "support/CCProfiling.h" +#include "support/CCUserDefault.h" +#include "support/CCVertex.h" // text_input_node -#include "CCIMEDelegate.h" -#include "CCIMEDispatcher.h" -#include "CCTextFieldTTF.h" +#include "text_input_node/CCIMEDelegate.h" +#include "text_input_node/CCIMEDispatcher.h" +#include "text_input_node/CCTextFieldTTF.h" // textures -#include "CCTexture2D.h" -#include "CCTextureAtlas.h" -#include "CCTextureCache.h" -#include "CCTexturePVR.h" +#include "textures/CCTexture2D.h" +#include "textures/CCTextureAtlas.h" +#include "textures/CCTextureCache.h" +#include "textures/CCTexturePVR.h" // tileMap_parallax_nodes -#include "CCParallaxNode.h" -#include "CCTMXLayer.h" -#include "CCTMXObjectGroup.h" -#include "CCTMXTiledMap.h" -#include "CCTMXXMLParser.h" -#include "CCTileMapAtlas.h" +#include "tileMap_parallax_nodes/CCParallaxNode.h" +#include "tileMap_parallax_nodes/CCTMXLayer.h" +#include "tileMap_parallax_nodes/CCTMXObjectGroup.h" +#include "tileMap_parallax_nodes/CCTMXTiledMap.h" +#include "tileMap_parallax_nodes/CCTMXXMLParser.h" +#include "tileMap_parallax_nodes/CCTileMapAtlas.h" // touch_dispatcher -#include "CCTouch.h" -#include "CCTouchDelegateProtocol.h" -#include "CCTouchDispatcher.h" -#include "CCTouchHandler.h" +#include "touch_dispatcher/CCTouch.h" +#include "touch_dispatcher/CCTouchDelegateProtocol.h" +#include "touch_dispatcher/CCTouchDispatcher.h" +#include "touch_dispatcher/CCTouchHandler.h" // root #include "CCCamera.h" diff --git a/cocos2dx/kazmath/include/kazmath/GL/matrix.h b/cocos2dx/kazmath/include/kazmath/GL/matrix.h index 8b624a9868..a1c95f8bf9 100644 --- a/cocos2dx/kazmath/include/kazmath/GL/matrix.h +++ b/cocos2dx/kazmath/include/kazmath/GL/matrix.h @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef KM_GL_MATRIX_H_INCLUDED #define KM_GL_MATRIX_H_INCLUDED -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #define KM_GL_MODELVIEW 0x1700 #define KM_GL_PROJECTION 0x1701 diff --git a/cocos2dx/kazmath/include/kazmath/aabb.h b/cocos2dx/kazmath/include/kazmath/aabb.h index 5c2e997bec..6b1860c13b 100644 --- a/cocos2dx/kazmath/include/kazmath/aabb.h +++ b/cocos2dx/kazmath/include/kazmath/aabb.h @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef KAZMATH_AABB_H_INCLUDED #define KAZMATH_AABB_H_INCLUDED -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include "vec3.h" #include "utility.h" diff --git a/cocos2dx/kazmath/include/kazmath/mat3.h b/cocos2dx/kazmath/include/kazmath/mat3.h index fc0668b20d..4d22dfb28a 100644 --- a/cocos2dx/kazmath/include/kazmath/mat3.h +++ b/cocos2dx/kazmath/include/kazmath/mat3.h @@ -27,7 +27,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef MAT3_H_INCLUDED #define MAT3_H_INCLUDED -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include "utility.h" struct kmVec3; diff --git a/cocos2dx/kazmath/include/kazmath/mat4.h b/cocos2dx/kazmath/include/kazmath/mat4.h index f8ad019d5f..241a0b9ec0 100644 --- a/cocos2dx/kazmath/include/kazmath/mat4.h +++ b/cocos2dx/kazmath/include/kazmath/mat4.h @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef MAT4_H_INCLUDED #define MAT4_H_INCLUDED -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include "utility.h" struct kmVec3; diff --git a/cocos2dx/kazmath/include/kazmath/plane.h b/cocos2dx/kazmath/include/kazmath/plane.h index 105b1cbcaa..0a42daf63e 100644 --- a/cocos2dx/kazmath/include/kazmath/plane.h +++ b/cocos2dx/kazmath/include/kazmath/plane.h @@ -33,7 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define KM_PLANE_NEAR 4 #define KM_PLANE_FAR 5 -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include "utility.h" struct kmVec3; diff --git a/cocos2dx/kazmath/include/kazmath/quaternion.h b/cocos2dx/kazmath/include/kazmath/quaternion.h index 2e9bb582c4..a3632f0ff9 100644 --- a/cocos2dx/kazmath/include/kazmath/quaternion.h +++ b/cocos2dx/kazmath/include/kazmath/quaternion.h @@ -30,7 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. extern "C" { #endif -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include "utility.h" struct kmMat4; diff --git a/cocos2dx/kazmath/include/kazmath/ray2.h b/cocos2dx/kazmath/include/kazmath/ray2.h index c93c3b4a4e..6734a95611 100644 --- a/cocos2dx/kazmath/include/kazmath/ray2.h +++ b/cocos2dx/kazmath/include/kazmath/ray2.h @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef RAY_2_H #define RAY_2_H -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include "utility.h" #include "vec2.h" diff --git a/cocos2dx/kazmath/include/kazmath/utility.h b/cocos2dx/kazmath/include/kazmath/utility.h index 62b196be1c..ed6bff6854 100644 --- a/cocos2dx/kazmath/include/kazmath/utility.h +++ b/cocos2dx/kazmath/include/kazmath/utility.h @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef UTILITY_H_INCLUDED #define UTILITY_H_INCLUDED -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include #ifndef kmScalar diff --git a/cocos2dx/kazmath/include/kazmath/vec2.h b/cocos2dx/kazmath/include/kazmath/vec2.h index d8fdf82e41..6c29d4005f 100644 --- a/cocos2dx/kazmath/include/kazmath/vec2.h +++ b/cocos2dx/kazmath/include/kazmath/vec2.h @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef VEC2_H_INCLUDED #define VEC2_H_INCLUDED -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" struct kmMat3; diff --git a/cocos2dx/kazmath/include/kazmath/vec3.h b/cocos2dx/kazmath/include/kazmath/vec3.h index d8c8641cf4..eb74d41b61 100644 --- a/cocos2dx/kazmath/include/kazmath/vec3.h +++ b/cocos2dx/kazmath/include/kazmath/vec3.h @@ -26,7 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef VEC3_H_INCLUDED #define VEC3_H_INCLUDED -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include #ifndef kmScalar diff --git a/cocos2dx/keypad_dispatcher/CCKeypadDelegate.h b/cocos2dx/keypad_dispatcher/CCKeypadDelegate.h index 0bdaefdd6a..5526094d4b 100644 --- a/cocos2dx/keypad_dispatcher/CCKeypadDelegate.h +++ b/cocos2dx/keypad_dispatcher/CCKeypadDelegate.h @@ -26,7 +26,7 @@ THE SOFTWARE. #define __CCKEYPAD_DELEGATE_H__ -#include "CCObject.h" +#include "cocoa/CCObject.h" NS_CC_BEGIN diff --git a/cocos2dx/keypad_dispatcher/CCKeypadDispatcher.h b/cocos2dx/keypad_dispatcher/CCKeypadDispatcher.h index 4e39b636e8..9637d8f9e5 100644 --- a/cocos2dx/keypad_dispatcher/CCKeypadDispatcher.h +++ b/cocos2dx/keypad_dispatcher/CCKeypadDispatcher.h @@ -26,7 +26,7 @@ THE SOFTWARE. #define __CCKEYPAD_DISPATCHER_H__ #include "CCKeypadDelegate.h" -#include "CCArray.h" +#include "cocoa/CCArray.h" NS_CC_BEGIN diff --git a/cocos2dx/label_nodes/CCLabelAtlas.h b/cocos2dx/label_nodes/CCLabelAtlas.h index 93c7089fd4..a252a6960a 100644 --- a/cocos2dx/label_nodes/CCLabelAtlas.h +++ b/cocos2dx/label_nodes/CCLabelAtlas.h @@ -26,7 +26,7 @@ THE SOFTWARE. #ifndef __CCLABEL_ATLAS_H__ #define __CCLABEL_ATLAS_H__ -#include "CCAtlasNode.h" +#include "base_nodes/CCAtlasNode.h" NS_CC_BEGIN diff --git a/cocos2dx/label_nodes/CCLabelBMFont.h b/cocos2dx/label_nodes/CCLabelBMFont.h index 667271fd89..9fb9182591 100644 --- a/cocos2dx/label_nodes/CCLabelBMFont.h +++ b/cocos2dx/label_nodes/CCLabelBMFont.h @@ -33,7 +33,7 @@ Use any of these editors to generate BMFonts: #ifndef __CCBITMAP_FONT_ATLAS_H__ #define __CCBITMAP_FONT_ATLAS_H__ -#include "CCSpriteBatchNode.h" +#include "sprite_nodes/CCSpriteBatchNode.h" #include #include #include diff --git a/cocos2dx/label_nodes/CCLabelTTF.h b/cocos2dx/label_nodes/CCLabelTTF.h index 27427e1d11..9f5b728b00 100644 --- a/cocos2dx/label_nodes/CCLabelTTF.h +++ b/cocos2dx/label_nodes/CCLabelTTF.h @@ -25,8 +25,8 @@ THE SOFTWARE. #ifndef __CCLABELTTF_H__ #define __CCLABELTTF_H__ -#include "CCSprite.h" -#include "CCTexture2D.h" +#include "sprite_nodes/CCSprite.h" +#include "textures/CCTexture2D.h" NS_CC_BEGIN diff --git a/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h b/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h index 21745e4bc7..03bc7e9a9c 100644 --- a/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h +++ b/cocos2dx/layers_scenes_transitions_nodes/CCLayer.h @@ -27,12 +27,12 @@ THE SOFTWARE. #ifndef __CCLAYER_H__ #define __CCLAYER_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" #include "CCProtocols.h" -#include "CCTouchDelegateProtocol.h" -#include "CCAccelerometerDelegate.h" -#include "CCKeypadDelegate.h" -#include "CCArray.h" +#include "touch_dispatcher/CCTouchDelegateProtocol.h" +#include "platform/CCAccelerometerDelegate.h" +#include "keypad_dispatcher/CCKeypadDelegate.h" +#include "cocoa/CCArray.h" NS_CC_BEGIN diff --git a/cocos2dx/layers_scenes_transitions_nodes/CCScene.h b/cocos2dx/layers_scenes_transitions_nodes/CCScene.h index 346d73eb8d..143a32be64 100644 --- a/cocos2dx/layers_scenes_transitions_nodes/CCScene.h +++ b/cocos2dx/layers_scenes_transitions_nodes/CCScene.h @@ -27,7 +27,7 @@ THE SOFTWARE. #ifndef __CCSCENE_H__ #define __CCSCENE_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" NS_CC_BEGIN diff --git a/cocos2dx/menu_nodes/CCMenu.h b/cocos2dx/menu_nodes/CCMenu.h index 77b5833338..9790568f6d 100644 --- a/cocos2dx/menu_nodes/CCMenu.h +++ b/cocos2dx/menu_nodes/CCMenu.h @@ -26,7 +26,7 @@ THE SOFTWARE. #define __CCMENU_H_ #include "CCMenuItem.h" -#include "CCLayer.h" +#include "layers_scenes_transitions_nodes/CCLayer.h" NS_CC_BEGIN diff --git a/cocos2dx/menu_nodes/CCMenuItem.h b/cocos2dx/menu_nodes/CCMenuItem.h index d845708ab0..5c37532b24 100644 --- a/cocos2dx/menu_nodes/CCMenuItem.h +++ b/cocos2dx/menu_nodes/CCMenuItem.h @@ -27,9 +27,9 @@ THE SOFTWARE. #ifndef __CCMENU_ITEM_H__ #define __CCMENU_ITEM_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" #include "CCProtocols.h" -#include "CCArray.h" +#include "cocoa/CCArray.h" NS_CC_BEGIN diff --git a/cocos2dx/misc_nodes/CCMotionStreak.h b/cocos2dx/misc_nodes/CCMotionStreak.h index 63e50836b8..80af657693 100644 --- a/cocos2dx/misc_nodes/CCMotionStreak.h +++ b/cocos2dx/misc_nodes/CCMotionStreak.h @@ -26,9 +26,9 @@ THE SOFTWARE. #define __CCMOTION_STREAK_H__ #include "CCProtocols.h" -#include "CCTexture2D.h" +#include "textures/CCTexture2D.h" #include "ccTypes.h" -#include "CCNode.h" +#include "base_nodes/CCNode.h" NS_CC_BEGIN diff --git a/cocos2dx/misc_nodes/CCProgressTimer.h b/cocos2dx/misc_nodes/CCProgressTimer.h index 263dcfaa76..553373123e 100644 --- a/cocos2dx/misc_nodes/CCProgressTimer.h +++ b/cocos2dx/misc_nodes/CCProgressTimer.h @@ -25,7 +25,7 @@ THE SOFTWARE. #ifndef __MISC_NODE_CCPROGRESS_TIMER_H__ #define __MISC_NODE_CCPROGRESS_TIMER_H__ -#include "CCSprite.h" +#include "sprite_nodes/CCSprite.h" NS_CC_BEGIN diff --git a/cocos2dx/misc_nodes/CCRenderTexture.h b/cocos2dx/misc_nodes/CCRenderTexture.h index 49d1a2c4af..79f8a3f50b 100644 --- a/cocos2dx/misc_nodes/CCRenderTexture.h +++ b/cocos2dx/misc_nodes/CCRenderTexture.h @@ -25,8 +25,8 @@ THE SOFTWARE. #ifndef __CCRENDER_TEXTURE_H__ #define __CCRENDER_TEXTURE_H__ -#include "CCNode.h" -#include "CCSprite.h" +#include "base_nodes/CCNode.h" +#include "sprite_nodes/CCSprite.h" #include "kazmath/mat4.h" NS_CC_BEGIN @@ -58,9 +58,9 @@ public: CCRenderTexture(); virtual ~CCRenderTexture(); - /** initializes a RenderTexture object with width and height in Points and a pixel format( only RGB and RGBA formats are valid ) and depthStencil format - @warning: This interface will be deprecated in future. - */ + /** initializes a RenderTexture object with width and height in Points and a pixel format( only RGB and RGBA formats are valid ) and depthStencil format + @warning: This interface will be deprecated in future. + */ static CCRenderTexture * renderTextureWithWidthAndHeight(int w ,int h, CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat); /** creates a RenderTexture object with width and height in Points and a pixel format, only RGB and RGBA formats are valid @@ -73,7 +73,7 @@ public: */ static CCRenderTexture * renderTextureWithWidthAndHeight(int w, int h); - /** initializes a RenderTexture object with width and height in Points and a pixel format( only RGB and RGBA formats are valid ) and depthStencil format*/ + /** initializes a RenderTexture object with width and height in Points and a pixel format( only RGB and RGBA formats are valid ) and depthStencil format*/ static CCRenderTexture * create(int w ,int h, CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat); /** creates a RenderTexture object with width and height in Points and a pixel format, only RGB and RGBA formats are valid */ @@ -85,7 +85,7 @@ public: /** initializes a RenderTexture object with width and height in Points and a pixel format, only RGB and RGBA formats are valid */ bool initWithWidthAndHeight(int w, int h, CCTexture2DPixelFormat eFormat); - /** initializes a RenderTexture object with width and height in Points and a pixel format( only RGB and RGBA formats are valid ) and depthStencil format*/ + /** initializes a RenderTexture object with width and height in Points and a pixel format( only RGB and RGBA formats are valid ) and depthStencil format*/ bool initWithWidthAndHeight(int w, int h, CCTexture2DPixelFormat eFormat, GLuint uDepthStencilFormat); /** starts grabbing */ @@ -95,12 +95,12 @@ public: This is more efficient then calling -clear first and then -begin */ void beginWithClear(float r, float g, float b, float a); - /** starts rendering to the texture while clearing the texture first. - This is more efficient then calling -clear first and then -begin */ - void beginWithClear(float r, float g, float b, float a, float depthValue); - - /** starts rendering to the texture while clearing the texture first. - This is more efficient then calling -clear first and then -begin */ + /** starts rendering to the texture while clearing the texture first. + This is more efficient then calling -clear first and then -begin */ + void beginWithClear(float r, float g, float b, float a, float depthValue); + + /** starts rendering to the texture while clearing the texture first. + This is more efficient then calling -clear first and then -begin */ void beginWithClear(float r, float g, float b, float a, float depthValue, int stencilValue); /** end is key word of lua, use other name to export to lua. */ @@ -112,10 +112,10 @@ public: /** clears the texture with a color */ void clear(float r, float g, float b, float a); - /** clears the texture with a specified depth value */ - void clearDepth(float depthValue); - - /** clears the texture with a specified stencil value */ + /** clears the texture with a specified depth value */ + void clearDepth(float depthValue); + + /** clears the texture with a specified stencil value */ void clearStencil(int stencilValue); /* creates a new CCImage from with the texture's data. Caller is responsible for releasing it by calling delete. diff --git a/cocos2dx/particle_nodes/CCParticleBatchNode.h b/cocos2dx/particle_nodes/CCParticleBatchNode.h index 15fb0e0edf..26ab2bdd13 100644 --- a/cocos2dx/particle_nodes/CCParticleBatchNode.h +++ b/cocos2dx/particle_nodes/CCParticleBatchNode.h @@ -29,7 +29,7 @@ #ifndef __CCPARTICLEBATCHNODE_H__ #define __CCPARTICLEBATCHNODE_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" #include "CCProtocols.h" NS_CC_BEGIN diff --git a/cocos2dx/particle_nodes/CCParticleSystem.h b/cocos2dx/particle_nodes/CCParticleSystem.h index 66bb385492..4268295282 100644 --- a/cocos2dx/particle_nodes/CCParticleSystem.h +++ b/cocos2dx/particle_nodes/CCParticleSystem.h @@ -27,9 +27,9 @@ THE SOFTWARE. #define __CCPARTICLE_SYSTEM_H__ #include "CCProtocols.h" -#include "CCNode.h" -#include "CCDictionary.h" -#include "CCString.h" +#include "base_nodes/CCNode.h" +#include "cocoa/CCDictionary.h" +#include "cocoa/CCString.h" NS_CC_BEGIN diff --git a/cocos2dx/platform/CCImage.h b/cocos2dx/platform/CCImage.h index f7322740c9..efca8a56e3 100644 --- a/cocos2dx/platform/CCImage.h +++ b/cocos2dx/platform/CCImage.h @@ -25,7 +25,7 @@ THE SOFTWARE. #ifndef __CC_IMAGE_H__ #define __CC_IMAGE_H__ -#include "CCObject.h" +#include "cocoa/CCObject.h" NS_CC_BEGIN diff --git a/cocos2dx/platform/CCPlatformMacros.h b/cocos2dx/platform/CCPlatformMacros.h index 2e7e21fcf5..bd2f263048 100644 --- a/cocos2dx/platform/CCPlatformMacros.h +++ b/cocos2dx/platform/CCPlatformMacros.h @@ -31,6 +31,7 @@ #include "CCPlatformConfig.h" #include "CCPlatformDefine.h" + /** @def CC_ENABLE_CACHE_TEXTURE_DATA Enable it if you want to cache the texture data. Basically,it's only enabled in android diff --git a/cocos2dx/platform/ios/CCAccelerometer.h b/cocos2dx/platform/ios/CCAccelerometer.h index afcf169b59..051a954b4e 100644 --- a/cocos2dx/platform/ios/CCAccelerometer.h +++ b/cocos2dx/platform/ios/CCAccelerometer.h @@ -25,7 +25,7 @@ THE SOFTWARE. #ifndef __PLATFORM_IPHONE_CCACCELEROMETER_H__ #define __PLATFORM_IPHONE_CCACCELEROMETER_H__ -#include "CCAccelerometerDelegate.h" +#include "platform/CCAccelerometerDelegate.h" NS_CC_BEGIN diff --git a/cocos2dx/platform/ios/CCApplication.h b/cocos2dx/platform/ios/CCApplication.h index c35f8f627a..627380c958 100644 --- a/cocos2dx/platform/ios/CCApplication.h +++ b/cocos2dx/platform/ios/CCApplication.h @@ -25,8 +25,8 @@ THE SOFTWARE. #ifndef __CC_APPLICATION_IOS_H__ #define __CC_APPLICATION_IOS_H__ -#include "CCCommon.h" -#include "CCApplicationProtocol.h" +#include "platform/CCCommon.h" +#include "platform/CCApplicationProtocol.h" NS_CC_BEGIN diff --git a/cocos2dx/platform/ios/CCEGLView.h b/cocos2dx/platform/ios/CCEGLView.h index e1aaf1bc9d..6094941cd7 100644 --- a/cocos2dx/platform/ios/CCEGLView.h +++ b/cocos2dx/platform/ios/CCEGLView.h @@ -25,8 +25,8 @@ THE SOFTWARE. #ifndef __CC_EGLVIEW_IPHONE_H__ #define __CC_EGLVIEW_IPHONE_H__ -#include "CCCommon.h" -#include "CCEGLViewProtocol.h" +#include "platform/CCCommon.h" +#include "platform/CCEGLViewProtocol.h" NS_CC_BEGIN diff --git a/cocos2dx/platform/ios/CCESRenderer.h b/cocos2dx/platform/ios/CCESRenderer.h index b299a51d0e..7dfb474c8e 100644 --- a/cocos2dx/platform/ios/CCESRenderer.h +++ b/cocos2dx/platform/ios/CCESRenderer.h @@ -28,7 +28,7 @@ // Only compile this code on iOS. These files should NOT be included on your Mac project. // But in case they are included, it won't be compiled. -#import "CCPlatformMacros.h" +#import "platform/CCPlatformMacros.h" #import #import diff --git a/cocos2dx/platform/ios/CCStdC.h b/cocos2dx/platform/ios/CCStdC.h index c959eefe13..21747332ef 100644 --- a/cocos2dx/platform/ios/CCStdC.h +++ b/cocos2dx/platform/ios/CCStdC.h @@ -25,7 +25,7 @@ THE SOFTWARE. #ifndef __CC_STD_C_H__ #define __CC_STD_C_H__ -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include #include #include diff --git a/cocos2dx/proj.ios/cocos2dx-Prefix.pch b/cocos2dx/proj.ios/cocos2dx-Prefix.pch new file mode 100644 index 0000000000..fec5647078 --- /dev/null +++ b/cocos2dx/proj.ios/cocos2dx-Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'cocos2dx' target in the 'cocos2dx' project +// + +#ifdef __OBJC__ + #import +#endif diff --git a/cocos2dx/proj.ios/cocos2dx.xcodeproj/project.pbxproj.REMOVED.git-id b/cocos2dx/proj.ios/cocos2dx.xcodeproj/project.pbxproj.REMOVED.git-id new file mode 100644 index 0000000000..0769fe000a --- /dev/null +++ b/cocos2dx/proj.ios/cocos2dx.xcodeproj/project.pbxproj.REMOVED.git-id @@ -0,0 +1 @@ +09db4ca2f8aea11791d3c39709ea90d4dabd3327 \ No newline at end of file diff --git a/cocos2dx/proj.ios/cocos2dx/cocos2dx.xcodeproj/project.pbxproj b/cocos2dx/proj.ios/cocos2dx/cocos2dx.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..d962742386 --- /dev/null +++ b/cocos2dx/proj.ios/cocos2dx/cocos2dx.xcodeproj/project.pbxproj @@ -0,0 +1,232 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 1551A343158F2AB200E66CFE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1551A342158F2AB200E66CFE /* Foundation.framework */; }; + 1551A349158F2AB200E66CFE /* cocos2dx.m in Sources */ = {isa = PBXBuildFile; fileRef = 1551A348158F2AB200E66CFE /* cocos2dx.m */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 1551A33F158F2AB200E66CFE /* libcocos2dx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcocos2dx.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 1551A342158F2AB200E66CFE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; + 1551A346158F2AB200E66CFE /* cocos2dx-Prefix.pch */ = {isa = PBXFileReference; path = "cocos2dx-Prefix.pch"; sourceTree = ""; }; + 1551A347158F2AB200E66CFE /* cocos2dx.h */ = {isa = PBXFileReference; path = cocos2dx.h; sourceTree = ""; }; + 1551A348158F2AB200E66CFE /* cocos2dx.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cocos2dx.m; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 1551A33C158F2AB200E66CFE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 1551A343158F2AB200E66CFE /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1551A334158F2AB200E66CFE = { + isa = PBXGroup; + children = ( + 1551A344158F2AB200E66CFE /* cocos2dx */, + 1551A341158F2AB200E66CFE /* Frameworks */, + 1551A340158F2AB200E66CFE /* Products */, + ); + sourceTree = ""; + }; + 1551A340158F2AB200E66CFE /* Products */ = { + isa = PBXGroup; + children = ( + 1551A33F158F2AB200E66CFE /* libcocos2dx.a */, + ); + name = Products; + sourceTree = ""; + }; + 1551A341158F2AB200E66CFE /* Frameworks */ = { + isa = PBXGroup; + children = ( + 1551A342158F2AB200E66CFE /* Foundation.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 1551A344158F2AB200E66CFE /* cocos2dx */ = { + isa = PBXGroup; + children = ( + 1551A347158F2AB200E66CFE /* cocos2dx.h */, + 1551A348158F2AB200E66CFE /* cocos2dx.m */, + 1551A345158F2AB200E66CFE /* Supporting Files */, + ); + path = cocos2dx; + sourceTree = ""; + }; + 1551A345158F2AB200E66CFE /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 1551A346158F2AB200E66CFE /* cocos2dx-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 1551A33D158F2AB200E66CFE /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 1551A33E158F2AB200E66CFE /* cocos2dx */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1551A34C158F2AB200E66CFE /* Build configuration list for PBXNativeTarget "cocos2dx" */; + buildPhases = ( + 1551A33B158F2AB200E66CFE /* Sources */, + 1551A33C158F2AB200E66CFE /* Frameworks */, + 1551A33D158F2AB200E66CFE /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = cocos2dx; + productName = cocos2dx; + productReference = 1551A33F158F2AB200E66CFE /* libcocos2dx.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 1551A336158F2AB200E66CFE /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0430; + ORGANIZATIONNAME = "厦门雅基软件有限公司"; + }; + buildConfigurationList = 1551A339158F2AB200E66CFE /* Build configuration list for PBXProject "cocos2dx" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 1551A334158F2AB200E66CFE; + productRefGroup = 1551A340158F2AB200E66CFE /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 1551A33E158F2AB200E66CFE /* cocos2dx */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 1551A33B158F2AB200E66CFE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1551A349158F2AB200E66CFE /* cocos2dx.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 1551A34A158F2AB200E66CFE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 5.1; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 1551A34B158F2AB200E66CFE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + COPY_PHASE_STRIP = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 5.1; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1551A34D158F2AB200E66CFE /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + DSTROOT = /tmp/cocos2dx.dst; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "cocos2dx/cocos2dx-Prefix.pch"; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + 1551A34E158F2AB200E66CFE /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + DSTROOT = /tmp/cocos2dx.dst; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "cocos2dx/cocos2dx-Prefix.pch"; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1551A339158F2AB200E66CFE /* Build configuration list for PBXProject "cocos2dx" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1551A34A158F2AB200E66CFE /* Debug */, + 1551A34B158F2AB200E66CFE /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1551A34C158F2AB200E66CFE /* Build configuration list for PBXNativeTarget "cocos2dx" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1551A34D158F2AB200E66CFE /* Debug */, + 1551A34E158F2AB200E66CFE /* Release */, + ); + defaultConfigurationIsVisible = 0; + }; +/* End XCConfigurationList section */ + }; + rootObject = 1551A336158F2AB200E66CFE /* Project object */; +} diff --git a/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx-Prefix.pch b/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx-Prefix.pch new file mode 100644 index 0000000000..fec5647078 --- /dev/null +++ b/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx-Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'cocos2dx' target in the 'cocos2dx' project +// + +#ifdef __OBJC__ + #import +#endif diff --git a/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx.h b/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx.h new file mode 100644 index 0000000000..ac129f614a --- /dev/null +++ b/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx.h @@ -0,0 +1,13 @@ +// +// cocos2dx.h +// cocos2dx +// +// Created by mingo on 12-6-18. +// Copyright (c) 2012年 厦门雅基软件有限公司. All rights reserved. +// + +#import + +@interface cocos2dx : NSObject + +@end diff --git a/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx.m b/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx.m new file mode 100644 index 0000000000..520800fdfa --- /dev/null +++ b/cocos2dx/proj.ios/cocos2dx/cocos2dx/cocos2dx.m @@ -0,0 +1,13 @@ +// +// cocos2dx.m +// cocos2dx +// +// Created by mingo on 12-6-18. +// Copyright (c) 2012年 厦门雅基软件有限公司. All rights reserved. +// + +#import "cocos2dx.h" + +@implementation cocos2dx + +@end diff --git a/cocos2dx/proj.ios/libcocos2dx-Prefix.pch b/cocos2dx/proj.ios/libcocos2dx-Prefix.pch deleted file mode 100644 index 93338f705e..0000000000 --- a/cocos2dx/proj.ios/libcocos2dx-Prefix.pch +++ /dev/null @@ -1,9 +0,0 @@ -// -// Prefix header for all source files of the 'libcocos2dx' target in the 'libcocos2dx' project -// - -#ifdef __OBJC__ - #import -#endif - -//#import "cocos2d.h" \ No newline at end of file diff --git a/cocos2dx/proj.ios/libcocos2dx.xcodeproj/project.pbxproj.REMOVED.git-id b/cocos2dx/proj.ios/libcocos2dx.xcodeproj/project.pbxproj.REMOVED.git-id deleted file mode 100644 index c59752cd2c..0000000000 --- a/cocos2dx/proj.ios/libcocos2dx.xcodeproj/project.pbxproj.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -e9d68567e9d01d8eda8e981ab8a8d1fe12fd8a0b \ No newline at end of file diff --git a/cocos2dx/script_support/CCScriptSupport.h b/cocos2dx/script_support/CCScriptSupport.h index f9bf9816b7..cf1f83cb1e 100644 --- a/cocos2dx/script_support/CCScriptSupport.h +++ b/cocos2dx/script_support/CCScriptSupport.h @@ -25,9 +25,9 @@ THE SOFTWARE. #ifndef __SCRIPT_SUPPORT_H__ #define __SCRIPT_SUPPORT_H__ -#include "CCCommon.h" -#include "CCTouch.h" -#include "CCSet.h" +#include "platform/CCCommon.h" +#include "touch_dispatcher/CCTouch.h" +#include "cocoa/CCSet.h" typedef struct lua_State lua_State; diff --git a/cocos2dx/shaders/CCGLProgram.h b/cocos2dx/shaders/CCGLProgram.h index fd5f480dff..19610287b5 100644 --- a/cocos2dx/shaders/CCGLProgram.h +++ b/cocos2dx/shaders/CCGLProgram.h @@ -29,7 +29,7 @@ THE SOFTWARE. #define __CCGLPROGRAM_H__ #include "ccMacros.h" -#include "CCObject.h" +#include "cocoa/CCObject.h" #include "CCGL.h" diff --git a/cocos2dx/shaders/CCShaderCache.h b/cocos2dx/shaders/CCShaderCache.h index 2636855414..2583c36869 100644 --- a/cocos2dx/shaders/CCShaderCache.h +++ b/cocos2dx/shaders/CCShaderCache.h @@ -27,7 +27,7 @@ THE SOFTWARE. #ifndef __CCSHADERCACHE_H__ #define __CCSHADERCACHE_H__ -#include "CCDictionary.h" +#include "cocoa/CCDictionary.h" NS_CC_BEGIN diff --git a/cocos2dx/shaders/ccGLStateCache.h b/cocos2dx/shaders/ccGLStateCache.h index d920c0b3f5..9086fc8c7c 100644 --- a/cocos2dx/shaders/ccGLStateCache.h +++ b/cocos2dx/shaders/ccGLStateCache.h @@ -28,7 +28,7 @@ THE SOFTWARE. #define __CCGLSTATE_H__ #include "CCGL.h" -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" NS_CC_BEGIN diff --git a/cocos2dx/shaders/ccShaders.h b/cocos2dx/shaders/ccShaders.h index 834d1393db..fca8899bd7 100644 --- a/cocos2dx/shaders/ccShaders.h +++ b/cocos2dx/shaders/ccShaders.h @@ -26,7 +26,7 @@ THE SOFTWARE. #define __CCSHADER_H__ #include "CCGL.h" -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" NS_CC_BEGIN diff --git a/cocos2dx/sprite_nodes/CCAnimation.h b/cocos2dx/sprite_nodes/CCAnimation.h index c0f25a14ed..dbf3ffc7ed 100644 --- a/cocos2dx/sprite_nodes/CCAnimation.h +++ b/cocos2dx/sprite_nodes/CCAnimation.h @@ -26,11 +26,11 @@ THE SOFTWARE. #ifndef __CC_ANIMATION_H__ #define __CC_ANIMATION_H__ -#include "CCPlatformConfig.h" -#include "CCObject.h" -#include "CCArray.h" -#include "CCDictionary.h" -#include "CCGeometry.h" +#include "platform/CCPlatformConfig.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCArray.h" +#include "cocoa/CCDictionary.h" +#include "cocoa/CCGeometry.h" #include "CCSpriteFrame.h" #include diff --git a/cocos2dx/sprite_nodes/CCAnimationCache.h b/cocos2dx/sprite_nodes/CCAnimationCache.h index 2eb3fb7fce..ecf241aec7 100644 --- a/cocos2dx/sprite_nodes/CCAnimationCache.h +++ b/cocos2dx/sprite_nodes/CCAnimationCache.h @@ -26,8 +26,8 @@ THE SOFTWARE. #ifndef __CC_ANIMATION_CACHE_H__ #define __CC_ANIMATION_CACHE_H__ -#include "CCObject.h" -#include "CCDictionary.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCDictionary.h" #include diff --git a/cocos2dx/sprite_nodes/CCSprite.h b/cocos2dx/sprite_nodes/CCSprite.h index 1e52ed4c46..8964775736 100644 --- a/cocos2dx/sprite_nodes/CCSprite.h +++ b/cocos2dx/sprite_nodes/CCSprite.h @@ -27,11 +27,11 @@ THE SOFTWARE. #ifndef __SPITE_NODE_CCSPRITE_H__ #define __SPITE_NODE_CCSPRITE_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" #include "CCProtocols.h" -#include "CCTextureAtlas.h" +#include "textures/CCTextureAtlas.h" #include "ccTypes.h" -#include "CCDictionary.h" +#include "cocoa/CCDictionary.h" #include NS_CC_BEGIN diff --git a/cocos2dx/sprite_nodes/CCSpriteBatchNode.h b/cocos2dx/sprite_nodes/CCSpriteBatchNode.h index 86eaba68b2..a686d2646c 100644 --- a/cocos2dx/sprite_nodes/CCSpriteBatchNode.h +++ b/cocos2dx/sprite_nodes/CCSpriteBatchNode.h @@ -28,11 +28,11 @@ THE SOFTWARE. #ifndef __CC_SPRITE_BATCH_NODE_H__ #define __CC_SPRITE_BATCH_NODE_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" #include "CCProtocols.h" -#include "CCTextureAtlas.h" +#include "textures/CCTextureAtlas.h" #include "ccMacros.h" -#include "CCArray.h" +#include "cocoa/CCArray.h" NS_CC_BEGIN diff --git a/cocos2dx/sprite_nodes/CCSpriteFrame.h b/cocos2dx/sprite_nodes/CCSpriteFrame.h index 9d5b310e60..965d63ea1d 100644 --- a/cocos2dx/sprite_nodes/CCSpriteFrame.h +++ b/cocos2dx/sprite_nodes/CCSpriteFrame.h @@ -27,10 +27,10 @@ THE SOFTWARE. #ifndef __SPRITE_CCSPRITE_FRAME_H__ #define __SPRITE_CCSPRITE_FRAME_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" #include "CCProtocols.h" -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" NS_CC_BEGIN diff --git a/cocos2dx/sprite_nodes/CCSpriteFrameCache.h b/cocos2dx/sprite_nodes/CCSpriteFrameCache.h index c0439e6893..3d0e0efe30 100644 --- a/cocos2dx/sprite_nodes/CCSpriteFrameCache.h +++ b/cocos2dx/sprite_nodes/CCSpriteFrameCache.h @@ -34,11 +34,11 @@ THE SOFTWARE. * http://zwoptex.zwopple.com/ */ -#include -#include "CCSpriteFrame.h" -#include "CCTexture2D.h" -#include "CCObject.h" +#include "sprite_nodes/CCSpriteFrame.h" +#include "textures/CCTexture2D.h" +#include "cocoa/CCObject.h" #include +#include NS_CC_BEGIN diff --git a/cocos2dx/support/CCPointExtension.h b/cocos2dx/support/CCPointExtension.h index 14841f190e..e99986d63b 100644 --- a/cocos2dx/support/CCPointExtension.h +++ b/cocos2dx/support/CCPointExtension.h @@ -43,7 +43,7 @@ THE SOFTWARE. - cpvadd( CCPointMake(1,1), CCPointMake(2,2) ); // mixing chipmunk and CG (avoid) */ -#include "CCGeometry.h" +#include "cocoa/CCGeometry.h" #include NS_CC_BEGIN diff --git a/cocos2dx/support/CCProfiling.h b/cocos2dx/support/CCProfiling.h index 338f28909e..93d071ca68 100644 --- a/cocos2dx/support/CCProfiling.h +++ b/cocos2dx/support/CCProfiling.h @@ -26,10 +26,10 @@ THE SOFTWARE. #define __SUPPORT_CCPROFILING_H__ #include "ccConfig.h" -#include -#include "CCObject.h" +#include "cocoa/CCObject.h" #include "platform/platform.h" -#include "CCDictionary.h" +#include "cocoa/CCDictionary.h" +#include NS_CC_BEGIN diff --git a/cocos2dx/support/CCUserDefault.h b/cocos2dx/support/CCUserDefault.h index 148f4c4677..5be1e834ee 100644 --- a/cocos2dx/support/CCUserDefault.h +++ b/cocos2dx/support/CCUserDefault.h @@ -24,7 +24,7 @@ THE SOFTWARE. #ifndef __SUPPORT_CCUSERDEFAULT_H__ #define __SUPPORT_CCUSERDEFAULT_H__ -#include "CCPlatformMacros.h" +#include "platform/CCPlatformMacros.h" #include NS_CC_BEGIN diff --git a/cocos2dx/support/data_support/ccCArray.h b/cocos2dx/support/data_support/ccCArray.h index 1ceba49aca..a6afcbc256 100644 --- a/cocos2dx/support/data_support/ccCArray.h +++ b/cocos2dx/support/data_support/ccCArray.h @@ -42,11 +42,12 @@ THE SOFTWARE. #ifndef CC_ARRAY_H #define CC_ARRAY_H +#include "ccMacros.h" +#include "cocoa/CCObject.h" + #include #include #include -#include "ccMacros.h" -#include "CCObject.h" NS_CC_BEGIN diff --git a/cocos2dx/text_input_node/CCIMEDelegate.h b/cocos2dx/text_input_node/CCIMEDelegate.h index 00bdbefdd1..6a324fc0cf 100644 --- a/cocos2dx/text_input_node/CCIMEDelegate.h +++ b/cocos2dx/text_input_node/CCIMEDelegate.h @@ -25,7 +25,7 @@ THE SOFTWARE. #ifndef __CC_IME_DELEGATE_H__ #define __CC_IME_DELEGATE_H__ -#include "CCGeometry.h" +#include "cocoa/CCGeometry.h" NS_CC_BEGIN diff --git a/cocos2dx/text_input_node/CCTextFieldTTF.h b/cocos2dx/text_input_node/CCTextFieldTTF.h index b9a34f7bec..5643316b2f 100644 --- a/cocos2dx/text_input_node/CCTextFieldTTF.h +++ b/cocos2dx/text_input_node/CCTextFieldTTF.h @@ -25,9 +25,9 @@ THE SOFTWARE. #ifndef __CC_TEXT_FIELD_H__ #define __CC_TEXT_FIELD_H__ -#include "CCLabelTTF.h" -#include "CCIMEDelegate.h" -#include "CCTouchDelegateProtocol.h" +#include "label_nodes/CCLabelTTF.h" +#include "text_input_node/CCIMEDelegate.h" +#include "touch_dispatcher/CCTouchDelegateProtocol.h" NS_CC_BEGIN diff --git a/cocos2dx/textures/CCTexture2D.h b/cocos2dx/textures/CCTexture2D.h index 4885f4e56a..43fca76341 100644 --- a/cocos2dx/textures/CCTexture2D.h +++ b/cocos2dx/textures/CCTexture2D.h @@ -27,8 +27,8 @@ THE SOFTWARE. #define __CCTEXTURE2D_H__ #include -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" #include "ccTypes.h" NS_CC_BEGIN diff --git a/cocos2dx/textures/CCTextureAtlas.h b/cocos2dx/textures/CCTextureAtlas.h index 7a0ba81671..dd352aa57d 100644 --- a/cocos2dx/textures/CCTextureAtlas.h +++ b/cocos2dx/textures/CCTextureAtlas.h @@ -27,10 +27,10 @@ THE SOFTWARE. #ifndef __CCTEXTURE_ATLAS_H__ #define __CCTEXTURE_ATLAS_H__ -#include #include "ccTypes.h" -#include "CCObject.h" +#include "cocoa/CCObject.h" #include "ccConfig.h" +#include NS_CC_BEGIN diff --git a/cocos2dx/textures/CCTextureCache.h b/cocos2dx/textures/CCTextureCache.h index 1fe4952e50..1b194acc6f 100644 --- a/cocos2dx/textures/CCTextureCache.h +++ b/cocos2dx/textures/CCTextureCache.h @@ -27,10 +27,10 @@ THE SOFTWARE. #ifndef __CCTEXTURE_CACHE_H__ #define __CCTEXTURE_CACHE_H__ +#include "cocoa/CCObject.h" +#include "cocoa/CCDictionary.h" +#include "textures/CCTexture2D.h" #include -#include "CCObject.h" -#include "CCDictionary.h" -#include "CCTexture2D.h" #if CC_ENABLE_CACHE_TEXTURE_DATA diff --git a/cocos2dx/textures/CCTexturePVR.h b/cocos2dx/textures/CCTexturePVR.h index 70ce55544a..0f2b328df6 100644 --- a/cocos2dx/textures/CCTexturePVR.h +++ b/cocos2dx/textures/CCTexturePVR.h @@ -28,8 +28,8 @@ THE SOFTWARE. #include "CCStdC.h" #include "CCGL.h" -#include "CCObject.h" -#include "CCArray.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCArray.h" NS_CC_BEGIN diff --git a/cocos2dx/tileMap_parallax_nodes/CCParallaxNode.h b/cocos2dx/tileMap_parallax_nodes/CCParallaxNode.h index b164933f0e..d243e8b0bb 100644 --- a/cocos2dx/tileMap_parallax_nodes/CCParallaxNode.h +++ b/cocos2dx/tileMap_parallax_nodes/CCParallaxNode.h @@ -26,7 +26,7 @@ THE SOFTWARE. #ifndef __CCPARALLAX_NODE_H__ #define __CCPARALLAX_NODE_H__ -#include "CCNode.h" +#include "base_nodes/CCNode.h" /*#include "support/data_support/ccArray.h"*/ NS_CC_BEGIN diff --git a/cocos2dx/tileMap_parallax_nodes/CCTMXLayer.h b/cocos2dx/tileMap_parallax_nodes/CCTMXLayer.h index d232dca5f1..63dc1194de 100644 --- a/cocos2dx/tileMap_parallax_nodes/CCTMXLayer.h +++ b/cocos2dx/tileMap_parallax_nodes/CCTMXLayer.h @@ -27,8 +27,8 @@ THE SOFTWARE. #define __CCTMX_LAYER_H__ #include "CCTMXObjectGroup.h" -#include "CCAtlasNode.h" -#include "CCSpriteBatchNode.h" +#include "base_nodes/CCAtlasNode.h" +#include "sprite_nodes/CCSpriteBatchNode.h" #include "CCTMXXMLParser.h" NS_CC_BEGIN diff --git a/cocos2dx/tileMap_parallax_nodes/CCTMXObjectGroup.h b/cocos2dx/tileMap_parallax_nodes/CCTMXObjectGroup.h index fc836a2848..04bbc13577 100644 --- a/cocos2dx/tileMap_parallax_nodes/CCTMXObjectGroup.h +++ b/cocos2dx/tileMap_parallax_nodes/CCTMXObjectGroup.h @@ -27,10 +27,10 @@ THE SOFTWARE. #ifndef __CCTMX_OBJECT_GROUP_H__ #define __CCTMX_OBJECT_GROUP_H__ -#include "CCGeometry.h" -#include "CCString.h" -#include "CCArray.h" -#include "CCDictionary.h" +#include "cocoa/CCGeometry.h" +#include "cocoa/CCString.h" +#include "cocoa/CCArray.h" +#include "cocoa/CCDictionary.h" NS_CC_BEGIN diff --git a/cocos2dx/tileMap_parallax_nodes/CCTMXTiledMap.h b/cocos2dx/tileMap_parallax_nodes/CCTMXTiledMap.h index a8730b9fa0..4b1536ef56 100644 --- a/cocos2dx/tileMap_parallax_nodes/CCTMXTiledMap.h +++ b/cocos2dx/tileMap_parallax_nodes/CCTMXTiledMap.h @@ -25,7 +25,8 @@ THE SOFTWARE. ****************************************************************************/ #ifndef __CCTMX_TILE_MAP_H__ #define __CCTMX_TILE_MAP_H__ -#include "CCNode.h" + +#include "base_nodes/CCNode.h" #include "CCTMXObjectGroup.h" NS_CC_BEGIN diff --git a/cocos2dx/tileMap_parallax_nodes/CCTMXXMLParser.h b/cocos2dx/tileMap_parallax_nodes/CCTMXXMLParser.h index 7dacf16fdb..13fcee038c 100644 --- a/cocos2dx/tileMap_parallax_nodes/CCTMXXMLParser.h +++ b/cocos2dx/tileMap_parallax_nodes/CCTMXXMLParser.h @@ -27,11 +27,11 @@ THE SOFTWARE. #ifndef __CC_TM_XML_PARSER__ #define __CC_TM_XML_PARSER__ -#include "CCArray.h" -#include "CCDictionary.h" -#include "CCGeometry.h" -#include "../platform/CCSAXParser.h" +#include "cocoa/CCArray.h" +#include "cocoa/CCDictionary.h" +#include "cocoa/CCGeometry.h" +#include "platform/CCSAXParser.h" #include diff --git a/cocos2dx/tileMap_parallax_nodes/CCTileMapAtlas.h b/cocos2dx/tileMap_parallax_nodes/CCTileMapAtlas.h index e70e3979d9..e48e00cb15 100644 --- a/cocos2dx/tileMap_parallax_nodes/CCTileMapAtlas.h +++ b/cocos2dx/tileMap_parallax_nodes/CCTileMapAtlas.h @@ -27,7 +27,7 @@ THE SOFTWARE. #define __CCTILE_MAP_ATLAS__ -#include "CCAtlasNode.h" +#include "base_nodes/CCAtlasNode.h" NS_CC_BEGIN diff --git a/cocos2dx/touch_dispatcher/CCTouch.h b/cocos2dx/touch_dispatcher/CCTouch.h index 6b533e2592..7056eb95a2 100644 --- a/cocos2dx/touch_dispatcher/CCTouch.h +++ b/cocos2dx/touch_dispatcher/CCTouch.h @@ -25,8 +25,8 @@ THE SOFTWARE. #ifndef __CC_TOUCH_H__ #define __CC_TOUCH_H__ -#include "CCObject.h" -#include "CCGeometry.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCGeometry.h" NS_CC_BEGIN diff --git a/cocos2dx/touch_dispatcher/CCTouchDelegateProtocol.h b/cocos2dx/touch_dispatcher/CCTouchDelegateProtocol.h index 4fa3d740fa..94ddcbb1cc 100644 --- a/cocos2dx/touch_dispatcher/CCTouchDelegateProtocol.h +++ b/cocos2dx/touch_dispatcher/CCTouchDelegateProtocol.h @@ -26,7 +26,7 @@ THE SOFTWARE. #ifndef __TOUCH_DISPATHCHER_CCTOUCH_DELEGATE_PROTOCOL_H__ #define __TOUCH_DISPATHCHER_CCTOUCH_DELEGATE_PROTOCOL_H__ -#include "CCObject.h" +#include "cocoa/CCObject.h" #include "ccConfig.h" NS_CC_BEGIN diff --git a/cocos2dx/touch_dispatcher/CCTouchDispatcher.h b/cocos2dx/touch_dispatcher/CCTouchDispatcher.h index 52c6b63dba..b74d7c575c 100644 --- a/cocos2dx/touch_dispatcher/CCTouchDispatcher.h +++ b/cocos2dx/touch_dispatcher/CCTouchDispatcher.h @@ -27,8 +27,8 @@ THE SOFTWARE. #define __TOUCH_DISPATCHER_CCTOUCH_DISPATCHER_H__ #include "CCTouchDelegateProtocol.h" -#include "CCObject.h" -#include "CCArray.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCArray.h" NS_CC_BEGIN diff --git a/cocos2dx/touch_dispatcher/CCTouchHandler.h b/cocos2dx/touch_dispatcher/CCTouchHandler.h index d99b566f1f..012e6d32a1 100644 --- a/cocos2dx/touch_dispatcher/CCTouchHandler.h +++ b/cocos2dx/touch_dispatcher/CCTouchHandler.h @@ -28,8 +28,8 @@ THE SOFTWARE. #include "CCTouchDelegateProtocol.h" #include "CCTouchDispatcher.h" -#include "CCObject.h" -#include "CCSet.h" +#include "cocoa/CCObject.h" +#include "cocoa/CCSet.h" NS_CC_BEGIN diff --git a/lua/cocos2dx_support/CCLuaEngine.cpp b/lua/cocos2dx_support/CCLuaEngine.cpp index d3c2a5b6a2..2f2a0ee6d3 100644 --- a/lua/cocos2dx_support/CCLuaEngine.cpp +++ b/lua/cocos2dx_support/CCLuaEngine.cpp @@ -33,7 +33,7 @@ extern "C" { #include "cocos2d.h" #include "LuaCocos2d.h" -#include "CCArray.h" +#include "cocoa/CCArray.h" #include "CCScheduler.h" #if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID) diff --git a/lua/cocos2dx_support/CCLuaEngine.h b/lua/cocos2dx_support/CCLuaEngine.h index 6b89bcecb5..257c24f660 100644 --- a/lua/cocos2dx_support/CCLuaEngine.h +++ b/lua/cocos2dx_support/CCLuaEngine.h @@ -30,11 +30,11 @@ extern "C" { } #include "ccTypes.h" -#include "CCObject.h" -#include "CCTouch.h" -#include "CCSet.h" -#include "CCNode.h" -#include "CCScriptSupport.h" +#include "cocoa/CCObject.h" +#include "touch_dispatcher/CCTouch.h" +#include "cocoa/CCSet.h" +#include "base_nodes/CCNode.h" +#include "script_support/CCScriptSupport.h" NS_CC_BEGIN diff --git a/testjs/proj.ios/testjs.xcodeproj/project.pbxproj b/testjs/proj.ios/testjs.xcodeproj/project.pbxproj new file mode 100644 index 0000000000..1a8a2cd44e --- /dev/null +++ b/testjs/proj.ios/testjs.xcodeproj/project.pbxproj @@ -0,0 +1,863 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 1554941A15737858009041F8 /* JS in Resources */ = {isa = PBXBuildFile; fileRef = 1554941915737858009041F8 /* JS */; }; + 1554941F15737A4D009041F8 /* simple_class.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1554941B15737A4D009041F8 /* simple_class.cpp */; }; + 1554942015737A4D009041F8 /* simple_native_generated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1554941D15737A4D009041F8 /* simple_native_generated.cpp */; }; + 159A6671159048C8003AEEC0 /* libcocos2dx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 159A666E15904899003AEEC0 /* libcocos2dx.a */; }; + 15DD7075156F2C6A003E7567 /* fps_images.fnt in Resources */ = {isa = PBXBuildFile; fileRef = 15DD7073156F2C6A003E7567 /* fps_images.fnt */; }; + 15DD7076156F2C6A003E7567 /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 15DD7074156F2C6A003E7567 /* fps_images.png */; }; + 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 */; }; + D4544505156DE56E00887EB5 /* cocos2d_generated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D45440B4156DE56B00887EB5 /* cocos2d_generated.cpp */; }; + D4544506156DE56E00887EB5 /* cocos2d_manual_bindings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D45440B6156DE56B00887EB5 /* cocos2d_manual_bindings.cpp */; }; + D4544507156DE56E00887EB5 /* cocos_denshion_generated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D45440B7156DE56B00887EB5 /* cocos_denshion_generated.cpp */; }; + D4544509156DE56E00887EB5 /* ScriptingCore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D45440BA156DE56B00887EB5 /* ScriptingCore.cpp */; }; + 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 */; }; + D4544710156DE7F300887EB5 /* b1-hd.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446D9156DE7F300887EB5 /* b1-hd.png */; }; + D4544711156DE7F300887EB5 /* b1-ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446DA156DE7F300887EB5 /* b1-ipad.png */; }; + D4544712156DE7F300887EB5 /* b1.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446DB156DE7F300887EB5 /* b1.png */; }; + D4544713156DE7F300887EB5 /* b2-hd.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446DC156DE7F300887EB5 /* b2-hd.png */; }; + D4544714156DE7F300887EB5 /* b2-ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446DD156DE7F300887EB5 /* b2-ipad.png */; }; + D4544715156DE7F300887EB5 /* b2.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446DE156DE7F300887EB5 /* b2.png */; }; + D4544716156DE7F300887EB5 /* background.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446DF156DE7F300887EB5 /* background.png */; }; + D4544717156DE7F300887EB5 /* ballbounce.wav in Resources */ = {isa = PBXBuildFile; fileRef = D45446E0156DE7F300887EB5 /* ballbounce.wav */; }; + D4544718156DE7F300887EB5 /* BoilingFoam.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446E1156DE7F300887EB5 /* BoilingFoam.plist */; }; + D4544719156DE7F300887EB5 /* BurstPipe.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446E2156DE7F300887EB5 /* BurstPipe.plist */; }; + D454471A156DE7F300887EB5 /* CloseNormal.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446E3156DE7F300887EB5 /* CloseNormal.png */; }; + D454471B156DE7F300887EB5 /* CloseSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446E4156DE7F300887EB5 /* CloseSelected.png */; }; + D454471C156DE7F300887EB5 /* Comet.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446E5156DE7F300887EB5 /* Comet.plist */; }; + D454471D156DE7F300887EB5 /* debian.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446E6156DE7F300887EB5 /* debian.plist */; }; + D454471E156DE7F300887EB5 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446E7156DE7F300887EB5 /* Default.png */; }; + D454471F156DE7F300887EB5 /* ExplodingRing.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446E8156DE7F300887EB5 /* ExplodingRing.plist */; }; + D4544720156DE7F300887EB5 /* f1-hd.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446E9156DE7F300887EB5 /* f1-hd.png */; }; + D4544721156DE7F300887EB5 /* f1-ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446EA156DE7F300887EB5 /* f1-ipad.png */; }; + D4544722156DE7F300887EB5 /* f1.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446EB156DE7F300887EB5 /* f1.png */; }; + D4544723156DE7F300887EB5 /* f2-hd.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446EC156DE7F300887EB5 /* f2-hd.png */; }; + D4544724156DE7F300887EB5 /* f2-ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446ED156DE7F300887EB5 /* f2-ipad.png */; }; + D4544725156DE7F300887EB5 /* f2.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446EE156DE7F300887EB5 /* f2.png */; }; + D4544726156DE7F300887EB5 /* Flower.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446EF156DE7F300887EB5 /* Flower.plist */; }; + D4544727156DE7F300887EB5 /* ForestFire.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446F0156DE7F300887EB5 /* ForestFire.plist */; }; + D4544728156DE7F300887EB5 /* Galaxy.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446F1156DE7F300887EB5 /* Galaxy.plist */; }; + D4544729156DE7F300887EB5 /* grossini_dance_05.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446F2156DE7F300887EB5 /* grossini_dance_05.png */; }; + D454472A156DE7F300887EB5 /* grossinis_sister1.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446F3156DE7F300887EB5 /* grossinis_sister1.png */; }; + D454472B156DE7F300887EB5 /* grossinis_sister2.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446F4156DE7F300887EB5 /* grossinis_sister2.png */; }; + D454472C156DE7F300887EB5 /* HelloWorld.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446F5156DE7F300887EB5 /* HelloWorld.png */; }; + D454472D156DE7F300887EB5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446F6156DE7F300887EB5 /* Icon-72.png */; }; + D454472E156DE7F300887EB5 /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446F7156DE7F300887EB5 /* Icon-Small-50.png */; }; + D454472F156DE7F300887EB5 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446F8156DE7F300887EB5 /* Icon-Small.png */; }; + D4544730156DE7F300887EB5 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446F9156DE7F300887EB5 /* Icon-Small@2x.png */; }; + D4544731156DE7F300887EB5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446FA156DE7F300887EB5 /* Icon.png */; }; + D4544732156DE7F300887EB5 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446FB156DE7F300887EB5 /* Icon@2x.png */; }; + D4544733156DE7F300887EB5 /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = D45446FC156DE7F300887EB5 /* iTunesArtwork */; }; + D4544734156DE7F300887EB5 /* LavaFlow.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446FD156DE7F300887EB5 /* LavaFlow.plist */; }; + D4544735156DE7F300887EB5 /* Phoenix.plist in Resources */ = {isa = PBXBuildFile; fileRef = D45446FE156DE7F300887EB5 /* Phoenix.plist */; }; + D4544736156DE7F300887EB5 /* r1-hd.png in Resources */ = {isa = PBXBuildFile; fileRef = D45446FF156DE7F300887EB5 /* r1-hd.png */; }; + D4544737156DE7F300887EB5 /* r1-ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D4544700156DE7F300887EB5 /* r1-ipad.png */; }; + D4544738156DE7F300887EB5 /* r1.png in Resources */ = {isa = PBXBuildFile; fileRef = D4544701156DE7F300887EB5 /* r1.png */; }; + D4544739156DE7F300887EB5 /* r2-hd.png in Resources */ = {isa = PBXBuildFile; fileRef = D4544702156DE7F300887EB5 /* r2-hd.png */; }; + D454473A156DE7F300887EB5 /* r2-ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D4544703156DE7F300887EB5 /* r2-ipad.png */; }; + D454473B156DE7F300887EB5 /* r2.png in Resources */ = {isa = PBXBuildFile; fileRef = D4544704156DE7F300887EB5 /* r2.png */; }; + D454473C156DE7F300887EB5 /* Silly Fun Theme A.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D4544705156DE7F300887EB5 /* Silly Fun Theme A.mp3 */; }; + D454473D156DE7F300887EB5 /* SmallSun.plist in Resources */ = {isa = PBXBuildFile; fileRef = D4544706156DE7F300887EB5 /* SmallSun.plist */; }; + D454473E156DE7F300887EB5 /* SpinningPeas.plist in Resources */ = {isa = PBXBuildFile; fileRef = D4544707156DE7F300887EB5 /* SpinningPeas.plist */; }; + D454473F156DE7F300887EB5 /* Spiral.plist in Resources */ = {isa = PBXBuildFile; fileRef = D4544708156DE7F300887EB5 /* Spiral.plist */; }; + D4544740156DE7F300887EB5 /* SpookyPeas.plist in Resources */ = {isa = PBXBuildFile; fileRef = D4544709156DE7F300887EB5 /* SpookyPeas.plist */; }; + D4544741156DE7F300887EB5 /* stars2.png in Resources */ = {isa = PBXBuildFile; fileRef = D454470A156DE7F300887EB5 /* stars2.png */; }; + D4544742156DE7F300887EB5 /* tank.plist in Resources */ = {isa = PBXBuildFile; fileRef = D454470B156DE7F300887EB5 /* tank.plist */; }; + D4544743156DE7F300887EB5 /* tank.png in Resources */ = {isa = PBXBuildFile; fileRef = D454470C156DE7F300887EB5 /* tank.png */; }; + D4544744156DE7F300887EB5 /* tank.tps in Resources */ = {isa = PBXBuildFile; fileRef = D454470D156DE7F300887EB5 /* tank.tps */; }; + D4544745156DE7F300887EB5 /* tank1.png in Resources */ = {isa = PBXBuildFile; fileRef = D454470E156DE7F300887EB5 /* tank1.png */; }; + D4544746156DE7F300887EB5 /* Upsidedown.plist in Resources */ = {isa = PBXBuildFile; fileRef = D454470F156DE7F300887EB5 /* Upsidedown.plist */; }; + D45451B3156E071600887EB5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A922754D1517C094001B78AA /* Foundation.framework */; }; + D45451F9156E072400887EB5 /* Export.h in Headers */ = {isa = PBXBuildFile; fileRef = D45451C5156E072400887EB5 /* Export.h */; }; + D45451FA156E072400887EB5 /* SimpleAudioEngine.h in Headers */ = {isa = PBXBuildFile; fileRef = D45451C6156E072400887EB5 /* SimpleAudioEngine.h */; }; + D45451FB156E072400887EB5 /* CDAudioManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D45451C8156E072400887EB5 /* CDAudioManager.h */; }; + D45451FC156E072400887EB5 /* CDAudioManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D45451C9156E072400887EB5 /* CDAudioManager.m */; }; + D45451FD156E072400887EB5 /* CDConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = D45451CA156E072400887EB5 /* CDConfig.h */; }; + D45451FE156E072400887EB5 /* CDOpenALSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D45451CB156E072400887EB5 /* CDOpenALSupport.h */; }; + D45451FF156E072400887EB5 /* CDOpenALSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = D45451CC156E072400887EB5 /* CDOpenALSupport.m */; }; + D4545200156E072400887EB5 /* CocosDenshion.h in Headers */ = {isa = PBXBuildFile; fileRef = D45451CD156E072400887EB5 /* CocosDenshion.h */; }; + D4545201156E072400887EB5 /* CocosDenshion.m in Sources */ = {isa = PBXBuildFile; fileRef = D45451CE156E072400887EB5 /* CocosDenshion.m */; }; + D4545202156E072400887EB5 /* SimpleAudioEngine.mm in Sources */ = {isa = PBXBuildFile; fileRef = D45451CF156E072400887EB5 /* SimpleAudioEngine.mm */; }; + D4545203156E072400887EB5 /* SimpleAudioEngine_objc.h in Headers */ = {isa = PBXBuildFile; fileRef = D45451D0156E072400887EB5 /* SimpleAudioEngine_objc.h */; }; + D4545204156E072400887EB5 /* SimpleAudioEngine_objc.m in Sources */ = {isa = PBXBuildFile; fileRef = D45451D1156E072400887EB5 /* SimpleAudioEngine_objc.m */; }; + D4545208156E219600887EB5 /* libCocosDenshion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D45451B2156E071600887EB5 /* libCocosDenshion.a */; }; + D454520A156E22B400887EB5 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D4545209156E22B400887EB5 /* libxml2.dylib */; }; + D454520C156E22BD00887EB5 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D454520B156E22BD00887EB5 /* libz.dylib */; }; + D4545227156E28EF00887EB5 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D4545215156E28EF00887EB5 /* AppDelegate.cpp */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 159A666D15904899003AEEC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 159A666615904899003AEEC0 /* cocos2dx.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 1551A33F158F2AB200E66CFE; + remoteInfo = cocos2dx; + }; + 159A666F159048A4003AEEC0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 159A666615904899003AEEC0 /* cocos2dx.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 1551A33E158F2AB200E66CFE; + remoteInfo = cocos2dx; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 1554941915737858009041F8 /* JS */ = {isa = PBXFileReference; lastKnownFileType = folder; path = JS; sourceTree = ""; }; + 1554941B15737A4D009041F8 /* simple_class.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simple_class.cpp; sourceTree = ""; }; + 1554941C15737A4D009041F8 /* simple_class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = simple_class.h; sourceTree = ""; }; + 1554941D15737A4D009041F8 /* simple_native_generated.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = simple_native_generated.cpp; sourceTree = ""; }; + 1554941E15737A4D009041F8 /* simple_native_generated.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = simple_native_generated.hpp; sourceTree = ""; }; + 159A666615904899003AEEC0 /* cocos2dx.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2dx.xcodeproj; path = ../../cocos2dx/proj.ios/cocos2dx.xcodeproj; sourceTree = ""; }; + 15DD7073156F2C6A003E7567 /* fps_images.fnt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = fps_images.fnt; sourceTree = ""; }; + 15DD7074156F2C6A003E7567 /* fps_images.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = fps_images.png; sourceTree = ""; }; + A922753D1517C094001B78AA /* testjs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = testjs.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; }; + D45440B4156DE56B00887EB5 /* cocos2d_generated.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocos2d_generated.cpp; sourceTree = ""; }; + D45440B5156DE56B00887EB5 /* cocos2d_generated.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cocos2d_generated.hpp; sourceTree = ""; }; + D45440B6156DE56B00887EB5 /* cocos2d_manual_bindings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocos2d_manual_bindings.cpp; sourceTree = ""; }; + D45440B7156DE56B00887EB5 /* cocos_denshion_generated.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocos_denshion_generated.cpp; sourceTree = ""; }; + D45440B8156DE56B00887EB5 /* cocos_denshion_generated.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cocos_denshion_generated.hpp; sourceTree = ""; }; + D45440BA156DE56B00887EB5 /* ScriptingCore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptingCore.cpp; sourceTree = ""; }; + D45440BB156DE56B00887EB5 /* ScriptingCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptingCore.h; 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 = ""; }; + D45446D9156DE7F300887EB5 /* b1-hd.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "b1-hd.png"; sourceTree = ""; }; + D45446DA156DE7F300887EB5 /* b1-ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "b1-ipad.png"; sourceTree = ""; }; + D45446DB156DE7F300887EB5 /* b1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = b1.png; sourceTree = ""; }; + D45446DC156DE7F300887EB5 /* b2-hd.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "b2-hd.png"; sourceTree = ""; }; + D45446DD156DE7F300887EB5 /* b2-ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "b2-ipad.png"; sourceTree = ""; }; + D45446DE156DE7F300887EB5 /* b2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = b2.png; sourceTree = ""; }; + D45446DF156DE7F300887EB5 /* background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = background.png; sourceTree = ""; }; + D45446E0156DE7F300887EB5 /* ballbounce.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ballbounce.wav; sourceTree = ""; }; + D45446E1156DE7F300887EB5 /* BoilingFoam.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = BoilingFoam.plist; sourceTree = ""; }; + D45446E2156DE7F300887EB5 /* BurstPipe.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = BurstPipe.plist; sourceTree = ""; }; + D45446E3156DE7F300887EB5 /* CloseNormal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseNormal.png; sourceTree = ""; }; + D45446E4156DE7F300887EB5 /* CloseSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseSelected.png; sourceTree = ""; }; + D45446E5156DE7F300887EB5 /* Comet.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Comet.plist; sourceTree = ""; }; + D45446E6156DE7F300887EB5 /* debian.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = debian.plist; sourceTree = ""; }; + D45446E7156DE7F300887EB5 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; + D45446E8156DE7F300887EB5 /* ExplodingRing.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ExplodingRing.plist; sourceTree = ""; }; + D45446E9156DE7F300887EB5 /* f1-hd.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "f1-hd.png"; sourceTree = ""; }; + D45446EA156DE7F300887EB5 /* f1-ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "f1-ipad.png"; sourceTree = ""; }; + D45446EB156DE7F300887EB5 /* f1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = f1.png; sourceTree = ""; }; + D45446EC156DE7F300887EB5 /* f2-hd.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "f2-hd.png"; sourceTree = ""; }; + D45446ED156DE7F300887EB5 /* f2-ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "f2-ipad.png"; sourceTree = ""; }; + D45446EE156DE7F300887EB5 /* f2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = f2.png; sourceTree = ""; }; + D45446EF156DE7F300887EB5 /* Flower.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Flower.plist; sourceTree = ""; }; + D45446F0156DE7F300887EB5 /* ForestFire.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ForestFire.plist; sourceTree = ""; }; + D45446F1156DE7F300887EB5 /* Galaxy.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Galaxy.plist; sourceTree = ""; }; + D45446F2156DE7F300887EB5 /* grossini_dance_05.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = grossini_dance_05.png; sourceTree = ""; }; + D45446F3156DE7F300887EB5 /* grossinis_sister1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = grossinis_sister1.png; sourceTree = ""; }; + D45446F4156DE7F300887EB5 /* grossinis_sister2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = grossinis_sister2.png; sourceTree = ""; }; + D45446F5156DE7F300887EB5 /* HelloWorld.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = HelloWorld.png; sourceTree = ""; }; + D45446F6156DE7F300887EB5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = ""; }; + D45446F7156DE7F300887EB5 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = ""; }; + D45446F8156DE7F300887EB5 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = ""; }; + D45446F9156DE7F300887EB5 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small@2x.png"; sourceTree = ""; }; + D45446FA156DE7F300887EB5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; + D45446FB156DE7F300887EB5 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = ""; }; + D45446FC156DE7F300887EB5 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = ""; }; + D45446FD156DE7F300887EB5 /* LavaFlow.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = LavaFlow.plist; sourceTree = ""; }; + D45446FE156DE7F300887EB5 /* Phoenix.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Phoenix.plist; sourceTree = ""; }; + D45446FF156DE7F300887EB5 /* r1-hd.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "r1-hd.png"; sourceTree = ""; }; + D4544700156DE7F300887EB5 /* r1-ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "r1-ipad.png"; sourceTree = ""; }; + D4544701156DE7F300887EB5 /* r1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = r1.png; sourceTree = ""; }; + D4544702156DE7F300887EB5 /* r2-hd.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "r2-hd.png"; sourceTree = ""; }; + D4544703156DE7F300887EB5 /* r2-ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "r2-ipad.png"; sourceTree = ""; }; + D4544704156DE7F300887EB5 /* r2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = r2.png; sourceTree = ""; }; + D4544705156DE7F300887EB5 /* Silly Fun Theme A.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = "Silly Fun Theme A.mp3"; sourceTree = ""; }; + D4544706156DE7F300887EB5 /* SmallSun.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SmallSun.plist; sourceTree = ""; }; + D4544707156DE7F300887EB5 /* SpinningPeas.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SpinningPeas.plist; sourceTree = ""; }; + D4544708156DE7F300887EB5 /* Spiral.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Spiral.plist; sourceTree = ""; }; + D4544709156DE7F300887EB5 /* SpookyPeas.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SpookyPeas.plist; sourceTree = ""; }; + D454470A156DE7F300887EB5 /* stars2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars2.png; sourceTree = ""; }; + D454470B156DE7F300887EB5 /* tank.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = tank.plist; sourceTree = ""; }; + D454470C156DE7F300887EB5 /* tank.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tank.png; sourceTree = ""; }; + D454470D156DE7F300887EB5 /* tank.tps */ = {isa = PBXFileReference; lastKnownFileType = file; path = tank.tps; sourceTree = ""; }; + D454470E156DE7F300887EB5 /* tank1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tank1.png; sourceTree = ""; }; + D454470F156DE7F300887EB5 /* Upsidedown.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Upsidedown.plist; sourceTree = ""; }; + D45451B2156E071600887EB5 /* libCocosDenshion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libCocosDenshion.a; sourceTree = BUILT_PRODUCTS_DIR; }; + D45451C5156E072400887EB5 /* Export.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Export.h; sourceTree = ""; }; + D45451C6156E072400887EB5 /* SimpleAudioEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine.h; sourceTree = ""; }; + D45451C8156E072400887EB5 /* CDAudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDAudioManager.h; sourceTree = ""; }; + D45451C9156E072400887EB5 /* CDAudioManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDAudioManager.m; sourceTree = ""; }; + D45451CA156E072400887EB5 /* CDConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDConfig.h; sourceTree = ""; }; + D45451CB156E072400887EB5 /* CDOpenALSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDOpenALSupport.h; sourceTree = ""; }; + D45451CC156E072400887EB5 /* CDOpenALSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDOpenALSupport.m; sourceTree = ""; }; + D45451CD156E072400887EB5 /* CocosDenshion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CocosDenshion.h; sourceTree = ""; }; + D45451CE156E072400887EB5 /* CocosDenshion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CocosDenshion.m; sourceTree = ""; }; + D45451CF156E072400887EB5 /* SimpleAudioEngine.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SimpleAudioEngine.mm; sourceTree = ""; }; + D45451D0156E072400887EB5 /* SimpleAudioEngine_objc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleAudioEngine_objc.h; sourceTree = ""; }; + D45451D1156E072400887EB5 /* SimpleAudioEngine_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleAudioEngine_objc.m; sourceTree = ""; }; + D4545209156E22B400887EB5 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; }; + D454520B156E22BD00887EB5 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; }; + D4545215156E28EF00887EB5 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = ""; }; + 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 = ( + 159A6671159048C8003AEEC0 /* libcocos2dx.a in Frameworks */, + D454520C156E22BD00887EB5 /* libz.dylib in Frameworks */, + D454520A156E22B400887EB5 /* libxml2.dylib in Frameworks */, + D4545208156E219600887EB5 /* libCocosDenshion.a in Frameworks */, + A92275421517C094001B78AA /* QuartzCore.framework in Frameworks */, + A92275441517C094001B78AA /* OpenGLES.framework in Frameworks */, + A92275461517C094001B78AA /* OpenAL.framework in Frameworks */, + A92275481517C094001B78AA /* AudioToolbox.framework in Frameworks */, + A922754A1517C094001B78AA /* AVFoundation.framework in Frameworks */, + A922754C1517C094001B78AA /* UIKit.framework in Frameworks */, + A922754E1517C094001B78AA /* Foundation.framework in Frameworks */, + A92275501517C094001B78AA /* CoreGraphics.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D45451AF156E071600887EB5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D45451B3156E071600887EB5 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 159A666715904899003AEEC0 /* Products */ = { + isa = PBXGroup; + children = ( + 159A666E15904899003AEEC0 /* libcocos2dx.a */, + ); + name = Products; + sourceTree = ""; + }; + A92275321517C094001B78AA = { + isa = PBXGroup; + children = ( + 159A666615904899003AEEC0 /* cocos2dx.xcodeproj */, + D4545214156E28EF00887EB5 /* Classes */, + D45451BD156E072400887EB5 /* CocosDenshion */, + D45446D8156DE7F300887EB5 /* Resources */, + D45446CC156DE73F00887EB5 /* ios */, + D45440AC156DE56B00887EB5 /* JS */, + A92275401517C094001B78AA /* Frameworks */, + A922753E1517C094001B78AA /* Products */, + ); + sourceTree = ""; + }; + A922753E1517C094001B78AA /* Products */ = { + isa = PBXGroup; + children = ( + A922753D1517C094001B78AA /* testjs.app */, + D45451B2156E071600887EB5 /* libCocosDenshion.a */, + ); + name = Products; + sourceTree = ""; + }; + A92275401517C094001B78AA /* Frameworks */ = { + isa = PBXGroup; + children = ( + D454520B156E22BD00887EB5 /* libz.dylib */, + D4545209156E22B400887EB5 /* libxml2.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 = ""; + }; + D45440AC156DE56B00887EB5 /* JS */ = { + isa = PBXGroup; + children = ( + D45440B3156DE56B00887EB5 /* JSBindings */, + ); + name = JS; + path = ../../js; + sourceTree = ""; + }; + D45440B3156DE56B00887EB5 /* JSBindings */ = { + isa = PBXGroup; + children = ( + D45440B4156DE56B00887EB5 /* cocos2d_generated.cpp */, + D45440B5156DE56B00887EB5 /* cocos2d_generated.hpp */, + D45440B6156DE56B00887EB5 /* cocos2d_manual_bindings.cpp */, + D45440B7156DE56B00887EB5 /* cocos_denshion_generated.cpp */, + D45440B8156DE56B00887EB5 /* cocos_denshion_generated.hpp */, + D45440BA156DE56B00887EB5 /* ScriptingCore.cpp */, + D45440BB156DE56B00887EB5 /* ScriptingCore.h */, + ); + path = JSBindings; + 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 = ""; + }; + D45446D8156DE7F300887EB5 /* Resources */ = { + isa = PBXGroup; + children = ( + 1554941915737858009041F8 /* JS */, + 15DD7073156F2C6A003E7567 /* fps_images.fnt */, + 15DD7074156F2C6A003E7567 /* fps_images.png */, + D4544747156DE80400887EB5 /* Particles */, + D45446D9156DE7F300887EB5 /* b1-hd.png */, + D45446DA156DE7F300887EB5 /* b1-ipad.png */, + D45446DB156DE7F300887EB5 /* b1.png */, + D45446DC156DE7F300887EB5 /* b2-hd.png */, + D45446DD156DE7F300887EB5 /* b2-ipad.png */, + D45446DE156DE7F300887EB5 /* b2.png */, + D45446DF156DE7F300887EB5 /* background.png */, + D45446E0156DE7F300887EB5 /* ballbounce.wav */, + D45446E3156DE7F300887EB5 /* CloseNormal.png */, + D45446E4156DE7F300887EB5 /* CloseSelected.png */, + D45446E7156DE7F300887EB5 /* Default.png */, + D45446E9156DE7F300887EB5 /* f1-hd.png */, + D45446EA156DE7F300887EB5 /* f1-ipad.png */, + D45446EB156DE7F300887EB5 /* f1.png */, + D45446EC156DE7F300887EB5 /* f2-hd.png */, + D45446ED156DE7F300887EB5 /* f2-ipad.png */, + D45446EE156DE7F300887EB5 /* f2.png */, + D45446F2156DE7F300887EB5 /* grossini_dance_05.png */, + D45446F3156DE7F300887EB5 /* grossinis_sister1.png */, + D45446F4156DE7F300887EB5 /* grossinis_sister2.png */, + D45446F5156DE7F300887EB5 /* HelloWorld.png */, + D45446F6156DE7F300887EB5 /* Icon-72.png */, + D45446F7156DE7F300887EB5 /* Icon-Small-50.png */, + D45446F8156DE7F300887EB5 /* Icon-Small.png */, + D45446F9156DE7F300887EB5 /* Icon-Small@2x.png */, + D45446FA156DE7F300887EB5 /* Icon.png */, + D45446FB156DE7F300887EB5 /* Icon@2x.png */, + D45446FC156DE7F300887EB5 /* iTunesArtwork */, + D45446FF156DE7F300887EB5 /* r1-hd.png */, + D4544700156DE7F300887EB5 /* r1-ipad.png */, + D4544701156DE7F300887EB5 /* r1.png */, + D4544702156DE7F300887EB5 /* r2-hd.png */, + D4544703156DE7F300887EB5 /* r2-ipad.png */, + D4544704156DE7F300887EB5 /* r2.png */, + D4544705156DE7F300887EB5 /* Silly Fun Theme A.mp3 */, + D454470B156DE7F300887EB5 /* tank.plist */, + D454470C156DE7F300887EB5 /* tank.png */, + D454470D156DE7F300887EB5 /* tank.tps */, + D454470E156DE7F300887EB5 /* tank1.png */, + ); + name = Resources; + path = ../Resources; + sourceTree = ""; + }; + D4544747156DE80400887EB5 /* Particles */ = { + isa = PBXGroup; + children = ( + D454470A156DE7F300887EB5 /* stars2.png */, + D45446F0156DE7F300887EB5 /* ForestFire.plist */, + D45446E1156DE7F300887EB5 /* BoilingFoam.plist */, + D45446E2156DE7F300887EB5 /* BurstPipe.plist */, + D45446E5156DE7F300887EB5 /* Comet.plist */, + D45446E6156DE7F300887EB5 /* debian.plist */, + D45446E8156DE7F300887EB5 /* ExplodingRing.plist */, + D45446EF156DE7F300887EB5 /* Flower.plist */, + D45446F1156DE7F300887EB5 /* Galaxy.plist */, + D45446FD156DE7F300887EB5 /* LavaFlow.plist */, + D45446FE156DE7F300887EB5 /* Phoenix.plist */, + D4544706156DE7F300887EB5 /* SmallSun.plist */, + D4544707156DE7F300887EB5 /* SpinningPeas.plist */, + D4544708156DE7F300887EB5 /* Spiral.plist */, + D4544709156DE7F300887EB5 /* SpookyPeas.plist */, + D454470F156DE7F300887EB5 /* Upsidedown.plist */, + ); + name = Particles; + sourceTree = ""; + }; + D45451BD156E072400887EB5 /* CocosDenshion */ = { + isa = PBXGroup; + children = ( + D45451C4156E072400887EB5 /* include */, + D45451C7156E072400887EB5 /* ios */, + ); + name = CocosDenshion; + path = ../../CocosDenshion; + sourceTree = ""; + }; + D45451C4156E072400887EB5 /* include */ = { + isa = PBXGroup; + children = ( + D45451C5156E072400887EB5 /* Export.h */, + D45451C6156E072400887EB5 /* SimpleAudioEngine.h */, + ); + path = include; + sourceTree = ""; + }; + D45451C7156E072400887EB5 /* ios */ = { + isa = PBXGroup; + children = ( + D45451C8156E072400887EB5 /* CDAudioManager.h */, + D45451C9156E072400887EB5 /* CDAudioManager.m */, + D45451CA156E072400887EB5 /* CDConfig.h */, + D45451CB156E072400887EB5 /* CDOpenALSupport.h */, + D45451CC156E072400887EB5 /* CDOpenALSupport.m */, + D45451CD156E072400887EB5 /* CocosDenshion.h */, + D45451CE156E072400887EB5 /* CocosDenshion.m */, + D45451CF156E072400887EB5 /* SimpleAudioEngine.mm */, + D45451D0156E072400887EB5 /* SimpleAudioEngine_objc.h */, + D45451D1156E072400887EB5 /* SimpleAudioEngine_objc.m */, + ); + path = ios; + sourceTree = ""; + }; + D4545214156E28EF00887EB5 /* Classes */ = { + isa = PBXGroup; + children = ( + 1554941B15737A4D009041F8 /* simple_class.cpp */, + 1554941C15737A4D009041F8 /* simple_class.h */, + 1554941D15737A4D009041F8 /* simple_native_generated.cpp */, + 1554941E15737A4D009041F8 /* simple_native_generated.hpp */, + D4545215156E28EF00887EB5 /* AppDelegate.cpp */, + D4545216156E28EF00887EB5 /* AppDelegate.h */, + ); + name = Classes; + path = ../Classes; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + D45451B0156E071600887EB5 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D45451F9156E072400887EB5 /* Export.h in Headers */, + D45451FA156E072400887EB5 /* SimpleAudioEngine.h in Headers */, + D45451FB156E072400887EB5 /* CDAudioManager.h in Headers */, + D45451FD156E072400887EB5 /* CDConfig.h in Headers */, + D45451FE156E072400887EB5 /* CDOpenALSupport.h in Headers */, + D4545200156E072400887EB5 /* CocosDenshion.h in Headers */, + D4545203156E072400887EB5 /* SimpleAudioEngine_objc.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + A922753C1517C094001B78AA /* testjs */ = { + isa = PBXNativeTarget; + buildConfigurationList = A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "testjs" */; + buildPhases = ( + A92275391517C094001B78AA /* Sources */, + A922753A1517C094001B78AA /* Frameworks */, + A922753B1517C094001B78AA /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 159A6670159048A4003AEEC0 /* PBXTargetDependency */, + ); + name = testjs; + productName = testjs; + productReference = A922753D1517C094001B78AA /* testjs.app */; + productType = "com.apple.product-type.application"; + }; + D45451B1156E071600887EB5 /* CocosDenshion */ = { + isa = PBXNativeTarget; + buildConfigurationList = D45451BA156E071600887EB5 /* Build configuration list for PBXNativeTarget "CocosDenshion" */; + buildPhases = ( + D45451AE156E071600887EB5 /* Sources */, + D45451AF156E071600887EB5 /* Frameworks */, + D45451B0156E071600887EB5 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = CocosDenshion; + productName = CocosDenshion; + productReference = D45451B2156E071600887EB5 /* libCocosDenshion.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + A92275341517C094001B78AA /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0430; + }; + buildConfigurationList = A92275371517C094001B78AA /* Build configuration list for PBXProject "testjs" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = A92275321517C094001B78AA; + productRefGroup = A922753E1517C094001B78AA /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 159A666715904899003AEEC0 /* Products */; + ProjectRef = 159A666615904899003AEEC0 /* cocos2dx.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + A922753C1517C094001B78AA /* testjs */, + D45451B1156E071600887EB5 /* CocosDenshion */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 159A666E15904899003AEEC0 /* libcocos2dx.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libcocos2dx.a; + remoteRef = 159A666D15904899003AEEC0 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + A922753B1517C094001B78AA /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D4544710156DE7F300887EB5 /* b1-hd.png in Resources */, + D4544711156DE7F300887EB5 /* b1-ipad.png in Resources */, + D4544712156DE7F300887EB5 /* b1.png in Resources */, + D4544713156DE7F300887EB5 /* b2-hd.png in Resources */, + D4544714156DE7F300887EB5 /* b2-ipad.png in Resources */, + D4544715156DE7F300887EB5 /* b2.png in Resources */, + D4544716156DE7F300887EB5 /* background.png in Resources */, + D4544717156DE7F300887EB5 /* ballbounce.wav in Resources */, + D4544718156DE7F300887EB5 /* BoilingFoam.plist in Resources */, + D4544719156DE7F300887EB5 /* BurstPipe.plist in Resources */, + D454471A156DE7F300887EB5 /* CloseNormal.png in Resources */, + D454471B156DE7F300887EB5 /* CloseSelected.png in Resources */, + D454471C156DE7F300887EB5 /* Comet.plist in Resources */, + D454471D156DE7F300887EB5 /* debian.plist in Resources */, + D454471E156DE7F300887EB5 /* Default.png in Resources */, + D454471F156DE7F300887EB5 /* ExplodingRing.plist in Resources */, + D4544720156DE7F300887EB5 /* f1-hd.png in Resources */, + D4544721156DE7F300887EB5 /* f1-ipad.png in Resources */, + D4544722156DE7F300887EB5 /* f1.png in Resources */, + D4544723156DE7F300887EB5 /* f2-hd.png in Resources */, + D4544724156DE7F300887EB5 /* f2-ipad.png in Resources */, + D4544725156DE7F300887EB5 /* f2.png in Resources */, + D4544726156DE7F300887EB5 /* Flower.plist in Resources */, + D4544727156DE7F300887EB5 /* ForestFire.plist in Resources */, + D4544728156DE7F300887EB5 /* Galaxy.plist in Resources */, + D4544729156DE7F300887EB5 /* grossini_dance_05.png in Resources */, + D454472A156DE7F300887EB5 /* grossinis_sister1.png in Resources */, + D454472B156DE7F300887EB5 /* grossinis_sister2.png in Resources */, + D454472C156DE7F300887EB5 /* HelloWorld.png in Resources */, + D454472D156DE7F300887EB5 /* Icon-72.png in Resources */, + D454472E156DE7F300887EB5 /* Icon-Small-50.png in Resources */, + D454472F156DE7F300887EB5 /* Icon-Small.png in Resources */, + D4544730156DE7F300887EB5 /* Icon-Small@2x.png in Resources */, + D4544731156DE7F300887EB5 /* Icon.png in Resources */, + D4544732156DE7F300887EB5 /* Icon@2x.png in Resources */, + D4544733156DE7F300887EB5 /* iTunesArtwork in Resources */, + D4544734156DE7F300887EB5 /* LavaFlow.plist in Resources */, + D4544735156DE7F300887EB5 /* Phoenix.plist in Resources */, + D4544736156DE7F300887EB5 /* r1-hd.png in Resources */, + D4544737156DE7F300887EB5 /* r1-ipad.png in Resources */, + D4544738156DE7F300887EB5 /* r1.png in Resources */, + D4544739156DE7F300887EB5 /* r2-hd.png in Resources */, + D454473A156DE7F300887EB5 /* r2-ipad.png in Resources */, + D454473B156DE7F300887EB5 /* r2.png in Resources */, + D454473C156DE7F300887EB5 /* Silly Fun Theme A.mp3 in Resources */, + D454473D156DE7F300887EB5 /* SmallSun.plist in Resources */, + D454473E156DE7F300887EB5 /* SpinningPeas.plist in Resources */, + D454473F156DE7F300887EB5 /* Spiral.plist in Resources */, + D4544740156DE7F300887EB5 /* SpookyPeas.plist in Resources */, + D4544741156DE7F300887EB5 /* stars2.png in Resources */, + D4544742156DE7F300887EB5 /* tank.plist in Resources */, + D4544743156DE7F300887EB5 /* tank.png in Resources */, + D4544744156DE7F300887EB5 /* tank.tps in Resources */, + D4544745156DE7F300887EB5 /* tank1.png in Resources */, + D4544746156DE7F300887EB5 /* Upsidedown.plist in Resources */, + 15DD7075156F2C6A003E7567 /* fps_images.fnt in Resources */, + 15DD7076156F2C6A003E7567 /* fps_images.png in Resources */, + 1554941A15737858009041F8 /* JS in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + A92275391517C094001B78AA /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D4544505156DE56E00887EB5 /* cocos2d_generated.cpp in Sources */, + D4544506156DE56E00887EB5 /* cocos2d_manual_bindings.cpp in Sources */, + D4544507156DE56E00887EB5 /* cocos_denshion_generated.cpp in Sources */, + D4544509156DE56E00887EB5 /* ScriptingCore.cpp in Sources */, + D45446D3156DE74F00887EB5 /* AppController.mm in Sources */, + D45446D4156DE74F00887EB5 /* main.m in Sources */, + D45446D5156DE74F00887EB5 /* RootViewController.mm in Sources */, + D4545227156E28EF00887EB5 /* AppDelegate.cpp in Sources */, + 1554941F15737A4D009041F8 /* simple_class.cpp in Sources */, + 1554942015737A4D009041F8 /* simple_native_generated.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D45451AE156E071600887EB5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D45451FC156E072400887EB5 /* CDAudioManager.m in Sources */, + D45451FF156E072400887EB5 /* CDOpenALSupport.m in Sources */, + D4545201156E072400887EB5 /* CocosDenshion.m in Sources */, + D4545202156E072400887EB5 /* SimpleAudioEngine.mm in Sources */, + D4545204156E072400887EB5 /* SimpleAudioEngine_objc.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 159A6670159048A4003AEEC0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = cocos2dx; + targetProxy = 159A666F159048A4003AEEC0 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency 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 = ( + "\"$(PROJECT_NAME)/libs/cocos2dx\"", + "\"$(PROJECT_NAME)/libs/CocosDenshion/include\"", + "\"$(SDKROOT)/usr/include/libxml2\"", + ); + 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 = ( + "\"$(PROJECT_NAME)/libs/cocos2dx\"", + "\"$(PROJECT_NAME)/libs/CocosDenshion/include\"", + "\"$(SDKROOT)/usr/include/libxml2\"", + ); + 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; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = Prefix.pch; + "GCC_THUMB_SUPPORT[arch=armv6]" = ""; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/../../cocos2dx\"", + "\"$(SRCROOT)/../../cocos2dx/kazmath/include\"", + "\"$(SRCROOT)/../../CocosDenshion/include\"", + "\"$(SDKROOT)/usr/include/libxml2\"", + "\"$(SRCROOT)/../../js/spidermonkey-ios/include\"", + "\"$(SRCROOT)/../../js/JSBindings\"", + "$(SRCROOT)/../../cocos2dx/include", + "$(SRCROOT)/../../cocos2dx/platform/ios", + ); + INFOPLIST_FILE = Info.plist; + LIBRARY_SEARCH_PATHS = ( + "\"$(SRCROOT)/../../js/spidermonkey-ios/lib\"", + "\"$(SRCROOT)/../../cocos2dx/platform/third_party/ios/libraries\"", + ); + OTHER_LDFLAGS = ( + "-lxml2", + "-lz", + "-ljs_static", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = app; + }; + name = Debug; + }; + A92277021517C097001B78AA /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = Prefix.pch; + "GCC_THUMB_SUPPORT[arch=armv6]" = ""; + HEADER_SEARCH_PATHS = ( + "\"$(SRCROOT)/../../cocos2dx\"", + "\"$(SRCROOT)/../../cocos2dx/kazmath/include\"", + "\"$(SRCROOT)/../../CocosDenshion/include\"", + "\"$(SDKROOT)/usr/include/libxml2\"", + "\"$(SRCROOT)/../../js/spidermonkey-ios/include\"", + "\"$(SRCROOT)/../../js/JSBindings\"", + "$(SRCROOT)/../../cocos2dx/include", + "$(SRCROOT)/../../cocos2dx/platform/ios", + ); + INFOPLIST_FILE = Info.plist; + LIBRARY_SEARCH_PATHS = ( + "\"$(SRCROOT)/../../js/spidermonkey-ios/lib\"", + "\"$(SRCROOT)/../../cocos2dx/platform/third_party/ios/libraries\"", + ); + OTHER_LDFLAGS = ( + "-lxml2", + "-lz", + "-ljs_static", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + VALIDATE_PRODUCT = YES; + WRAPPER_EXTENSION = app; + }; + name = Release; + }; + D45451BB156E071600887EB5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + DSTROOT = /tmp/CocosDenshion.dst; + GCC_DYNAMIC_NO_PIC = NO; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + }; + name = Debug; + }; + D45451BC156E071600887EB5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + DSTROOT = /tmp/CocosDenshion.dst; + GCC_PRECOMPILE_PREFIX_HEADER = NO; + GCC_PREFIX_HEADER = ""; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + OTHER_LDFLAGS = "-ObjC"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SKIP_INSTALL = YES; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + A92275371517C094001B78AA /* Build configuration list for PBXProject "testjs" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A92276FE1517C097001B78AA /* Debug */, + A92276FF1517C097001B78AA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A92277001517C097001B78AA /* Build configuration list for PBXNativeTarget "testjs" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A92277011517C097001B78AA /* Debug */, + A92277021517C097001B78AA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D45451BA156E071600887EB5 /* Build configuration list for PBXNativeTarget "CocosDenshion" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D45451BB156E071600887EB5 /* Debug */, + D45451BC156E071600887EB5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = A92275341517C094001B78AA /* Project object */; +} diff --git a/testjs/proj.ios/testjs.xcodeproj/project.pbxproj.REMOVED.git-id b/testjs/proj.ios/testjs.xcodeproj/project.pbxproj.REMOVED.git-id deleted file mode 100644 index ee865c2c7b..0000000000 --- a/testjs/proj.ios/testjs.xcodeproj/project.pbxproj.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -36966a60baa47675db677ea1bbb2cc5eb30d2fe6 \ No newline at end of file diff --git a/tests/AppDelegate.h b/tests/AppDelegate.h index 76c1c6089f..268c6c6504 100644 --- a/tests/AppDelegate.h +++ b/tests/AppDelegate.h @@ -1,7 +1,7 @@ #ifndef _APP_DELEGATE_H_ #define _APP_DELEGATE_H_ -#include "CCApplication.h" +#include "cocos2d.h" /** @brief The cocos2d Application. diff --git a/tests/proj.ios/test.xcodeproj/project.pbxproj.REMOVED.git-id b/tests/proj.ios/test.xcodeproj/project.pbxproj.REMOVED.git-id index b020f13da9..4f52665cff 100644 --- a/tests/proj.ios/test.xcodeproj/project.pbxproj.REMOVED.git-id +++ b/tests/proj.ios/test.xcodeproj/project.pbxproj.REMOVED.git-id @@ -1 +1 @@ -cf47c05a8260b8bdde74155d3dc2382ae9735b76 \ No newline at end of file +b6dbd4e646f8633a38bbdc3015458ad20c9cc8a8 \ No newline at end of file diff --git a/tests/tests/ActionsTest/ActionsTest.cpp b/tests/tests/ActionsTest/ActionsTest.cpp index c9ea475e42..b90cfc96af 100644 --- a/tests/tests/ActionsTest/ActionsTest.cpp +++ b/tests/tests/ActionsTest/ActionsTest.cpp @@ -1,6 +1,7 @@ #include "ActionsTest.h" -#include "../testResource.h" -#include "CCActionCatmullRom.h" +#include "testResource.h" +#include "cocos2d.h" + CCLayer* NextAction(); CCLayer* BackAction(); diff --git a/tests/tests/Box2DTestBed/GLES-Render.cpp b/tests/tests/Box2DTestBed/GLES-Render.cpp index ac03b9f32b..097136f665 100644 --- a/tests/tests/Box2DTestBed/GLES-Render.cpp +++ b/tests/tests/Box2DTestBed/GLES-Render.cpp @@ -19,8 +19,7 @@ */ #include "GLES-Render.h" -#include "CCGLProgram.h" -#include "CCShaderCache.h" +#include "cocos2d.h" #include #include #include diff --git a/tests/tests/ShaderTest/ShaderTest.cpp b/tests/tests/ShaderTest/ShaderTest.cpp index eb0e8c222b..d99c78025e 100644 --- a/tests/tests/ShaderTest/ShaderTest.cpp +++ b/tests/tests/ShaderTest/ShaderTest.cpp @@ -1,6 +1,6 @@ #include "ShaderTest.h" #include "../testResource.h" -#include "ccShaders.h" +#include "cocos2d.h" static int sceneIdx = -1;