The declaration to configure the server's feature set.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
Protocol Version Version The server's protocol version. | string | required | — | ✓Yes | iOS (15.0+)macOS (13.0+)tvOS (16.0+)visionOS (1.1+)watchOS (10.0+) |
Supported Features SupportedFeatures A dictionary that contains the server's optional protocol features.
Each dictionary item uses the key name to represent a feature, and the value to hold the feature's associated parameters. This protocol reserves keys with a prefix of `com.apple.`, which appear as subkeys in this dictionary. 1 subkey | dictionary | required | — | ✓Yes | iOS (15.0+)macOS (13.0+)tvOS (16.0+)visionOS (1.1+)watchOS (10.0+) |
└─ ANY ANY Additional keys may be present. | any | optional | — | ✓Yes | iOS (15.0+)macOS (13.0+)tvOS (16.0+)visionOS (1.1+)watchOS (10.0+) |