RxSwiftCommunity / RxCoreData

RxSwift extensions for Core Data
MIT License
164 stars 68 forks source link

Bump macOS requirement to Sierra (10.12) in podspec #31

Closed SimonRice closed 6 years ago

SimonRice commented 6 years ago

Sorry I missed this with my previous PR.

It turns out NSFetchedResultsController support in macOS was added in Sierra. This caused a compilation error when including this library in a Mac project!

I did try adding @available(macOS 10.12, *) statements in the relevant bits of the codebase, but by doing this, practically the entire library was being excluded from El Capitan users. So I reckon the best course of action would be just to bump up the macOS version requirement in the podspec.

bobgodwinx commented 6 years ago

Yep. You are correct. 👍