Contents

ShareKit

The payload that configures ShareKit.

Declaration

object ShareKit

Properties

NameTypeDescription
SHKAllowedShareServices[string]

The list of plugin IDs that show up in the user’s Share menu. If this array exists, only these items are permitted.

Deprecated: macOS 10.12+

SHKDeniedShareServices[string]

The list of plugin IDs that won’t show up in the user’s Share menu. This key is used only if there is no SHKAllowedShareServices key.

Deprecated: macOS 10.12+

Discussion

Specify com.apple.ShareKitHelper as the payload type.

Profile availability

Device channel

macOS

User channel

macOS

Allow manual install

macOS

Requires supervision

N/A

Requires user-approved MDM

N/A

Allowed in user enrollment

N/A

Allow multiple payloads

N/A

See Also

Deprecated