Activation:Simple ()

The declaration to activate a set of configurations.

iOS(15.0)macOS(13.0)tvOS(16.0)visionOS(1.1)watchOS(10.0)
Branch: release

Settings (3)

SettingTypeRequiredDefaultManual InstallSupported OS
StandardConfigurations
StandardConfigurations
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.
1 subkey
arrayrequired
Yes
iOS (15.0+)macOS (13.0+)tvOS (16.0+)visionOS (1.1+)watchOS (10.0+)
└─
StandardConfigurationsItems
StandardConfigurationsItems
string
Yes
iOS (15.0+)macOS (13.0+)tvOS (16.0+)visionOS (1.1+)watchOS (10.0+)
Predicate
Predicate
A predicate format string as [Apple's Predicate Programming](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Predicates/AdditionalChapters/Introduction.html) describes. The activation only installs when the predicate evaluates to `true` or isn't present.
stringoptional
Yes
iOS (15.0+)macOS (13.0+)tvOS (16.0+)visionOS (1.1+)watchOS (10.0+)