Contents

ActivationSimple

The declaration to activate a set of configurations.

Declaration

object ActivationSimple

Properties

NameTypeDescription
Predicatestring

A predicate format string as Apple’s Predicate Programming describes. The activation only installs when the predicate evaluates to true or isn’t present.

StandardConfigurations Required[string]

An array of strings that specify the identifiers of configurations to install. A failure to install one of the configurations doesn’t prevent other configurations from installing.

Discussion

Specify com.apple.activation.simple as the declaration type.

Activation examples