mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 13:26:33 +02:00
Release_iOS-16-1_macOS-13-0
This commit is contained in:
@@ -55,6 +55,7 @@ The `supportedOS` object is used in the `payload` object to indicate overall sup
|
||||
| allowmanualinstall | boolean | If True, the profile can be installed manually by a user on the device |
|
||||
| sharedipad | object | Additional behavior specific to shared iPad devices |
|
||||
| userenrollment | object | Additional behavior when user enrollment is in effect |
|
||||
| always-skippable | boolean | If True, indicates that the skip key's corresponding Setup pane is always skipped. If False, indicates that the skip key's corresponding Setup pane may be shown, depending on exactly when during the setup flow it occurs. This is only used in skipkeys.yaml. |
|
||||
|
||||
### Shared iPad Object
|
||||
|
||||
|
||||
@@ -117,6 +117,10 @@ properties:
|
||||
behavior:
|
||||
type: string
|
||||
description: Describes any special behavior for the payload or payload key if user enrollment is in effect.
|
||||
always-skippable:
|
||||
type: boolean
|
||||
description: If true, indicates that the skip key's corresponding Setup pane is always skipped. If false, indicates
|
||||
that the skip key's corresponding Setup pane may be shown, depending on exactly when during the setup flow it occurs.
|
||||
macOS: *supportedOSItem
|
||||
tvOS: *supportedOSItem
|
||||
watchOS: *supportedOSItem
|
||||
|
||||
Reference in New Issue
Block a user