The managed configuration files for services.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
Service Type ServiceType The identifier of the system service with managed configuration files. Use a reverse DNS style for this identifier. | string | required | — | ✓Yes | macOS (14.0+) |
Data Asset Reference DataAssetReference The identifier of an asset declaration that contains a reference to the files to use for system service configuration. Ensure that the corresponding asset:
- Is of type `com.apple.asset.data`
- Is a zip archive of an entire directory
- Has a `Reference` key that includes the `ContentType` and `Hash-SHA-256` keys, which the system requires
The system expands the zip archive and stores the data in a well-known location for the service. | string | required | — | ✓Yes | macOS (14.0+) |