mirror of https://github.com/axmolengine/axmol.git
Adds iOS7 icons to ios template
This commit is contained in:
parent
d6675df75b
commit
3427ed71c4
|
@ -24,6 +24,9 @@
|
|||
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 */; };
|
||||
5087E72F17EB7E0200C73F5D /* Icon-76.png in Resources */ = {isa = PBXBuildFile; fileRef = 5087E72C17EB7E0200C73F5D /* Icon-76.png */; };
|
||||
5087E73017EB7E0200C73F5D /* Icon-120.png in Resources */ = {isa = PBXBuildFile; fileRef = 5087E72D17EB7E0200C73F5D /* Icon-120.png */; };
|
||||
5087E73117EB7E0200C73F5D /* Icon-152.png in Resources */ = {isa = PBXBuildFile; fileRef = 5087E72E17EB7E0200C73F5D /* Icon-152.png */; };
|
||||
7855E0E1153FEF240059DD9A /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 7855E0DF153FEF240059DD9A /* Default.png */; };
|
||||
BF171245129291EC00B8313A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF170DB012928DE900B8313A /* OpenGLES.framework */; };
|
||||
BF1712471292920000B8313A /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = BF170DB412928DE900B8313A /* libz.dylib */; };
|
||||
|
@ -195,6 +198,9 @@
|
|||
1D6058910D05DD3D006BFB54 /* HelloCpp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloCpp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
5087E72C17EB7E0200C73F5D /* Icon-76.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-76.png"; sourceTree = SOURCE_ROOT; };
|
||||
5087E72D17EB7E0200C73F5D /* Icon-120.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-120.png"; sourceTree = SOURCE_ROOT; };
|
||||
5087E72E17EB7E0200C73F5D /* Icon-152.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-152.png"; sourceTree = SOURCE_ROOT; };
|
||||
7855E0DF153FEF240059DD9A /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = SOURCE_ROOT; };
|
||||
BF170DB012928DE900B8313A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
|
||||
BF170DB412928DE900B8313A /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
||||
|
@ -336,6 +342,9 @@
|
|||
D4EF949F15BD2D9800D803EB /* Icon-144.png */,
|
||||
D4EF949915BD2D8B00D803EB /* Icon-57.png */,
|
||||
D4EF949D15BD2D9600D803EB /* Icon-72.png */,
|
||||
5087E72C17EB7E0200C73F5D /* Icon-76.png */,
|
||||
5087E72D17EB7E0200C73F5D /* Icon-120.png */,
|
||||
5087E72E17EB7E0200C73F5D /* Icon-152.png */,
|
||||
);
|
||||
name = Resources;
|
||||
path = ../Resources;
|
||||
|
@ -506,11 +515,14 @@
|
|||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
7855E0E1153FEF240059DD9A /* Default.png in Resources */,
|
||||
5087E73117EB7E0200C73F5D /* Icon-152.png in Resources */,
|
||||
D4EF949A15BD2D8B00D803EB /* Icon-57.png in Resources */,
|
||||
D4EF949C15BD2D8E00D803EB /* Icon-114.png in Resources */,
|
||||
D4EF949E15BD2D9600D803EB /* Icon-72.png in Resources */,
|
||||
5087E73017EB7E0200C73F5D /* Icon-120.png in Resources */,
|
||||
D4EF94A015BD2D9800D803EB /* Icon-144.png in Resources */,
|
||||
D41A0AD1160F154A004552AE /* Default-568h@2x.png in Resources */,
|
||||
5087E72F17EB7E0200C73F5D /* Icon-76.png in Resources */,
|
||||
D446FD6E16102124000ADA7B /* Default@2x.png in Resources */,
|
||||
1AFAF8BC16D35E4900DB1158 /* CloseNormal.png in Resources */,
|
||||
1AFAF8BD16D35E4900DB1158 /* CloseSelected.png in Resources */,
|
||||
|
|
Loading…
Reference in New Issue