Release_iOS-16-1_macOS-13-0

This commit is contained in:
Cyrus Daboo
2022-10-25 10:48:40 -04:00
parent 0340fd30e0
commit 264841fb7a
13 changed files with 899 additions and 9 deletions
+1
View File
@@ -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
+4
View File
@@ -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