diff --git a/examples/ASCollectionView/Sample.xcworkspace/contents.xcworkspacedata b/examples/ASCollectionView/Sample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 7b5a2f3050..0000000000 --- a/examples/ASCollectionView/Sample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/examples/ASDKTube/Sample.xcworkspace/contents.xcworkspacedata b/examples/ASDKTube/Sample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 7b5a2f3050..0000000000 --- a/examples/ASDKTube/Sample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/examples/ASDKgram/Sample.xcworkspace/contents.xcworkspacedata b/examples/ASDKgram/Sample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 7b5a2f3050..0000000000 --- a/examples/ASDKgram/Sample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/examples/ASMapNode/Sample.xcworkspace/contents.xcworkspacedata b/examples/ASMapNode/Sample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 7b5a2f3050..0000000000 --- a/examples/ASMapNode/Sample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/examples/CustomCollectionView-Swift/Podfile b/examples/CustomCollectionView-Swift/Podfile index 5af5c3acf4..33cfc86257 100644 --- a/examples/CustomCollectionView-Swift/Podfile +++ b/examples/CustomCollectionView-Swift/Podfile @@ -1,10 +1,8 @@ -# Uncomment this line to define a global platform for your project -# platform :ios, '9.0' +source 'https://github.com/CocoaPods/Specs.git' +platform :ios, '7.0' + +use_frameworks! target 'Sample' do - # Comment this line if you're not using Swift and don't want to use dynamic frameworks - use_frameworks! - - # Pods for CustomCollectionView - pod 'AsyncDisplayKit', :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '2.0-beta.1' -end + pod 'AsyncDisplayKit', :path => '../..' +end \ No newline at end of file diff --git a/examples/CustomCollectionView-Swift/Sample.xcodeproj/project.pbxproj b/examples/CustomCollectionView-Swift/Sample.xcodeproj/project.pbxproj index 186ac5b21e..621297c9c2 100644 --- a/examples/CustomCollectionView-Swift/Sample.xcodeproj/project.pbxproj +++ b/examples/CustomCollectionView-Swift/Sample.xcodeproj/project.pbxproj @@ -1,395 +1,787 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 27F2D2683285DCB73EE734BB /* Pods_Sample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7DA4A9952245B7E9BA8201F /* Pods_Sample.framework */; }; - 5D823AD51DD3B7770075E14A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D823AD41DD3B7770075E14A /* AppDelegate.swift */; }; - 5D823AD71DD3B7770075E14A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D823AD61DD3B7770075E14A /* ViewController.swift */; }; - 5D823ADA1DD3B7770075E14A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D823AD81DD3B7770075E14A /* Main.storyboard */; }; - 5D823ADC1DD3B7770075E14A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D823ADB1DD3B7770075E14A /* Assets.xcassets */; }; - 5D823ADF1DD3B7770075E14A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D823ADD1DD3B7770075E14A /* LaunchScreen.storyboard */; }; - 5D823AE71DD3B7D30075E14A /* MosaicCollectionViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D823AE61DD3B7D30075E14A /* MosaicCollectionViewLayout.swift */; }; - 5D823AE91DD3B7D70075E14A /* ImageCellNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D823AE81DD3B7D70075E14A /* ImageCellNode.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 5D823AD11DD3B7770075E14A /* Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sample.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D823AD41DD3B7770075E14A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 5D823AD61DD3B7770075E14A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - 5D823AD91DD3B7770075E14A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 5D823ADB1DD3B7770075E14A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 5D823ADE1DD3B7770075E14A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 5D823AE01DD3B7770075E14A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 5D823AE61DD3B7D30075E14A /* MosaicCollectionViewLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MosaicCollectionViewLayout.swift; sourceTree = ""; }; - 5D823AE81DD3B7D70075E14A /* ImageCellNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCellNode.swift; sourceTree = ""; }; - 73F1C0E45062A0A8CDC033A1 /* Pods-Sample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Sample.release.xcconfig"; path = "Pods/Target Support Files/Pods-Sample/Pods-Sample.release.xcconfig"; sourceTree = ""; }; - A9E9A143FF858FD89A482A84 /* Pods-Sample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Sample.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Sample/Pods-Sample.debug.xcconfig"; sourceTree = ""; }; - F7DA4A9952245B7E9BA8201F /* Pods_Sample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Sample.framework; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 5D823ACE1DD3B7770075E14A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 27F2D2683285DCB73EE734BB /* Pods_Sample.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 3A21D910663270E99063573E /* Pods */ = { - isa = PBXGroup; - children = ( - A9E9A143FF858FD89A482A84 /* Pods-Sample.debug.xcconfig */, - 73F1C0E45062A0A8CDC033A1 /* Pods-Sample.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; - 5D823AC81DD3B7760075E14A = { - isa = PBXGroup; - children = ( - 5D823AD31DD3B7770075E14A /* Sample */, - 5D823AD21DD3B7770075E14A /* Products */, - 3A21D910663270E99063573E /* Pods */, - 728C7877715727493EFEE42D /* Frameworks */, - ); - sourceTree = ""; - }; - 5D823AD21DD3B7770075E14A /* Products */ = { - isa = PBXGroup; - children = ( - 5D823AD11DD3B7770075E14A /* Sample.app */, - ); - name = Products; - sourceTree = ""; - }; - 5D823AD31DD3B7770075E14A /* Sample */ = { - isa = PBXGroup; - children = ( - 5D823AD41DD3B7770075E14A /* AppDelegate.swift */, - 5D823AD61DD3B7770075E14A /* ViewController.swift */, - 5D823AE81DD3B7D70075E14A /* ImageCellNode.swift */, - 5D823AE61DD3B7D30075E14A /* MosaicCollectionViewLayout.swift */, - 5D823AD81DD3B7770075E14A /* Main.storyboard */, - 5D823ADB1DD3B7770075E14A /* Assets.xcassets */, - 5D823ADD1DD3B7770075E14A /* LaunchScreen.storyboard */, - 5D823AE01DD3B7770075E14A /* Info.plist */, - ); - path = Sample; - sourceTree = ""; - }; - 728C7877715727493EFEE42D /* Frameworks */ = { - isa = PBXGroup; - children = ( - F7DA4A9952245B7E9BA8201F /* Pods_Sample.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 5D823AD01DD3B7770075E14A /* Sample */ = { - isa = PBXNativeTarget; - buildConfigurationList = 5D823AE31DD3B7770075E14A /* Build configuration list for PBXNativeTarget "Sample" */; - buildPhases = ( - BAA73690D42731AA5D8001CF /* [CP] Check Pods Manifest.lock */, - 5D823ACD1DD3B7770075E14A /* Sources */, - 5D823ACE1DD3B7770075E14A /* Frameworks */, - 5D823ACF1DD3B7770075E14A /* Resources */, - 8293091514A70C5E7E487A36 /* [CP] Embed Pods Frameworks */, - 641DF857294FFEAA1878D05C /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Sample; - productName = Sample; - productReference = 5D823AD11DD3B7770075E14A /* Sample.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 5D823AC91DD3B7760075E14A /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0810; - LastUpgradeCheck = 0810; - ORGANIZATIONNAME = AsyncDisplayKit; - TargetAttributes = { - 5D823AD01DD3B7770075E14A = { - CreatedOnToolsVersion = 8.1; - DevelopmentTeam = 888KTQ92ZP; - ProvisioningStyle = Automatic; - }; - }; - }; - buildConfigurationList = 5D823ACC1DD3B7760075E14A /* Build configuration list for PBXProject "Sample" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 5D823AC81DD3B7760075E14A; - productRefGroup = 5D823AD21DD3B7770075E14A /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 5D823AD01DD3B7770075E14A /* Sample */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 5D823ACF1DD3B7770075E14A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5D823ADF1DD3B7770075E14A /* LaunchScreen.storyboard in Resources */, - 5D823ADC1DD3B7770075E14A /* Assets.xcassets in Resources */, - 5D823ADA1DD3B7770075E14A /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 641DF857294FFEAA1878D05C /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 8293091514A70C5E7E487A36 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - BAA73690D42731AA5D8001CF /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../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"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 5D823ACD1DD3B7770075E14A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5D823AE71DD3B7D30075E14A /* MosaicCollectionViewLayout.swift in Sources */, - 5D823AD71DD3B7770075E14A /* ViewController.swift in Sources */, - 5D823AD51DD3B7770075E14A /* AppDelegate.swift in Sources */, - 5D823AE91DD3B7D70075E14A /* ImageCellNode.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 5D823AD81DD3B7770075E14A /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 5D823AD91DD3B7770075E14A /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 5D823ADD1DD3B7770075E14A /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 5D823ADE1DD3B7770075E14A /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 5D823AE11DD3B7770075E14A /* 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_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_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_SUSPICIOUS_MOVES = 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.3; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 5D823AE21DD3B7770075E14A /* 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_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_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_SUSPICIOUS_MOVES = 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; - }; - 5D823AE41DD3B7770075E14A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A9E9A143FF858FD89A482A84 /* Pods-Sample.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - DEVELOPMENT_TEAM = 888KTQ92ZP; - INFOPLIST_FILE = Sample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.facebook.AsyncDisplayKit.Sample; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - }; - name = Debug; - }; - 5D823AE51DD3B7770075E14A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 73F1C0E45062A0A8CDC033A1 /* Pods-Sample.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - DEVELOPMENT_TEAM = 888KTQ92ZP; - INFOPLIST_FILE = Sample/Info.plist; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = com.facebook.AsyncDisplayKit.Sample; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 5D823ACC1DD3B7760075E14A /* Build configuration list for PBXProject "Sample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5D823AE11DD3B7770075E14A /* Debug */, - 5D823AE21DD3B7770075E14A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 5D823AE31DD3B7770075E14A /* Build configuration list for PBXNativeTarget "Sample" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5D823AE41DD3B7770075E14A /* Debug */, - 5D823AE51DD3B7770075E14A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 5D823AC91DD3B7760075E14A /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 27F2D2683285DCB73EE734BB + + fileRef + F7DA4A9952245B7E9BA8201F + isa + PBXBuildFile + + 3A21D910663270E99063573E + + children + + A9E9A143FF858FD89A482A84 + 73F1C0E45062A0A8CDC033A1 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + 5D823AC81DD3B7760075E14A + + children + + 5D823AD31DD3B7770075E14A + 5D823AD21DD3B7770075E14A + 3A21D910663270E99063573E + 728C7877715727493EFEE42D + + isa + PBXGroup + sourceTree + <group> + + 5D823AC91DD3B7760075E14A + + attributes + + LastSwiftUpdateCheck + 0810 + LastUpgradeCheck + 0810 + ORGANIZATIONNAME + AsyncDisplayKit + TargetAttributes + + 5D823AD01DD3B7770075E14A + + CreatedOnToolsVersion + 8.1 + DevelopmentTeam + 888KTQ92ZP + ProvisioningStyle + Automatic + + + + buildConfigurationList + 5D823ACC1DD3B7760075E14A + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + Base + + mainGroup + 5D823AC81DD3B7760075E14A + productRefGroup + 5D823AD21DD3B7770075E14A + projectDirPath + + projectReferences + + projectRoot + + targets + + 5D823AD01DD3B7770075E14A + + + 5D823ACC1DD3B7760075E14A + + buildConfigurations + + 5D823AE11DD3B7770075E14A + 5D823AE21DD3B7770075E14A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 5D823ACD1DD3B7770075E14A + + buildActionMask + 2147483647 + files + + 5D823AE71DD3B7D30075E14A + 5D823AD71DD3B7770075E14A + 5D823AD51DD3B7770075E14A + 5D823AE91DD3B7D70075E14A + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 5D823ACE1DD3B7770075E14A + + buildActionMask + 2147483647 + files + + 27F2D2683285DCB73EE734BB + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 5D823ACF1DD3B7770075E14A + + buildActionMask + 2147483647 + files + + 5D823ADF1DD3B7770075E14A + 5D823ADC1DD3B7770075E14A + 5D823ADA1DD3B7770075E14A + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 5D823AD01DD3B7770075E14A + + buildConfigurationList + 5D823AE31DD3B7770075E14A + buildPhases + + BAA73690D42731AA5D8001CF + 5D823ACD1DD3B7770075E14A + 5D823ACE1DD3B7770075E14A + 5D823ACF1DD3B7770075E14A + 8293091514A70C5E7E487A36 + 641DF857294FFEAA1878D05C + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Sample + productName + Sample + productReference + 5D823AD11DD3B7770075E14A + productType + com.apple.product-type.application + + 5D823AD11DD3B7770075E14A + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + Sample.app + sourceTree + BUILT_PRODUCTS_DIR + + 5D823AD21DD3B7770075E14A + + children + + 5D823AD11DD3B7770075E14A + + isa + PBXGroup + name + Products + sourceTree + <group> + + 5D823AD31DD3B7770075E14A + + children + + 5D823AD41DD3B7770075E14A + 5D823AD61DD3B7770075E14A + 5D823AE81DD3B7D70075E14A + 5D823AE61DD3B7D30075E14A + 5D823AD81DD3B7770075E14A + 5D823ADB1DD3B7770075E14A + 5D823ADD1DD3B7770075E14A + 5D823AE01DD3B7770075E14A + + isa + PBXGroup + path + Sample + sourceTree + <group> + + 5D823AD41DD3B7770075E14A + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + AppDelegate.swift + sourceTree + <group> + + 5D823AD51DD3B7770075E14A + + fileRef + 5D823AD41DD3B7770075E14A + isa + PBXBuildFile + + 5D823AD61DD3B7770075E14A + + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + ViewController.swift + sourceTree + <group> + + 5D823AD71DD3B7770075E14A + + fileRef + 5D823AD61DD3B7770075E14A + isa + PBXBuildFile + + 5D823AD81DD3B7770075E14A + + children + + 5D823AD91DD3B7770075E14A + + isa + PBXVariantGroup + name + Main.storyboard + sourceTree + <group> + + 5D823AD91DD3B7770075E14A + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Main.storyboard + sourceTree + <group> + + 5D823ADA1DD3B7770075E14A + + fileRef + 5D823AD81DD3B7770075E14A + isa + PBXBuildFile + + 5D823ADB1DD3B7770075E14A + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Assets.xcassets + sourceTree + <group> + + 5D823ADC1DD3B7770075E14A + + fileRef + 5D823ADB1DD3B7770075E14A + isa + PBXBuildFile + + 5D823ADD1DD3B7770075E14A + + children + + 5D823ADE1DD3B7770075E14A + + isa + PBXVariantGroup + name + LaunchScreen.storyboard + sourceTree + <group> + + 5D823ADE1DD3B7770075E14A + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/LaunchScreen.storyboard + sourceTree + <group> + + 5D823ADF1DD3B7770075E14A + + fileRef + 5D823ADD1DD3B7770075E14A + isa + PBXBuildFile + + 5D823AE01DD3B7770075E14A + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 5D823AE11DD3B7770075E14A + + 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_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_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN_SUSPICIOUS_MOVE + YES + CLANG_WARN_SUSPICIOUS_MOVES + 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.3 + MTL_ENABLE_DEBUG_INFO + YES + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + SWIFT_ACTIVE_COMPILATION_CONDITIONS + DEBUG + SWIFT_OPTIMIZATION_LEVEL + -Onone + + isa + XCBuildConfiguration + name + Debug + + 5D823AE21DD3B7770075E14A + + 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_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_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN_SUSPICIOUS_MOVE + YES + CLANG_WARN_SUSPICIOUS_MOVES + 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 + + isa + XCBuildConfiguration + name + Release + + 5D823AE31DD3B7770075E14A + + buildConfigurations + + 5D823AE41DD3B7770075E14A + 5D823AE51DD3B7770075E14A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 5D823AE41DD3B7770075E14A + + baseConfigurationReference + A9E9A143FF858FD89A482A84 + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + DEVELOPMENT_TEAM + 888KTQ92ZP + INFOPLIST_FILE + Sample/Info.plist + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.facebook.AsyncDisplayKit.Sample + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + + isa + XCBuildConfiguration + name + Debug + + 5D823AE51DD3B7770075E14A + + baseConfigurationReference + 73F1C0E45062A0A8CDC033A1 + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + DEVELOPMENT_TEAM + 888KTQ92ZP + INFOPLIST_FILE + Sample/Info.plist + LD_RUNPATH_SEARCH_PATHS + $(inherited) @executable_path/Frameworks + PRODUCT_BUNDLE_IDENTIFIER + com.facebook.AsyncDisplayKit.Sample + PRODUCT_NAME + $(TARGET_NAME) + SWIFT_VERSION + 3.0 + + isa + XCBuildConfiguration + name + Release + + 5D823AE61DD3B7D30075E14A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + MosaicCollectionViewLayout.swift + sourceTree + <group> + + 5D823AE71DD3B7D30075E14A + + fileRef + 5D823AE61DD3B7D30075E14A + isa + PBXBuildFile + + 5D823AE81DD3B7D70075E14A + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + path + ImageCellNode.swift + sourceTree + <group> + + 5D823AE91DD3B7D70075E14A + + fileRef + 5D823AE81DD3B7D70075E14A + isa + PBXBuildFile + + 641DF857294FFEAA1878D05C + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-resources.sh" + + showEnvVarsInLog + 0 + + 728C7877715727493EFEE42D + + children + + F7DA4A9952245B7E9BA8201F + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 73F1C0E45062A0A8CDC033A1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Sample.release.xcconfig + path + Pods/Target Support Files/Pods-Sample/Pods-Sample.release.xcconfig + sourceTree + <group> + + 8293091514A70C5E7E487A36 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Embed Pods Frameworks + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-Sample/Pods-Sample-frameworks.sh" + + showEnvVarsInLog + 0 + + A9E9A143FF858FD89A482A84 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Sample.debug.xcconfig + path + Pods/Target Support Files/Pods-Sample/Pods-Sample.debug.xcconfig + sourceTree + <group> + + BAA73690D42731AA5D8001CF + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + F7DA4A9952245B7E9BA8201F + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Pods_Sample.framework + sourceTree + BUILT_PRODUCTS_DIR + + + rootObject + 5D823AC91DD3B7760075E14A + + diff --git a/examples/CustomCollectionView-Swift/Sample.xcodeproj/xcshareddata/xcschemes/Sample.xcscheme b/examples/CustomCollectionView-Swift/Sample.xcodeproj/xcshareddata/xcschemes/Sample.xcscheme new file mode 100644 index 0000000000..1c12aaa4d4 --- /dev/null +++ b/examples/CustomCollectionView-Swift/Sample.xcodeproj/xcshareddata/xcschemes/Sample.xcscheme @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/CustomCollectionView-Swift/Sample/MosaicCollectionViewLayout.swift b/examples/CustomCollectionView-Swift/Sample/MosaicCollectionViewLayout.swift index 2eecd4731b..a8770d5282 100644 --- a/examples/CustomCollectionView-Swift/Sample/MosaicCollectionViewLayout.swift +++ b/examples/CustomCollectionView-Swift/Sample/MosaicCollectionViewLayout.swift @@ -249,4 +249,8 @@ class MosaicCollectionViewLayoutInspector: NSObject, ASCollectionViewLayoutInspe return 0 } } + + func scrollableDirections() -> ASScrollDirection { + return ASScrollDirectionVerticalDirections; + } } diff --git a/examples/LayoutSpecExamples/Sample.xcworkspace/contents.xcworkspacedata b/examples/LayoutSpecExamples/Sample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 7b5a2f3050..0000000000 --- a/examples/LayoutSpecExamples/Sample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/examples/LayoutSpecPlayground/Sample.xcworkspace/contents.xcworkspacedata b/examples/LayoutSpecPlayground/Sample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 7b5a2f3050..0000000000 --- a/examples/LayoutSpecPlayground/Sample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/examples/Videos/Sample.xcworkspace/contents.xcworkspacedata b/examples/Videos/Sample.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 7b5a2f3050..0000000000 --- a/examples/Videos/Sample.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - -