forked from Moya/Moya
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Moya#2202 from Moya/remove-outdated-note
Remove outdated ReactiveSwift fork note
- Loading branch information
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,8 +108,6 @@ let package = Package( | |
) | ||
``` | ||
|
||
Note: If you are using **ReactiveMoya**, we are using [our own fork of ReactiveSwift](https://github.com/Moya/ReactiveSwift). This fork adds 2 commits to remove testing dependencies on releases (starting 6.1.0). This is to prevent Xcode Previews on Xcode 11/11.1 to build testing dependencies (FB7316430). If you don't want to use our fork, you can just add another dependency to your SPM package list: `[email protected]:ReactiveCocoa/ReactiveSwift.git` and it should fetch the original repository. | ||
|
||
Combine note: if you're using **CombineMoya**, make sure that you use Xcode 11.5.0 | ||
or later. With earlier versions of Xcode you will have to manually add Combine as | ||
a weakly linked framework to your application target. | ||
|