From 57027cf0f8768e06cef2e314f7bda82f177deb52 Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Sun, 5 Sep 2021 09:10:45 +0100 Subject: [PATCH] Remove outdated ReactiveSwift fork note --- Readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7fe7a313e..0b0e87910 100644 --- a/Readme.md +++ b/Readme.md @@ -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: `git@github.com: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.