From fe3e73d4eede300ef35baf1c2cefaeccdfdad8e2 Mon Sep 17 00:00:00 2001 From: Paul Zabelin Date: Sat, 19 Jan 2019 21:42:23 -0800 Subject: [PATCH] upgrade Nimble-Snapshots pod, swift 4.2 --- Example/Podfile | 4 +--- Example/Podfile.lock | 20 +++++++------------- README.md | 2 +- 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/Example/Podfile b/Example/Podfile index 1831aa0..5724809 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -21,9 +21,7 @@ target 'Example' do target 'Application Specs' do inherit! :search_paths SwiftTestingPods() - # use Nimble-Snapshots fork that has Swift 4.2 support - pod 'Nimble-Snapshots', - :git => 'https://github.com/DRybochkin/Nimble-Snapshots.git' + pod 'Nimble-Snapshots' end target 'OpenCV OSX Tests' do diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 1b61d94..ce9b14e 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -6,9 +6,9 @@ PODS: - iOSSnapshotTestCase/SwiftSupport (4.0.1): - iOSSnapshotTestCase/Core - Nimble (7.3.2) - - Nimble-Snapshots (6.8.1): - - Nimble-Snapshots/Core (= 6.8.1) - - Nimble-Snapshots/Core (6.8.1): + - Nimble-Snapshots (6.9.0): + - Nimble-Snapshots/Core (= 6.9.0) + - Nimble-Snapshots/Core (6.9.0): - iOSSnapshotTestCase (~> 4.0) - Nimble (~> 7.0) - PerspectiveTransform (0.4) @@ -17,7 +17,7 @@ PODS: DEPENDENCIES: - ImageCoordinateSpace - Nimble - - Nimble-Snapshots (from `https://github.com/DRybochkin/Nimble-Snapshots.git`) + - Nimble-Snapshots - PerspectiveTransform (from `../`) - Quick @@ -26,27 +26,21 @@ SPEC REPOS: - ImageCoordinateSpace - iOSSnapshotTestCase - Nimble + - Nimble-Snapshots - Quick EXTERNAL SOURCES: - Nimble-Snapshots: - :git: https://github.com/DRybochkin/Nimble-Snapshots.git PerspectiveTransform: :path: "../" -CHECKOUT OPTIONS: - Nimble-Snapshots: - :commit: a59e76963892e2b69a8348e01a57609b79c7a6c5 - :git: https://github.com/DRybochkin/Nimble-Snapshots.git - SPEC CHECKSUMS: ImageCoordinateSpace: 7c527176d9013a04627d9b97366793526a44bb69 iOSSnapshotTestCase: f3b2b7e606fe03fdbe49af84316bd235df32dc44 Nimble: 5e94a8cacb355943c6c87198035dc4adbb0f10e4 - Nimble-Snapshots: 796bcade6eff10804282742947a7901e9be0495d + Nimble-Snapshots: 79394f8d0aea3df54bd5ff78ee9dff05a523a09c PerspectiveTransform: 4e823871c7fde15b776610dbdf102a3b00adb077 Quick: 2623cb30d7a7f41ca62f684f679586558f483d46 -PODFILE CHECKSUM: e57e45f03dddb1746256d347e0a0fa7da6fe99f9 +PODFILE CHECKSUM: c9bf1adafebeaa9c613edd3605646cc77b905adc COCOAPODS: 1.6.0.beta.2 diff --git a/README.md b/README.md index 4e705b3..fae81e9 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,6 @@ Paul Zabelin, http://github.com/paulz PerspectiveTransform is available under the MIT license. See the LICENSE file for more info. -[swift-badge]: https://img.shields.io/badge/Swift-4.1-orange.svg?style=flat +[swift-badge]: https://img.shields.io/badge/Swift-4.2-orange.svg?style=flat [swift-url]: https://swift.org [carthage-badge]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat