From 1d442625afacd937a092f4a2b43f02df77aaf9cb Mon Sep 17 00:00:00 2001 From: Diogo Autilio Date: Sat, 23 Oct 2021 01:35:36 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52a0f35..dc6ef67 100644 --- a/README.md +++ b/README.md @@ -44,15 +44,15 @@ You need to be using Carthage 0.18 or higher. Your `Cartfile` (or `Cartfile.priv something like the following. ```rb -github "Quick/Quick" ~> 2.0 -github "Quick/Nimble" ~> 8.0 -github "uber/ios-snapshot-test-case" "6.0.0" +github "Quick/Quick" ~> 4.0 +github "Quick/Nimble" ~> 9.2 +github "uber/ios-snapshot-test-case" "8.0.0" github "ashfurrow/Nimble-Snapshots" ``` Then run: ``` -$ carthage bootstrap --platform iOS --toolchain com.apple.dt.toolchain.Swift_3_0 +$ carthage bootstrap --use-xcframeworks --platform iOS ``` ## Swift Package Manager