yeti / signals

MIT License
3 stars 4 forks source link

Preserve existing custom core data models #41

Open rmutter opened 9 years ago

rmutter commented 9 years ago

If a user of signals was to add custom Core Data models to their database outside of what was generated by the schema, they would be overwritten and cleared out every time signals is ran.

  1. A first pass would be to detect this and warn the user their custom core data model is about to be cleared and that they should keep their custom core data objects in a separate core data store.
  2. We implement some logic to check for their custom core data objects and re-include them in he core data xml that we generate.
  3. Potentially this could also be solved if we were to implement #19