Re: Cocoa development with X-Code
Re: Cocoa development with X-Code
- Subject: Re: Cocoa development with X-Code
- From: Tom Birch <email@hidden>
- Date: Sun, 1 May 2005 12:03:04 +1000
On 01/05/2005, at 11:12:57, Erik M. Buck wrote:
It seems to me that if I want to use CoreData, I am locked into x-
code now.
Are there any alternatives ?
From what I understand from the Core Data docs, you don't need Xcode
at all to use it. Xcode makes it a hell of a lot easier, but you can
generate the managed object model in code.
http://developer.apple.com/documentation/Cocoa/Reference/
CoreData_ObjC/index.html
Read the Class Description for NSManagedObjectModel, all you need to
do is populate it with NSEntityDescription objects.
Tom
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden