mirror of https://github.com/axmolengine/axmol.git
Merge branch 'gles20' of https://github.com/walzer/cocos2d-x into modify_xcode_project
This commit is contained in:
commit
e249d6b0ce
|
@ -15,7 +15,6 @@
|
|||
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 */; };
|
||||
|
@ -28,6 +27,10 @@
|
|||
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 */; };
|
||||
D4EF94E815BD319200D803EB /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94E715BD319200D803EB /* Icon-57.png */; };
|
||||
D4EF94EA15BD319500D803EB /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94E915BD319500D803EB /* Icon-114.png */; };
|
||||
D4EF94EC15BD319B00D803EB /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94EB15BD319B00D803EB /* Icon-72.png */; };
|
||||
D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94ED15BD319D00D803EB /* Icon-144.png */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
|
@ -60,7 +63,6 @@
|
|||
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 = "<group>"; };
|
||||
784521C614EBA449009D533B /* CloseSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseSelected.png; sourceTree = "<group>"; };
|
||||
784521CA14EBA449009D533B /* HelloWorld.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = HelloWorld.png; sourceTree = "<group>"; };
|
||||
|
@ -77,6 +79,10 @@
|
|||
BF4DE6AB138BB89600CF907D /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
||||
BF4DE6AC138BB89600CF907D /* RootViewController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RootViewController.mm; sourceTree = "<group>"; };
|
||||
D4ABB4B213B4395300552E6E /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
D4EF94E715BD319200D803EB /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "../proj.ios/Icon-57.png"; sourceTree = "<group>"; };
|
||||
D4EF94E915BD319500D803EB /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "../proj.ios/Icon-114.png"; sourceTree = "<group>"; };
|
||||
D4EF94EB15BD319B00D803EB /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "../proj.ios/Icon-72.png"; sourceTree = "<group>"; };
|
||||
D4EF94ED15BD319D00D803EB /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "../proj.ios/Icon-144.png"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
@ -147,11 +153,14 @@
|
|||
784521C214EBA449009D533B /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D4EF94ED15BD319D00D803EB /* Icon-144.png */,
|
||||
D4EF94EB15BD319B00D803EB /* Icon-72.png */,
|
||||
D4EF94E915BD319500D803EB /* Icon-114.png */,
|
||||
D4EF94E715BD319200D803EB /* Icon-57.png */,
|
||||
15F990B3159C0DAF00848A44 /* fps_images-hd.png */,
|
||||
15F990B4159C0DAF00848A44 /* fps_images-ipadhd.png */,
|
||||
15DD6D78156DD120003E7567 /* fps_images.png */,
|
||||
782F4617153FEDF0009FC2E5 /* Default.png */,
|
||||
782F4618153FEDF0009FC2E5 /* Icon.png */,
|
||||
784521C514EBA449009D533B /* CloseNormal.png */,
|
||||
784521C614EBA449009D533B /* CloseSelected.png */,
|
||||
784521CA14EBA449009D533B /* HelloWorld.png */,
|
||||
|
@ -254,10 +263,13 @@
|
|||
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 */,
|
||||
15F990B5159C0DAF00848A44 /* fps_images-hd.png in Resources */,
|
||||
15F990B6159C0DAF00848A44 /* fps_images-ipadhd.png in Resources */,
|
||||
D4EF94E815BD319200D803EB /* Icon-57.png in Resources */,
|
||||
D4EF94EA15BD319500D803EB /* Icon-114.png in Resources */,
|
||||
D4EF94EC15BD319B00D803EB /* Icon-72.png in Resources */,
|
||||
D4EF94EE15BD319D00D803EB /* Icon-144.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
|
@ -29,12 +29,15 @@
|
|||
78947C7814EBB9B100DBD5A6 /* menu1.png in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6A14EBB9B000DBD5A6 /* menu1.png */; };
|
||||
78947C7914EBB9B100DBD5A6 /* menu2.png in Resources */ = {isa = PBXBuildFile; fileRef = 78947C6B14EBB9B000DBD5A6 /* menu2.png */; };
|
||||
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 */; };
|
||||
D4EF94D715BD311700D803EB /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94D615BD311700D803EB /* Icon-57.png */; };
|
||||
D4EF94D915BD311A00D803EB /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94D815BD311A00D803EB /* Icon-114.png */; };
|
||||
D4EF94DB15BD311E00D803EB /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94DA15BD311E00D803EB /* Icon-72.png */; };
|
||||
D4EF94DD15BD312100D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94DC15BD312100D803EB /* Icon-144.png */; };
|
||||
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 */; };
|
||||
|
@ -134,7 +137,6 @@
|
|||
78947C6A14EBB9B000DBD5A6 /* menu1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menu1.png; sourceTree = "<group>"; };
|
||||
78947C6B14EBB9B000DBD5A6 /* menu2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = menu2.png; sourceTree = "<group>"; };
|
||||
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 = "<group>"; };
|
||||
|
@ -144,6 +146,10 @@
|
|||
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 = "<group>"; };
|
||||
D4CEAD7813B4634300780515 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
|
||||
D4EF94D615BD311700D803EB /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "../proj.ios/Icon-57.png"; sourceTree = "<group>"; };
|
||||
D4EF94D815BD311A00D803EB /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "../proj.ios/Icon-114.png"; sourceTree = "<group>"; };
|
||||
D4EF94DA15BD311E00D803EB /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "../proj.ios/Icon-72.png"; sourceTree = "<group>"; };
|
||||
D4EF94DC15BD312100D803EB /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "../proj.ios/Icon-144.png"; sourceTree = "<group>"; };
|
||||
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; };
|
||||
|
@ -346,6 +352,10 @@
|
|||
78947C5C14EBB9B000DBD5A6 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D4EF94DC15BD312100D803EB /* Icon-144.png */,
|
||||
D4EF94DA15BD311E00D803EB /* Icon-72.png */,
|
||||
D4EF94D815BD311A00D803EB /* Icon-114.png */,
|
||||
D4EF94D615BD311700D803EB /* Icon-57.png */,
|
||||
15F990C0159C0DED00848A44 /* fps_images-hd.png */,
|
||||
15F990C1159C0DED00848A44 /* fps_images-ipadhd.png */,
|
||||
15DD6D81156DD1EF003E7567 /* fps_images.png */,
|
||||
|
@ -357,7 +367,6 @@
|
|||
78947C6314EBB9B000DBD5A6 /* farm.jpg */,
|
||||
78947C6614EBB9B000DBD5A6 /* hello.lua */,
|
||||
78947C6714EBB9B000DBD5A6 /* hello2.lua */,
|
||||
78DC4C9915490B9500317402 /* Icon.png */,
|
||||
78947C6914EBB9B000DBD5A6 /* land.png */,
|
||||
78947C6A14EBB9B000DBD5A6 /* menu1.png */,
|
||||
78947C6B14EBB9B000DBD5A6 /* menu2.png */,
|
||||
|
@ -579,12 +588,15 @@
|
|||
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 */,
|
||||
15F990C2159C0DED00848A44 /* fps_images-hd.png in Resources */,
|
||||
15F990C3159C0DED00848A44 /* fps_images-ipadhd.png in Resources */,
|
||||
F2837A6C15B9606900A5707B /* Android.mk in Resources */,
|
||||
F2837A6D15B9606900A5707B /* liblua.vcproj in Resources */,
|
||||
D4EF94D715BD311700D803EB /* Icon-57.png in Resources */,
|
||||
D4EF94D915BD311A00D803EB /* Icon-114.png in Resources */,
|
||||
D4EF94DB15BD311E00D803EB /* Icon-72.png in Resources */,
|
||||
D4EF94DD15BD312100D803EB /* Icon-144.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -779,7 +791,7 @@
|
|||
GCC_VERSION = "";
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = iphoneos;
|
||||
|
@ -801,7 +813,7 @@
|
|||
GCC_VERSION = "";
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 3.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 4.0;
|
||||
PREBINDING = NO;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
|
|
@ -1 +1 @@
|
|||
818941de9b099ef97ea42021a4130012decf4ef1
|
||||
d9ee53ff007acf07cd57b33d0fb5648fd87b7a51
|
|
@ -61,8 +61,6 @@
|
|||
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 */; };
|
||||
|
@ -86,6 +84,10 @@
|
|||
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 */; };
|
||||
D4EF94B415BD2FE900D803EB /* Icon-57.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94B315BD2FE900D803EB /* Icon-57.png */; };
|
||||
D4EF94B615BD2FEC00D803EB /* Icon-114.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94B515BD2FEC00D803EB /* Icon-114.png */; };
|
||||
D4EF94B815BD2FF500D803EB /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94B715BD2FF500D803EB /* Icon-144.png */; };
|
||||
D4EF94C315BD304000D803EB /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = D4EF94C215BD304000D803EB /* Icon-72.png */; };
|
||||
F2837AA515B9639100A5707B /* cocos2d_generated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2837A9D15B9639100A5707B /* cocos2d_generated.cpp */; };
|
||||
F2837AA615B9639100A5707B /* cocos2d_manual_bindings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2837A9F15B9639100A5707B /* cocos2d_manual_bindings.cpp */; };
|
||||
F2837AA715B9639100A5707B /* cocos_denshion_generated.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F2837AA015B9639100A5707B /* cocos_denshion_generated.cpp */; };
|
||||
|
@ -203,6 +205,10 @@
|
|||
D454520B156E22BD00887EB5 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
||||
D4545215156E28EF00887EB5 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AppDelegate.cpp; sourceTree = "<group>"; };
|
||||
D4545216156E28EF00887EB5 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
D4EF94B315BD2FE900D803EB /* Icon-57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-57.png"; path = "../proj.ios/Icon-57.png"; sourceTree = "<group>"; };
|
||||
D4EF94B515BD2FEC00D803EB /* Icon-114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-114.png"; path = "../proj.ios/Icon-114.png"; sourceTree = "<group>"; };
|
||||
D4EF94B715BD2FF500D803EB /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "../proj.ios/Icon-144.png"; sourceTree = "<group>"; };
|
||||
D4EF94C215BD304000D803EB /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "../proj.ios/Icon-72.png"; sourceTree = "<group>"; };
|
||||
F2837A9D15B9639100A5707B /* cocos2d_generated.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocos2d_generated.cpp; sourceTree = "<group>"; };
|
||||
F2837A9E15B9639100A5707B /* cocos2d_generated.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cocos2d_generated.hpp; sourceTree = "<group>"; };
|
||||
F2837A9F15B9639100A5707B /* cocos2d_manual_bindings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cocos2d_manual_bindings.cpp; sourceTree = "<group>"; };
|
||||
|
@ -335,6 +341,10 @@
|
|||
D45446D8156DE7F300887EB5 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D4EF94C215BD304000D803EB /* Icon-72.png */,
|
||||
D4EF94B715BD2FF500D803EB /* Icon-144.png */,
|
||||
D4EF94B515BD2FEC00D803EB /* Icon-114.png */,
|
||||
D4EF94B315BD2FE900D803EB /* Icon-57.png */,
|
||||
15F99094159C0C7200848A44 /* fps_images-hd.png */,
|
||||
15F99095159C0C7200848A44 /* fps_images-ipadhd.png */,
|
||||
1554941915737858009041F8 /* JS */,
|
||||
|
@ -533,8 +543,6 @@
|
|||
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 */,
|
||||
|
@ -560,6 +568,10 @@
|
|||
15F99096159C0C7200848A44 /* fps_images-hd.png in Resources */,
|
||||
15F99097159C0C7200848A44 /* fps_images-ipadhd.png in Resources */,
|
||||
F2837AA815B9639100A5707B /* README.md in Resources */,
|
||||
D4EF94B415BD2FE900D803EB /* Icon-57.png in Resources */,
|
||||
D4EF94B615BD2FEC00D803EB /* Icon-114.png in Resources */,
|
||||
D4EF94B815BD2FF500D803EB /* Icon-144.png in Resources */,
|
||||
D4EF94C315BD304000D803EB /* Icon-72.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -669,6 +681,7 @@
|
|||
"$(SRCROOT)/../../../scripting/javascript/spidermonkey-ios/system_wrappers_js",
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../scripting/javascript/spidermonkey-ios/lib\"";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lxml2",
|
||||
|
@ -676,6 +689,7 @@
|
|||
"-ljs_static",
|
||||
);
|
||||
PRODUCT_NAME = TestJavascript;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
|
@ -699,6 +713,7 @@
|
|||
"$(SRCROOT)/../../../scripting/javascript/spidermonkey-ios/system_wrappers_js",
|
||||
);
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/../../../scripting/javascript/spidermonkey-ios/lib\"";
|
||||
OTHER_LDFLAGS = (
|
||||
"-lxml2",
|
||||
|
@ -706,6 +721,7 @@
|
|||
"-ljs_static",
|
||||
);
|
||||
PRODUCT_NAME = TestJavascript;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue