WIP: allow migrations for CoreStoreObjects

This commit is contained in:
John Estropia
2017-04-11 19:13:35 +09:00
parent e5ef4992d3
commit 9f3db61ff7
27 changed files with 1146 additions and 691 deletions

View File

@@ -26,12 +26,12 @@
import Foundation
// MARK: - XcdatamodelFilename
// MARK: - XcodeDataModelFileName
/**
A `String` that pertains to the name of an *.xcdatamodeld file (without the file extension).
*/
public typealias XcdatamodelFilename = String
public typealias XcodeDataModelFileName = String
// MARK: - ModelConfiguration