Skip to content

Commit

Permalink
Merge pull request #13 from BalestraPatrick/fix-carthage
Browse files Browse the repository at this point in the history
Make private Cartfile public in order to fix installation via Carthage
  • Loading branch information
BalestraPatrick authored Mar 15, 2019
2 parents 3fa573d + f1232f0 commit c690565
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
1 change: 1 addition & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "Quick/Nimble" ~> 7.0
6 changes: 1 addition & 5 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Build system configs
github "jspahrsummers/xcconfigs" == 0.12

# Testing tools
github "Quick/Nimble" ~> 7.0
github "Quick/Quick" ~> 1.2
github "jspahrsummers/xcconfigs" == 0.12
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v7.3.1"
github "Quick/Quick" "v1.3.2"
github "Quick/Nimble" "v7.3.4"
github "Quick/Quick" "v1.3.4"
github "jspahrsummers/xcconfigs" "0.12"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Quick

0 comments on commit c690565

Please sign in to comment.