It works! (WIP!)

This commit is contained in:
John Estropia
2017-04-04 20:25:40 +09:00
parent 6948db516d
commit 258c237100
4 changed files with 208 additions and 74 deletions

View File

@@ -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 {