From c2efa39a7aee657fbcbc6d0e31e6565beb8319f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=AE=E1=84=86=E1=85=B5=E1=86=AB=E1=84=92?= =?UTF-8?q?=E1=85=AC?= Date: Mon, 21 Oct 2019 22:54:57 +0900 Subject: [PATCH 1/2] modify examples_extra/Shop swift 4.2 Version --- examples_extra/Shop/Podfile.lock | 56 +++++++++++++ .../Shop/Shop.xcodeproj/project.pbxproj | 78 +++---------------- .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++ examples_extra/Shop/Shop/AppDelegate.swift | 26 +++---- .../Shop/Shop/Models/DummyGenerator.swift | 2 +- .../Shop/Scenes/Product/ProductNode.swift | 10 +-- .../Products/ProductCollectionNode.swift | 10 +-- .../Scenes/Products/ProductTableNode.swift | 10 +-- .../Shop/Shop/Scenes/Shop/ShopCellNode.swift | 10 +-- 9 files changed, 108 insertions(+), 102 deletions(-) create mode 100644 examples_extra/Shop/Podfile.lock create mode 100644 examples_extra/Shop/Shop.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/examples_extra/Shop/Podfile.lock b/examples_extra/Shop/Podfile.lock new file mode 100644 index 000000000..fd9225907 --- /dev/null +++ b/examples_extra/Shop/Podfile.lock @@ -0,0 +1,56 @@ +PODS: + - PINCache (3.0.1-beta.6): + - PINCache/Arc-exception-safe (= 3.0.1-beta.6) + - PINCache/Core (= 3.0.1-beta.6) + - PINCache/Arc-exception-safe (3.0.1-beta.6): + - PINCache/Core + - PINCache/Core (3.0.1-beta.6): + - PINOperation (~> 1.1.0) + - PINOperation (1.1.2) + - PINRemoteImage/Core (3.0.0-beta.13): + - PINOperation + - PINRemoteImage/iOS (3.0.0-beta.13): + - PINRemoteImage/Core + - PINRemoteImage/PINCache (3.0.0-beta.13): + - PINCache (= 3.0.1-beta.6) + - PINRemoteImage/Core + - Texture (2.8.1): + - Texture/AssetsLibrary (= 2.8.1) + - Texture/Core (= 2.8.1) + - Texture/MapKit (= 2.8.1) + - Texture/Photos (= 2.8.1) + - Texture/PINRemoteImage (= 2.8.1) + - Texture/Video (= 2.8.1) + - Texture/AssetsLibrary (2.8.1): + - Texture/Core + - Texture/Core (2.8.1) + - Texture/MapKit (2.8.1): + - Texture/Core + - Texture/Photos (2.8.1): + - Texture/Core + - Texture/PINRemoteImage (2.8.1): + - PINRemoteImage/iOS (= 3.0.0-beta.13) + - PINRemoteImage/PINCache + - Texture/Core + - Texture/Video (2.8.1): + - Texture/Core + +DEPENDENCIES: + - Texture + +SPEC REPOS: + trunk: + - PINCache + - PINOperation + - PINRemoteImage + - Texture + +SPEC CHECKSUMS: + PINCache: d195fdba255283f7e9900a55e3cced377f431f9b + PINOperation: 24b774353ca248fcf87d67b2d61eef42087c125a + PINRemoteImage: d6d51c5d2adda55f1ce30c96e850b6c4ebd2856a + Texture: 8ecf6984065a1e54f06bf97b349ecca28582acd7 + +PODFILE CHECKSUM: a2268998a00c6a146ff9e53ff921e2e99dd962fd + +COCOAPODS: 1.8.3 diff --git a/examples_extra/Shop/Shop.xcodeproj/project.pbxproj b/examples_extra/Shop/Shop.xcodeproj/project.pbxproj index 5c9cc401b..3f45385fc 100644 --- a/examples_extra/Shop/Shop.xcodeproj/project.pbxproj +++ b/examples_extra/Shop/Shop.xcodeproj/project.pbxproj @@ -228,8 +228,6 @@ 278BFA1A1DD4A7B80065BACA /* Sources */, 278BFA1B1DD4A7B80065BACA /* Frameworks */, 278BFA1C1DD4A7B80065BACA /* Resources */, - 7A9094E163FF7B834F7D5B76 /* [CP] Embed Pods Frameworks */, - 89C7C85237928A7AA1AFD80E /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -248,8 +246,6 @@ 278BFA2E1DD4A7B80065BACA /* Sources */, 278BFA2F1DD4A7B80065BACA /* Frameworks */, 278BFA301DD4A7B80065BACA /* Resources */, - 4E2E9451B168505B69D5EA0F /* [CP] Embed Pods Frameworks */, - D97894A2A1E9AC5B6FFB9271 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -268,7 +264,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0810; - LastUpgradeCheck = 0910; + LastUpgradeCheck = 1110; ORGANIZATIONNAME = Dimitri; TargetAttributes = { 278BFA1D1DD4A7B80065BACA = { @@ -287,7 +283,7 @@ }; buildConfigurationList = 278BFA191DD4A7B80065BACA /* Build configuration list for PBXProject "Shop" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, @@ -342,21 +338,6 @@ 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; }; - 4E2E9451B168505B69D5EA0F /* [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-ShopTests/Pods-ShopTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; 53B8D1D4907B5E11F1FB4D84 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -375,51 +356,6 @@ 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; }; - 7A9094E163FF7B834F7D5B76 /* [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-Shop/Pods-Shop-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 89C7C85237928A7AA1AFD80E /* [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-Shop/Pods-Shop-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - D97894A2A1E9AC5B6FFB9271 /* [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-ShopTests/Pods-ShopTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -480,6 +416,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -489,6 +426,7 @@ 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; @@ -496,6 +434,7 @@ 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; @@ -536,6 +475,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; @@ -545,6 +485,7 @@ 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; @@ -552,6 +493,7 @@ 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; @@ -594,7 +536,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Shop/Shop-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.2; }; name = Debug; }; @@ -610,7 +552,7 @@ PRODUCT_BUNDLE_IDENTIFIER = org.sample.Shop; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = "Shop/Shop-Bridging-Header.h"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.2; }; name = Release; }; diff --git a/examples_extra/Shop/Shop.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/examples_extra/Shop/Shop.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/examples_extra/Shop/Shop.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/examples_extra/Shop/Shop/AppDelegate.swift b/examples_extra/Shop/Shop/AppDelegate.swift index ebae7efc3..032518615 100644 --- a/examples_extra/Shop/Shop/AppDelegate.swift +++ b/examples_extra/Shop/Shop/AppDelegate.swift @@ -10,46 +10,46 @@ import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { - + var window: UIWindow? - - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. UINavigationBar.appearance().tintColor = UIColor.white - UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName : UIColor.white] + UINavigationBar.appearance().titleTextAttributes = [NSAttributedString.Key.foregroundColor : UIColor.white] UINavigationBar.appearance().barTintColor = UIColor.primaryBarTintColor() - + self.window = UIWindow(frame: UIScreen.main.bounds) self.window?.backgroundColor = UIColor.white self.window?.rootViewController = UINavigationController(rootViewController: ShopViewController()) self.window?.makeKeyAndVisible() - + return true } - + func applicationWillResignActive(_ application: UIApplication) { // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game. } - + func applicationDidEnterBackground(_ application: UIApplication) { // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. } - + func applicationWillEnterForeground(_ application: UIApplication) { // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. } - + func applicationDidBecomeActive(_ application: UIApplication) { // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. } - + func applicationWillTerminate(_ application: UIApplication) { // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. } - - + + } diff --git a/examples_extra/Shop/Shop/Models/DummyGenerator.swift b/examples_extra/Shop/Shop/Models/DummyGenerator.swift index d68e43751..753e14290 100644 --- a/examples_extra/Shop/Shop/Models/DummyGenerator.swift +++ b/examples_extra/Shop/Shop/Models/DummyGenerator.swift @@ -154,7 +154,7 @@ private extension Array { private extension String { var stringWithCapitalizedFirstLetter: String { let firstLetterRange = startIndex.. ASLayoutSpec { - let insets = UIEdgeInsetsMake(2, 2, 2, 2) + let insets = UIEdgeInsets(top: 2, left: 2, bottom: 2, right: 2) return ASInsetLayoutSpec(insets: insets, child: self.containerNode) } @@ -47,11 +47,11 @@ class ProductContentNode: ASDisplayNode { imageNode.url = URL(string: product.imageURL) titleNode = ASTextNode() - let title = NSAttributedString(string: product.title, attributes: [NSForegroundColorAttributeName: UIColor.white, NSFontAttributeName: UIFont.boldSystemFont(ofSize: 17)]) + let title = NSAttributedString(string: product.title, attributes: [NSAttributedString.Key.foregroundColor: UIColor.white, NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 17)]) titleNode.attributedText = title subtitleNode = ASTextNode() - let subtitle = NSAttributedString(string: product.currency + " \(product.price)", attributes: [NSForegroundColorAttributeName: UIColor.white, NSFontAttributeName: UIFont.boldSystemFont(ofSize: 15)]) + let subtitle = NSAttributedString(string: product.currency + " \(product.price)", attributes: [NSAttributedString.Key.foregroundColor: UIColor.white, NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 15)]) subtitleNode.attributedText = subtitle super.init() @@ -65,7 +65,7 @@ class ProductContentNode: ASDisplayNode { override func layoutSpecThatFits(_ constrainedSize: ASSizeRange) -> ASLayoutSpec { let textNodesStack = ASStackLayoutSpec(direction: .vertical, spacing: 5, justifyContent: .end, alignItems: .stretch, children: [self.titleNode, self.subtitleNode]) - let insetStack = ASInsetLayoutSpec(insets: UIEdgeInsetsMake(CGFloat.infinity, 10, 10, 10), child: textNodesStack) + let insetStack = ASInsetLayoutSpec(insets: UIEdgeInsets(top: CGFloat.infinity, left: 10, bottom: 10, right: 10), child: textNodesStack) return ASOverlayLayoutSpec(child: self.imageNode, overlay: insetStack) } diff --git a/examples_extra/Shop/Shop/Scenes/Products/ProductTableNode.swift b/examples_extra/Shop/Shop/Scenes/Products/ProductTableNode.swift index 816d405dc..cbbae1449 100644 --- a/examples_extra/Shop/Shop/Scenes/Products/ProductTableNode.swift +++ b/examples_extra/Shop/Shop/Scenes/Products/ProductTableNode.swift @@ -9,7 +9,7 @@ import UIKit class ProductTableNode: ASCellNode { - + // MARK: - Variables private lazy var imageSize: CGSize = { @@ -64,7 +64,7 @@ class ProductTableNode: ASCellNode { } private var titleTextAttributes = { - return [NSForegroundColorAttributeName: UIColor.black, NSFontAttributeName: UIFont.boldSystemFont(ofSize: 16)] + return [NSAttributedString.Key.foregroundColor: UIColor.black, NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 16)] } private func setupSubtitleNode() { @@ -74,7 +74,7 @@ class ProductTableNode: ASCellNode { } private var subtitleTextAttributes = { - return [NSForegroundColorAttributeName: UIColor.darkGray, NSFontAttributeName: UIFont.systemFont(ofSize: 14)] + return [NSAttributedString.Key.foregroundColor: UIColor.darkGray, NSAttributedString.Key.font: UIFont.systemFont(ofSize: 14)] } private func setupPriceNode() { @@ -82,7 +82,7 @@ class ProductTableNode: ASCellNode { } private var priceTextAttributes = { - return [NSForegroundColorAttributeName: UIColor.red, NSFontAttributeName: UIFont.boldSystemFont(ofSize: 15)] + return [NSAttributedString.Key.foregroundColor: UIColor.red, NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 15)] } private func setupSeparatorNode() { @@ -117,7 +117,7 @@ class ProductTableNode: ASCellNode { let contentSpec = ASStackLayoutSpec(direction: .vertical, spacing: 4.0, justifyContent: .start, alignItems: .stretch, children: [titlePriceSpec, self.subtitleNode, self.starRatingNode]) contentSpec.style.flexShrink = 1 let finalSpec = ASStackLayoutSpec(direction: .horizontal, spacing: 10.0, justifyContent: .start, alignItems: .start, children: [self.imageNode, contentSpec]) - return ASInsetLayoutSpec(insets: UIEdgeInsetsMake(10.0, 10.0, 10.0, 10.0), child: finalSpec) + return ASInsetLayoutSpec(insets: UIEdgeInsets(top: 10.0, left: 10.0, bottom: 10.0, right: 10.0), child: finalSpec) } } diff --git a/examples_extra/Shop/Shop/Scenes/Shop/ShopCellNode.swift b/examples_extra/Shop/Shop/Scenes/Shop/ShopCellNode.swift index 5e7132829..06acc9c61 100644 --- a/examples_extra/Shop/Shop/Scenes/Shop/ShopCellNode.swift +++ b/examples_extra/Shop/Shop/Scenes/Shop/ShopCellNode.swift @@ -28,7 +28,7 @@ class ShopCellNode: ASCellNode { // MARK: - Layout override func layoutSpecThatFits(_ constrainedSize: ASSizeRange) -> ASLayoutSpec { - return ASInsetLayoutSpec(insets: UIEdgeInsetsMake(5, 10, 5, 10), child: self.containerNode) + return ASInsetLayoutSpec(insets: UIEdgeInsets(top: 5, left: 10, bottom: 5, right: 10), child: self.containerNode) } } @@ -60,7 +60,7 @@ class ContainerNode: ASDisplayNode { // MARK: - Layout override func layoutSpecThatFits(_ constrainedSize: ASSizeRange) -> ASLayoutSpec { - return ASInsetLayoutSpec(insets: UIEdgeInsetsMake(8, 8, 8, 8), child: self.contentNode) + return ASInsetLayoutSpec(insets: UIEdgeInsets(top: 8, left: 8, bottom: 8, right: 8), child: self.contentNode) } } @@ -80,11 +80,11 @@ class CategoryNode: ASDisplayNode { imageNode.url = URL(string: category.imageURL) titleNode = ASTextNode() - let title = NSAttributedString(string: category.title, attributes: [NSForegroundColorAttributeName: UIColor.white, NSFontAttributeName: UIFont.boldSystemFont(ofSize: 17)]) + let title = NSAttributedString(string: category.title, attributes: [NSAttributedString.Key.foregroundColor: UIColor.white, NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 17)]) titleNode.attributedText = title subtitleNode = ASTextNode() - let subtitle = NSAttributedString(string: "\(category.numberOfProducts) products", attributes: [NSForegroundColorAttributeName: UIColor.white, NSFontAttributeName: UIFont.boldSystemFont(ofSize: 15)]) + let subtitle = NSAttributedString(string: "\(category.numberOfProducts) products", attributes: [NSAttributedString.Key.foregroundColor: UIColor.white, NSAttributedString.Key.font: UIFont.boldSystemFont(ofSize: 15)]) subtitleNode.attributedText = subtitle super.init() @@ -98,7 +98,7 @@ class CategoryNode: ASDisplayNode { override func layoutSpecThatFits(_ constrainedSize: ASSizeRange) -> ASLayoutSpec { let textNodesStack = ASStackLayoutSpec(direction: .vertical, spacing: 5, justifyContent: .end, alignItems: .stretch, children: [self.titleNode, self.subtitleNode]) - let insetStack = ASInsetLayoutSpec(insets: UIEdgeInsetsMake(CGFloat.infinity, 10, 10, 10), child: textNodesStack) + let insetStack = ASInsetLayoutSpec(insets: UIEdgeInsets(top: CGFloat.infinity, left: 10, bottom: 10, right: 10), child: textNodesStack) return ASOverlayLayoutSpec(child: self.imageNode, overlay: insetStack) } From f5d648a0f0586e46e6f17b963a4b20e80163ee25 Mon Sep 17 00:00:00 2001 From: Minhoi Goo Date: Wed, 23 Oct 2019 22:46:46 +0900 Subject: [PATCH 2/2] Delete Podfile.lock Delete Podfile.lock --- examples_extra/Shop/Podfile.lock | 56 -------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 examples_extra/Shop/Podfile.lock diff --git a/examples_extra/Shop/Podfile.lock b/examples_extra/Shop/Podfile.lock deleted file mode 100644 index fd9225907..000000000 --- a/examples_extra/Shop/Podfile.lock +++ /dev/null @@ -1,56 +0,0 @@ -PODS: - - PINCache (3.0.1-beta.6): - - PINCache/Arc-exception-safe (= 3.0.1-beta.6) - - PINCache/Core (= 3.0.1-beta.6) - - PINCache/Arc-exception-safe (3.0.1-beta.6): - - PINCache/Core - - PINCache/Core (3.0.1-beta.6): - - PINOperation (~> 1.1.0) - - PINOperation (1.1.2) - - PINRemoteImage/Core (3.0.0-beta.13): - - PINOperation - - PINRemoteImage/iOS (3.0.0-beta.13): - - PINRemoteImage/Core - - PINRemoteImage/PINCache (3.0.0-beta.13): - - PINCache (= 3.0.1-beta.6) - - PINRemoteImage/Core - - Texture (2.8.1): - - Texture/AssetsLibrary (= 2.8.1) - - Texture/Core (= 2.8.1) - - Texture/MapKit (= 2.8.1) - - Texture/Photos (= 2.8.1) - - Texture/PINRemoteImage (= 2.8.1) - - Texture/Video (= 2.8.1) - - Texture/AssetsLibrary (2.8.1): - - Texture/Core - - Texture/Core (2.8.1) - - Texture/MapKit (2.8.1): - - Texture/Core - - Texture/Photos (2.8.1): - - Texture/Core - - Texture/PINRemoteImage (2.8.1): - - PINRemoteImage/iOS (= 3.0.0-beta.13) - - PINRemoteImage/PINCache - - Texture/Core - - Texture/Video (2.8.1): - - Texture/Core - -DEPENDENCIES: - - Texture - -SPEC REPOS: - trunk: - - PINCache - - PINOperation - - PINRemoteImage - - Texture - -SPEC CHECKSUMS: - PINCache: d195fdba255283f7e9900a55e3cced377f431f9b - PINOperation: 24b774353ca248fcf87d67b2d61eef42087c125a - PINRemoteImage: d6d51c5d2adda55f1ce30c96e850b6c4ebd2856a - Texture: 8ecf6984065a1e54f06bf97b349ecca28582acd7 - -PODFILE CHECKSUM: a2268998a00c6a146ff9e53ff921e2e99dd962fd - -COCOAPODS: 1.8.3