Skip to content

Commit

Permalink
Merge pull request Moya#2202 from Moya/remove-outdated-note
Browse files Browse the repository at this point in the history
Remove outdated ReactiveSwift fork note
  • Loading branch information
BasThomas authored Sep 5, 2021
2 parents c5a9bab + 57027cf commit 6d97e5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6d97e5b

Please sign in to comment.