mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-16 22:16:53 +01:00
support transformable values
This commit is contained in:
@@ -81,7 +81,7 @@ public extension MigrationMappingProvider {
|
||||
|
||||
public final class UnsafeMigrationProxyObject {
|
||||
|
||||
public subscript(kvcKey: KeyPath) -> CoreDataNativeType? {
|
||||
public subscript(kvcKey: KeyPath) -> Any? {
|
||||
|
||||
get {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user