Re: Mac core data and iCloud example app

2011-10-17 Thread Steve Steinitz
Hi Martin, Please forgive me for throwing in a comment that won't help you much. I'm happy you've started this thread. For me there is no more interesting topic. Over the coming months I'll be looking closely at Core Data + iCould, and would enjoy staying in touch with you. Core Data is wo

Re: Mac core data and iCloud example app

2011-10-16 Thread Martin Hewitson
Hi Marc, In fact I am doing that. He's the options dictionary for the persistent store creation. NSMutableDictionary *dict = [NSMutableDictionary dictionary]; [dict setObject:[NSNumber numberWithBool:YES] forKey:NSMigratePersistentStoresAutomaticallyOption]; [dict setObject:@".store" forKey:

Re: Mac core data and iCloud example app

2011-10-16 Thread Roland King
There's one in the iOS section of the dev forums posted by an Apple engineer. That's an updated version of the iPhone core data recipes. Theres a long thread after it about how hard it is to get it working which is worth a read if you have access. I would say at this point that it is pretty hard

Re: Mac core data and iCloud example app

2011-10-16 Thread Marc Respass
> Has anyone come across a sample app which demonstrates how to make a shoebox > core data app which works with iCloud? I've dug into the documentation but I > can't find any sample code. The "What's new in Core Data on Mac OS X" session > from WWDC 2011 hints at some things but doesn't show any

Re: Mac core data and iCloud example app

2011-10-16 Thread Jerry Krinock
On 2011 Oct 16, at 10:19, Martin Hewitson wrote: > Has anyone come across a sample app which demonstrates how to make a shoebox > core data app which works with iCloud? I've dug into the documentation but I > can't find any sample code. Martin, the newest Core Data sample app that we have was

Mac core data and iCloud example app

2011-10-16 Thread Martin Hewitson
Dear list, Has anyone come across a sample app which demonstrates how to make a shoebox core data app which works with iCloud? I've dug into the documentation but I can't find any sample code. The "What's new in Core Data on Mac OS X" session from WWDC 2011 hints at some things but doesn't show