Re: Generate attributes from model
Re: Generate attributes from model
- Subject: Re: Generate attributes from model
- From: Chris Hanson <email@hidden>
- Date: Thu, 16 Jun 2005 23:37:36 -0700
On Jun 16, 2005, at 8:58 PM, Don Briggs wrote:
Xcode can generate class files from a xcdatamodel file.
Note though that these classes are only NSManagedObject subclasses;
they don't contain code to generate the model, only to implement the
custom entity classes used by it.
There isn't currently any facility to generate a programmatic
representation of a model. You could always write something to do
this yourself using a compiled model (.mom file) as input, and then
invoke it from (say) a shell script build phase.
-- Chris
_______________________________________________
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