fsaar/SASeatBooking

View on GitHub
SASeatBooking.xcodeproj/project.pbxproj

Summary

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

/* Begin PBXBuildFile section */
        562874711F46B8E800DC1B01 /* SAViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 562874701F46B8E800DC1B01 /* SAViewController.swift */; };
        563232601F3A08330032F044 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5632325F1F3A08330032F044 /* AppDelegate.swift */; };
        563232651F3A08330032F044 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 563232631F3A08330032F044 /* Main.storyboard */; };
        563232671F3A08330032F044 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 563232661F3A08330032F044 /* Assets.xcassets */; };
        5632326A1F3A08330032F044 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 563232681F3A08330032F044 /* LaunchScreen.storyboard */; };
        563232721F3A09140032F044 /* SASeatBookingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 563232711F3A09140032F044 /* SASeatBookingView.swift */; };
        5689E1D21F3B775E00D6AC1C /* SASeatBookingViewIterator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5689E1D11F3B775E00D6AC1C /* SASeatBookingViewIterator.swift */; };
        5689E1D71F3CBA2400D6AC1C /* SASeatFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5689E1D61F3CBA2400D6AC1C /* SASeatFactory.swift */; };
        5689E1DE1F3D638600D6AC1C /* Seat.scn in Resources */ = {isa = PBXBuildFile; fileRef = 5689E1DD1F3D638600D6AC1C /* Seat.scn */; };
        56B3AF431F4F1CA8001BE13E /* SACameraControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56B3AF421F4F1CA8001BE13E /* SACameraControl.swift */; };
        C1C86C2F50A9B605C66987B9 /* libPods-SASeatBooking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D72FF233C8F2490AD1C292DD /* libPods-SASeatBooking.a */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
        0ADC531EF883B7AF4E460D77 /* Pods-SASeatBooking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SASeatBooking.release.xcconfig"; path = "Target Support Files/Pods-SASeatBooking/Pods-SASeatBooking.release.xcconfig"; sourceTree = "<group>"; };
        562874701F46B8E800DC1B01 /* SAViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SAViewController.swift; path = SASeatBookingView/SAViewController.swift; sourceTree = "<group>"; };
        5632325C1F3A08330032F044 /* SASeatBooking.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SASeatBooking.app; sourceTree = BUILT_PRODUCTS_DIR; };
        5632325F1F3A08330032F044 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
        563232641F3A08330032F044 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
        563232661F3A08330032F044 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        563232691F3A08330032F044 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
        5632326B1F3A08330032F044 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        563232711F3A09140032F044 /* SASeatBookingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SASeatBookingView.swift; sourceTree = "<group>"; };
        5689E1D11F3B775E00D6AC1C /* SASeatBookingViewIterator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SASeatBookingViewIterator.swift; sourceTree = "<group>"; };
        5689E1D61F3CBA2400D6AC1C /* SASeatFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SASeatFactory.swift; sourceTree = "<group>"; };
        5689E1DD1F3D638600D6AC1C /* Seat.scn */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = Seat.scn; sourceTree = "<group>"; };
        56B3AF421F4F1CA8001BE13E /* SACameraControl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SACameraControl.swift; sourceTree = "<group>"; };
        959E468FA42936F5BDD85BF6 /* Pods-SASeatBooking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SASeatBooking.debug.xcconfig"; path = "Target Support Files/Pods-SASeatBooking/Pods-SASeatBooking.debug.xcconfig"; sourceTree = "<group>"; };
        D72FF233C8F2490AD1C292DD /* libPods-SASeatBooking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SASeatBooking.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        563232591F3A08330032F044 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                C1C86C2F50A9B605C66987B9 /* libPods-SASeatBooking.a in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        563232531F3A08330032F044 = {
            isa = PBXGroup;
            children = (
                5632325E1F3A08330032F044 /* SASeatBooking */,
                5632325D1F3A08330032F044 /* Products */,
                6CB41287AFC02755DBF241AE /* Pods */,
                E722FD92AF390018A3318AD7 /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        5632325D1F3A08330032F044 /* Products */ = {
            isa = PBXGroup;
            children = (
                5632325C1F3A08330032F044 /* SASeatBooking.app */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        5632325E1F3A08330032F044 /* SASeatBooking */ = {
            isa = PBXGroup;
            children = (
                5632325F1F3A08330032F044 /* AppDelegate.swift */,
                562874701F46B8E800DC1B01 /* SAViewController.swift */,
                5689E1D61F3CBA2400D6AC1C /* SASeatFactory.swift */,
                5689E1D51F3CB9FE00D6AC1C /* SASeatBookingView */,
                563232631F3A08330032F044 /* Main.storyboard */,
                563232661F3A08330032F044 /* Assets.xcassets */,
                5689E1DD1F3D638600D6AC1C /* Seat.scn */,
                563232681F3A08330032F044 /* LaunchScreen.storyboard */,
                5632326B1F3A08330032F044 /* Info.plist */,
            );
            path = SASeatBooking;
            sourceTree = "<group>";
        };
        5689E1D51F3CB9FE00D6AC1C /* SASeatBookingView */ = {
            isa = PBXGroup;
            children = (
                5689E1D11F3B775E00D6AC1C /* SASeatBookingViewIterator.swift */,
                563232711F3A09140032F044 /* SASeatBookingView.swift */,
                56B3AF421F4F1CA8001BE13E /* SACameraControl.swift */,
            );
            path = SASeatBookingView;
            sourceTree = "<group>";
        };
        6CB41287AFC02755DBF241AE /* Pods */ = {
            isa = PBXGroup;
            children = (
                959E468FA42936F5BDD85BF6 /* Pods-SASeatBooking.debug.xcconfig */,
                0ADC531EF883B7AF4E460D77 /* Pods-SASeatBooking.release.xcconfig */,
            );
            path = Pods;
            sourceTree = "<group>";
        };
        E722FD92AF390018A3318AD7 /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                D72FF233C8F2490AD1C292DD /* libPods-SASeatBooking.a */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        5632325B1F3A08330032F044 /* SASeatBooking */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 5632326E1F3A08330032F044 /* Build configuration list for PBXNativeTarget "SASeatBooking" */;
            buildPhases = (
                83245BB2F2EF3AD080825A3B /* [CP] Check Pods Manifest.lock */,
                563232581F3A08330032F044 /* Sources */,
                563232591F3A08330032F044 /* Frameworks */,
                5632325A1F3A08330032F044 /* Resources */,
                5678023D23BE113B00C4C341 /* Swift Lint */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = SASeatBooking;
            productName = SASeatBooking;
            productReference = 5632325C1F3A08330032F044 /* SASeatBooking.app */;
            productType = "com.apple.product-type.application";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        563232541F3A08330032F044 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftUpdateCheck = 0900;
                LastUpgradeCheck = 0900;
                ORGANIZATIONNAME = SAMedialabs;
                TargetAttributes = {
                    5632325B1F3A08330032F044 = {
                        CreatedOnToolsVersion = 9.0;
                        LastSwiftMigration = 1120;
                    };
                };
            };
            buildConfigurationList = 563232571F3A08330032F044 /* Build configuration list for PBXProject "SASeatBooking" */;
            compatibilityVersion = "Xcode 8.0";
            developmentRegion = en;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = 563232531F3A08330032F044;
            productRefGroup = 5632325D1F3A08330032F044 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                5632325B1F3A08330032F044 /* SASeatBooking */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        5632325A1F3A08330032F044 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                5689E1DE1F3D638600D6AC1C /* Seat.scn in Resources */,
                5632326A1F3A08330032F044 /* LaunchScreen.storyboard in Resources */,
                563232671F3A08330032F044 /* Assets.xcassets in Resources */,
                563232651F3A08330032F044 /* Main.storyboard in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
        5678023D23BE113B00C4C341 /* Swift Lint */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputFileListPaths = (
            );
            inputPaths = (
            );
            name = "Swift Lint";
            outputFileListPaths = (
            );
            outputPaths = (
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\"\n";
        };
        83245BB2F2EF3AD080825A3B /* [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-SASeatBooking-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 */
        563232581F3A08330032F044 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                5689E1D71F3CBA2400D6AC1C /* SASeatFactory.swift in Sources */,
                563232601F3A08330032F044 /* AppDelegate.swift in Sources */,
                56B3AF431F4F1CA8001BE13E /* SACameraControl.swift in Sources */,
                563232721F3A09140032F044 /* SASeatBookingView.swift in Sources */,
                5689E1D21F3B775E00D6AC1C /* SASeatBookingViewIterator.swift in Sources */,
                562874711F46B8E800DC1B01 /* SAViewController.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
        563232631F3A08330032F044 /* Main.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                563232641F3A08330032F044 /* Base */,
            );
            name = Main.storyboard;
            sourceTree = "<group>";
        };
        563232681F3A08330032F044 /* LaunchScreen.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                563232691F3A08330032F044 /* Base */,
            );
            name = LaunchScreen.storyboard;
            sourceTree = "<group>";
        };
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
        5632326C1F3A08330032F044 /* 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_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_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_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.0;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
            };
            name = Debug;
        };
        5632326D1F3A08330032F044 /* 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_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_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_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.0;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        5632326F1F3A08330032F044 /* Debug */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 959E468FA42936F5BDD85BF6 /* Pods-SASeatBooking.debug.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                DEVELOPMENT_TEAM = RF4LJPC23U;
                INFOPLIST_FILE = SASeatBooking/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = com.samedialabs.SASeatBooking;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 5.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        563232701F3A08330032F044 /* Release */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 0ADC531EF883B7AF4E460D77 /* Pods-SASeatBooking.release.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                DEVELOPMENT_TEAM = RF4LJPC23U;
                INFOPLIST_FILE = SASeatBooking/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = com.samedialabs.SASeatBooking;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 5.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        563232571F3A08330032F044 /* Build configuration list for PBXProject "SASeatBooking" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                5632326C1F3A08330032F044 /* Debug */,
                5632326D1F3A08330032F044 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        5632326E1F3A08330032F044 /* Build configuration list for PBXNativeTarget "SASeatBooking" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                5632326F1F3A08330032F044 /* Debug */,
                563232701F3A08330032F044 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = 563232541F3A08330032F044 /* Project object */;
}