Sharing model object implementations between Cocoa & iPhone
Sharing model object implementations between Cocoa & iPhone
- Subject: Sharing model object implementations between Cocoa & iPhone
- From: Rick Mann <email@hidden>
- Date: Tue, 18 Nov 2008 14:50:26 -0800
Hi. I'm wondering if I can have a collection of model objects in my
app, which has both a desktop version and an iPhone version, and share
most of that implementation. On the desktop, I'd like for them to be
Core Data entities, and on the iPhone, they'd just be stored in the
sqlite database I'm using now. (This would all be easier if Core Data
existed on the iPhone.)
Ideally, the sqlite files would be trasnferrable between the two. Is
it possible to have the same schema in both?
Any suggestions would be much appreciated. Thanks!
--
Rick
_______________________________________________
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