123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 2018A08819ADE5AF003D3C33 /* AdsFacebook.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 2018A08719ADE5AF003D3C33 /* AdsFacebook.h */; };
- 2018A08A19ADE5AF003D3C33 /* AdsFacebook.m in Sources */ = {isa = PBXBuildFile; fileRef = 2018A08919ADE5AF003D3C33 /* AdsFacebook.m */; };
- 2018A0A819ADE695003D3C33 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2018A08219ADE5AF003D3C33 /* Foundation.framework */; };
- 2018A0AA19ADEA4E003D3C33 /* FBAudienceNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2018A0A919ADEA4E003D3C33 /* FBAudienceNetwork.framework */; };
- /* End PBXBuildFile section */
- /* Begin PBXCopyFilesBuildPhase section */
- 2018A07D19ADE5AF003D3C33 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "include/$(PRODUCT_NAME)";
- dstSubfolderSpec = 16;
- files = (
- 2018A08819ADE5AF003D3C33 /* AdsFacebook.h in CopyFiles */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 2018A07F19ADE5AF003D3C33 /* libPluginFacebookAds.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPluginFacebookAds.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 2018A08219ADE5AF003D3C33 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- 2018A08619ADE5AF003D3C33 /* PluginFacebookAds-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PluginFacebookAds-Prefix.pch"; sourceTree = "<group>"; };
- 2018A08719ADE5AF003D3C33 /* AdsFacebook.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AdsFacebook.h; sourceTree = "<group>"; };
- 2018A08919ADE5AF003D3C33 /* AdsFacebook.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AdsFacebook.m; sourceTree = "<group>"; };
- 2018A0A919ADEA4E003D3C33 /* FBAudienceNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = FBAudienceNetwork.framework; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 2018A07C19ADE5AF003D3C33 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 2018A0A819ADE695003D3C33 /* Foundation.framework in Frameworks */,
- 2018A0AA19ADEA4E003D3C33 /* FBAudienceNetwork.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 2018A07619ADE5AF003D3C33 = {
- isa = PBXGroup;
- children = (
- 2018A08419ADE5AF003D3C33 /* PluginFacebookAds */,
- 2018A08119ADE5AF003D3C33 /* Frameworks */,
- 2018A08019ADE5AF003D3C33 /* Products */,
- );
- sourceTree = "<group>";
- };
- 2018A08019ADE5AF003D3C33 /* Products */ = {
- isa = PBXGroup;
- children = (
- 2018A07F19ADE5AF003D3C33 /* libPluginFacebookAds.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 2018A08119ADE5AF003D3C33 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 2018A0A919ADEA4E003D3C33 /* FBAudienceNetwork.framework */,
- 2018A08219ADE5AF003D3C33 /* Foundation.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 2018A08419ADE5AF003D3C33 /* PluginFacebookAds */ = {
- isa = PBXGroup;
- children = (
- 2018A08619ADE5AF003D3C33 /* PluginFacebookAds-Prefix.pch */,
- 2018A08719ADE5AF003D3C33 /* AdsFacebook.h */,
- 2018A08919ADE5AF003D3C33 /* AdsFacebook.m */,
- );
- path = PluginFacebookAds;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 2018A07E19ADE5AF003D3C33 /* PluginFacebookAds */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 2018A0A219ADE5AF003D3C33 /* Build configuration list for PBXNativeTarget "PluginFacebookAds" */;
- buildPhases = (
- 2018A07B19ADE5AF003D3C33 /* Sources */,
- 2018A07C19ADE5AF003D3C33 /* Frameworks */,
- 2018A07D19ADE5AF003D3C33 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = PluginFacebookAds;
- productName = PluginFacebookAds;
- productReference = 2018A07F19ADE5AF003D3C33 /* libPluginFacebookAds.a */;
- productType = "com.apple.product-type.library.static";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 2018A07719ADE5AF003D3C33 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0510;
- ORGANIZATIONNAME = Balzo;
- };
- buildConfigurationList = 2018A07A19ADE5AF003D3C33 /* Build configuration list for PBXProject "PluginFacebookAds" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 2018A07619ADE5AF003D3C33;
- productRefGroup = 2018A08019ADE5AF003D3C33 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 2018A07E19ADE5AF003D3C33 /* PluginFacebookAds */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXSourcesBuildPhase section */
- 2018A07B19ADE5AF003D3C33 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 2018A08A19ADE5AF003D3C33 /* AdsFacebook.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- 2018A0A019ADE5AF003D3C33 /* 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;
- };
- 2018A0A119ADE5AF003D3C33 /* 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;
- };
- 2018A0A319ADE5AF003D3C33 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DSTROOT = /tmp/PluginFacebookAds.dst;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PROJECT_DIR)",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "PluginFacebookAds/PluginFacebookAds-Prefix.pch";
- HEADER_SEARCH_PATHS = (
- "$(SRCROOT)/../../../protocols/platform/ios",
- "$(inherited)",
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
- );
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
- 2018A0A419ADE5AF003D3C33 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- DSTROOT = /tmp/PluginFacebookAds.dst;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PROJECT_DIR)",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "PluginFacebookAds/PluginFacebookAds-Prefix.pch";
- HEADER_SEARCH_PATHS = (
- "$(SRCROOT)/../../../protocols/platform/ios",
- "$(inherited)",
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
- );
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 2018A07A19ADE5AF003D3C33 /* Build configuration list for PBXProject "PluginFacebookAds" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 2018A0A019ADE5AF003D3C33 /* Debug */,
- 2018A0A119ADE5AF003D3C33 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 2018A0A219ADE5AF003D3C33 /* Build configuration list for PBXNativeTarget "PluginFacebookAds" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 2018A0A319ADE5AF003D3C33 /* Debug */,
- 2018A0A419ADE5AF003D3C33 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 2018A07719ADE5AF003D3C33 /* Project object */;
- }
|