123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 51;
- objects = {
- /* Begin PBXBuildFile section */
- 075E4E722587179D0066460F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 075E4E712587179D0066460F /* AppDelegate.m */; };
- 075E4E782587179D0066460F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 075E4E772587179D0066460F /* ViewController.m */; };
- 075E4E7B2587179D0066460F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 075E4E792587179D0066460F /* Main.storyboard */; };
- 075E4E7D2587179E0066460F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 075E4E7C2587179E0066460F /* Assets.xcassets */; };
- 075E4E802587179E0066460F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 075E4E7E2587179E0066460F /* LaunchScreen.storyboard */; };
- 075E4E832587179E0066460F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 075E4E822587179E0066460F /* main.m */; };
- 077FCFDD2611E407005DF86B /* AppTrackingTransparency.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 077FCFDC2611E407005DF86B /* AppTrackingTransparency.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
- 077FCFDF2611E40E005DF86B /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 077FCFDE2611E40E005DF86B /* AdSupport.framework */; };
- 077FCFE12611E414005DF86B /* iAd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 077FCFE02611E414005DF86B /* iAd.framework */; };
- 077FCFE32611E41B005DF86B /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 077FCFE22611E41B005DF86B /* CoreTelephony.framework */; };
- 077FCFE52611E422005DF86B /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 077FCFE42611E422005DF86B /* StoreKit.framework */; };
- 077FCFE72611E4FA005DF86B /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 077FCFE62611E4FA005DF86B /* GoogleService-Info.plist */; };
- 077FD0012611E8E2005DF86B /* XenonSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 077FCFFF2611E8CC005DF86B /* XenonSDK.framework */; };
- 077FD0022611E8E2005DF86B /* XenonSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 077FCFFF2611E8CC005DF86B /* XenonSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
- 634BB5A0DAD3FA39A334FF88 /* Pods_SDKDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33A4679252C8D258401A969B /* Pods_SDKDemo.framework */; settings = {ATTRIBUTES = (Required, ); }; };
- /* End PBXBuildFile section */
- /* Begin PBXCopyFilesBuildPhase section */
- 077FCFDB2611DECC005DF86B /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- 077FD0022611E8E2005DF86B /* XenonSDK.framework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 07589EB42588A850003B16B8 /* SDKDemoDebug.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SDKDemoDebug.entitlements; sourceTree = "<group>"; };
- 075E4E6D2587179D0066460F /* SDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
- 075E4E702587179D0066460F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- 075E4E712587179D0066460F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- 075E4E762587179D0066460F /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
- 075E4E772587179D0066460F /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
- 075E4E7A2587179D0066460F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
- 075E4E7C2587179E0066460F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
- 075E4E7F2587179E0066460F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
- 075E4E812587179E0066460F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- 075E4E822587179E0066460F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- 075E4E9D25874F440066460F /* SDKDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SDKDemo.entitlements; sourceTree = "<group>"; };
- 077FCFDC2611E407005DF86B /* AppTrackingTransparency.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppTrackingTransparency.framework; path = System/Library/Frameworks/AppTrackingTransparency.framework; sourceTree = SDKROOT; };
- 077FCFDE2611E40E005DF86B /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
- 077FCFE02611E414005DF86B /* iAd.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = iAd.framework; path = System/Library/Frameworks/iAd.framework; sourceTree = SDKROOT; };
- 077FCFE22611E41B005DF86B /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
- 077FCFE42611E422005DF86B /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
- 077FCFE62611E4FA005DF86B /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
- 077FCFFF2611E8CC005DF86B /* XenonSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XenonSDK.framework; sourceTree = "<group>"; };
- 33A4679252C8D258401A969B /* Pods_SDKDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDKDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 3533750DE4D5246943BAB5A3 /* Pods-SDKDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDKDemo.release.xcconfig"; path = "Target Support Files/Pods-SDKDemo/Pods-SDKDemo.release.xcconfig"; sourceTree = "<group>"; };
- 3FFFC9DD49B1232347FD0476 /* Pods-SDKDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDKDemo.debug.xcconfig"; path = "Target Support Files/Pods-SDKDemo/Pods-SDKDemo.debug.xcconfig"; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 075E4E6A2587179D0066460F /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 077FCFE52611E422005DF86B /* StoreKit.framework in Frameworks */,
- 077FD0012611E8E2005DF86B /* XenonSDK.framework in Frameworks */,
- 077FCFE32611E41B005DF86B /* CoreTelephony.framework in Frameworks */,
- 077FCFE12611E414005DF86B /* iAd.framework in Frameworks */,
- 077FCFDF2611E40E005DF86B /* AdSupport.framework in Frameworks */,
- 077FCFDD2611E407005DF86B /* AppTrackingTransparency.framework in Frameworks */,
- 634BB5A0DAD3FA39A334FF88 /* Pods_SDKDemo.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 075E4E642587179D0066460F = {
- isa = PBXGroup;
- children = (
- 077FCFFF2611E8CC005DF86B /* XenonSDK.framework */,
- 075E4E6F2587179D0066460F /* SDKDemo */,
- 075E4E6E2587179D0066460F /* Products */,
- 5AE5ADE19CA77F75005E593C /* Pods */,
- 5D7E742AF1AE70745765DCCF /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- 075E4E6E2587179D0066460F /* Products */ = {
- isa = PBXGroup;
- children = (
- 075E4E6D2587179D0066460F /* SDKDemo.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 075E4E6F2587179D0066460F /* SDKDemo */ = {
- isa = PBXGroup;
- children = (
- 07589EB42588A850003B16B8 /* SDKDemoDebug.entitlements */,
- 075E4E9D25874F440066460F /* SDKDemo.entitlements */,
- 075E4E702587179D0066460F /* AppDelegate.h */,
- 075E4E712587179D0066460F /* AppDelegate.m */,
- 075E4E762587179D0066460F /* ViewController.h */,
- 075E4E772587179D0066460F /* ViewController.m */,
- 075E4E792587179D0066460F /* Main.storyboard */,
- 075E4E7C2587179E0066460F /* Assets.xcassets */,
- 075E4E7E2587179E0066460F /* LaunchScreen.storyboard */,
- 075E4E812587179E0066460F /* Info.plist */,
- 077FCFE62611E4FA005DF86B /* GoogleService-Info.plist */,
- 075E4E822587179E0066460F /* main.m */,
- );
- path = SDKDemo;
- sourceTree = "<group>";
- };
- 5AE5ADE19CA77F75005E593C /* Pods */ = {
- isa = PBXGroup;
- children = (
- 3FFFC9DD49B1232347FD0476 /* Pods-SDKDemo.debug.xcconfig */,
- 3533750DE4D5246943BAB5A3 /* Pods-SDKDemo.release.xcconfig */,
- );
- path = Pods;
- sourceTree = "<group>";
- };
- 5D7E742AF1AE70745765DCCF /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 077FCFE42611E422005DF86B /* StoreKit.framework */,
- 077FCFE22611E41B005DF86B /* CoreTelephony.framework */,
- 077FCFE02611E414005DF86B /* iAd.framework */,
- 077FCFDE2611E40E005DF86B /* AdSupport.framework */,
- 077FCFDC2611E407005DF86B /* AppTrackingTransparency.framework */,
- 33A4679252C8D258401A969B /* Pods_SDKDemo.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 075E4E6C2587179D0066460F /* SDKDemo */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 075E4E862587179E0066460F /* Build configuration list for PBXNativeTarget "SDKDemo" */;
- buildPhases = (
- C8123AD9D3854B511B10628A /* [CP] Check Pods Manifest.lock */,
- 075E4E692587179D0066460F /* Sources */,
- 075E4E6A2587179D0066460F /* Frameworks */,
- 075E4E6B2587179D0066460F /* Resources */,
- E527E68BFC7480843BB971E9 /* [CP] Embed Pods Frameworks */,
- 077FCFDB2611DECC005DF86B /* Embed Frameworks */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SDKDemo;
- productName = SDKDemo;
- productReference = 075E4E6D2587179D0066460F /* SDKDemo.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 075E4E652587179D0066460F /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 1220;
- TargetAttributes = {
- 075E4E6C2587179D0066460F = {
- CreatedOnToolsVersion = 12.2;
- };
- };
- };
- buildConfigurationList = 075E4E682587179D0066460F /* Build configuration list for PBXProject "SDKDemo" */;
- compatibilityVersion = "Xcode 9.3";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 075E4E642587179D0066460F;
- productRefGroup = 075E4E6E2587179D0066460F /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 075E4E6C2587179D0066460F /* SDKDemo */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 075E4E6B2587179D0066460F /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 075E4E802587179E0066460F /* LaunchScreen.storyboard in Resources */,
- 077FCFE72611E4FA005DF86B /* GoogleService-Info.plist in Resources */,
- 075E4E7D2587179E0066460F /* Assets.xcassets in Resources */,
- 075E4E7B2587179D0066460F /* Main.storyboard in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- C8123AD9D3854B511B10628A /* [CP] Check Pods Manifest.lock */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
- "${PODS_ROOT}/Manifest.lock",
- );
- name = "[CP] Check Pods Manifest.lock";
- outputFileListPaths = (
- );
- outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-SDKDemo-checkManifestLockResult.txt",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
- showEnvVarsInLog = 0;
- };
- E527E68BFC7480843BB971E9 /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-SDKDemo/Pods-SDKDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
- );
- name = "[CP] Embed Pods Frameworks";
- outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-SDKDemo/Pods-SDKDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SDKDemo/Pods-SDKDemo-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 075E4E692587179D0066460F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 075E4E782587179D0066460F /* ViewController.m in Sources */,
- 075E4E722587179D0066460F /* AppDelegate.m in Sources */,
- 075E4E832587179E0066460F /* main.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- 075E4E792587179D0066460F /* Main.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 075E4E7A2587179D0066460F /* Base */,
- );
- name = Main.storyboard;
- sourceTree = "<group>";
- };
- 075E4E7E2587179E0066460F /* LaunchScreen.storyboard */ = {
- isa = PBXVariantGroup;
- children = (
- 075E4E7F2587179E0066460F /* Base */,
- );
- name = LaunchScreen.storyboard;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 075E4E842587179E0066460F /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "iPhone Developer";
- "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- 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 = 10.0;
- MACOSX_DEPLOYMENT_TARGET = 10.9;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- 075E4E852587179E0066460F /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "iPhone Distribution";
- "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Distribution";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu11;
- GCC_NO_COMMON_BLOCKS = YES;
- 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 = 10.0;
- MACOSX_DEPLOYMENT_TARGET = 10.9;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 075E4E872587179E0066460F /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 3FFFC9DD49B1232347FD0476 /* Pods-SDKDemo.debug.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- CODE_SIGN_ENTITLEMENTS = SDKDemo/SDKDemoDebug.entitlements;
- CODE_SIGN_IDENTITY = "Apple Development";
- "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Developer";
- CODE_SIGN_STYLE = Automatic;
- DEVELOPMENT_TEAM = W6XYR7294Z;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PROJECT_DIR)",
- );
- INFOPLIST_FILE = SDKDemo/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- MARKETING_VERSION = 1.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.fq.adsdk1;
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- 075E4E882587179E0066460F /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 3533750DE4D5246943BAB5A3 /* Pods-SDKDemo.release.xcconfig */;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
- CODE_SIGN_ENTITLEMENTS = SDKDemo/SDKDemo.entitlements;
- CODE_SIGN_IDENTITY = "Apple Development";
- "CODE_SIGN_IDENTITY[sdk=*]" = "iPhone Distribution";
- CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = X5H8QRR8A5;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- "$(PROJECT_DIR)",
- );
- INFOPLIST_FILE = SDKDemo/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- MARKETING_VERSION = 1.0;
- PRODUCT_BUNDLE_IDENTIFIER = com.funqueue.ios.ywdxb;
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = ywdxb_adHoc;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 075E4E682587179D0066460F /* Build configuration list for PBXProject "SDKDemo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 075E4E842587179E0066460F /* Debug */,
- 075E4E852587179E0066460F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 075E4E862587179E0066460F /* Build configuration list for PBXNativeTarget "SDKDemo" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 075E4E872587179E0066460F /* Debug */,
- 075E4E882587179E0066460F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 075E4E652587179D0066460F /* Project object */;
- }
|