ParentalControlsApplicationRestrictions.ApplicationItem
A dictionary defining an app for parental control.
Declaration
object ParentalControlsApplicationRestrictions.ApplicationItemProperties
| Name | Type | Description |
|---|---|---|
appID Required | data | The identifier of the app. Obtain this value from the Security framework using SecCodeCopyDesignatedRequirement(_:_:_:). |
bundleID Required | string | The bundle ID of the app. |
detachedSignature | data | The signature for an unsigned binary. |
disabled | boolean | If |
displayName | string | The name used for display purposes. |
subApps | [ParentalControlsApplicationRestrictions.ApplicationItem] | An array of nested helper applications. |