Bloombox/Swift

View on GitHub
Example/Example.xcodeproj/project.pbxproj

Summary

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

/* Begin PBXBuildFile section */
        227F3CC82174221000481EA5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F3CC72174221000481EA5 /* AppDelegate.swift */; };
        227F3CCA2174221000481EA5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F3CC92174221000481EA5 /* ViewController.swift */; };
        227F3CCD2174221000481EA5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 227F3CCB2174221000481EA5 /* Main.storyboard */; };
        227F3CCF2174221100481EA5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 227F3CCE2174221100481EA5 /* Assets.xcassets */; };
        227F3CD22174221100481EA5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 227F3CD02174221100481EA5 /* LaunchScreen.storyboard */; };
        FF018927F220B087FF16E3A9 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 065E4CA6F231A40955D4DAF9 /* Pods_Example.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
        065E4CA6F231A40955D4DAF9 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        227F3CC42174221000481EA5 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
        227F3CC72174221000481EA5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
        227F3CC92174221000481EA5 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
        227F3CCC2174221000481EA5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
        227F3CCE2174221100481EA5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        227F3CD12174221100481EA5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
        227F3CD32174221100481EA5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        3C64486610DD4814EA786D23 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; };
        A6FA713F5E2C23F45DC0393A /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        227F3CC12174221000481EA5 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                FF018927F220B087FF16E3A9 /* Pods_Example.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        09ABB002E23E3B201F9A808B /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                065E4CA6F231A40955D4DAF9 /* Pods_Example.framework */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
        15C3CD0AA826FA17209EF2FB /* Pods */ = {
            isa = PBXGroup;
            children = (
                3C64486610DD4814EA786D23 /* Pods-Example.debug.xcconfig */,
                A6FA713F5E2C23F45DC0393A /* Pods-Example.release.xcconfig */,
            );
            name = Pods;
            sourceTree = "<group>";
        };
        227F3CBB2174220F00481EA5 = {
            isa = PBXGroup;
            children = (
                227F3CC62174221000481EA5 /* Example */,
                227F3CC52174221000481EA5 /* Products */,
                15C3CD0AA826FA17209EF2FB /* Pods */,
                09ABB002E23E3B201F9A808B /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        227F3CC52174221000481EA5 /* Products */ = {
            isa = PBXGroup;
            children = (
                227F3CC42174221000481EA5 /* Example.app */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        227F3CC62174221000481EA5 /* Example */ = {
            isa = PBXGroup;
            children = (
                227F3CC72174221000481EA5 /* AppDelegate.swift */,
                227F3CC92174221000481EA5 /* ViewController.swift */,
                227F3CCB2174221000481EA5 /* Main.storyboard */,
                227F3CCE2174221100481EA5 /* Assets.xcassets */,
                227F3CD02174221100481EA5 /* LaunchScreen.storyboard */,
                227F3CD32174221100481EA5 /* Info.plist */,
            );
            path = Example;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        227F3CC32174221000481EA5 /* Example */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 227F3CD62174221100481EA5 /* Build configuration list for PBXNativeTarget "Example" */;
            buildPhases = (
                75A19A1D2474877C2AF7D2AA /* [CP] Check Pods Manifest.lock */,
                227F3CC02174221000481EA5 /* Sources */,
                227F3CC12174221000481EA5 /* Frameworks */,
                227F3CC22174221000481EA5 /* Resources */,
                3B36D3EB783DD106B5AEE0BC /* [CP] Embed Pods Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = Example;
            productName = Example;
            productReference = 227F3CC42174221000481EA5 /* Example.app */;
            productType = "com.apple.product-type.application";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        227F3CBC2174220F00481EA5 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftUpdateCheck = 0940;
                LastUpgradeCheck = 0940;
                ORGANIZATIONNAME = "Sam Gammon";
                TargetAttributes = {
                    227F3CC32174221000481EA5 = {
                        CreatedOnToolsVersion = 9.4.1;
                    };
                };
            };
            buildConfigurationList = 227F3CBF2174220F00481EA5 /* Build configuration list for PBXProject "Example" */;
            compatibilityVersion = "Xcode 9.3";
            developmentRegion = en;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = 227F3CBB2174220F00481EA5;
            productRefGroup = 227F3CC52174221000481EA5 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                227F3CC32174221000481EA5 /* Example */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        227F3CC22174221000481EA5 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                227F3CD22174221100481EA5 /* LaunchScreen.storyboard in Resources */,
                227F3CCF2174221100481EA5 /* Assets.xcassets in Resources */,
                227F3CCD2174221000481EA5 /* Main.storyboard in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
        3B36D3EB783DD106B5AEE0BC /* [CP] Embed Pods Frameworks */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputFileListPaths = (
            );
            inputPaths = (
                "${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh",
                "${BUILT_PRODUCTS_DIR}/Bloombox/Bloombox.framework",
                "${BUILT_PRODUCTS_DIR}/BloomboxServices/BloomboxServices.framework",
                "${BUILT_PRODUCTS_DIR}/BoringSSL/openssl.framework",
                "${BUILT_PRODUCTS_DIR}/OpenCannabis/OpenCannabis.framework",
                "${BUILT_PRODUCTS_DIR}/SwiftGRPC/SwiftGRPC.framework",
                "${BUILT_PRODUCTS_DIR}/SwiftProtobuf/SwiftProtobuf.framework",
                "${BUILT_PRODUCTS_DIR}/gRPC-Core/grpc.framework",
                "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
            );
            name = "[CP] Embed Pods Frameworks";
            outputFileListPaths = (
            );
            outputPaths = (
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Bloombox.framework",
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BloomboxServices.framework",
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/openssl.framework",
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenCannabis.framework",
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftGRPC.framework",
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftProtobuf.framework",
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/grpc.framework",
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
            showEnvVarsInLog = 0;
        };
        75A19A1D2474877C2AF7D2AA /* [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-Example-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 */
        227F3CC02174221000481EA5 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                227F3CCA2174221000481EA5 /* ViewController.swift in Sources */,
                227F3CC82174221000481EA5 /* AppDelegate.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
        227F3CCB2174221000481EA5 /* Main.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                227F3CCC2174221000481EA5 /* Base */,
            );
            name = Main.storyboard;
            sourceTree = "<group>";
        };
        227F3CD02174221100481EA5 /* LaunchScreen.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                227F3CD12174221100481EA5 /* Base */,
            );
            name = LaunchScreen.storyboard;
            sourceTree = "<group>";
        };
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
        227F3CD42174221100481EA5 /* 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;
                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.4;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
            };
            name = Debug;
        };
        227F3CD52174221100481EA5 /* 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;
                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.4;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                SWIFT_COMPILATION_MODE = wholemodule;
                SWIFT_OPTIMIZATION_LEVEL = "-O";
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        227F3CD72174221100481EA5 /* Debug */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 3C64486610DD4814EA786D23 /* Pods-Example.debug.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_STYLE = Automatic;
                INFOPLIST_FILE = Example/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@executable_path/Frameworks",
                );
                PRODUCT_BUNDLE_IDENTIFIER = io.bloombox.client.Example;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 4.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        227F3CD82174221100481EA5 /* Release */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = A6FA713F5E2C23F45DC0393A /* Pods-Example.release.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CODE_SIGN_STYLE = Automatic;
                INFOPLIST_FILE = Example/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = (
                    "$(inherited)",
                    "@executable_path/Frameworks",
                );
                PRODUCT_BUNDLE_IDENTIFIER = io.bloombox.client.Example;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 4.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        227F3CBF2174220F00481EA5 /* Build configuration list for PBXProject "Example" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                227F3CD42174221100481EA5 /* Debug */,
                227F3CD52174221100481EA5 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        227F3CD62174221100481EA5 /* Build configuration list for PBXNativeTarget "Example" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                227F3CD72174221100481EA5 /* Debug */,
                227F3CD82174221100481EA5 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 227F3CBC2174220F00481EA5 /* Project object */;
}