Skip to content

Commit c43e846

Browse files
committed
Work around Nimble/Carthage Issue
1 parent bce40eb commit c43e846

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Cartfile.private

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
github "Quick/Quick"
2-
github "Quick/Nimble"
2+
3+
# Release 7.0.1 produces a build error due to using a `swift-version` argument
4+
# See: https://github.com/Quick/Nimble/issues/434
5+
# As of now fix has not been released yet.
6+
github "Quick/Nimble" == 7.0.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Nimble" "v7.0.1"
1+
github "Quick/Nimble" "v7.0.0"
22
github "Quick/Quick" "v1.1.0"
33
github "ReSwift/ReSwift" "4.0.0"

0 commit comments

Comments
 (0)