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(_:_:_:).

Deprecated: macOS 27+

bundleID Requiredstring

The bundle ID of the app.

Deprecated: macOS 27+

detachedSignaturedata

The signature for an unsigned binary.

Deprecated: macOS 27+

disabledboolean

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

Deprecated: macOS 27+

displayNamestring

The name used for display purposes.

Deprecated: macOS 27+

subApps[ParentalControlsApplicationRestrictions.ApplicationItem]

An array of nested helper applications.

Deprecated: macOS 27+