kshin/Hanabi

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

Summary

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

/* Begin PBXBuildFile section */
        FA096B851C00FD19000A6016 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA096B7C1C00FD19000A6016 /* AppDelegate.swift */; };
        FA096B861C00FD19000A6016 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA096B7D1C00FD19000A6016 /* Assets.xcassets */; };
        FA096B871C00FD19000A6016 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA096B7E1C00FD19000A6016 /* LaunchScreen.storyboard */; };
        FA096B881C00FD19000A6016 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA096B801C00FD19000A6016 /* Main.storyboard */; };
        FA096B891C00FD19000A6016 /* ContentCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA096B821C00FD19000A6016 /* ContentCollectionViewCell.swift */; };
        FA096B8A1C00FD19000A6016 /* ContentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA096B831C00FD19000A6016 /* ContentViewController.swift */; };
        FA5127951D9AE91700D274C6 /* HanabiCollectionViewLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA5127941D9AE91700D274C6 /* HanabiCollectionViewLayout.framework */; };
        FA5127961D9AE91700D274C6 /* HanabiCollectionViewLayout.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FA5127941D9AE91700D274C6 /* HanabiCollectionViewLayout.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
        FA5127971D9AE91700D274C6 /* Embed Frameworks */ = {
            isa = PBXCopyFilesBuildPhase;
            buildActionMask = 2147483647;
            dstPath = "";
            dstSubfolderSpec = 10;
            files = (
                FA5127961D9AE91700D274C6 /* HanabiCollectionViewLayout.framework in Embed Frameworks */,
            );
            name = "Embed Frameworks";
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
        FA096B501C008E28000A6016 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
        FA096B7C1C00FD19000A6016 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
        FA096B7D1C00FD19000A6016 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        FA096B7F1C00FD19000A6016 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
        FA096B811C00FD19000A6016 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
        FA096B821C00FD19000A6016 /* ContentCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentCollectionViewCell.swift; sourceTree = "<group>"; };
        FA096B831C00FD19000A6016 /* ContentViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentViewController.swift; sourceTree = "<group>"; };
        FA096B841C00FD19000A6016 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        FA5127941D9AE91700D274C6 /* HanabiCollectionViewLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = HanabiCollectionViewLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
        FA096B4D1C008E28000A6016 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
                FA5127951D9AE91700D274C6 /* HanabiCollectionViewLayout.framework in Frameworks */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
        FA096B471C008E28000A6016 = {
            isa = PBXGroup;
            children = (
                FA096B7B1C00FD19000A6016 /* HanabiExample */,
                FA096B511C008E28000A6016 /* Products */,
                FA5795211C91911600C01B55 /* Frameworks */,
            );
            sourceTree = "<group>";
        };
        FA096B511C008E28000A6016 /* Products */ = {
            isa = PBXGroup;
            children = (
                FA096B501C008E28000A6016 /* Example.app */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        FA096B7B1C00FD19000A6016 /* HanabiExample */ = {
            isa = PBXGroup;
            children = (
                FA096B7C1C00FD19000A6016 /* AppDelegate.swift */,
                FA096B7D1C00FD19000A6016 /* Assets.xcassets */,
                FA096B7E1C00FD19000A6016 /* LaunchScreen.storyboard */,
                FA096B801C00FD19000A6016 /* Main.storyboard */,
                FA096B821C00FD19000A6016 /* ContentCollectionViewCell.swift */,
                FA096B831C00FD19000A6016 /* ContentViewController.swift */,
                FA096B841C00FD19000A6016 /* Info.plist */,
            );
            path = HanabiExample;
            sourceTree = "<group>";
        };
        FA5795211C91911600C01B55 /* Frameworks */ = {
            isa = PBXGroup;
            children = (
                FA5127941D9AE91700D274C6 /* HanabiCollectionViewLayout.framework */,
            );
            name = Frameworks;
            sourceTree = "<group>";
        };
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
        FA096B4F1C008E28000A6016 /* Example */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = FA096B6D1C008E28000A6016 /* Build configuration list for PBXNativeTarget "Example" */;
            buildPhases = (
                FA096B4C1C008E28000A6016 /* Sources */,
                FA096B4D1C008E28000A6016 /* Frameworks */,
                FA096B4E1C008E28000A6016 /* Resources */,
                FA5127971D9AE91700D274C6 /* Embed Frameworks */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = Example;
            productName = Example;
            productReference = FA096B501C008E28000A6016 /* Example.app */;
            productType = "com.apple.product-type.application";
        };
/* End PBXNativeTarget section */

/* Begin PBXProject section */
        FA096B481C008E28000A6016 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastSwiftUpdateCheck = 0710;
                LastUpgradeCheck = 1010;
                ORGANIZATIONNAME = "Ivan Lisovyi";
                TargetAttributes = {
                    FA096B4F1C008E28000A6016 = {
                        CreatedOnToolsVersion = 7.1;
                        DevelopmentTeam = X4N3ZZ768M;
                        LastSwiftMigration = 0800;
                    };
                };
            };
            buildConfigurationList = FA096B4B1C008E28000A6016 /* Build configuration list for PBXProject "Example" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = FA096B471C008E28000A6016;
            productRefGroup = FA096B511C008E28000A6016 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                FA096B4F1C008E28000A6016 /* Example */,
            );
        };
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
        FA096B4E1C008E28000A6016 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                FA096B881C00FD19000A6016 /* Main.storyboard in Resources */,
                FA096B861C00FD19000A6016 /* Assets.xcassets in Resources */,
                FA096B871C00FD19000A6016 /* LaunchScreen.storyboard in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
        FA096B4C1C008E28000A6016 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                FA096B891C00FD19000A6016 /* ContentCollectionViewCell.swift in Sources */,
                FA096B8A1C00FD19000A6016 /* ContentViewController.swift in Sources */,
                FA096B851C00FD19000A6016 /* AppDelegate.swift in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
        FA096B7E1C00FD19000A6016 /* LaunchScreen.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                FA096B7F1C00FD19000A6016 /* Base */,
            );
            name = LaunchScreen.storyboard;
            sourceTree = "<group>";
        };
        FA096B801C00FD19000A6016 /* Main.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                FA096B811C00FD19000A6016 /* Base */,
            );
            name = Main.storyboard;
            sourceTree = "<group>";
        };
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
        FA096B6B1C008E28000A6016 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                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;
                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.1;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                SWIFT_VERSION = 4.2;
                TARGETED_DEVICE_FAMILY = "1,2";
            };
            name = Debug;
        };
        FA096B6C1C008E28000A6016 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ALWAYS_SEARCH_USER_PATHS = NO;
                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.1;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
                SWIFT_VERSION = 4.2;
                TARGETED_DEVICE_FAMILY = "1,2";
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        FA096B6E1C008E28000A6016 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                DEVELOPMENT_TEAM = X4N3ZZ768M;
                INFOPLIST_FILE = HanabiExample/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = com.kshin.HanabiExample;
                PRODUCT_NAME = Example;
                SWIFT_VERSION = 4.2;
            };
            name = Debug;
        };
        FA096B6F1C008E28000A6016 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                DEVELOPMENT_TEAM = X4N3ZZ768M;
                INFOPLIST_FILE = HanabiExample/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = com.kshin.HanabiExample;
                PRODUCT_NAME = Example;
                SWIFT_VERSION = 4.2;
            };
            name = Release;
        };
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
        FA096B4B1C008E28000A6016 /* Build configuration list for PBXProject "Example" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                FA096B6B1C008E28000A6016 /* Debug */,
                FA096B6C1C008E28000A6016 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        FA096B6D1C008E28000A6016 /* Build configuration list for PBXNativeTarget "Example" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                FA096B6E1C008E28000A6016 /* Debug */,
                FA096B6F1C008E28000A6016 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
/* End XCConfigurationList section */
    };
    rootObject = FA096B481C008E28000A6016 /* Project object */;
}