Re: How can I add persistent data to a Cocoa CoreData file?
Re: How can I add persistent data to a Cocoa CoreData file?
- Subject: Re: How can I add persistent data to a Cocoa CoreData file?
- From: Jim Correia <email@hidden>
- Date: Sat, 28 Jul 2007 10:49:04 -0400
On Jul 28, 2007, at 10:29 AM, Daniel Wambold wrote:
This is probably a very simply question but I'm a rank novice....
I have created an application in XCode using CoreData and the
xcdatamodel tool included in XCode. The program works fine, but
I've realized that I need to tag the data file with a version
number so I can add features and not run into problems when the
data file is not up to date with the program.
You can use the metadata area of the store to tag the file with
version information. See the metadata related methods on
NSPersistentStoreCoordinator.
Jim
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden