mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 09:51:12 +01:00
updated for Xcode 7 beta 3
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user