mirror of https://github.com/axmolengine/axmol.git
issue #2905: [iOS Mac] Updating template.
This commit is contained in:
parent
cee53d8ac3
commit
5ffe904a1b
|
@ -7,12 +7,16 @@
|
|||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1ACB3244164770DE00914215 /* libcurl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1ACB3243164770DE00914215 /* libcurl.a */; };
|
||||
1AF4C2F417865DCB00122817 /* libbox2d iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2E317865D9500122817 /* libbox2d iOS.a */; };
|
||||
1AF4C2F517865DCB00122817 /* libchipmunk iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2E117865D9500122817 /* libchipmunk iOS.a */; };
|
||||
1AF4C2F617865DCB00122817 /* libcocos2dx iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2DD17865D9500122817 /* libcocos2dx iOS.a */; };
|
||||
1AF4C2F717865DCB00122817 /* libcocos2dx-extensions iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2DF17865D9500122817 /* libcocos2dx-extensions iOS.a */; };
|
||||
1AF4C2F817865DCB00122817 /* libCocosDenshion iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2E517865D9500122817 /* libCocosDenshion iOS.a */; };
|
||||
1AC6FB1F180E996B004C840B /* libbox2d Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FAFF180E9839004C840B /* libbox2d Mac.a */; };
|
||||
1AC6FB20180E996B004C840B /* libchipmunk Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FAFD180E9839004C840B /* libchipmunk Mac.a */; };
|
||||
1AC6FB21180E996B004C840B /* libcocos2dx Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FAF9180E9839004C840B /* libcocos2dx Mac.a */; };
|
||||
1AC6FB22180E996B004C840B /* libcocos2dx-extensions Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FAFB180E9839004C840B /* libcocos2dx-extensions Mac.a */; };
|
||||
1AC6FB23180E996B004C840B /* libCocosDenshion Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FB01180E9839004C840B /* libCocosDenshion Mac.a */; };
|
||||
1AC6FB2E180E99EB004C840B /* libbox2d iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FB0D180E9839004C840B /* libbox2d iOS.a */; };
|
||||
1AC6FB2F180E99EB004C840B /* libchipmunk iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FB0B180E9839004C840B /* libchipmunk iOS.a */; };
|
||||
1AC6FB30180E99EB004C840B /* libcocos2dx iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FB07180E9839004C840B /* libcocos2dx iOS.a */; };
|
||||
1AC6FB31180E99EB004C840B /* libcocos2dx-extensions iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FB09180E9839004C840B /* libcocos2dx-extensions iOS.a */; };
|
||||
1AC6FB32180E99EB004C840B /* libCocosDenshion iOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AC6FB0F180E9839004C840B /* libCocosDenshion iOS.a */; };
|
||||
1AFAF8B716D35DE700DB1158 /* AppDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AFAF8B316D35DE700DB1158 /* AppDelegate.cpp */; };
|
||||
1AFAF8B816D35DE700DB1158 /* HelloWorldScene.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AFAF8B516D35DE700DB1158 /* HelloWorldScene.cpp */; };
|
||||
1AFAF8BC16D35E4900DB1158 /* CloseNormal.png in Resources */ = {isa = PBXBuildFile; fileRef = 1AFAF8B916D35E4900DB1158 /* CloseNormal.png */; };
|
||||
|
@ -27,11 +31,6 @@
|
|||
503AE10217EB989F00D1A890 /* RootViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 503AE0FF17EB989F00D1A890 /* RootViewController.mm */; };
|
||||
503AE10517EB98FF00D1A890 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 503AE10317EB98FF00D1A890 /* main.cpp */; };
|
||||
503AE11217EB99EE00D1A890 /* libcurl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 503AE11117EB99EE00D1A890 /* libcurl.dylib */; };
|
||||
503AE11317EB9C0700D1A890 /* libbox2d Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2D517865D9500122817 /* libbox2d Mac.a */; };
|
||||
503AE11417EB9C0700D1A890 /* libchipmunk Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2D317865D9500122817 /* libchipmunk Mac.a */; };
|
||||
503AE11517EB9C0700D1A890 /* libcocos2dx Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2CF17865D9500122817 /* libcocos2dx Mac.a */; };
|
||||
503AE11617EB9C0700D1A890 /* libcocos2dx-extensions Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2D117865D9500122817 /* libcocos2dx-extensions Mac.a */; };
|
||||
503AE11717EB9C0700D1A890 /* libCocosDenshion Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1AF4C2D717865D9500122817 /* libCocosDenshion Mac.a */; };
|
||||
503AE11B17EB9C5A00D1A890 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 503AE11A17EB9C5A00D1A890 /* IOKit.framework */; };
|
||||
5087E75317EB910900C73F5D /* CloseNormal.png in Resources */ = {isa = PBXBuildFile; fileRef = 1AFAF8B916D35E4900DB1158 /* CloseNormal.png */; };
|
||||
5087E75417EB910900C73F5D /* CloseSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 1AFAF8BA16D35E4900DB1158 /* CloseSelected.png */; };
|
||||
|
@ -73,179 +72,179 @@
|
|||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
1AF4C2CE17865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FAF8180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1551A33F158F2AB200E66CFE;
|
||||
remoteInfo = "cocos2dx Mac";
|
||||
};
|
||||
1AF4C2D017865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FAFA180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A03F2FD617814595006731B9;
|
||||
remoteInfo = "cocos2dx-extensions Mac";
|
||||
};
|
||||
1AF4C2D217865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FAFC180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A03F2CB81780BD04006731B9;
|
||||
remoteInfo = "chipmunk Mac";
|
||||
};
|
||||
1AF4C2D417865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FAFE180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A03F2D9B1780BDF7006731B9;
|
||||
remoteInfo = "box2d Mac";
|
||||
};
|
||||
1AF4C2D617865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB00180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A03F2ED617814268006731B9;
|
||||
remoteInfo = "CocosDenshion Mac";
|
||||
};
|
||||
1AF4C2D817865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB02180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A03F31FD1781479B006731B9;
|
||||
remoteInfo = "jsbindings Mac";
|
||||
};
|
||||
1AF4C2DA17865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB04180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1A6FB53017854BC300CDF010;
|
||||
remoteInfo = "luabindings Mac";
|
||||
};
|
||||
1AF4C2DC17865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB06180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A07A4D641783777C0073F6A7;
|
||||
remoteInfo = "cocos2dx iOS";
|
||||
};
|
||||
1AF4C2DE17865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB08180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A07A4EFC1783867C0073F6A7;
|
||||
remoteInfo = "cocos2dx-extensions iOS";
|
||||
};
|
||||
1AF4C2E017865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB0A180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A07A4F3B178387670073F6A7;
|
||||
remoteInfo = "chipmunk iOS";
|
||||
};
|
||||
1AF4C2E217865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB0C180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A07A4F9E1783876B0073F6A7;
|
||||
remoteInfo = "box2d iOS";
|
||||
};
|
||||
1AF4C2E417865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB0E180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A07A4FB4178387730073F6A7;
|
||||
remoteInfo = "CocosDenshion iOS";
|
||||
};
|
||||
1AF4C2E617865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB10180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = A07A5030178387750073F6A7;
|
||||
remoteInfo = "jsbindings iOS";
|
||||
};
|
||||
1AF4C2E817865D9500122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB12180E9839004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 2;
|
||||
remoteGlobalIDString = 1A119791178526AA00D62A44;
|
||||
remoteInfo = "luabindings iOS";
|
||||
};
|
||||
1AF4C2EA17865DB400122817 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB15180E9959004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4C241783777C0073F6A7;
|
||||
remoteInfo = "cocos2dx iOS";
|
||||
};
|
||||
1AF4C2EC17865DB400122817 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4E111783867C0073F6A7;
|
||||
remoteInfo = "cocos2dx-extensions iOS";
|
||||
};
|
||||
1AF4C2EE17865DB400122817 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4EFD178387670073F6A7;
|
||||
remoteInfo = "chipmunk iOS";
|
||||
};
|
||||
1AF4C2F017865DB400122817 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4F3C1783876B0073F6A7;
|
||||
remoteInfo = "box2d iOS";
|
||||
};
|
||||
1AF4C2F217865DB400122817 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4F9F178387730073F6A7;
|
||||
remoteInfo = "CocosDenshion iOS";
|
||||
};
|
||||
503AE10717EB99BC00D1A890 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 1551A33E158F2AB200E66CFE;
|
||||
remoteInfo = "cocos2dx Mac";
|
||||
};
|
||||
503AE10917EB99BC00D1A890 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB17180E9959004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A03F2FC117814595006731B9;
|
||||
remoteInfo = "cocos2dx-extensions Mac";
|
||||
};
|
||||
503AE10B17EB99BC00D1A890 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB19180E9959004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A03F2B781780BD04006731B9;
|
||||
remoteInfo = "chipmunk Mac";
|
||||
};
|
||||
503AE10D17EB99BC00D1A890 /* PBXContainerItemProxy */ = {
|
||||
1AC6FB1B180E9959004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A03F2D5D1780BDF7006731B9;
|
||||
remoteInfo = "box2d Mac";
|
||||
};
|
||||
503AE10F17EB99BC00D1A890 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A03F2E9817814268006731B9;
|
||||
remoteInfo = "CocosDenshion Mac";
|
||||
};
|
||||
1AC6FB1D180E9963004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A03F2D5D1780BDF7006731B9;
|
||||
remoteInfo = "box2d Mac";
|
||||
};
|
||||
1AC6FB24180E99E1004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4C241783777C0073F6A7;
|
||||
remoteInfo = "cocos2dx iOS";
|
||||
};
|
||||
1AC6FB26180E99E1004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4E111783867C0073F6A7;
|
||||
remoteInfo = "cocos2dx-extensions iOS";
|
||||
};
|
||||
1AC6FB28180E99E1004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4EFD178387670073F6A7;
|
||||
remoteInfo = "chipmunk iOS";
|
||||
};
|
||||
1AC6FB2A180E99E1004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4F3C1783876B0073F6A7;
|
||||
remoteInfo = "box2d iOS";
|
||||
};
|
||||
1AC6FB2C180E99E1004C840B /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = A07A4F9F178387730073F6A7;
|
||||
remoteInfo = "CocosDenshion iOS";
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d_libs.xcodeproj; path = ../../../build/cocos2d_libs.xcodeproj; sourceTree = "<group>"; };
|
||||
1ACB3243164770DE00914215 /* libcurl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcurl.a; path = ../../cocos2dx/platform/third_party/ios/libraries/libcurl.a; sourceTree = "<group>"; };
|
||||
1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = cocos2d_libs.xcodeproj; path = ../../../cocos2d_libs.xcodeproj; sourceTree = "<group>"; };
|
||||
1AFAF8B316D35DE700DB1158 /* AppDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AppDelegate.cpp; path = ../Classes/AppDelegate.cpp; sourceTree = "<group>"; };
|
||||
1AFAF8B416D35DE700DB1158 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ../Classes/AppDelegate.h; sourceTree = "<group>"; };
|
||||
1AFAF8B516D35DE700DB1158 /* HelloWorldScene.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HelloWorldScene.cpp; path = ../Classes/HelloWorldScene.cpp; sourceTree = "<group>"; };
|
||||
|
@ -303,13 +302,12 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
1AC6FB2E180E99EB004C840B /* libbox2d iOS.a in Frameworks */,
|
||||
1AC6FB2F180E99EB004C840B /* libchipmunk iOS.a in Frameworks */,
|
||||
1AC6FB30180E99EB004C840B /* libcocos2dx iOS.a in Frameworks */,
|
||||
1AC6FB31180E99EB004C840B /* libcocos2dx-extensions iOS.a in Frameworks */,
|
||||
1AC6FB32180E99EB004C840B /* libCocosDenshion iOS.a in Frameworks */,
|
||||
D6B0611B1803AB670077942B /* CoreMotion.framework in Frameworks */,
|
||||
1AF4C2F417865DCB00122817 /* libbox2d iOS.a in Frameworks */,
|
||||
1AF4C2F517865DCB00122817 /* libchipmunk iOS.a in Frameworks */,
|
||||
1AF4C2F617865DCB00122817 /* libcocos2dx iOS.a in Frameworks */,
|
||||
1AF4C2F717865DCB00122817 /* libcocos2dx-extensions iOS.a in Frameworks */,
|
||||
1AF4C2F817865DCB00122817 /* libCocosDenshion iOS.a in Frameworks */,
|
||||
1ACB3244164770DE00914215 /* libcurl.a in Frameworks */,
|
||||
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
|
||||
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
|
||||
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
|
||||
|
@ -326,11 +324,11 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
503AE11317EB9C0700D1A890 /* libbox2d Mac.a in Frameworks */,
|
||||
503AE11417EB9C0700D1A890 /* libchipmunk Mac.a in Frameworks */,
|
||||
503AE11517EB9C0700D1A890 /* libcocos2dx Mac.a in Frameworks */,
|
||||
503AE11617EB9C0700D1A890 /* libcocos2dx-extensions Mac.a in Frameworks */,
|
||||
503AE11717EB9C0700D1A890 /* libCocosDenshion Mac.a in Frameworks */,
|
||||
1AC6FB1F180E996B004C840B /* libbox2d Mac.a in Frameworks */,
|
||||
1AC6FB20180E996B004C840B /* libchipmunk Mac.a in Frameworks */,
|
||||
1AC6FB21180E996B004C840B /* libcocos2dx Mac.a in Frameworks */,
|
||||
1AC6FB22180E996B004C840B /* libcocos2dx-extensions Mac.a in Frameworks */,
|
||||
1AC6FB23180E996B004C840B /* libCocosDenshion Mac.a in Frameworks */,
|
||||
503AE11217EB99EE00D1A890 /* libcurl.dylib in Frameworks */,
|
||||
5087E76717EB910900C73F5D /* libz.dylib in Frameworks */,
|
||||
503AE11B17EB9C5A00D1A890 /* IOKit.framework in Frameworks */,
|
||||
|
@ -384,23 +382,23 @@
|
|||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
1AF4C2BC17865D9500122817 /* Products */ = {
|
||||
1AC6FAE6180E9839004C840B /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AF4C2CF17865D9500122817 /* libcocos2dx Mac.a */,
|
||||
1AF4C2D117865D9500122817 /* libcocos2dx-extensions Mac.a */,
|
||||
1AF4C2D317865D9500122817 /* libchipmunk Mac.a */,
|
||||
1AF4C2D517865D9500122817 /* libbox2d Mac.a */,
|
||||
1AF4C2D717865D9500122817 /* libCocosDenshion Mac.a */,
|
||||
1AF4C2D917865D9500122817 /* libjsbindings Mac.a */,
|
||||
1AF4C2DB17865D9500122817 /* libluabindings Mac.a */,
|
||||
1AF4C2DD17865D9500122817 /* libcocos2dx iOS.a */,
|
||||
1AF4C2DF17865D9500122817 /* libcocos2dx-extensions iOS.a */,
|
||||
1AF4C2E117865D9500122817 /* libchipmunk iOS.a */,
|
||||
1AF4C2E317865D9500122817 /* libbox2d iOS.a */,
|
||||
1AF4C2E517865D9500122817 /* libCocosDenshion iOS.a */,
|
||||
1AF4C2E717865D9500122817 /* libjsbindings iOS.a */,
|
||||
1AF4C2E917865D9500122817 /* libluabindings iOS.a */,
|
||||
1AC6FAF9180E9839004C840B /* libcocos2dx Mac.a */,
|
||||
1AC6FAFB180E9839004C840B /* libcocos2dx-extensions Mac.a */,
|
||||
1AC6FAFD180E9839004C840B /* libchipmunk Mac.a */,
|
||||
1AC6FAFF180E9839004C840B /* libbox2d Mac.a */,
|
||||
1AC6FB01180E9839004C840B /* libCocosDenshion Mac.a */,
|
||||
1AC6FB03180E9839004C840B /* libjsbindings Mac.a */,
|
||||
1AC6FB05180E9839004C840B /* libluabindings Mac.a */,
|
||||
1AC6FB07180E9839004C840B /* libcocos2dx iOS.a */,
|
||||
1AC6FB09180E9839004C840B /* libcocos2dx-extensions iOS.a */,
|
||||
1AC6FB0B180E9839004C840B /* libchipmunk iOS.a */,
|
||||
1AC6FB0D180E9839004C840B /* libbox2d iOS.a */,
|
||||
1AC6FB0F180E9839004C840B /* libCocosDenshion iOS.a */,
|
||||
1AC6FB11180E9839004C840B /* libjsbindings iOS.a */,
|
||||
1AC6FB13180E9839004C840B /* libluabindings iOS.a */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
|
@ -408,7 +406,7 @@
|
|||
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */,
|
||||
1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */,
|
||||
15AA9C4015B7EC450033D6C2 /* Classes */,
|
||||
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
||||
080E96DDFE201D6D7F000001 /* ios */,
|
||||
|
@ -511,11 +509,11 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
1AF4C2EB17865DB400122817 /* PBXTargetDependency */,
|
||||
1AF4C2ED17865DB400122817 /* PBXTargetDependency */,
|
||||
1AF4C2EF17865DB400122817 /* PBXTargetDependency */,
|
||||
1AF4C2F117865DB400122817 /* PBXTargetDependency */,
|
||||
1AF4C2F317865DB400122817 /* PBXTargetDependency */,
|
||||
1AC6FB25180E99E1004C840B /* PBXTargetDependency */,
|
||||
1AC6FB27180E99E1004C840B /* PBXTargetDependency */,
|
||||
1AC6FB29180E99E1004C840B /* PBXTargetDependency */,
|
||||
1AC6FB2B180E99E1004C840B /* PBXTargetDependency */,
|
||||
1AC6FB2D180E99E1004C840B /* PBXTargetDependency */,
|
||||
);
|
||||
name = "HelloCpp iOS";
|
||||
productName = iphone;
|
||||
|
@ -533,11 +531,11 @@
|
|||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
503AE10817EB99BC00D1A890 /* PBXTargetDependency */,
|
||||
503AE10A17EB99BC00D1A890 /* PBXTargetDependency */,
|
||||
503AE10C17EB99BC00D1A890 /* PBXTargetDependency */,
|
||||
503AE10E17EB99BC00D1A890 /* PBXTargetDependency */,
|
||||
503AE11017EB99BC00D1A890 /* PBXTargetDependency */,
|
||||
1AC6FB1E180E9963004C840B /* PBXTargetDependency */,
|
||||
1AC6FB16180E9959004C840B /* PBXTargetDependency */,
|
||||
1AC6FB18180E9959004C840B /* PBXTargetDependency */,
|
||||
1AC6FB1A180E9959004C840B /* PBXTargetDependency */,
|
||||
1AC6FB1C180E9959004C840B /* PBXTargetDependency */,
|
||||
);
|
||||
name = "HelloCpp Mac";
|
||||
productName = iphone;
|
||||
|
@ -571,8 +569,8 @@
|
|||
projectDirPath = "";
|
||||
projectReferences = (
|
||||
{
|
||||
ProductGroup = 1AF4C2BC17865D9500122817 /* Products */;
|
||||
ProjectRef = 1AF4C2BB17865D9500122817 /* cocos2d_libs.xcodeproj */;
|
||||
ProductGroup = 1AC6FAE6180E9839004C840B /* Products */;
|
||||
ProjectRef = 1AC6FAE5180E9839004C840B /* cocos2d_libs.xcodeproj */;
|
||||
},
|
||||
);
|
||||
projectRoot = "";
|
||||
|
@ -584,102 +582,102 @@
|
|||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXReferenceProxy section */
|
||||
1AF4C2CF17865D9500122817 /* libcocos2dx Mac.a */ = {
|
||||
1AC6FAF9180E9839004C840B /* libcocos2dx Mac.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libcocos2dx Mac.a";
|
||||
remoteRef = 1AF4C2CE17865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FAF8180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2D117865D9500122817 /* libcocos2dx-extensions Mac.a */ = {
|
||||
1AC6FAFB180E9839004C840B /* libcocos2dx-extensions Mac.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libcocos2dx-extensions Mac.a";
|
||||
remoteRef = 1AF4C2D017865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FAFA180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2D317865D9500122817 /* libchipmunk Mac.a */ = {
|
||||
1AC6FAFD180E9839004C840B /* libchipmunk Mac.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libchipmunk Mac.a";
|
||||
remoteRef = 1AF4C2D217865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FAFC180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2D517865D9500122817 /* libbox2d Mac.a */ = {
|
||||
1AC6FAFF180E9839004C840B /* libbox2d Mac.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libbox2d Mac.a";
|
||||
remoteRef = 1AF4C2D417865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FAFE180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2D717865D9500122817 /* libCocosDenshion Mac.a */ = {
|
||||
1AC6FB01180E9839004C840B /* libCocosDenshion Mac.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libCocosDenshion Mac.a";
|
||||
remoteRef = 1AF4C2D617865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB00180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2D917865D9500122817 /* libjsbindings Mac.a */ = {
|
||||
1AC6FB03180E9839004C840B /* libjsbindings Mac.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libjsbindings Mac.a";
|
||||
remoteRef = 1AF4C2D817865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB02180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2DB17865D9500122817 /* libluabindings Mac.a */ = {
|
||||
1AC6FB05180E9839004C840B /* libluabindings Mac.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libluabindings Mac.a";
|
||||
remoteRef = 1AF4C2DA17865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB04180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2DD17865D9500122817 /* libcocos2dx iOS.a */ = {
|
||||
1AC6FB07180E9839004C840B /* libcocos2dx iOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libcocos2dx iOS.a";
|
||||
remoteRef = 1AF4C2DC17865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB06180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2DF17865D9500122817 /* libcocos2dx-extensions iOS.a */ = {
|
||||
1AC6FB09180E9839004C840B /* libcocos2dx-extensions iOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libcocos2dx-extensions iOS.a";
|
||||
remoteRef = 1AF4C2DE17865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB08180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2E117865D9500122817 /* libchipmunk iOS.a */ = {
|
||||
1AC6FB0B180E9839004C840B /* libchipmunk iOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libchipmunk iOS.a";
|
||||
remoteRef = 1AF4C2E017865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB0A180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2E317865D9500122817 /* libbox2d iOS.a */ = {
|
||||
1AC6FB0D180E9839004C840B /* libbox2d iOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libbox2d iOS.a";
|
||||
remoteRef = 1AF4C2E217865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB0C180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2E517865D9500122817 /* libCocosDenshion iOS.a */ = {
|
||||
1AC6FB0F180E9839004C840B /* libCocosDenshion iOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libCocosDenshion iOS.a";
|
||||
remoteRef = 1AF4C2E417865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB0E180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2E717865D9500122817 /* libjsbindings iOS.a */ = {
|
||||
1AC6FB11180E9839004C840B /* libjsbindings iOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libjsbindings iOS.a";
|
||||
remoteRef = 1AF4C2E617865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB10180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
1AF4C2E917865D9500122817 /* libluabindings iOS.a */ = {
|
||||
1AC6FB13180E9839004C840B /* libluabindings iOS.a */ = {
|
||||
isa = PBXReferenceProxy;
|
||||
fileType = archive.ar;
|
||||
path = "libluabindings iOS.a";
|
||||
remoteRef = 1AF4C2E817865D9500122817 /* PBXContainerItemProxy */;
|
||||
remoteRef = 1AC6FB12180E9839004C840B /* PBXContainerItemProxy */;
|
||||
sourceTree = BUILT_PRODUCTS_DIR;
|
||||
};
|
||||
/* End PBXReferenceProxy section */
|
||||
|
@ -750,55 +748,55 @@
|
|||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
1AF4C2EB17865DB400122817 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "cocos2dx iOS";
|
||||
targetProxy = 1AF4C2EA17865DB400122817 /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AF4C2ED17865DB400122817 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "cocos2dx-extensions iOS";
|
||||
targetProxy = 1AF4C2EC17865DB400122817 /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AF4C2EF17865DB400122817 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "chipmunk iOS";
|
||||
targetProxy = 1AF4C2EE17865DB400122817 /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AF4C2F117865DB400122817 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "box2d iOS";
|
||||
targetProxy = 1AF4C2F017865DB400122817 /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AF4C2F317865DB400122817 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "CocosDenshion iOS";
|
||||
targetProxy = 1AF4C2F217865DB400122817 /* PBXContainerItemProxy */;
|
||||
};
|
||||
503AE10817EB99BC00D1A890 /* PBXTargetDependency */ = {
|
||||
1AC6FB16180E9959004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "cocos2dx Mac";
|
||||
targetProxy = 503AE10717EB99BC00D1A890 /* PBXContainerItemProxy */;
|
||||
targetProxy = 1AC6FB15180E9959004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
503AE10A17EB99BC00D1A890 /* PBXTargetDependency */ = {
|
||||
1AC6FB18180E9959004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "cocos2dx-extensions Mac";
|
||||
targetProxy = 503AE10917EB99BC00D1A890 /* PBXContainerItemProxy */;
|
||||
targetProxy = 1AC6FB17180E9959004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
503AE10C17EB99BC00D1A890 /* PBXTargetDependency */ = {
|
||||
1AC6FB1A180E9959004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "chipmunk Mac";
|
||||
targetProxy = 503AE10B17EB99BC00D1A890 /* PBXContainerItemProxy */;
|
||||
targetProxy = 1AC6FB19180E9959004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
503AE10E17EB99BC00D1A890 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "box2d Mac";
|
||||
targetProxy = 503AE10D17EB99BC00D1A890 /* PBXContainerItemProxy */;
|
||||
};
|
||||
503AE11017EB99BC00D1A890 /* PBXTargetDependency */ = {
|
||||
1AC6FB1C180E9959004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "CocosDenshion Mac";
|
||||
targetProxy = 503AE10F17EB99BC00D1A890 /* PBXContainerItemProxy */;
|
||||
targetProxy = 1AC6FB1B180E9959004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AC6FB1E180E9963004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "box2d Mac";
|
||||
targetProxy = 1AC6FB1D180E9963004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AC6FB25180E99E1004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "cocos2dx iOS";
|
||||
targetProxy = 1AC6FB24180E99E1004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AC6FB27180E99E1004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "cocos2dx-extensions iOS";
|
||||
targetProxy = 1AC6FB26180E99E1004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AC6FB29180E99E1004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "chipmunk iOS";
|
||||
targetProxy = 1AC6FB28180E99E1004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AC6FB2B180E99E1004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "box2d iOS";
|
||||
targetProxy = 1AC6FB2A180E99E1004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
1AC6FB2D180E99E1004C840B /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
name = "CocosDenshion iOS";
|
||||
targetProxy = 1AC6FB2C180E99E1004C840B /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
|
@ -806,7 +804,7 @@
|
|||
1D6058940D05DD3E006BFB54 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
|
@ -821,24 +819,13 @@
|
|||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../audio/include",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/constraints\"",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/chipmunk\"",
|
||||
"\"$(SRCROOT)/../../../extensions\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../external\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/ios\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/ios/Simulation\"",
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../../cocos/2d/platform/ios",
|
||||
"$(SRCROOT)/../../../cocos/2d/platform/ios/Simulation",
|
||||
);
|
||||
INFOPLIST_FILE = ios/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/ios/libraries\"",
|
||||
"\"$(SRCROOT)/../../../external/libwebsockets/ios/lib\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
USER_HEADER_SEARCH_PATHS = "";
|
||||
|
@ -848,7 +835,7 @@
|
|||
1D6058950D05DD3E006BFB54 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
||||
|
@ -861,24 +848,13 @@
|
|||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../audio/include",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/constraints\"",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/chipmunk\"",
|
||||
"\"$(SRCROOT)/../../../extensions\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../external\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/ios\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/ios\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/ios/Simulation\"",
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../../cocos/2d/platform/ios",
|
||||
"$(SRCROOT)/../../../cocos/2d/platform/ios/Simulation",
|
||||
);
|
||||
INFOPLIST_FILE = ios/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/ios/libraries\"",
|
||||
"\"$(SRCROOT)/../../../external/libwebsockets/ios/lib\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
USER_HEADER_SEARCH_PATHS = "";
|
||||
|
@ -888,7 +864,7 @@
|
|||
5087E76D17EB910900C73F5D /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
|
@ -904,22 +880,12 @@
|
|||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../CocosDenshion/include",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/constraints\"",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/chipmunk\"",
|
||||
"\"$(SRCROOT)/../../../extensions\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../external\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/mac\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/mac\"",
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../../cocos/2d/platform/mac",
|
||||
"$(SRCROOT)/../../../external/glfw3/include/mac",
|
||||
);
|
||||
INFOPLIST_FILE = mac/Info.plist;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/mac/libraries\"",
|
||||
"\"$(SRCROOT)/../../../external/libwebsockets/mac/lib\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
USER_HEADER_SEARCH_PATHS = "";
|
||||
};
|
||||
name = Debug;
|
||||
|
@ -927,7 +893,7 @@
|
|||
5087E76E17EB910900C73F5D /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ALWAYS_SEARCH_USER_PATHS = YES;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
|
@ -941,22 +907,12 @@
|
|||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../../CocosDenshion/include",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/constraints\"",
|
||||
"\"$(SRCROOT)/../../../external/chipmunk/include/chipmunk\"",
|
||||
"\"$(SRCROOT)/../../../extensions\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/kazmath/include\"",
|
||||
"\"$(SRCROOT)/../../../external\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/include\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/mac\"",
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/mac\"",
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../../cocos/2d/platform/mac",
|
||||
"$(SRCROOT)/../../../external/glfw3/include/mac",
|
||||
);
|
||||
INFOPLIST_FILE = mac/Info.plist;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"\"$(SRCROOT)/../../../cocos2dx/platform/third_party/mac/libraries\"",
|
||||
"\"$(SRCROOT)/../../../external/libwebsockets/mac/lib\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "";
|
||||
USER_HEADER_SEARCH_PATHS = "";
|
||||
};
|
||||
name = Release;
|
||||
|
@ -970,6 +926,21 @@
|
|||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../..",
|
||||
"$(SRCROOT)/../../../cocos",
|
||||
"$(SRCROOT)/../../../cocos/base",
|
||||
"$(SRCROOT)/../../../cocos/physics",
|
||||
"$(SRCROOT)/../../../cocos/math/kazmath/include",
|
||||
"$(SRCROOT)/../../../cocos/2d",
|
||||
"$(SRCROOT)/../../../cocos/gui",
|
||||
"$(SRCROOT)/../../../cocos/network",
|
||||
"$(SRCROOT)/../../../cocos/audio/include",
|
||||
"$(SRCROOT)/../../../cocos/editor-support",
|
||||
"$(SRCROOT)/../../../extensions",
|
||||
"$(SRCROOT)/../../../external",
|
||||
"$(SRCROOT)/../../../external/chipmunk/include/chipmunk",
|
||||
);
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = macosx;
|
||||
|
@ -983,6 +954,21 @@
|
|||
CLANG_CXX_LIBRARY = "libc++";
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(SRCROOT)/../../..",
|
||||
"$(SRCROOT)/../../../cocos",
|
||||
"$(SRCROOT)/../../../cocos/base",
|
||||
"$(SRCROOT)/../../../cocos/physics",
|
||||
"$(SRCROOT)/../../../cocos/math/kazmath/include",
|
||||
"$(SRCROOT)/../../../cocos/2d",
|
||||
"$(SRCROOT)/../../../cocos/gui",
|
||||
"$(SRCROOT)/../../../cocos/network",
|
||||
"$(SRCROOT)/../../../cocos/audio/include",
|
||||
"$(SRCROOT)/../../../cocos/editor-support",
|
||||
"$(SRCROOT)/../../../extensions",
|
||||
"$(SRCROOT)/../../../external",
|
||||
"$(SRCROOT)/../../../external/chipmunk/include/chipmunk",
|
||||
);
|
||||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = macosx;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue