This commit is contained in:
John Estropia
2017-04-21 21:21:47 +09:00
parent e6aa72fb5f
commit 9dc4331b26

View File

@@ -48,7 +48,7 @@ internal struct EntityIdentifier: Hashable {
internal init(_ type: NSManagedObject.Type) {
self.category = .coreData
self.interfacedClassName = String(reflecting: type)
self.interfacedClassName = NSStringFromClass(type)
}
internal init(_ type: CoreStoreObject.Type) {