Use SwiftHash in tests

This commit is contained in:
Khoa Pham
2017-06-02 11:24:04 +02:00
parent 2983bf9170
commit be792c137e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -761,7 +761,7 @@
inputPaths = (
"$(SRCROOT)/Carthage/Build/tvOS/Quick.framework",
"$(SRCROOT)/Carthage/Build/tvOS/Nimble.framework",
"$(SRCROOT)/Carthage/Build/tvOS/CryptoSwift.framework",
"$(SRCROOT)/Carthage/Build/tvOS/SwiftHash.framework",
);
outputPaths = (
);
@@ -793,7 +793,7 @@
inputPaths = (
"$(SRCROOT)/Carthage/Build/Mac/Quick.framework",
"$(SRCROOT)/Carthage/Build/Mac/Nimble.framework",
"$(SRCROOT)/Carthage/Build/Mac/CryptoSwift.framework",
"$(SRCROOT)/Carthage/Build/Mac/SwiftHash.framework",
);
outputPaths = (
);
+1 -1
View File
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v7.0.0"
github "Quick/Quick" "v1.1.0"
github "onmyway133/SwiftHash" "1.1.0"
github "onmyway133/SwiftHash" "1.3.0"