Files
apple_device-management/mdm/profiles/com.apple.ShareKitHelper.yaml
T
2024-12-12 15:35:43 -05:00

49 lines
1.3 KiB
YAML

title: ShareKit
description: ''
payload:
payloadtype: com.apple.ShareKitHelper
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '10.9'
deprecated: '10.12'
multiple: false
devicechannel: true
userchannel: true
supervised: false
requiresdep: false
userapprovedmdm: false
allowmanualinstall: true
userenrollment:
mode: forbidden
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
content: macOS only. Specifies which ShareKit plugin can be accessed on client.
Both allow and disallow lists can be specified.
payloadkeys:
- key: SHKAllowedShareServices
type: <array>
presence: optional
content: The list of plugin IDs that show up in the user's Share menu. If this array
exists, only these items are permitted.
subkeys:
- key: SHKAllowedShareServicesItem
type: <string>
presence: required
content: A plugin ID.
- key: SHKDeniedShareServices
type: <array>
presence: optional
content: 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.
subkeys:
- key: SHKDeniedShareServicesItem
type: <string>
presence: required
content: A plugin ID.