Contents

dryRun

A flag that indicates the container validates the model and generates the records, but doesn’t upload them to CloudKit.

Declaration

static var dryRun: NSPersistentCloudKitContainerSchemaInitializationOptions { get }

Discussion

This option is useful for unit testing to ensure your managed object model is valid for use with CloudKit.

See Also

Constants