mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-13 04:40:32 +01:00
Add support for CoreData cloud sync using NSPersistentCloudKitContainer #311
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomislav on GitHub (Feb 5, 2020).
On iOS 13 Core Data supports syncing through CloudKit using NSPersistentCloudKitContainer
https://developer.apple.com/documentation/coredata/mirroring_a_core_data_store_with_cloudkit/setting_up_core_data_with_cloudkit
https://developer.apple.com/documentation/coredata/nspersistentcloudkitcontainer
Would it be possible to add support for this to CoreStore?