// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 935BD6C91CE26EB600E5FDF7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935BD6C81CE26EB600E5FDF7 /* AppDelegate.swift */; }; 935BD6CE1CE26EB600E5FDF7 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 935BD6CC1CE26EB600E5FDF7 /* Main.storyboard */; }; 935BD6D01CE26EB600E5FDF7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 935BD6CF1CE26EB600E5FDF7 /* Assets.xcassets */; }; 935BD6D31CE26EB600E5FDF7 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 935BD6D11CE26EB600E5FDF7 /* LaunchScreen.storyboard */; }; 935BD6E11CE26F0B00E5FDF7 /* ImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935BD6DA1CE26F0B00E5FDF7 /* ImageCollectionViewCell.swift */; }; 935BD6E21CE26F0B00E5FDF7 /* ImageCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 935BD6DB1CE26F0B00E5FDF7 /* ImageCollectionViewCell.xib */; }; 935BD6E31CE26F0B00E5FDF7 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935BD6DC1CE26F0B00E5FDF7 /* MainViewController.swift */; }; 935BD6E41CE26F0B00E5FDF7 /* Pattern1.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 935BD6DD1CE26F0B00E5FDF7 /* Pattern1.storyboard */; }; 935BD6E51CE26F0B00E5FDF7 /* Pattern1ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935BD6DE1CE26F0B00E5FDF7 /* Pattern1ViewController.swift */; }; 935BD6E61CE26F0B00E5FDF7 /* Pattern2.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 935BD6DF1CE26F0B00E5FDF7 /* Pattern2.storyboard */; }; 935BD6E71CE26F0B00E5FDF7 /* Pattern2ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935BD6E01CE26F0B00E5FDF7 /* Pattern2ViewController.swift */; }; 935BD71D1CE26FBF00E5FDF7 /* InfiniteCollectionView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 935BD71C1CE26FB600E5FDF7 /* InfiniteCollectionView.framework */; }; 935BD71E1CE26FBF00E5FDF7 /* InfiniteCollectionView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 935BD71C1CE26FB600E5FDF7 /* InfiniteCollectionView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 935BD71B1CE26FB600E5FDF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 935BD7171CE26FB600E5FDF7 /* InfiniteCollectionView.xcodeproj */; proxyType = 2; remoteGlobalIDString = 935BD70D1CE26F8E00E5FDF7; remoteInfo = InfiniteCollectionView; }; 935BD71F1CE26FBF00E5FDF7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 935BD7171CE26FB600E5FDF7 /* InfiniteCollectionView.xcodeproj */; proxyType = 1; remoteGlobalIDString = 935BD70C1CE26F8E00E5FDF7; remoteInfo = InfiniteCollectionView; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ 935BD7211CE26FBF00E5FDF7 /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( 935BD71E1CE26FBF00E5FDF7 /* InfiniteCollectionView.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ 935BD6C51CE26EB600E5FDF7 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; 935BD6C81CE26EB600E5FDF7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 935BD6CD1CE26EB600E5FDF7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 935BD6CF1CE26EB600E5FDF7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 935BD6D21CE26EB600E5FDF7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 935BD6D41CE26EB600E5FDF7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 935BD6DA1CE26F0B00E5FDF7 /* ImageCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCollectionViewCell.swift; sourceTree = ""; }; 935BD6DB1CE26F0B00E5FDF7 /* ImageCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ImageCollectionViewCell.xib; sourceTree = ""; }; 935BD6DC1CE26F0B00E5FDF7 /* MainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = ""; }; 935BD6DD1CE26F0B00E5FDF7 /* Pattern1.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Pattern1.storyboard; sourceTree = ""; }; 935BD6DE1CE26F0B00E5FDF7 /* Pattern1ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pattern1ViewController.swift; sourceTree = ""; }; 935BD6DF1CE26F0B00E5FDF7 /* Pattern2.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Pattern2.storyboard; sourceTree = ""; }; 935BD6E01CE26F0B00E5FDF7 /* Pattern2ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pattern2ViewController.swift; sourceTree = ""; }; 935BD7171CE26FB600E5FDF7 /* InfiniteCollectionView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = InfiniteCollectionView.xcodeproj; path = ../InfiniteCollectionView.xcodeproj; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 935BD6C21CE26EB600E5FDF7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 935BD71D1CE26FBF00E5FDF7 /* InfiniteCollectionView.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 935BD6BC1CE26EB600E5FDF7 = { isa = PBXGroup; children = ( 935BD7171CE26FB600E5FDF7 /* InfiniteCollectionView.xcodeproj */, 935BD6C71CE26EB600E5FDF7 /* Example */, 935BD6C61CE26EB600E5FDF7 /* Products */, ); sourceTree = ""; }; 935BD6C61CE26EB600E5FDF7 /* Products */ = { isa = PBXGroup; children = ( 935BD6C51CE26EB600E5FDF7 /* Example.app */, ); name = Products; sourceTree = ""; }; 935BD6C71CE26EB600E5FDF7 /* Example */ = { isa = PBXGroup; children = ( 935BD6C81CE26EB600E5FDF7 /* AppDelegate.swift */, 935BD6DA1CE26F0B00E5FDF7 /* ImageCollectionViewCell.swift */, 935BD6DB1CE26F0B00E5FDF7 /* ImageCollectionViewCell.xib */, 935BD6DC1CE26F0B00E5FDF7 /* MainViewController.swift */, 935BD6DD1CE26F0B00E5FDF7 /* Pattern1.storyboard */, 935BD6DE1CE26F0B00E5FDF7 /* Pattern1ViewController.swift */, 935BD6DF1CE26F0B00E5FDF7 /* Pattern2.storyboard */, 935BD6E01CE26F0B00E5FDF7 /* Pattern2ViewController.swift */, 935BD6CC1CE26EB600E5FDF7 /* Main.storyboard */, 935BD6CF1CE26EB600E5FDF7 /* Assets.xcassets */, 935BD6D11CE26EB600E5FDF7 /* LaunchScreen.storyboard */, 935BD6D41CE26EB600E5FDF7 /* Info.plist */, ); path = Example; sourceTree = ""; }; 935BD7181CE26FB600E5FDF7 /* Products */ = { isa = PBXGroup; children = ( 935BD71C1CE26FB600E5FDF7 /* InfiniteCollectionView.framework */, ); name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 935BD6C41CE26EB600E5FDF7 /* Example */ = { isa = PBXNativeTarget; buildConfigurationList = 935BD6D71CE26EB600E5FDF7 /* Build configuration list for PBXNativeTarget "Example" */; buildPhases = ( 935BD6C11CE26EB600E5FDF7 /* Sources */, 935BD6C21CE26EB600E5FDF7 /* Frameworks */, 935BD6C31CE26EB600E5FDF7 /* Resources */, 935BD7211CE26FBF00E5FDF7 /* Embed Frameworks */, ); buildRules = ( ); dependencies = ( 935BD7201CE26FBF00E5FDF7 /* PBXTargetDependency */, ); name = Example; productName = Example; productReference = 935BD6C51CE26EB600E5FDF7 /* Example.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 935BD6BD1CE26EB600E5FDF7 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0730; LastUpgradeCheck = 0730; ORGANIZATIONNAME = "hiroyuki yoshida"; TargetAttributes = { 935BD6C41CE26EB600E5FDF7 = { CreatedOnToolsVersion = 7.3.1; }; }; }; buildConfigurationList = 935BD6C01CE26EB600E5FDF7 /* Build configuration list for PBXProject "Example" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = 935BD6BC1CE26EB600E5FDF7; productRefGroup = 935BD6C61CE26EB600E5FDF7 /* Products */; projectDirPath = ""; projectReferences = ( { ProductGroup = 935BD7181CE26FB600E5FDF7 /* Products */; ProjectRef = 935BD7171CE26FB600E5FDF7 /* InfiniteCollectionView.xcodeproj */; }, ); projectRoot = ""; targets = ( 935BD6C41CE26EB600E5FDF7 /* Example */, ); }; /* End PBXProject section */ /* Begin PBXReferenceProxy section */ 935BD71C1CE26FB600E5FDF7 /* InfiniteCollectionView.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = InfiniteCollectionView.framework; remoteRef = 935BD71B1CE26FB600E5FDF7 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ 935BD6C31CE26EB600E5FDF7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 935BD6E61CE26F0B00E5FDF7 /* Pattern2.storyboard in Resources */, 935BD6D31CE26EB600E5FDF7 /* LaunchScreen.storyboard in Resources */, 935BD6D01CE26EB600E5FDF7 /* Assets.xcassets in Resources */, 935BD6E41CE26F0B00E5FDF7 /* Pattern1.storyboard in Resources */, 935BD6E21CE26F0B00E5FDF7 /* ImageCollectionViewCell.xib in Resources */, 935BD6CE1CE26EB600E5FDF7 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 935BD6C11CE26EB600E5FDF7 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 935BD6E31CE26F0B00E5FDF7 /* MainViewController.swift in Sources */, 935BD6E51CE26F0B00E5FDF7 /* Pattern1ViewController.swift in Sources */, 935BD6E11CE26F0B00E5FDF7 /* ImageCollectionViewCell.swift in Sources */, 935BD6E71CE26F0B00E5FDF7 /* Pattern2ViewController.swift in Sources */, 935BD6C91CE26EB600E5FDF7 /* AppDelegate.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 935BD7201CE26FBF00E5FDF7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = InfiniteCollectionView; targetProxy = 935BD71F1CE26FBF00E5FDF7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ 935BD6CC1CE26EB600E5FDF7 /* Main.storyboard */ = { isa = PBXVariantGroup; children = ( 935BD6CD1CE26EB600E5FDF7 /* Base */, ); name = Main.storyboard; sourceTree = ""; }; 935BD6D11CE26EB600E5FDF7 /* LaunchScreen.storyboard */ = { isa = PBXVariantGroup; children = ( 935BD6D21CE26EB600E5FDF7 /* Base */, ); name = LaunchScreen.storyboard; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 935BD6D51CE26EB600E5FDF7 /* 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_BOOL_CONVERSION = 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_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 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.3; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; 935BD6D61CE26EB600E5FDF7 /* 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_BOOL_CONVERSION = 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_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 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; VALIDATE_PRODUCT = YES; }; name = Release; }; 935BD6D81CE26EB600E5FDF7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = Example/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = io.github.hryk224.Example; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; 935BD6D91CE26EB600E5FDF7 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = Example/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = io.github.hryk224.Example; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 935BD6C01CE26EB600E5FDF7 /* Build configuration list for PBXProject "Example" */ = { isa = XCConfigurationList; buildConfigurations = ( 935BD6D51CE26EB600E5FDF7 /* Debug */, 935BD6D61CE26EB600E5FDF7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 935BD6D71CE26EB600E5FDF7 /* Build configuration list for PBXNativeTarget "Example" */ = { isa = XCConfigurationList; buildConfigurations = ( 935BD6D81CE26EB600E5FDF7 /* Debug */, 935BD6D91CE26EB600E5FDF7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 935BD6BD1CE26EB600E5FDF7 /* Project object */; }