drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

Allow exclusion of entities and properties #157

Closed drewmccormack closed 9 years ago

drewmccormack commented 10 years ago

Include userInfo in model for this.

drewmccormack commented 9 years ago

This is now available in Ensembles 2.0 using CDEIgnoredKey, at both the entity and property level.

movesmyers commented 6 years ago

@drewmccormack Just to be clear, this is still only available in Ensembles 2, correct?

drewmccormack commented 6 years ago

Yes, that is correct. We generally don't back port anything, unless it is a bug fix.

movesmyers commented 6 years ago

Makes sense. Unfortunately, this was the perfect solution for me implementing Ensembles (since I use externally-stored UIImages in my model that aren't syncing and causing problems, and I could just choose to re-download them on leech on other devices). I'll need to find another way.