IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

RxSwift / RxCocoa update to 5.1.1 / Deployment Target to 10.0 #175

Open John-Wolfe-Bose opened 4 years ago

John-Wolfe-Bose commented 4 years ago

Got a warning from Apple that new app submissions will not be allowed to access UIWebView at all, and existing apps will not be able to submit new versions which access the UIWebView API starting in December 2020.

RxCocoa version 4.5 has a few extensions to UIWebView, and it seems like those extensions trigger the Apple check.

This pull request does several things:

John-Wolfe-Bose commented 4 years ago

@Nathaniel-Cox-Intrepid / @andrewdolce - how will you guys accept this PR? Will it be in a new branch rx_5.1.1 ? Or something different than that?

John-Wolfe-Bose commented 3 years ago

@andrewdolce - are you OK with these changes?

@andrewdolce / @Nathaniel-Cox-Intrepid - how do you want to land these changes? Into a new branch? Into a new release?

I am just circling around to make sure this PR does not get lost in the mists of time!