From 9dc4331b264236d80d7f015213bb71e4b958f484 Mon Sep 17 00:00:00 2001 From: John Estropia Date: Fri, 21 Apr 2017 21:21:47 +0900 Subject: [PATCH] oops --- Sources/Internal/EntityIdentifier.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Internal/EntityIdentifier.swift b/Sources/Internal/EntityIdentifier.swift index a12b0b0..6004139 100644 --- a/Sources/Internal/EntityIdentifier.swift +++ b/Sources/Internal/EntityIdentifier.swift @@ -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) {