// !$*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 = ""; }; 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 = ""; }; BA34A79A195AA939002D0ECD /* ShareFacebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShareFacebook.h; sourceTree = ""; }; BA34A79B195AA939002D0ECD /* ShareFacebook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShareFacebook.m; sourceTree = ""; }; BA34A79C195AA939002D0ECD /* UserFacebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserFacebook.h; sourceTree = ""; }; BA34A79D195AA939002D0ECD /* UserFacebook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserFacebook.m; sourceTree = ""; }; /* 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 = ""; }; BA34A75E195AA8C7002D0ECD /* Products */ = { isa = PBXGroup; children = ( BA34A75D195AA8C7002D0ECD /* libPluginFacebook.a */, ); name = Products; sourceTree = ""; }; BA34A75F195AA8C7002D0ECD /* Frameworks */ = { isa = PBXGroup; children = ( BA0613B71AC23D47003118D6 /* FacebookSDK.framework */, BA34A760195AA8C7002D0ECD /* Foundation.framework */, ); name = Frameworks; sourceTree = ""; }; BA34A762195AA8C7002D0ECD /* PluginFacebook */ = { isa = PBXGroup; children = ( BA34A79A195AA939002D0ECD /* ShareFacebook.h */, BA34A79B195AA939002D0ECD /* ShareFacebook.m */, BA34A79C195AA939002D0ECD /* UserFacebook.h */, BA34A79D195AA939002D0ECD /* UserFacebook.m */, BA34A763195AA8C7002D0ECD /* Supporting Files */, ); path = PluginFacebook; sourceTree = ""; }; BA34A763195AA8C7002D0ECD /* Supporting Files */ = { isa = PBXGroup; children = ( BA34A764195AA8C7002D0ECD /* PluginFacebook-Prefix.pch */, ); name = "Supporting Files"; sourceTree = ""; }; /* 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 */; }