My Cocoa document-based app opens and writes custom packages/bundles.
Is this considered a proprietary format that needs to be exported via Exported UTIs (UTExportedTypeDeclarations
)?
If so, what should be the values for:
- Conforms To (
UTTypeConformsTo
) - Mime Types (
public.mime-type
) - Pboard Types (
com.apple.nspboard-type
) - OS Types (
com.apple.ostype
)
Finally, does the Exported UTI identifier (UTTypeIdentifier
) need to be the same value than the Document Type identifier (LSItemContentTypes
)?