Contents

ParentalControlsApplicationRestrictions.ApplicationItem

A dictionary defining an app for parental control.

Declaration

object ParentalControlsApplicationRestrictions.ApplicationItem

Properties

NameTypeDescription
appID Requireddata

The identifier of the app. Obtain this value from the Security framework using SecCodeCopyDesignatedRequirement(_:_:_:).

bundleID Requiredstring

The bundle ID of the app.

detachedSignaturedata

The signature for an unsigned binary.

disabledboolean

If true, this app isn’t added to the allow list.

displayNamestring

The name used for display purposes.

subApps[ParentalControlsApplicationRestrictions.ApplicationItem]

An array of nested helper applications.