WIP: custom migration

This commit is contained in:
John Rommel Estropia
2017-05-09 03:10:35 +09:00
parent 6d04806608
commit 9d65a27557
37 changed files with 1642 additions and 588 deletions

View File

@@ -74,7 +74,7 @@ internal struct EntityIdentifier: Hashable {
internal init(_ entityDescription: NSEntityDescription) {
if let anyEntity = entityDescription.anyEntity {
if let anyEntity = entityDescription.coreStoreEntity {
self.category = .coreStore
self.interfacedClassName = NSStringFromClass(anyEntity.type)