From c43e846a8cf480aabf92dc0557a07100655d57b3 Mon Sep 17 00:00:00 2001 From: Benji Encz Date: Sat, 1 Jul 2017 18:03:59 -0700 Subject: [PATCH] Work around Nimble/Carthage Issue --- .DS_Store | Bin 6148 -> 6148 bytes Cartfile.private | 6 +++++- Cartfile.resolved | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.DS_Store b/.DS_Store index d2785284a9861150bb867c7b0c23e11cb13e24af..6e3a3e76237d35c27bfa4e0c6d39e24e0010a05b 100644 GIT binary patch delta 26 icmZoMXffE3!^9MjJ$VC@$>c>$K1{dcH-BIf5d{E#iU~>p delta 26 icmZoMXffE3!^GqtIe7z<$>c>$K1^3PZ2rI`A_@S10ttcu diff --git a/Cartfile.private b/Cartfile.private index c2786fb..cca75f2 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -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 diff --git a/Cartfile.resolved b/Cartfile.resolved index 88038a1..2040e84 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -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"