Skip to content

Commit

Permalink
Work around Nimble/Carthage Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-G committed Jul 2, 2017
1 parent bce40eb commit c43e846
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 5 additions & 1 deletion Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
github "Quick/Quick"
github "Quick/Nimble"

# Release 7.0.1 produces a build error due to using a `swift-version` argument
# See: https://github.com/Quick/Nimble/issues/434
# As of now fix has not been released yet.
github "Quick/Nimble" == 7.0.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v7.0.1"
github "Quick/Nimble" "v7.0.0"
github "Quick/Quick" "v1.1.0"
github "ReSwift/ReSwift" "4.0.0"

0 comments on commit c43e846

Please sign in to comment.