Contents

ResourcesExporting

A protocol for exporting transportable resources in a streaming archive format when the destination platform doesn’t require special migration options.

Declaration

protocol ResourcesExporting : ResourcesExportingWithOptions where Self.OptionsType == MigrationDefaultSupportedOptions

Overview

This protocol extends ResourcesExportingWithOptions and sets its OptionsType to MigrationDefaultSupportedOptions, which indicates the destination platform doesn’t require any special options. If you know your export to the other platform doesn’t need these options, conform to this protocol in your app exension and implement the methods and properties defined by ResourcesExportingWithOptions.

As with ResourcesExportingWithOptions, this protocol is only appropriate for transportable resources, those that you can copy as-is from the current file system to the destination device.

See Also

Export operations