Re: On NSPersistentStore Modeling

2017-01-10 Thread Keary Suska
> On Jan 10, 2017, at 4:42 AM, Daryle Walker wrote: > > I read about store coordinators and managed contexts using Core Data models > (I.e. "momd" files). But persistent store subclasses use them too right? Not exactly. The store will need to know how to translate certain Managed Object Model

On NSPersistentStore Modeling

2017-01-10 Thread Daryle Walker
I read about store coordinators and managed contexts using Core Data models (I.e. "momd" files). But persistent store subclasses use them too right? From looking at the docs for the atomic and incremental stores, their internal scheme have to match a specific model too; they can't support generi