Skip to content

Commit

Permalink
Remove outdated ReactiveSwift fork note
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas committed Sep 5, 2021
1 parent c5a9bab commit 57027cf
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 57027cf

Please sign in to comment.