Package ()

The declaration to install a package.

macOS(26.0)
Branch: release

Settings (3)

SettingTypeRequiredDefaultManual InstallSupported OS
Manifest URL
ManifestURL
The URL of the manifest document for the package that the device downloads. The manifest is returned as a `ManifestURL` property list. The `url` property of the manifest must point to the package (.pkg) file to install.
stringrequired
Yes
macOS (26.0+)
Install Behavior
InstallBehavior
A dictionary that describes how and when to install the package.
1 subkey
dictionaryoptional
Yes
macOS (26.0+)
└─
Install
Install
A string that specifies when the system installs the package: - `Optional`: The user can install the package after the system activates the configuration. - `Required`: The system installs the package after it activates the configuration.
stringoptionalOptional
Yes
macOS (26.0+)