Expand description
CloudKit-backed CloudHome implementation.
CloudKit’s CKAsset has a 50MB limit, so large files are split into 10MB chunks stored as tokened part records plus a manifest record.
The CloudKitOps trait defines synchronous record operations implemented by
a host bridge to its CloudKit driver. CloudKitCloudHome wraps these ops,
adds chunking logic, and implements CloudHome.
Structs§
- Cloud
KitAccepted Share Record - Cloud
KitAtomic Create Batch - Cloud
KitCloud Home - CloudKit-backed cloud home with automatic chunking for large files.
- Cloud
KitProvider Identity - Cloud
KitRecord Create - Cloud
KitRecord Version - Cloud
KitShare
Enums§
Traits§
- Cloud
KitOps - Synchronous interface for raw CloudKit record operations. Implemented by a host bridge to its platform CloudKit driver. Methods block the calling thread while CloudKit async operations complete.