On Nov 4, 2011, at 7:39 PM, Mike Abdullah wrote: > > On 4 Nov 2011, at 01:01, Roland King wrote: > >> >> >> >> >>> So, can I conclude from this that iCloud and core-data only works with SQL >>> store? The WWDC video hints at this, but was not explicit. >>> >> >> Not so. I have a core data app running using icloud and an XML store. This >> is ios by the way and the store is not incremental, it's just being treated >> as a blob which is fully synced each time but it's small so that's ok. > > Well I'm confused, thought iOS didn't support the XML store? >
I'm so sorry, I hadn't had my coffee this morning when I wrote that and muddled myself up with Martin's mail. I have a binary store on my iOS app. I used it because all my databases are really rather small and the binary store doesn't suffer the overhead of the SQLite ones, if you have a few 10s of Kb of data for each document then binary saves an awful lot of space._______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com