mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-11 21:11:58 +01:00
minor changes before Swift 2.0
This commit is contained in:
@@ -57,7 +57,10 @@ public final class DataStack {
|
||||
modelName,
|
||||
ofType: "momd"
|
||||
)
|
||||
CoreStore.assert(modelFilePath != nil, "Could not find a \"momd\" resource from the main bundle.")
|
||||
CoreStore.assert(
|
||||
modelFilePath != nil,
|
||||
"Could not find a \"momd\" resource from the main bundle."
|
||||
)
|
||||
|
||||
let managedObjectModel: NSManagedObjectModel! = NSManagedObjectModel(contentsOfURL: NSURL(fileURLWithPath: modelFilePath)!)
|
||||
CoreStore.assert(
|
||||
|
||||
Reference in New Issue
Block a user