The declaration to activate a set of configurations.
| Setting | Type | Required | Default | Manual Install | Supported 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 | array | required | — | ✓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. | string | optional | — | ✓Yes | iOS (15.0+)macOS (13.0+)tvOS (16.0+)visionOS (1.1+)watchOS (10.0+) |