Re: Core Data Merged Models
Re: Core Data Merged Models
- Subject: Re: Core Data Merged Models
- From: mmalcolm crawford <email@hidden>
- Date: Sat, 22 Apr 2006 12:39:24 -0700
On Apr 22, 2006, at 2:13 AM, Jonathon Mah wrote:
What is the purpose of merging models contained in frameworks? In
other words, what advantage does this have over
[[NSManagedObjectModel alloc] initWithURL:myMomURL] (apart from not
needing to know the URL)?
You might develop a framework that includes your managed object
classes and models.
If the user added a framework to the system which contained its own
MOM, could that render existing stores unreadable by apps using
this code?
No...
allFrameworks
"The returned array includes frameworks that are linked into an
application when the application is built and bundles for frameworks
that have been dynamically created."
<http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSBundle.html#//apple_ref/occ/clm/NSBundle/
allFrameworks>
mmalc
_______________________________________________
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