Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop

This commit is contained in:
John Estropia
2018-09-15 12:56:21 +09:00

View File

@@ -185,7 +185,7 @@ internal final class FetchedResultsControllerDelegate: NSObject, NSFetchedResult
)
return
}
guard #available(iOS 9.0, tvOS 9.0, watchOS 9.0, *) else {
guard #available(iOS 9.0, tvOS 9.0, watchOS 3.0, *) else {
return
}