MarioIannotta/PullUpController

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

Summary

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

/* Begin PBXBuildFile section */
        607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
        AC44912120DBFFBE00F98838 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AC44911920DBFFBE00F98838 /* LaunchScreen.storyboard */; };
        AC44912320DBFFBE00F98838 /* SearchViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC44911C20DBFFBE00F98838 /* SearchViewController.swift */; };
        AC44912420DBFFBE00F98838 /* MapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC44911D20DBFFBE00F98838 /* MapViewController.swift */; };
        AC44912520DBFFBE00F98838 /* SearchResultCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC44911E20DBFFBE00F98838 /* SearchResultCell.swift */; };
        AC44912620DBFFBE00F98838 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AC44911F20DBFFBE00F98838 /* Main.storyboard */; };
        AC44912720DBFFBE00F98838 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AC44912020DBFFBE00F98838 /* Assets.xcassets */; };
        ACA1B1C52403BBB600B6A7B6 /* UIViewController+.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACA1B1C42403BBB600B6A7B6 /* UIViewController+.swift */; };
        E969182522AF18CFABF54185 /* Pods_PullUpController_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BFA23D4840D57C4607249C0D /* Pods_PullUpController_Example.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
        293D0A2418F9B613A61561F3 /* PullUpController.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = PullUpController.podspec; path = ../PullUpController.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
        56A8923EF4695AE64CB0A36A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
        5F0B85693EE28EE7439643E7 /* Pods_PullUpController_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PullUpController_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        607FACD01AFB9204008FA782 /* PullUpController_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PullUpController_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
        607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
        6D13751B90ADB8E6A7085A3F /* Pods-PullUpController_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PullUpController_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-PullUpController_Example/Pods-PullUpController_Example.release.xcconfig"; sourceTree = "<group>"; };
        94B8AB427B262E433795430A /* Pods-PullUpController_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PullUpController_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PullUpController_Tests/Pods-PullUpController_Tests.debug.xcconfig"; sourceTree = "<group>"; };
        9AB34C6007A366EB15327B6E /* Pods-PullUpController_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PullUpController_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-PullUpController_Example/Pods-PullUpController_Example.debug.xcconfig"; sourceTree = "<group>"; };
        AC44911920DBFFBE00F98838 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
        AC44911A20DBFFBE00F98838 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        AC44911C20DBFFBE00F98838 /* SearchViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchViewController.swift; sourceTree = "<group>"; };
        AC44911D20DBFFBE00F98838 /* MapViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MapViewController.swift; sourceTree = "<group>"; };
        AC44911E20DBFFBE00F98838 /* SearchResultCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchResultCell.swift; sourceTree = "<group>"; };
        AC44911F20DBFFBE00F98838 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
        AC44912020DBFFBE00F98838 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        ACA1B1C42403BBB600B6A7B6 /* UIViewController+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+.swift"; sourceTree = "<group>"; };
        BFA23D4840D57C4607249C0D /* Pods_PullUpController_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PullUpController_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
        F59F16287664980C2DF5643A /* Pods-PullUpController_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PullUpController_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-PullUpController_Tests/Pods-PullUpController_Tests.release.xcconfig"; sourceTree = "<group>"; };
        F97967A110801D095B7F4727 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        607FACCD1AFB9204008FA782 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                E969182522AF18CFABF54185 /* Pods_PullUpController_Example.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        607FACC71AFB9204008FA782 = {
            isa = PBXGroup;
            children = (
                607FACF51AFB993E008FA782 /* Podspec Metadata */,
                607FACD21AFB9204008FA782 /* Example for PullUpController */,
                607FACD11AFB9204008FA782 /* Products */,
                A34E4D9765C4E394C167B4D4 /* Pods */,
                6E774B959D15037B1657CE44 /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        607FACD11AFB9204008FA782 /* Products */ = {
            isa = PBXGroup;
            children = (
                607FACD01AFB9204008FA782 /* PullUpController_Example.app */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        607FACD21AFB9204008FA782 /* Example for PullUpController */ = {
            isa = PBXGroup;
            children = (
                607FACD51AFB9204008FA782 /* AppDelegate.swift */,
                AC44912020DBFFBE00F98838 /* Assets.xcassets */,
                ACA1B1C32403BBAD00B6A7B6 /* Extensions */,
                AC44911820DBFFBE00F98838 /* Supporting files */,
                AC44911B20DBFFBE00F98838 /* UI */,
            );
            name = "Example for PullUpController";
            path = PullUpController;
            sourceTree = "<group>";
        };
        607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
            isa = PBXGroup;
            children = (
                293D0A2418F9B613A61561F3 /* PullUpController.podspec */,
                F97967A110801D095B7F4727 /* README.md */,
                56A8923EF4695AE64CB0A36A /* LICENSE */,
            );
            name = "Podspec Metadata";
            sourceTree = "<group>";
        };
        6E774B959D15037B1657CE44 /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                BFA23D4840D57C4607249C0D /* Pods_PullUpController_Example.framework */,
                5F0B85693EE28EE7439643E7 /* Pods_PullUpController_Tests.framework */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
        A34E4D9765C4E394C167B4D4 /* Pods */ = {
            isa = PBXGroup;
            children = (
                9AB34C6007A366EB15327B6E /* Pods-PullUpController_Example.debug.xcconfig */,
                6D13751B90ADB8E6A7085A3F /* Pods-PullUpController_Example.release.xcconfig */,
                94B8AB427B262E433795430A /* Pods-PullUpController_Tests.debug.xcconfig */,
                F59F16287664980C2DF5643A /* Pods-PullUpController_Tests.release.xcconfig */,
            );
            name = Pods;
            sourceTree = "<group>";
        };
        AC44911820DBFFBE00F98838 /* Supporting files */ = {
            isa = PBXGroup;
            children = (
                AC44911920DBFFBE00F98838 /* LaunchScreen.storyboard */,
                AC44911A20DBFFBE00F98838 /* Info.plist */,
            );
            path = "Supporting files";
            sourceTree = "<group>";
        };
        AC44911B20DBFFBE00F98838 /* UI */ = {
            isa = PBXGroup;
            children = (
                AC44911F20DBFFBE00F98838 /* Main.storyboard */,
                AC44911D20DBFFBE00F98838 /* MapViewController.swift */,
                AC44911E20DBFFBE00F98838 /* SearchResultCell.swift */,
                AC44911C20DBFFBE00F98838 /* SearchViewController.swift */,
            );
            path = UI;
            sourceTree = "<group>";
        };
        ACA1B1C32403BBAD00B6A7B6 /* Extensions */ = {
            isa = PBXGroup;
            children = (
                ACA1B1C42403BBB600B6A7B6 /* UIViewController+.swift */,
            );
            path = Extensions;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        607FACCF1AFB9204008FA782 /* PullUpController_Example */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "PullUpController_Example" */;
            buildPhases = (
                8909FE713AFF2BA76756295B /* [CP] Check Pods Manifest.lock */,
                607FACCC1AFB9204008FA782 /* Sources */,
                607FACCD1AFB9204008FA782 /* Frameworks */,
                607FACCE1AFB9204008FA782 /* Resources */,
                6426681623BA90E723285041 /* [CP] Embed Pods Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = PullUpController_Example;
            productName = PullUpController;
            productReference = 607FACD01AFB9204008FA782 /* PullUpController_Example.app */;
            productType = "com.apple.product-type.application";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        607FACC81AFB9204008FA782 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftUpdateCheck = 0830;
                LastUpgradeCheck = 1020;
                ORGANIZATIONNAME = CocoaPods;
                TargetAttributes = {
                    607FACCF1AFB9204008FA782 = {
                        CreatedOnToolsVersion = 6.3.1;
                        DevelopmentTeam = X9253HG4XT;
                        LastSwiftMigration = 1020;
                    };
                };
            };
            buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "PullUpController" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = en;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = 607FACC71AFB9204008FA782;
            productRefGroup = 607FACD11AFB9204008FA782 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                607FACCF1AFB9204008FA782 /* PullUpController_Example */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        607FACCE1AFB9204008FA782 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                AC44912620DBFFBE00F98838 /* Main.storyboard in Resources */,
                AC44912720DBFFBE00F98838 /* Assets.xcassets in Resources */,
                AC44912120DBFFBE00F98838 /* LaunchScreen.storyboard in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
        6426681623BA90E723285041 /* [CP] Embed Pods Frameworks */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputPaths = (
                "${SRCROOT}/Pods/Target Support Files/Pods-PullUpController_Example/Pods-PullUpController_Example-frameworks.sh",
                "${BUILT_PRODUCTS_DIR}/PullUpController/PullUpController.framework",
            );
            name = "[CP] Embed Pods Frameworks";
            outputPaths = (
                "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PullUpController.framework",
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PullUpController_Example/Pods-PullUpController_Example-frameworks.sh\"\n";
            showEnvVarsInLog = 0;
        };
        8909FE713AFF2BA76756295B /* [CP] Check Pods Manifest.lock */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputPaths = (
                "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
                "${PODS_ROOT}/Manifest.lock",
            );
            name = "[CP] Check Pods Manifest.lock";
            outputPaths = (
                "$(DERIVED_FILE_DIR)/Pods-PullUpController_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 */
        607FACCC1AFB9204008FA782 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                AC44912320DBFFBE00F98838 /* SearchViewController.swift in Sources */,
                AC44912420DBFFBE00F98838 /* MapViewController.swift in Sources */,
                ACA1B1C52403BBB600B6A7B6 /* UIViewController+.swift in Sources */,
                AC44912520DBFFBE00F98838 /* SearchResultCell.swift in Sources */,
                607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
        607FACED1AFB9204008FA782 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = 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_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_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_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                COPY_PHASE_STRIP = NO;
                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
                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_SYMBOLS_PRIVATE_EXTERN = NO;
                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
                GCC_WARN_UNDECLARED_SELECTOR = YES;
                GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
                GCC_WARN_UNUSED_FUNCTION = YES;
                GCC_WARN_UNUSED_VARIABLE = YES;
                IPHONEOS_DEPLOYMENT_TARGET = 9.3;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
            };
            name = Debug;
        };
        607FACEE1AFB9204008FA782 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = 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_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_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_UNREACHABLE_CODE = YES;
                CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = 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";
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        607FACF01AFB9204008FA782 /* Debug */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 9AB34C6007A366EB15327B6E /* Pods-PullUpController_Example.debug.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                DEVELOPMENT_TEAM = X9253HG4XT;
                INFOPLIST_FILE = "$(SRCROOT)/PullUpController/Supporting files/Info.plist";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                MODULE_NAME = ExampleApp;
                PRODUCT_BUNDLE_IDENTIFIER = com.marioiannotta.test;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 5.0;
            };
            name = Debug;
        };
        607FACF11AFB9204008FA782 /* Release */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 6D13751B90ADB8E6A7085A3F /* Pods-PullUpController_Example.release.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                DEVELOPMENT_TEAM = X9253HG4XT;
                INFOPLIST_FILE = "$(SRCROOT)/PullUpController/Supporting files/Info.plist";
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                MODULE_NAME = ExampleApp;
                PRODUCT_BUNDLE_IDENTIFIER = com.marioiannotta.test;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 5.0;
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "PullUpController" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                607FACED1AFB9204008FA782 /* Debug */,
                607FACEE1AFB9204008FA782 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "PullUpController_Example" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                607FACF01AFB9204008FA782 /* Debug */,
                607FACF11AFB9204008FA782 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 607FACC81AFB9204008FA782 /* Project object */;
}