mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-24 02:11:12 +01:00
It works! (WIP!)
This commit is contained in:
@@ -267,7 +267,7 @@ internal extension NSManagedObjectModel {
|
||||
}
|
||||
|
||||
var mapping = [String: String]()
|
||||
self.entities.forEach {
|
||||
self.entities.forEach { // TODO: use AnyEntity as mapping key
|
||||
|
||||
guard let entityName = $0.name else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user