qalandarov/YoutubeDataKit

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

Summary

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

/* Begin PBXBuildFile section */
        A6E6DA06212B5E3600AE3FA3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E6DA05212B5E3600AE3FA3 /* AppDelegate.swift */; };
        A6E6DA08212B5E3600AE3FA3 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6E6DA07212B5E3600AE3FA3 /* ViewController.swift */; };
        A6E6DA0B212B5E3600AE3FA3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A6E6DA09212B5E3600AE3FA3 /* Main.storyboard */; };
        A6E6DA0D212B5E3800AE3FA3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A6E6DA0C212B5E3800AE3FA3 /* Assets.xcassets */; };
        A6E6DA10212B5E3800AE3FA3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A6E6DA0E212B5E3800AE3FA3 /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
        A6E6DA02212B5E3600AE3FA3 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
        A6E6DA05212B5E3600AE3FA3 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
        A6E6DA07212B5E3600AE3FA3 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
        A6E6DA0A212B5E3600AE3FA3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
        A6E6DA0C212B5E3800AE3FA3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        A6E6DA0F212B5E3800AE3FA3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
        A6E6DA11212B5E3800AE3FA3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        A6E6D9FF212B5E3600AE3FA3 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        A6E6D9F9212B5E3600AE3FA3 = {
            isa = PBXGroup;
            children = (
                A6E6DA04212B5E3600AE3FA3 /* Example */,
                A6E6DA03212B5E3600AE3FA3 /* Products */,
            );
            sourceTree = "<group>";
        };
        A6E6DA03212B5E3600AE3FA3 /* Products */ = {
            isa = PBXGroup;
            children = (
                A6E6DA02212B5E3600AE3FA3 /* Example.app */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        A6E6DA04212B5E3600AE3FA3 /* Example */ = {
            isa = PBXGroup;
            children = (
                A6E6DA05212B5E3600AE3FA3 /* AppDelegate.swift */,
                A6E6DA07212B5E3600AE3FA3 /* ViewController.swift */,
                A6E6DA09212B5E3600AE3FA3 /* Main.storyboard */,
                A6E6DA0C212B5E3800AE3FA3 /* Assets.xcassets */,
                A6E6DA0E212B5E3800AE3FA3 /* LaunchScreen.storyboard */,
                A6E6DA11212B5E3800AE3FA3 /* Info.plist */,
            );
            path = Example;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        A6E6DA01212B5E3600AE3FA3 /* Example */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = A6E6DA14212B5E3800AE3FA3 /* Build configuration list for PBXNativeTarget "Example" */;
            buildPhases = (
                A6E6D9FE212B5E3600AE3FA3 /* Sources */,
                A6E6D9FF212B5E3600AE3FA3 /* Frameworks */,
                A6E6DA00212B5E3600AE3FA3 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = Example;
            productName = Example;
            productReference = A6E6DA02212B5E3600AE3FA3 /* Example.app */;
            productType = "com.apple.product-type.application";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        A6E6D9FA212B5E3600AE3FA3 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftUpdateCheck = 0930;
                LastUpgradeCheck = 0930;
                ORGANIZATIONNAME = Qalandarov;
                TargetAttributes = {
                    A6E6DA01212B5E3600AE3FA3 = {
                        CreatedOnToolsVersion = 9.3.1;
                    };
                };
            };
            buildConfigurationList = A6E6D9FD212B5E3600AE3FA3 /* Build configuration list for PBXProject "Example" */;
            compatibilityVersion = "Xcode 9.3";
            developmentRegion = en;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = A6E6D9F9212B5E3600AE3FA3;
            productRefGroup = A6E6DA03212B5E3600AE3FA3 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                A6E6DA01212B5E3600AE3FA3 /* Example */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        A6E6DA00212B5E3600AE3FA3 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                A6E6DA10212B5E3800AE3FA3 /* LaunchScreen.storyboard in Resources */,
                A6E6DA0D212B5E3800AE3FA3 /* Assets.xcassets in Resources */,
                A6E6DA0B212B5E3600AE3FA3 /* Main.storyboard in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
        A6E6D9FE212B5E3600AE3FA3 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                A6E6DA08212B5E3600AE3FA3 /* ViewController.swift in Sources */,
                A6E6DA06212B5E3600AE3FA3 /* AppDelegate.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
        A6E6DA09212B5E3600AE3FA3 /* Main.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                A6E6DA0A212B5E3600AE3FA3 /* Base */,
            );
            name = Main.storyboard;
            sourceTree = "<group>";
        };
        A6E6DA0E212B5E3800AE3FA3 /* LaunchScreen.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                A6E6DA0F212B5E3800AE3FA3 /* Base */,
            );
            name = LaunchScreen.storyboard;
            sourceTree = "<group>";
        };
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
        A6E6DA12212B5E3800AE3FA3 /* 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.0;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
            };
            name = Debug;
        };
        A6E6DA13212B5E3800AE3FA3 /* 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.0;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                SWIFT_COMPILATION_MODE = wholemodule;
                SWIFT_OPTIMIZATION_LEVEL = "-O";
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        A6E6DA15212B5E3800AE3FA3 /* Debug */ = {
            isa = XCBuildConfiguration;
            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 = com.qalandarov.Example;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 4.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        A6E6DA16212B5E3800AE3FA3 /* Release */ = {
            isa = XCBuildConfiguration;
            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 = com.qalandarov.Example;
                PRODUCT_NAME = "$(TARGET_NAME)";
                SWIFT_VERSION = 4.0;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        A6E6D9FD212B5E3600AE3FA3 /* Build configuration list for PBXProject "Example" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                A6E6DA12212B5E3800AE3FA3 /* Debug */,
                A6E6DA13212B5E3800AE3FA3 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        A6E6DA14212B5E3800AE3FA3 /* Build configuration list for PBXNativeTarget "Example" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                A6E6DA15212B5E3800AE3FA3 /* Debug */,
                A6E6DA16212B5E3800AE3FA3 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = A6E6D9FA212B5E3600AE3FA3 /* Project object */;
}