eduardoeof/Gollum

View on GitHub
Workspace/Gollum/Gollum.xcodeproj/project.pbxproj

Summary

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

/* Begin PBXBuildFile section */
        3379E6471D1F05A5009F6D8A /* Gollum.h in Headers */ = {isa = PBXBuildFile; fileRef = 3379E6461D1F05A5009F6D8A /* Gollum.h */; settings = {ATTRIBUTES = (Public, ); }; };
        3379E64E1D1F05A5009F6D8A /* Gollum.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3379E6431D1F05A5009F6D8A /* Gollum.framework */; };
        3379E6691D1F0611009F6D8A /* VersionDAOProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3379E65F1D1F0611009F6D8A /* VersionDAOProtocol.swift */; };
        3379E66A1D1F0611009F6D8A /* VersionUserDefaultDAO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3379E6601D1F0611009F6D8A /* VersionUserDefaultDAO.swift */; };
        3379E66B1D1F0611009F6D8A /* GollumError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3379E6621D1F0611009F6D8A /* GollumError.swift */; };
        3379E66C1D1F0611009F6D8A /* VersionDAOError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3379E6631D1F0611009F6D8A /* VersionDAOError.swift */; };
        3379E66D1D1F0611009F6D8A /* Gollum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3379E6641D1F0611009F6D8A /* Gollum.swift */; };
        3379E66E1D1F0611009F6D8A /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3379E6661D1F0611009F6D8A /* Version.swift */; };
        3379E66F1D1F0611009F6D8A /* Mirror+Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3379E6681D1F0611009F6D8A /* Mirror+Properties.swift */; };
        339486CA1D23ECF800D20C5B /* GollumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339486C61D23ECF800D20C5B /* GollumTests.swift */; };
        339486CB1D23ECF800D20C5B /* GollumUserDefaultHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339486C71D23ECF800D20C5B /* GollumUserDefaultHelper.swift */; };
        339486CC1D23ECF800D20C5B /* VersionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339486C81D23ECF800D20C5B /* VersionTest.swift */; };
        339486CD1D23ECF800D20C5B /* VersionUserDefaultDAOTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339486C91D23ECF800D20C5B /* VersionUserDefaultDAOTest.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
        3379E64F1D1F05A5009F6D8A /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 3379E63A1D1F05A5009F6D8A /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 3379E6421D1F05A5009F6D8A;
            remoteInfo = Gollum;
        };
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
        3379E6431D1F05A5009F6D8A /* Gollum.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Gollum.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        3379E6461D1F05A5009F6D8A /* Gollum.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Gollum.h; sourceTree = "<group>"; };
        3379E6481D1F05A5009F6D8A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        3379E64D1D1F05A5009F6D8A /* GollumTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GollumTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
        3379E6541D1F05A5009F6D8A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        3379E65F1D1F0611009F6D8A /* VersionDAOProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VersionDAOProtocol.swift; sourceTree = "<group>"; };
        3379E6601D1F0611009F6D8A /* VersionUserDefaultDAO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VersionUserDefaultDAO.swift; sourceTree = "<group>"; };
        3379E6621D1F0611009F6D8A /* GollumError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GollumError.swift; sourceTree = "<group>"; };
        3379E6631D1F0611009F6D8A /* VersionDAOError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VersionDAOError.swift; sourceTree = "<group>"; };
        3379E6641D1F0611009F6D8A /* Gollum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Gollum.swift; sourceTree = "<group>"; };
        3379E6661D1F0611009F6D8A /* Version.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = "<group>"; };
        3379E6681D1F0611009F6D8A /* Mirror+Properties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Mirror+Properties.swift"; sourceTree = "<group>"; };
        339486C61D23ECF800D20C5B /* GollumTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GollumTests.swift; sourceTree = "<group>"; };
        339486C71D23ECF800D20C5B /* GollumUserDefaultHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GollumUserDefaultHelper.swift; sourceTree = "<group>"; };
        339486C81D23ECF800D20C5B /* VersionTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VersionTest.swift; sourceTree = "<group>"; };
        339486C91D23ECF800D20C5B /* VersionUserDefaultDAOTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VersionUserDefaultDAOTest.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        3379E63F1D1F05A5009F6D8A /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        3379E64A1D1F05A5009F6D8A /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                3379E64E1D1F05A5009F6D8A /* Gollum.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        3379E6391D1F05A5009F6D8A = {
            isa = PBXGroup;
            children = (
                3379E6451D1F05A5009F6D8A /* Gollum */,
                3379E6511D1F05A5009F6D8A /* GollumTests */,
                3379E6441D1F05A5009F6D8A /* Products */,
            );
            sourceTree = "<group>";
        };
        3379E6441D1F05A5009F6D8A /* Products */ = {
            isa = PBXGroup;
            children = (
                3379E6431D1F05A5009F6D8A /* Gollum.framework */,
                3379E64D1D1F05A5009F6D8A /* GollumTests.xctest */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        3379E6451D1F05A5009F6D8A /* Gollum */ = {
            isa = PBXGroup;
            children = (
                3379E65D1D1F0611009F6D8A /* src */,
                3379E6461D1F05A5009F6D8A /* Gollum.h */,
                3379E6481D1F05A5009F6D8A /* Info.plist */,
            );
            path = Gollum;
            sourceTree = "<group>";
        };
        3379E6511D1F05A5009F6D8A /* GollumTests */ = {
            isa = PBXGroup;
            children = (
                339486C61D23ECF800D20C5B /* GollumTests.swift */,
                339486C71D23ECF800D20C5B /* GollumUserDefaultHelper.swift */,
                339486C81D23ECF800D20C5B /* VersionTest.swift */,
                339486C91D23ECF800D20C5B /* VersionUserDefaultDAOTest.swift */,
                3379E6541D1F05A5009F6D8A /* Info.plist */,
            );
            path = GollumTests;
            sourceTree = "<group>";
        };
        3379E65D1D1F0611009F6D8A /* src */ = {
            isa = PBXGroup;
            children = (
                3379E6641D1F0611009F6D8A /* Gollum.swift */,
                3379E65E1D1F0611009F6D8A /* dao */,
                3379E6611D1F0611009F6D8A /* error */,
                3379E6651D1F0611009F6D8A /* model */,
                3379E6671D1F0611009F6D8A /* util */,
            );
            name = src;
            path = ../../../Gollum;
            sourceTree = "<group>";
        };
        3379E65E1D1F0611009F6D8A /* dao */ = {
            isa = PBXGroup;
            children = (
                3379E65F1D1F0611009F6D8A /* VersionDAOProtocol.swift */,
                3379E6601D1F0611009F6D8A /* VersionUserDefaultDAO.swift */,
            );
            path = dao;
            sourceTree = "<group>";
        };
        3379E6611D1F0611009F6D8A /* error */ = {
            isa = PBXGroup;
            children = (
                3379E6621D1F0611009F6D8A /* GollumError.swift */,
                3379E6631D1F0611009F6D8A /* VersionDAOError.swift */,
            );
            path = error;
            sourceTree = "<group>";
        };
        3379E6651D1F0611009F6D8A /* model */ = {
            isa = PBXGroup;
            children = (
                3379E6661D1F0611009F6D8A /* Version.swift */,
            );
            path = model;
            sourceTree = "<group>";
        };
        3379E6671D1F0611009F6D8A /* util */ = {
            isa = PBXGroup;
            children = (
                3379E6681D1F0611009F6D8A /* Mirror+Properties.swift */,
            );
            path = util;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
        3379E6401D1F05A5009F6D8A /* Headers */ = {
            isa = PBXHeadersBuildPhase;
            buildActionMask = 2147483647;
            files = (
                3379E6471D1F05A5009F6D8A /* Gollum.h in Headers */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
        3379E6421D1F05A5009F6D8A /* Gollum */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 3379E6571D1F05A5009F6D8A /* Build configuration list for PBXNativeTarget "Gollum" */;
            buildPhases = (
                3379E63E1D1F05A5009F6D8A /* Sources */,
                3379E63F1D1F05A5009F6D8A /* Frameworks */,
                3379E6401D1F05A5009F6D8A /* Headers */,
                3379E6411D1F05A5009F6D8A /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = Gollum;
            productName = Gollum;
            productReference = 3379E6431D1F05A5009F6D8A /* Gollum.framework */;
            productType = "com.apple.product-type.framework";
        };
        3379E64C1D1F05A5009F6D8A /* GollumTests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 3379E65A1D1F05A5009F6D8A /* Build configuration list for PBXNativeTarget "GollumTests" */;
            buildPhases = (
                3379E6491D1F05A5009F6D8A /* Sources */,
                3379E64A1D1F05A5009F6D8A /* Frameworks */,
                3379E64B1D1F05A5009F6D8A /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                3379E6501D1F05A5009F6D8A /* PBXTargetDependency */,
            );
            name = GollumTests;
            productName = GollumTests;
            productReference = 3379E64D1D1F05A5009F6D8A /* GollumTests.xctest */;
            productType = "com.apple.product-type.bundle.unit-test";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        3379E63A1D1F05A5009F6D8A /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftUpdateCheck = 0730;
                LastUpgradeCheck = 0910;
                ORGANIZATIONNAME = eduardoeof;
                TargetAttributes = {
                    3379E6421D1F05A5009F6D8A = {
                        CreatedOnToolsVersion = 7.3.1;
                        LastSwiftMigration = 0910;
                    };
                    3379E64C1D1F05A5009F6D8A = {
                        CreatedOnToolsVersion = 7.3.1;
                        LastSwiftMigration = 0910;
                    };
                };
            };
            buildConfigurationList = 3379E63D1D1F05A5009F6D8A /* Build configuration list for PBXProject "Gollum" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
            );
            mainGroup = 3379E6391D1F05A5009F6D8A;
            productRefGroup = 3379E6441D1F05A5009F6D8A /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                3379E6421D1F05A5009F6D8A /* Gollum */,
                3379E64C1D1F05A5009F6D8A /* GollumTests */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        3379E6411D1F05A5009F6D8A /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        3379E64B1D1F05A5009F6D8A /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
        3379E63E1D1F05A5009F6D8A /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                3379E66F1D1F0611009F6D8A /* Mirror+Properties.swift in Sources */,
                3379E66C1D1F0611009F6D8A /* VersionDAOError.swift in Sources */,
                3379E66B1D1F0611009F6D8A /* GollumError.swift in Sources */,
                3379E66D1D1F0611009F6D8A /* Gollum.swift in Sources */,
                3379E66A1D1F0611009F6D8A /* VersionUserDefaultDAO.swift in Sources */,
                3379E66E1D1F0611009F6D8A /* Version.swift in Sources */,
                3379E6691D1F0611009F6D8A /* VersionDAOProtocol.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        3379E6491D1F05A5009F6D8A /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                339486CD1D23ECF800D20C5B /* VersionUserDefaultDAOTest.swift in Sources */,
                339486CB1D23ECF800D20C5B /* GollumUserDefaultHelper.swift in Sources */,
                339486CC1D23ECF800D20C5B /* VersionTest.swift in Sources */,
                339486CA1D23ECF800D20C5B /* GollumTests.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
        3379E6501D1F05A5009F6D8A /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 3379E6421D1F05A5009F6D8A /* Gollum */;
            targetProxy = 3379E64F1D1F05A5009F6D8A /* PBXContainerItemProxy */;
        };
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
        3379E6551D1F05A5009F6D8A /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_NONNULL = YES;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_COMMA = 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_INFINITE_RECURSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = 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_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = gnu99;
                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 = 9.3;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                TARGETED_DEVICE_FAMILY = "1,2";
                VERSIONING_SYSTEM = "apple-generic";
                VERSION_INFO_PREFIX = "";
            };
            name = Debug;
        };
        3379E6561D1F05A5009F6D8A /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_NONNULL = YES;
                CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
                CLANG_CXX_LIBRARY = "libc++";
                CLANG_ENABLE_MODULES = YES;
                CLANG_ENABLE_OBJC_ARC = YES;
                CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
                CLANG_WARN_BOOL_CONVERSION = YES;
                CLANG_WARN_COMMA = 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_INFINITE_RECURSION = YES;
                CLANG_WARN_INT_CONVERSION = YES;
                CLANG_WARN_NON_LITERAL_NULL_CONVERSION = 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_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = gnu99;
                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 = 9.3;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
                TARGETED_DEVICE_FAMILY = "1,2";
                VALIDATE_PRODUCT = YES;
                VERSIONING_SYSTEM = "apple-generic";
                VERSION_INFO_PREFIX = "";
            };
            name = Release;
        };
        3379E6581D1F05A5009F6D8A /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
                DEFINES_MODULE = YES;
                DYLIB_COMPATIBILITY_VERSION = 1;
                DYLIB_CURRENT_VERSION = 1;
                DYLIB_INSTALL_NAME_BASE = "@rpath";
                INFOPLIST_FILE = Gollum/Info.plist;
                INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                ONLY_ACTIVE_ARCH = YES;
                PRODUCT_BUNDLE_IDENTIFIER = com.eduardoeof.Gollum;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SKIP_INSTALL = YES;
                SWIFT_SWIFT3_OBJC_INFERENCE = Default;
                SWIFT_VERSION = 4.0;
            };
            name = Debug;
        };
        3379E6591D1F05A5009F6D8A /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
                DEFINES_MODULE = YES;
                DYLIB_COMPATIBILITY_VERSION = 1;
                DYLIB_CURRENT_VERSION = 1;
                DYLIB_INSTALL_NAME_BASE = "@rpath";
                INFOPLIST_FILE = Gollum/Info.plist;
                INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                ONLY_ACTIVE_ARCH = NO;
                PRODUCT_BUNDLE_IDENTIFIER = com.eduardoeof.Gollum;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SKIP_INSTALL = YES;
                SWIFT_SWIFT3_OBJC_INFERENCE = Default;
                SWIFT_VERSION = 4.0;
            };
            name = Release;
        };
        3379E65B1D1F05A5009F6D8A /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                INFOPLIST_FILE = GollumTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = com.eduardoeof.GollumTests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                SWIFT_SWIFT3_OBJC_INFERENCE = Default;
                SWIFT_VERSION = 4.0;
            };
            name = Debug;
        };
        3379E65C1D1F05A5009F6D8A /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                CLANG_ENABLE_MODULES = YES;
                INFOPLIST_FILE = GollumTests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = com.eduardoeof.GollumTests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_SWIFT3_OBJC_INFERENCE = Default;
                SWIFT_VERSION = 4.0;
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        3379E63D1D1F05A5009F6D8A /* Build configuration list for PBXProject "Gollum" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                3379E6551D1F05A5009F6D8A /* Debug */,
                3379E6561D1F05A5009F6D8A /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        3379E6571D1F05A5009F6D8A /* Build configuration list for PBXNativeTarget "Gollum" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                3379E6581D1F05A5009F6D8A /* Debug */,
                3379E6591D1F05A5009F6D8A /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        3379E65A1D1F05A5009F6D8A /* Build configuration list for PBXNativeTarget "GollumTests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                3379E65B1D1F05A5009F6D8A /* Debug */,
                3379E65C1D1F05A5009F6D8A /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 3379E63A1D1F05A5009F6D8A /* Project object */;
}