Updating readme with a short blurb

This commit is contained in:
Stephen Vanterpool
2012-08-19 23:24:36 -07:00
parent 22fe81a224
commit d8394cfdab
2 changed files with 4 additions and 3 deletions

View File

@@ -93,8 +93,7 @@ NSString * const kMagicalRecordPSCDidCompleteiCloudSetupNotification = @"kMagica
error = nil;
}
}
[MagicalRecord handleErrors:error];
}
return store;

View File

@@ -81,7 +81,9 @@ Next, somewhere in your app delegate, in either the applicationDidFinishLaunchin
Each call instantiates one of each piece of the Core Data stack, and provides getter and setter methods for these instances. These well known instances to MagicalRecord, and are recognized as "defaults".
And, before your app exits, you can use the clean up method:
When using the default sqlite data store, if you change your model without creating a new model version, Magical Record will delete the old store and create a new one automatically. No more uninstall/reinstall every time you make a change!
And finally, before your app exits, you can use the clean up method:
[MagicalRecord cleanUp];