updated for Xcode 7 beta 3

This commit is contained in:
John Estropia
2015-07-09 21:25:19 +09:00
parent 450afb00fa
commit 35fbaf9513
4 changed files with 16 additions and 12 deletions

View File

@@ -406,10 +406,12 @@ public extension DataStack {
destinationModel: destinationModel) {
migrationSteps.append(
sourceModel: sourceModel,
destinationModel: destinationModel,
mappingModel: mappingModel,
migrationType: .Heavyweight
(
sourceModel: sourceModel,
destinationModel: destinationModel,
mappingModel: mappingModel,
migrationType: .Heavyweight
)
)
}
else {
@@ -422,10 +424,12 @@ public extension DataStack {
)
migrationSteps.append(
sourceModel: sourceModel,
destinationModel: destinationModel,
mappingModel: mappingModel,
migrationType: .Lightweight
(
sourceModel: sourceModel,
destinationModel: destinationModel,
mappingModel: mappingModel,
migrationType: .Lightweight
)
)
}
catch {