On 22 Nov 2009, at 21:59, Quincey Morris wrote:
> On Nov 22, 2009, at 03:39, jonat...@mugginsoft.com wrote:
>
>> I have a very simple object model that contains, along with 4 or 5 others,
>> an abstract entity.
>> The app uses NSPersistentDocument.
>>
>> I have created a new model version that
On Nov 22, 2009, at 03:39, jonat...@mugginsoft.com wrote:
> I have a very simple object model that contains, along with 4 or 5 others, an
> abstract entity.
> The app uses NSPersistentDocument.
>
> I have created a new model version that changes a transient property to a
> modelled property in
I have a very simple object model that contains, along with 4 or 5 others, an
abstract entity.
The app uses NSPersistentDocument.
I have created a new model version that changes a transient property to a
modelled property in an entity derived from the above abstract entity.
I have created my map