From 6be2bd7696f088c5b65898c5cfadd859eb7d350b Mon Sep 17 00:00:00 2001 From: Reid Main Date: Fri, 11 Oct 2019 16:58:39 -0700 Subject: [PATCH] Updated demo projects to use the 6.2.0 release --- FBSnapshotTestCaseDemo/Podfile.lock | 10 +++++----- iOSSnapshotTestCaseCarthageDemo/Cartfile | 2 +- iOSSnapshotTestCaseCarthageDemo/Cartfile.resolved | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FBSnapshotTestCaseDemo/Podfile.lock b/FBSnapshotTestCaseDemo/Podfile.lock index 5ebe1d7..7ba8fb2 100644 --- a/FBSnapshotTestCaseDemo/Podfile.lock +++ b/FBSnapshotTestCaseDemo/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - iOSSnapshotTestCase (6.1.0): - - iOSSnapshotTestCase/SwiftSupport (= 6.1.0) - - iOSSnapshotTestCase/Core (6.1.0) - - iOSSnapshotTestCase/SwiftSupport (6.1.0): + - iOSSnapshotTestCase (6.2.0): + - iOSSnapshotTestCase/SwiftSupport (= 6.2.0) + - iOSSnapshotTestCase/Core (6.2.0) + - iOSSnapshotTestCase/SwiftSupport (6.2.0): - iOSSnapshotTestCase/Core DEPENDENCIES: @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: ".." SPEC CHECKSUMS: - iOSSnapshotTestCase: babc46da9bd3f37259929649a1afb79caf07f27f + iOSSnapshotTestCase: 8f1c29a4de3a4ca26113fbcb107558aaa3a0a356 PODFILE CHECKSUM: 35ff607c3424eed6ccbd8fdacc2d5c1ea41a5a0c diff --git a/iOSSnapshotTestCaseCarthageDemo/Cartfile b/iOSSnapshotTestCaseCarthageDemo/Cartfile index e208334..7236b0b 100644 --- a/iOSSnapshotTestCaseCarthageDemo/Cartfile +++ b/iOSSnapshotTestCaseCarthageDemo/Cartfile @@ -1 +1 @@ -github "uber/ios-snapshot-test-case" ~> 6.1.0 \ No newline at end of file +github "uber/ios-snapshot-test-case" \ No newline at end of file diff --git a/iOSSnapshotTestCaseCarthageDemo/Cartfile.resolved b/iOSSnapshotTestCaseCarthageDemo/Cartfile.resolved index 8f69010..4f9d436 100644 --- a/iOSSnapshotTestCaseCarthageDemo/Cartfile.resolved +++ b/iOSSnapshotTestCaseCarthageDemo/Cartfile.resolved @@ -1 +1 @@ -github "uber/ios-snapshot-test-case" "6.1.0" +github "uber/ios-snapshot-test-case" "6.2.0"