3lvis / DATAStack

100% Swift Simple Boilerplate Free Core Data Stack. NSPersistentContainer
Other
214 stars 44 forks source link

Added possibility to exclude sqlite stores from backup #115

Closed sverin closed 5 years ago

sverin commented 5 years ago

Before, sqlite stores were automatically excluded from iCloud backups. Now the default behavior is to included them in backups, but it's also possible to explicit exclude a store from the backups when you initialize the data stack.

3lvis commented 5 years ago

Hi @sverin! your PR looks pretty good, the only change I would make is to exclude it by default to not make it a breaking change. I'll do the change. :)