|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 05DB07CA195AD08600AFE6CE /* libPluginFacebook.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BA1BF835195A6C7E00B47F4E /* libPluginFacebook.a */; }; |
| 11 | + 05DB07D1195AD30800AFE6CE /* FacebookSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05DB07D0195AD30800AFE6CE /* FacebookSDK.framework */; }; |
10 | 12 | 05F48C13192C9178008FB408 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05F48C12192C9178008FB408 /* Security.framework */; };
|
11 | 13 | 05F48C15192C9180008FB408 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05F48C14192C9180008FB408 /* CoreTelephony.framework */; };
|
12 | 14 | 1A2B735018D2952200ED9E74 /* libchipmunk Mac.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A604F1618BF1D1D00CC9A93 /* libchipmunk Mac.a */; };
|
|
148 | 150 | /* End PBXBuildFile section */
|
149 | 151 |
|
150 | 152 | /* Begin PBXContainerItemProxy section */
|
| 153 | + 05DB07C8195AD08600AFE6CE /* PBXContainerItemProxy */ = { |
| 154 | + isa = PBXContainerItemProxy; |
| 155 | + containerPortal = BA1BF830195A6C7E00B47F4E /* PluginFacebook.xcodeproj */; |
| 156 | + proxyType = 2; |
| 157 | + remoteGlobalIDString = BA34A76D195AA8C7002D0ECD; |
| 158 | + remoteInfo = PluginFacebookTests; |
| 159 | + }; |
151 | 160 | 1A2B732018D2952200ED9E74 /* PBXContainerItemProxy */ = {
|
152 | 161 | isa = PBXContainerItemProxy;
|
153 | 162 | containerPortal = 1A604F2518BF1D2000CC9A93 /* cocos2d_js_bindings.xcodeproj */;
|
|
473 | 482 | /* End PBXContainerItemProxy section */
|
474 | 483 |
|
475 | 484 | /* Begin PBXFileReference section */
|
| 485 | + 05DB07D0195AD30800AFE6CE /* FacebookSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FacebookSDK.framework; path = "../frameworks/js-bindings/cocos2d-x/plugin/plugins/facebook/proj.ios/sdk/FacebookSDK.framework"; sourceTree = "<group>"; }; |
476 | 486 | 05F48C12192C9178008FB408 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; };
|
477 | 487 | 05F48C14192C9180008FB408 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/CoreTelephony.framework; sourceTree = DEVELOPER_DIR; };
|
478 | 488 | 15C64822165F391E007D4F18 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; };
|
|
624 | 634 | isa = PBXFrameworksBuildPhase;
|
625 | 635 | buildActionMask = 2147483647;
|
626 | 636 | files = (
|
| 637 | + 05DB07D1195AD30800AFE6CE /* FacebookSDK.framework in Frameworks */, |
| 638 | + 05DB07CA195AD08600AFE6CE /* libPluginFacebook.a in Frameworks */, |
627 | 639 | BA623E1F191A220B00761F37 /* StoreKit.framework in Frameworks */,
|
628 | 640 | 05F48C15192C9180008FB408 /* CoreTelephony.framework in Frameworks */,
|
629 | 641 | 05F48C13192C9178008FB408 /* Security.framework in Frameworks */,
|
|
881 | 893 | 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
882 | 894 | isa = PBXGroup;
|
883 | 895 | children = (
|
| 896 | + 05DB07D0195AD30800AFE6CE /* FacebookSDK.framework */, |
884 | 897 | 05F48C14192C9180008FB408 /* CoreTelephony.framework */,
|
885 | 898 | 05F48C12192C9178008FB408 /* Security.framework */,
|
886 | 899 | BA623E24191A221D00761F37 /* MediaPlayer.framework */,
|
|
911 | 924 | BA1BF831195A6C7E00B47F4E /* Products */ = {
|
912 | 925 | isa = PBXGroup;
|
913 | 926 | children = (
|
914 |
| - BA1BF835195A6C7E00B47F4E /* libPluginFacebook.dylib */, |
| 927 | + BA1BF835195A6C7E00B47F4E /* libPluginFacebook.a */, |
| 928 | + 05DB07C9195AD08600AFE6CE /* PluginFacebookTests.xctest */, |
915 | 929 | );
|
916 | 930 | name = Products;
|
917 | 931 | sourceTree = "<group>";
|
|
1163 | 1177 | /* End PBXProject section */
|
1164 | 1178 |
|
1165 | 1179 | /* Begin PBXReferenceProxy section */
|
| 1180 | + 05DB07C9195AD08600AFE6CE /* PluginFacebookTests.xctest */ = { |
| 1181 | + isa = PBXReferenceProxy; |
| 1182 | + fileType = wrapper.cfbundle; |
| 1183 | + path = PluginFacebookTests.xctest; |
| 1184 | + remoteRef = 05DB07C8195AD08600AFE6CE /* PBXContainerItemProxy */; |
| 1185 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 1186 | + }; |
1166 | 1187 | 1A604F1218BF1D1D00CC9A93 /* libcocos2dx Mac.a */ = {
|
1167 | 1188 | isa = PBXReferenceProxy;
|
1168 | 1189 | fileType = archive.ar;
|
|
1254 | 1275 | remoteRef = BA1BF81C195A6A7400B47F4E /* PBXContainerItemProxy */;
|
1255 | 1276 | sourceTree = BUILT_PRODUCTS_DIR;
|
1256 | 1277 | };
|
1257 |
| - BA1BF835195A6C7E00B47F4E /* libPluginFacebook.dylib */ = { |
| 1278 | + BA1BF835195A6C7E00B47F4E /* libPluginFacebook.a */ = { |
1258 | 1279 | isa = PBXReferenceProxy;
|
1259 |
| - fileType = "compiled.mach-o.dylib"; |
1260 |
| - path = libPluginFacebook.dylib; |
| 1280 | + fileType = archive.ar; |
| 1281 | + path = libPluginFacebook.a; |
1261 | 1282 | remoteRef = BA1BF834195A6C7E00B47F4E /* PBXContainerItemProxy */;
|
1262 | 1283 | sourceTree = BUILT_PRODUCTS_DIR;
|
1263 | 1284 | };
|
|
1702 | 1723 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
1703 | 1724 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
1704 | 1725 | COMPRESS_PNG_FILES = NO;
|
| 1726 | + FRAMEWORK_SEARCH_PATHS = ( |
| 1727 | + "$(inherited)", |
| 1728 | + "/Users/wzm/Documents/software/tomcat/webapps/cocos2d-js-clean/frameworks/js-bindings/cocos2d-x/plugin/plugins/facebook/proj.ios/sdk", |
| 1729 | + ); |
1705 | 1730 | GCC_DYNAMIC_NO_PIC = NO;
|
1706 | 1731 | GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
1707 | 1732 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
1730 | 1755 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
1731 | 1756 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
1732 | 1757 | COMPRESS_PNG_FILES = NO;
|
| 1758 | + FRAMEWORK_SEARCH_PATHS = ( |
| 1759 | + "$(inherited)", |
| 1760 | + "/Users/wzm/Documents/software/tomcat/webapps/cocos2d-js-clean/frameworks/js-bindings/cocos2d-x/plugin/plugins/facebook/proj.ios/sdk", |
| 1761 | + ); |
1733 | 1762 | GCC_INLINES_ARE_PRIVATE_EXTERN = NO;
|
1734 | 1763 | GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
1735 | 1764 | GCC_PREPROCESSOR_DEFINITIONS = (
|
|
0 commit comments