Deprecation of enum CoreStore, reorganize global symbols

This commit is contained in:
John Estropia
2019-08-29 17:03:09 +09:00
parent 02d5bf85ae
commit 266b1a9913
95 changed files with 2232 additions and 1837 deletions

View File

@@ -97,7 +97,7 @@ public final class CSFrom: NSObject {
self.init(From(entityClass, nil))
default:
CoreStore.abort("The configuration argument only accepts NSString and NSNull values")
Internals.abort("The configuration argument only accepts NSString and NSNull values")
}
}
@@ -126,7 +126,7 @@ public final class CSFrom: NSObject {
arguments.append(nil)
default:
CoreStore.abort("The configurations argument only accepts NSString and NSNull values")
Internals.abort("The configurations argument only accepts NSString and NSNull values")
}
}
self.init(From(entityClass, arguments))