Skip to content

Commit 397241d

Browse files
authored
Merge pull request Moya#1910 from Moya/fix/spm_support
Remove OHHTTPStubs to fix SPM support for Xcode
2 parents 5ab2a84 + 41ecd45 commit 397241d

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Package.resolved

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.0.0")),
2121
.package(url: "https://github.com/Quick/Quick.git", .upToNextMajor(from: "2.0.0")),
2222
.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "8.0.0")),
23-
.package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .branch("feature/spm-support")),
23+
// .package(url: "https://github.com/AliSoftware/OHHTTPStubs.git", .branch("feature/spm-support")),
2424
],
2525
targets: [
2626
.target(
@@ -51,7 +51,7 @@ let package = Package(
5151
"ReactiveMoya",
5252
"Quick",
5353
"Nimble",
54-
"OHHTTPStubsSwift"
54+
// "OHHTTPStubsSwift"
5555
]
5656
)
5757
]

0 commit comments

Comments
 (0)