Use watchOS supporting Quick & Nimble forks

This commit is contained in:
Daniel Saidi 2022-09-01 16:18:58 +02:00
parent 30cae98daf
commit 651d94a048
2 changed files with 10 additions and 10 deletions

View File

@ -5,8 +5,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/mattgallagher/CwlCatchException.git", "location" : "https://github.com/mattgallagher/CwlCatchException.git",
"state" : { "state" : {
"revision" : "682841464136f8c66e04afe5dbd01ab51a3a56f2", "revision" : "35f9e770f54ce62dd8526470f14c6e137cef3eea",
"version" : "2.1.0" "version" : "2.1.1"
} }
}, },
{ {
@ -30,19 +30,19 @@
{ {
"identity" : "nimble", "identity" : "nimble",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Nimble.git", "location" : "https://github.com/danielsaidi/Nimble.git",
"state" : { "state" : {
"revision" : "1f3bde57bde12f5e7b07909848c071e9b73d6edc", "branch" : "main",
"version" : "10.0.0" "revision" : "f76b83c051fb3e6c120a33ebac200efba883065a"
} }
}, },
{ {
"identity" : "quick", "identity" : "quick",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/Quick/Quick.git", "location" : "https://github.com/danielsaidi/Quick.git",
"state" : { "state" : {
"revision" : "f9d519828bb03dfc8125467d8f7b93131951124c", "branch" : "main",
"version" : "5.0.1" "revision" : "1efe9551db0ad6a6e979f33366969750123d14d9"
} }
} }
], ],

View File

@ -17,8 +17,8 @@ let package = Package(
), ),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "5.0.0")), .package(url: "https://github.com/danielsaidi/Quick.git", branch: "main"), // .upToNextMajor(from: "4.0.0")),
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "10.0.0")), .package(url: "https://github.com/danielsaidi/Nimble.git", branch: "main"), // .upToNextMajor(from: "9.0.0")),
.package(url: "https://github.com/danielsaidi/MockingKit.git", .upToNextMajor(from: "1.1.0")) .package(url: "https://github.com/danielsaidi/MockingKit.git", .upToNextMajor(from: "1.1.0"))
], ],
targets: [ targets: [