The payload that configures ShareKit.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
SHKAllowedShareServices SHKAllowedShareServices Deprecated (macOS 10.12) The list of plugin IDs that show up in the user's Share menu. If this array exists, only these items are permitted. 1 subkey | array | optional | — | ✓Yes | macOS (10.9 - 10.12) |
└─ SHKAllowedShareServicesItem SHKAllowedShareServicesItem Deprecated (macOS 10.12) A plugin ID. | string | required | — | ✓Yes | macOS (10.9 - 10.12) |
SHKDeniedShareServices SHKDeniedShareServices Deprecated (macOS 10.12) 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. 1 subkey | array | optional | — | ✓Yes | macOS (10.9 - 10.12) |
└─ SHKDeniedShareServicesItem SHKDeniedShareServicesItem Deprecated (macOS 10.12) A plugin ID. | string | required | — | ✓Yes | macOS (10.9 - 10.12) |