deeje / CloudCore

Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.
MIT License
157 stars 17 forks source link

Added enable(... withPull: Bool) #14

Open jfhamel opened 4 years ago

jfhamel commented 4 years ago

Added enable(persistentContainer container: NSPersistentContainer, withPull: Bool) to allow developer to specify if Pull should be performed upon enable.

Also, added init() {} to CloudCoreConfig to allow creation of instance.