Skip to content

Commit

Permalink
DEP-114 Update Readme dependency instructions and Carthage dependency…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
brollet committed Dec 10, 2019
1 parent 53d2cf7 commit d8f4bf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ brew upgrade git-lfs

Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile) in the same directory where your `.xcodeproj` or `.xcworkspace` is and add the following lines to it:
```bash
github "getyoti/yoti-doc-scan-ios" == 1.1.0
github "getyoti/yoti-doc-scan-ios" == 1.1.1
github "getyoti/yoti-doc-capture-ios" == 1.5.5
github "BlinkID/blinkid-ios" == 4.7.0
```
Expand Down
2 changes: 1 addition & 1 deletion Sample/Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "getyoti/yoti-doc-scan-ios" == 1.1.0
github "getyoti/yoti-doc-scan-ios" == 1.1.1
github "getyoti/yoti-doc-capture-ios" == 1.5.5
github "BlinkID/blinkid-ios" == 4.7.0
2 changes: 1 addition & 1 deletion Sample/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "BlinkID/blinkid-ios" "v4.7.0"
github "getyoti/yoti-doc-capture-ios" "v1.5.5"
github "getyoti/yoti-doc-scan-ios" "v1.1.0"
github "getyoti/yoti-doc-scan-ios" "v1.1.1"

0 comments on commit d8f4bf5

Please sign in to comment.