mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-09 19:03:35 +02:00
SwiftPM support
This commit is contained in:
@@ -205,7 +205,7 @@ fileprivate func createFRC<D: NSManagedObject>(fromContext context: NSManagedObj
|
||||
|
||||
let controller = CoreStoreFetchedResultsController(
|
||||
context: context,
|
||||
fetchRequest: CoreStoreFetchRequest().dynamicCast(),
|
||||
fetchRequest: NSFetchRequest<NSManagedObject>(),
|
||||
from: from,
|
||||
sectionBy: sectionBy,
|
||||
applyFetchClauses: { (fetchRequest) in
|
||||
|
||||
Reference in New Issue
Block a user