Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo authored Oct 23, 2021
1 parent 3403828 commit 1d44262
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d44262

Please sign in to comment.