Skip to content

Commit

Permalink
chore: change OHHTTPStubs dependency from carthage to SPM
Browse files Browse the repository at this point in the history
This change is provoke by this issue AliSoftware/OHHTTPStubs#358
  • Loading branch information
ericgimenezgalera committed Jul 7, 2023
1 parent 1b1ca60 commit f72928a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tuist/Dependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
import ProjectDescription

let dependencies = Dependencies(
carthage: [
.github(path: "AliSoftware/OHHTTPStubs", requirement: .upToNext("9.0.0")),
],
swiftPackageManager: [
.remote(url: "https://github.com/AliSoftware/OHHTTPStubs", requirement: .upToNextMajor(from: "9.0.0")),
.remote(url: "https://github.com/Alamofire/Alamofire", requirement: .upToNextMajor(from: "5.0.0")),
],
platforms: [.iOS]
Expand Down

0 comments on commit f72928a

Please sign in to comment.