123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- BA0613B81AC23D47003118D6 /* FacebookSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA0613B71AC23D47003118D6 /* FacebookSDK.framework */; };
- BA34A761195AA8C7002D0ECD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA34A760195AA8C7002D0ECD /* Foundation.framework */; };
- BA34A79E195AA939002D0ECD /* ShareFacebook.m in Sources */ = {isa = PBXBuildFile; fileRef = BA34A79B195AA939002D0ECD /* ShareFacebook.m */; };
- BA34A79F195AA939002D0ECD /* UserFacebook.m in Sources */ = {isa = PBXBuildFile; fileRef = BA34A79D195AA939002D0ECD /* UserFacebook.m */; };
- /* End PBXBuildFile section */
- /* Begin PBXCopyFilesBuildPhase section */
- BA34A75B195AA8C7002D0ECD /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "include/$(PRODUCT_NAME)";
- dstSubfolderSpec = 16;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- BA0613B71AC23D47003118D6 /* FacebookSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = FacebookSDK.framework; sourceTree = "<group>"; };
- BA34A75D195AA8C7002D0ECD /* libPluginFacebook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPluginFacebook.a; sourceTree = BUILT_PRODUCTS_DIR; };
- BA34A760195AA8C7002D0ECD /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- BA34A764195AA8C7002D0ECD /* PluginFacebook-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PluginFacebook-Prefix.pch"; sourceTree = "<group>"; };
- BA34A79A195AA939002D0ECD /* ShareFacebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShareFacebook.h; sourceTree = "<group>"; };
- BA34A79B195AA939002D0ECD /* ShareFacebook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShareFacebook.m; sourceTree = "<group>"; };
- BA34A79C195AA939002D0ECD /* UserFacebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserFacebook.h; sourceTree = "<group>"; };
- BA34A79D195AA939002D0ECD /* UserFacebook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserFacebook.m; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- BA34A75A195AA8C7002D0ECD /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- BA34A761195AA8C7002D0ECD /* Foundation.framework in Frameworks */,
- BA0613B81AC23D47003118D6 /* FacebookSDK.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- BA34A754195AA8C7002D0ECD = {
- isa = PBXGroup;
- children = (
- BA34A762195AA8C7002D0ECD /* PluginFacebook */,
- BA34A75F195AA8C7002D0ECD /* Frameworks */,
- BA34A75E195AA8C7002D0ECD /* Products */,
- );
- sourceTree = "<group>";
- };
- BA34A75E195AA8C7002D0ECD /* Products */ = {
- isa = PBXGroup;
- children = (
- BA34A75D195AA8C7002D0ECD /* libPluginFacebook.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- BA34A75F195AA8C7002D0ECD /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- BA0613B71AC23D47003118D6 /* FacebookSDK.framework */,
- BA34A760195AA8C7002D0ECD /* Foundation.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- BA34A762195AA8C7002D0ECD /* PluginFacebook */ = {
- isa = PBXGroup;
- children = (
- BA34A79A195AA939002D0ECD /* ShareFacebook.h */,
- BA34A79B195AA939002D0ECD /* ShareFacebook.m */,
- BA34A79C195AA939002D0ECD /* UserFacebook.h */,
- BA34A79D195AA939002D0ECD /* UserFacebook.m */,
- BA34A763195AA8C7002D0ECD /* Supporting Files */,
- );
- path = PluginFacebook;
- sourceTree = "<group>";
- };
- BA34A763195AA8C7002D0ECD /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- BA34A764195AA8C7002D0ECD /* PluginFacebook-Prefix.pch */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- BA34A75C195AA8C7002D0ECD /* PluginFacebook */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = BA34A780195AA8C7002D0ECD /* Build configuration list for PBXNativeTarget "PluginFacebook" */;
- buildPhases = (
- BA34A759195AA8C7002D0ECD /* Sources */,
- BA34A75A195AA8C7002D0ECD /* Frameworks */,
- BA34A75B195AA8C7002D0ECD /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = PluginFacebook;
- productName = PluginFacebook;
- productReference = BA34A75D195AA8C7002D0ECD /* libPluginFacebook.a */;
- productType = "com.apple.product-type.library.static";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- BA34A755195AA8C7002D0ECD /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0510;
- ORGANIZATIONNAME = "Cocos2d-x";
- };
- buildConfigurationList = BA34A758195AA8C7002D0ECD /* Build configuration list for PBXProject "PluginFacebook" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = BA34A754195AA8C7002D0ECD;
- productRefGroup = BA34A75E195AA8C7002D0ECD /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- BA34A75C195AA8C7002D0ECD /* PluginFacebook */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXSourcesBuildPhase section */
- BA34A759195AA8C7002D0ECD /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- BA34A79F195AA939002D0ECD /* UserFacebook.m in Sources */,
- BA34A79E195AA939002D0ECD /* ShareFacebook.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- BA34A77E195AA8C7002D0ECD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 7.1;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- BA34A77F195AA8C7002D0ECD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = YES;
- ENABLE_NS_ASSERTIONS = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 7.1;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- BA34A781195AA8C7002D0ECD /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DSTROOT = /tmp/PluginFacebook.dst;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PROJECT_DIR)",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "PluginFacebook/PluginFacebook-Prefix.pch";
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../protocols/platform/ios";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- VALID_ARCHS = "arm64 armv7";
- };
- name = Debug;
- };
- BA34A782195AA8C7002D0ECD /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DSTROOT = /tmp/PluginFacebook.dst;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PROJECT_DIR)",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "PluginFacebook/PluginFacebook-Prefix.pch";
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../protocols/platform/ios";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- VALID_ARCHS = "arm64 armv7";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- BA34A758195AA8C7002D0ECD /* Build configuration list for PBXProject "PluginFacebook" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- BA34A77E195AA8C7002D0ECD /* Debug */,
- BA34A77F195AA8C7002D0ECD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- BA34A780195AA8C7002D0ECD /* Build configuration list for PBXNativeTarget "PluginFacebook" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- BA34A781195AA8C7002D0ECD /* Debug */,
- BA34A782195AA8C7002D0ECD /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = BA34A755195AA8C7002D0ECD /* Project object */;
- }
|