mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-24 18:31:41 +01:00
fix compile error
This commit is contained in:
@@ -64,7 +64,7 @@ internal final class CoreStoreFetchRequest<T: NSFetchRequestResult>: NSFetchRequ
|
|||||||
}
|
}
|
||||||
set {
|
set {
|
||||||
|
|
||||||
if #available(iOS 11.0, macOS 10.13, watchOS 4.0, tvOS 11.0) {
|
if #available(iOS 11.0, macOS 10.13, watchOS 4.0, tvOS 11.0, *) {
|
||||||
|
|
||||||
self.copiedAffectedStores = (newValue as NSArray?)?.copy() as! NSArray?
|
self.copiedAffectedStores = (newValue as NSArray?)?.copy() as! NSArray?
|
||||||
super.affectedStores = newValue
|
super.affectedStores = newValue
|
||||||
|
|||||||
Reference in New Issue
Block a user