MobileOrg / mobileorg

MobileOrg iPhone App
http://mobileorg.github.io
GNU General Public License v2.0
557 stars 69 forks source link

NSManagedObject already has a property named deleted #159

Closed webframp closed 7 years ago

webframp commented 7 years ago

Fixes getter warning #158

No issues found in my testing.

mgmart commented 7 years ago

Unless the change is done in the model this will not work.

isdeleted

Changing the model would be a breaking change, unless we would do a lightweight migration.

I tried to create a new model version. Due to some legacy stuff (I suppose) it did not work the way I expected.

I would propose that we live with the warning for the time being.

webframp commented 7 years ago

@mgmart I'm fine with ignoring this one and focusing efforts on the next version code base, where we can get a fresh start with the data model