I have an app that is using core data for, well, almost everything.
Its a bit awkward to use core data for storage of things, since
getting at the data always requires a fetch.
What I want to do, is to to have settings, like line size, fonts,
colors to be editable with a utility application and the resulting
document be the persistent store.
Then in my main app, look in the plugins folder or something and
collect up all these persistent stores, and the let the user choose
one in the prefs via a popup to configure the settings of my app.
I think I have all the knowledge to do this, the question I have is:
Does this sound like a good idea, or is it blatant API abuse?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com