Extensions
com.apple.NSExtension
The payload that configures the extensions that the system allows or disallows to run on the device.
Configuration Keys (3)
| Key | Type | Title |
|---|---|---|
AllowedExtensionsAn array of bundle identifiers for allowed extensions. | array | Allowed extensions |
DeniedExtensionsAn array of bundle identifiers for extensions that the system doesn't allow to run. | array | Disallowed extensions |
DeniedExtensionPointsAn array of extension points for extensions that the system doesn't allow to run. | array | Disallow some extensions points |
AllowedExtensionsItemrequiredAn extension identifier. | string | — |
DeniedExtensionsItemrequiredAn extension identifier. | string | — |
DeniedExtensionPointsItemrequiredAn extension identifier. Range: All Extension Points (AllPublicExtensionPoints), Action (com.apple.ui-services), Audio Unit (com.apple.AudioUnit-UI), Content Blocker (com.apple.Safari.content-blocker), Finder Sync (com.apple.FinderSync), Photo Editing (com.apple.photo-editing), Safari (com.apple.Safari.extension), Share (com.apple.share-services), Shared Links (com.apple.Safari.sharedlinks-service), Smart Card Token (com.apple.ctk-tokens), Today (com.apple.widget-extension), Xcode Source Editor (com.apple.dt.Xcode.extension.source-editor) | string | — |