philips-software/cogito

View on GitHub
workspaces/ethers-ios/Ethers.xcodeproj/project.pbxproj

Summary

Maintainability
Test Coverage
// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 50;
    objects = {

/* Begin PBXBuildFile section */
        5C00AA89220B18CD0071997A /* JavascriptWrapper.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C00AA88220B18CD0071997A /* JavascriptWrapper.framework */; };
        5C2F7D222194441E00D86737 /* DataAsHex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2F7D212194441E00D86737 /* DataAsHex.swift */; };
        5C5C92D72191EEEE0073B981 /* EthersSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5C92D62191EEEE0073B981 /* EthersSpec.swift */; };
        5C5C92D92191F60A0073B981 /* Wallet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5C92D82191F60A0073B981 /* Wallet.swift */; };
        5C5C92DB2192E3450073B981 /* Javascript.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5C92DA2192E3450073B981 /* Javascript.swift */; };
        5C5C92DD2192E7CC0073B981 /* JavascriptEthers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5C92DC2192E7CC0073B981 /* JavascriptEthers.swift */; };
        5C5C92E32192F14B0073B981 /* ethers.min.js in Resources */ = {isa = PBXBuildFile; fileRef = 5C5C92E22192F14B0073B981 /* ethers.min.js */; };
        5C5C92E5219310E90073B981 /* Transaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5C92E4219310E90073B981 /* Transaction.swift */; };
        5CC0B2B02191EC8100D84CD8 /* Ethers.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CC0B2A62191EC8100D84CD8 /* Ethers.framework */; };
        5CC0B2B72191EC8100D84CD8 /* Ethers.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CC0B2A92191EC8100D84CD8 /* Ethers.h */; settings = {ATTRIBUTES = (Public, ); }; };
        652114D3A02C37A7E6563836 /* libPods-EthersTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = AE9285DAAA505228ADEC0F4C /* libPods-EthersTests.a */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
        5CC0B2B12191EC8100D84CD8 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 5CC0B29D2191EC8100D84CD8 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 5CC0B2A52191EC8100D84CD8;
            remoteInfo = Ethers;
        };
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
        1285463736333712AEE3A72B /* Pods-EthersTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EthersTests.release.xcconfig"; path = "Target Support Files/Pods-EthersTests/Pods-EthersTests.release.xcconfig"; sourceTree = "<group>"; };
        5C00AA88220B18CD0071997A /* JavascriptWrapper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JavascriptWrapper.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        5C2F7D212194441E00D86737 /* DataAsHex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataAsHex.swift; sourceTree = "<group>"; };
        5C5C92D62191EEEE0073B981 /* EthersSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EthersSpec.swift; sourceTree = "<group>"; };
        5C5C92D82191F60A0073B981 /* Wallet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Wallet.swift; sourceTree = "<group>"; };
        5C5C92DA2192E3450073B981 /* Javascript.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Javascript.swift; sourceTree = "<group>"; };
        5C5C92DC2192E7CC0073B981 /* JavascriptEthers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JavascriptEthers.swift; sourceTree = "<group>"; };
        5C5C92E22192F14B0073B981 /* ethers.min.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = ethers.min.js; path = ../../../node_modules/ethers/dist/ethers.min.js; sourceTree = "<group>"; };
        5C5C92E4219310E90073B981 /* Transaction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Transaction.swift; sourceTree = "<group>"; };
        5CC0B2A62191EC8100D84CD8 /* Ethers.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Ethers.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        5CC0B2A92191EC8100D84CD8 /* Ethers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Ethers.h; sourceTree = "<group>"; };
        5CC0B2AA2191EC8100D84CD8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        5CC0B2AF2191EC8100D84CD8 /* EthersTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EthersTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
        5CC0B2B62191EC8100D84CD8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        5CC0B2C02191ED9F00D84CD8 /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
        AE9285DAAA505228ADEC0F4C /* libPods-EthersTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-EthersTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
        B5B8C8267D073FEFE6B59FDC /* Pods-EthersTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EthersTests.debug.xcconfig"; path = "Target Support Files/Pods-EthersTests/Pods-EthersTests.debug.xcconfig"; sourceTree = "<group>"; };
        CD162BE0AA03C04496978AFB /* libPods-Ethers.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Ethers.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        5CC0B2A32191EC8100D84CD8 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                5C00AA89220B18CD0071997A /* JavascriptWrapper.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        5CC0B2AC2191EC8100D84CD8 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                5CC0B2B02191EC8100D84CD8 /* Ethers.framework in Frameworks */,
                652114D3A02C37A7E6563836 /* libPods-EthersTests.a in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        5C5C92E12192F1210073B981 /* ethers */ = {
            isa = PBXGroup;
            children = (
                5C5C92E22192F14B0073B981 /* ethers.min.js */,
            );
            name = ethers;
            sourceTree = "<group>";
        };
        5CC0B29C2191EC8100D84CD8 = {
            isa = PBXGroup;
            children = (
                5CC0B2A82191EC8100D84CD8 /* Ethers */,
                5CC0B2B32191EC8100D84CD8 /* EthersTests */,
                5CC0B2A72191EC8100D84CD8 /* Products */,
                5CC0B2C02191ED9F00D84CD8 /* Podfile */,
                874BEBAB4F186DD2971CCBEB /* Pods */,
                BB75B99D301AF769CDA9D048 /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        5CC0B2A72191EC8100D84CD8 /* Products */ = {
            isa = PBXGroup;
            children = (
                5CC0B2A62191EC8100D84CD8 /* Ethers.framework */,
                5CC0B2AF2191EC8100D84CD8 /* EthersTests.xctest */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        5CC0B2A82191EC8100D84CD8 /* Ethers */ = {
            isa = PBXGroup;
            children = (
                5CC0B2A92191EC8100D84CD8 /* Ethers.h */,
                5CC0B2AA2191EC8100D84CD8 /* Info.plist */,
                5C5C92D82191F60A0073B981 /* Wallet.swift */,
                5C5C92DA2192E3450073B981 /* Javascript.swift */,
                5C5C92DC2192E7CC0073B981 /* JavascriptEthers.swift */,
                5C5C92E4219310E90073B981 /* Transaction.swift */,
                5C2F7D212194441E00D86737 /* DataAsHex.swift */,
                5C5C92E12192F1210073B981 /* ethers */,
            );
            path = Ethers;
            sourceTree = "<group>";
        };
        5CC0B2B32191EC8100D84CD8 /* EthersTests */ = {
            isa = PBXGroup;
            children = (
                5CC0B2B62191EC8100D84CD8 /* Info.plist */,
                5C5C92D62191EEEE0073B981 /* EthersSpec.swift */,
            );
            path = EthersTests;
            sourceTree = "<group>";
        };
        874BEBAB4F186DD2971CCBEB /* Pods */ = {
            isa = PBXGroup;
            children = (
                B5B8C8267D073FEFE6B59FDC /* Pods-EthersTests.debug.xcconfig */,
                1285463736333712AEE3A72B /* Pods-EthersTests.release.xcconfig */,
            );
            path = Pods;
            sourceTree = "<group>";
        };
        BB75B99D301AF769CDA9D048 /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                5C00AA88220B18CD0071997A /* JavascriptWrapper.framework */,
                CD162BE0AA03C04496978AFB /* libPods-Ethers.a */,
                AE9285DAAA505228ADEC0F4C /* libPods-EthersTests.a */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
        5CC0B2A12191EC8100D84CD8 /* Headers */ = {
            isa = PBXHeadersBuildPhase;
            buildActionMask = 2147483647;
            files = (
                5CC0B2B72191EC8100D84CD8 /* Ethers.h in Headers */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
        5CC0B2A52191EC8100D84CD8 /* Ethers */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 5CC0B2BA2191EC8100D84CD8 /* Build configuration list for PBXNativeTarget "Ethers" */;
            buildPhases = (
                5CC0B2A12191EC8100D84CD8 /* Headers */,
                5CC0B2A22191EC8100D84CD8 /* Sources */,
                5CC0B2A32191EC8100D84CD8 /* Frameworks */,
                5CC0B2A42191EC8100D84CD8 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = Ethers;
            productName = Ethers;
            productReference = 5CC0B2A62191EC8100D84CD8 /* Ethers.framework */;
            productType = "com.apple.product-type.framework";
        };
        5CC0B2AE2191EC8100D84CD8 /* EthersTests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 5CC0B2BD2191EC8100D84CD8 /* Build configuration list for PBXNativeTarget "EthersTests" */;
            buildPhases = (
                C8F932AE3D4637426A90E3E7 /* [CP] Check Pods Manifest.lock */,
                5CC0B2AB2191EC8100D84CD8 /* Sources */,
                5CC0B2AC2191EC8100D84CD8 /* Frameworks */,
                5CC0B2AD2191EC8100D84CD8 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                5CC0B2B22191EC8100D84CD8 /* PBXTargetDependency */,
            );
            name = EthersTests;
            productName = EthersTests;
            productReference = 5CC0B2AF2191EC8100D84CD8 /* EthersTests.xctest */;
            productType = "com.apple.product-type.bundle.unit-test";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        5CC0B29D2191EC8100D84CD8 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftUpdateCheck = 1010;
                LastUpgradeCheck = 1010;
                ORGANIZATIONNAME = cogito;
                TargetAttributes = {
                    5CC0B2A52191EC8100D84CD8 = {
                        CreatedOnToolsVersion = 10.1;
                        LastSwiftMigration = 1010;
                    };
                    5CC0B2AE2191EC8100D84CD8 = {
                        CreatedOnToolsVersion = 10.1;
                    };
                };
            };
            buildConfigurationList = 5CC0B2A02191EC8100D84CD8 /* Build configuration list for PBXProject "Ethers" */;
            compatibilityVersion = "Xcode 9.3";
            developmentRegion = en;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
            );
            mainGroup = 5CC0B29C2191EC8100D84CD8;
            productRefGroup = 5CC0B2A72191EC8100D84CD8 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                5CC0B2A52191EC8100D84CD8 /* Ethers */,
                5CC0B2AE2191EC8100D84CD8 /* EthersTests */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        5CC0B2A42191EC8100D84CD8 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                5C5C92E32192F14B0073B981 /* ethers.min.js in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        5CC0B2AD2191EC8100D84CD8 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
        C8F932AE3D4637426A90E3E7 /* [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-EthersTests-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;
        };
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
        5CC0B2A22191EC8100D84CD8 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                5C2F7D222194441E00D86737 /* DataAsHex.swift in Sources */,
                5C5C92DD2192E7CC0073B981 /* JavascriptEthers.swift in Sources */,
                5C5C92DB2192E3450073B981 /* Javascript.swift in Sources */,
                5C5C92E5219310E90073B981 /* Transaction.swift in Sources */,
                5C5C92D92191F60A0073B981 /* Wallet.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        5CC0B2AB2191EC8100D84CD8 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                5C5C92D72191EEEE0073B981 /* EthersSpec.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
        5CC0B2B22191EC8100D84CD8 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 5CC0B2A52191EC8100D84CD8 /* Ethers */;
            targetProxy = 5CC0B2B12191EC8100D84CD8 /* PBXContainerItemProxy */;
        };
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
        5CC0B2B82191EC8100D84CD8 /* 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_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";
                COPY_PHASE_STRIP = NO;
                CURRENT_PROJECT_VERSION = 1;
                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 = 11.0;
                MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
                MTL_FAST_MATH = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                VERSIONING_SYSTEM = "apple-generic";
                VERSION_INFO_PREFIX = "";
            };
            name = Debug;
        };
        5CC0B2B92191EC8100D84CD8 /* 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_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";
                COPY_PHASE_STRIP = NO;
                CURRENT_PROJECT_VERSION = 1;
                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 = 11.0;
                MTL_ENABLE_DEBUG_INFO = NO;
                MTL_FAST_MATH = YES;
                SDKROOT = iphoneos;
                SWIFT_COMPILATION_MODE = wholemodule;
                SWIFT_OPTIMIZATION_LEVEL = "-O";
                VALIDATE_PRODUCT = YES;
                VERSIONING_SYSTEM = "apple-generic";
                VERSION_INFO_PREFIX = "";
            };
            name = Release;
        };
        5CC0B2BB2191EC8100D84CD8 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                CODE_SIGN_IDENTITY = "";
                CODE_SIGN_STYLE = Automatic;
                DEFINES_MODULE = YES;
                DYLIB_COMPATIBILITY_VERSION = 1;
                DYLIB_CURRENT_VERSION = 1;
                DYLIB_INSTALL_NAME_BASE = "@rpath";
                INFOPLIST_FILE = Ethers/Info.plist;
                INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                IPHONEOS_DEPLOYMENT_TARGET = 11.0;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@executable_path/Frameworks",
                    "@loader_path/Frameworks",
                );
                PRODUCT_BUNDLE_IDENTIFIER = cogito.Ethers;
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                SWIFT_VERSION = 4.2;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        5CC0B2BC2191EC8100D84CD8 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                CODE_SIGN_IDENTITY = "";
                CODE_SIGN_STYLE = Automatic;
                DEFINES_MODULE = YES;
                DYLIB_COMPATIBILITY_VERSION = 1;
                DYLIB_CURRENT_VERSION = 1;
                DYLIB_INSTALL_NAME_BASE = "@rpath";
                INFOPLIST_FILE = Ethers/Info.plist;
                INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                IPHONEOS_DEPLOYMENT_TARGET = 11.0;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@executable_path/Frameworks",
                    "@loader_path/Frameworks",
                );
                PRODUCT_BUNDLE_IDENTIFIER = cogito.Ethers;
                PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
                SKIP_INSTALL = YES;
                SWIFT_VERSION = 4.2;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Release;
        };
        5CC0B2BE2191EC8100D84CD8 /* Debug */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = B5B8C8267D073FEFE6B59FDC /* Pods-EthersTests.debug.xcconfig */;
            buildSettings = {
                ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
                CODE_SIGN_STYLE = Automatic;
                INFOPLIST_FILE = EthersTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@executable_path/Frameworks",
                    "@loader_path/Frameworks",
                );
                PRODUCT_BUNDLE_IDENTIFIER = cogito.EthersTests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 4.2;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        5CC0B2BF2191EC8100D84CD8 /* Release */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 1285463736333712AEE3A72B /* Pods-EthersTests.release.xcconfig */;
            buildSettings = {
                ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
                CODE_SIGN_STYLE = Automatic;
                INFOPLIST_FILE = EthersTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@executable_path/Frameworks",
                    "@loader_path/Frameworks",
                );
                PRODUCT_BUNDLE_IDENTIFIER = cogito.EthersTests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 4.2;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        5CC0B2A02191EC8100D84CD8 /* Build configuration list for PBXProject "Ethers" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                5CC0B2B82191EC8100D84CD8 /* Debug */,
                5CC0B2B92191EC8100D84CD8 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        5CC0B2BA2191EC8100D84CD8 /* Build configuration list for PBXNativeTarget "Ethers" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                5CC0B2BB2191EC8100D84CD8 /* Debug */,
                5CC0B2BC2191EC8100D84CD8 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        5CC0B2BD2191EC8100D84CD8 /* Build configuration list for PBXNativeTarget "EthersTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                5CC0B2BE2191EC8100D84CD8 /* Debug */,
                5CC0B2BF2191EC8100D84CD8 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 5CC0B29D2191EC8100D84CD8 /* Project object */;
}