Skip to content

Commit

Permalink
Add my local branch to remove testing deps for RAC in SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Sep 19, 2019
1 parent 6387417 commit c958e3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
},
{
"package": "ReactiveSwift",
"repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"repositoryURL": "https://github.com/sunshinejr/ReactiveSwift.git",
"state": {
"branch": null,
"revision": "b772fa0b624926e6e2f21acbb79297736a05c585",
"version": "6.1.0"
"branch": "feature/split_spm_testing_deps",
"revision": "ea63d3a3b631daef292bd1da2b513f715b93de4f",
"version": null
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let shouldTest = ProcessInfo.processInfo.environment["TEST"] == "1"
func resolveDependencies() -> [Package.Dependency] {
let baseDependencies: [Package.Dependency] = [
.package(url: "https://github.com/Alamofire/Alamofire.git", .exact("5.0.0-rc.2")),
.package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", .upToNextMajor(from: ("6.0.0"))),
.package(url: "https://github.com/sunshinejr/ReactiveSwift.git", .branch("feature/split_spm_testing_deps")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.0.0")),
]

Expand Down

0 comments on commit c958e3d

Please sign in to comment.