mirror of https://github.com/axmolengine/axmol.git
Merge pull request #8728 from Dhilan007/v3-templatefix
Make resources output by Cocos Studio automatically packed into ipa
This commit is contained in:
commit
1692ee715f
|
@ -12,6 +12,8 @@
|
|||
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 */; };
|
||||
3EACC98F19EE6D4300EB3C5E /* res in Resources */ = {isa = PBXBuildFile; fileRef = 3EACC98E19EE6D4300EB3C5E /* res */; };
|
||||
3EACC99019EE6D4300EB3C5E /* res in Resources */ = {isa = PBXBuildFile; fileRef = 3EACC98E19EE6D4300EB3C5E /* res */; };
|
||||
46880B7B19C43A67006E1F66 /* CloseNormal.png in Resources */ = {isa = PBXBuildFile; fileRef = 46880B7619C43A67006E1F66 /* CloseNormal.png */; };
|
||||
46880B7C19C43A67006E1F66 /* CloseNormal.png in Resources */ = {isa = PBXBuildFile; fileRef = 46880B7619C43A67006E1F66 /* CloseNormal.png */; };
|
||||
46880B7D19C43A67006E1F66 /* CloseSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 46880B7719C43A67006E1F66 /* CloseSelected.png */; };
|
||||
|
@ -102,6 +104,7 @@
|
|||
1D6058910D05DD3D006BFB54 /* HelloCpp iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HelloCpp iOS.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; };
|
||||
3EACC98E19EE6D4300EB3C5E /* res */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "res"; sourceTree = "<group>"; };
|
||||
46880B7619C43A67006E1F66 /* CloseNormal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseNormal.png; sourceTree = "<group>"; };
|
||||
46880B7719C43A67006E1F66 /* CloseSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = CloseSelected.png; sourceTree = "<group>"; };
|
||||
46880B7919C43A67006E1F66 /* Marker Felt.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Marker Felt.ttf"; sourceTree = "<group>"; };
|
||||
|
@ -263,6 +266,7 @@
|
|||
46880B7519C43A67006E1F66 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
3EACC98E19EE6D4300EB3C5E /* res */,
|
||||
46880B7619C43A67006E1F66 /* CloseNormal.png */,
|
||||
46880B7719C43A67006E1F66 /* CloseSelected.png */,
|
||||
46880B7819C43A67006E1F66 /* fonts */,
|
||||
|
@ -452,6 +456,7 @@
|
|||
50EF62A217ECD613001EB2F8 /* Icon-29.png in Resources */,
|
||||
50EF629617ECD46A001EB2F8 /* Icon-40.png in Resources */,
|
||||
5087E78217EB970100C73F5D /* Icon-144.png in Resources */,
|
||||
3EACC98F19EE6D4300EB3C5E /* res in Resources */,
|
||||
50EF629817ECD46A001EB2F8 /* Icon-80.png in Resources */,
|
||||
5087E78417EB970100C73F5D /* Icon-57.png in Resources */,
|
||||
5087E77E17EB970100C73F5D /* Default.png in Resources */,
|
||||
|
@ -467,6 +472,7 @@
|
|||
46880B8219C43A67006E1F66 /* HelloWorld.png in Resources */,
|
||||
46880B8019C43A67006E1F66 /* Marker Felt.ttf in Resources */,
|
||||
503AE0F817EB97AB00D1A890 /* Icon.icns in Resources */,
|
||||
3EACC99019EE6D4300EB3C5E /* res in Resources */,
|
||||
46880B7C19C43A67006E1F66 /* CloseNormal.png in Resources */,
|
||||
46880B7E19C43A67006E1F66 /* CloseSelected.png in Resources */,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue