Skip to content

Commit

Permalink
Update ADE skipkeys.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Oct 9, 2024
1 parent b1a0067 commit c0b3349
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 9 deletions.
2 changes: 1 addition & 1 deletion zentral/contrib/mdm/schema_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ In this folder, we copy some of the files from the Apple GitHub repository that

We start with the SkipKeys that can be used to configure which panes to skip in the Setup Assistant.

URL: https://github.com/apple/device-management/blob/39e2a8223418ec2eeffb084177ea8bd706114eb0/other/skipkeys.yaml
URL: https://github.com/apple/device-management/blob/85fae8ac896578447f8fcb07ff6c976128133a9c/other/skipkeys.yaml
59 changes: 51 additions & 8 deletions zentral/contrib/mdm/schema_data/skipkeys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ payloadkeys:
content: The key to skip the Choose Your Look screen. This key is available in iOS
13+ and macOS 10.14 and later.
- key: AppleID
title: Disables signing in to Apple ID and iCloud
title: Disables signing in to an Apple Account and iCloud
type: <string>
presence: optional
content: The key to skip Apple ID setup. This key is available in iOS 7.0+, tvOS
10.2 and later, and macOS 10.9 and later.
content: The key to skip Apple Account setup. This key is available in iOS 7.0+,
tvOS 10.2 and later, and macOS 10.9 and later.
- key: AppStore
title: Skips AppStore information pane
supportedOS:
Expand Down Expand Up @@ -148,7 +148,7 @@ payloadkeys:
introduced: n/a
type: <string>
presence: optional
content: The key to skip the Lockdown Mode pane if an Apple ID is set up. Available
content: The key to skip the Lockdown Mode pane if an Apple Account is set up. Available
in macOS 14 and later, and iOS 17.1 and later.
- key: FileVault
title: Skip configuration of FileVault
Expand Down Expand Up @@ -217,6 +217,34 @@ payloadkeys:
presence: optional
content: The key to skip the iMessage and FaceTime screen in iOS. This key is available
in iOS 12 and later.
- key: Intelligence
title: Skip Intelligence setup pane
supportedOS:
iOS:
introduced: '18.0'
macOS:
introduced: '15.0'
tvOS:
introduced: n/a
type: <string>
presence: optional
content: The key to skip the Intelligence pane. This key is available in iOS 18
and later and macOS 15 and later.
- key: Keyboard
title: Skip Keyboard pane
supportedOS:
iOS:
introduced: '13.0'
always-skippable: false
macOS:
introduced: n/a
tvOS:
introduced: n/a
type: <string>
presence: optional
content: If the key is included in the SkipSetup array the Keyboard pane will be
skipped. This pane isn't always skippable because it appears before the device
retrieves the Cloud Configuration from the server.
- key: Location
title: Disables Location Services
supportedOS:
Expand Down Expand Up @@ -382,6 +410,21 @@ payloadkeys:
presence: optional
content: The key to skip the mandatory software update screen in iOS. This key is
available in iOS 12 and later.
- key: SpokenLanguage
title: Skip Dictation pane
supportedOS:
iOS:
introduced: '13.0'
always-skippable: false
macOS:
introduced: n/a
tvOS:
introduced: n/a
type: <string>
presence: optional
content: If the key is included in the SkipSetup array the Dictation pane will be
skipped. This pane isn't always skippable because it appears before the device
retrieves the Cloud Configuration from the server.
- key: TapToSetup
title: Skips simplified tap setup
supportedOS:
Expand All @@ -393,8 +436,8 @@ payloadkeys:
always-skippable: false
type: <string>
presence: optional
content: The key to skip the Tap To Set Up option in AppleTV about using an iOS
device to set up your AppleTV. This key is available in tvOS 10.2 and later.
content: The key to skip the Tap To Set Up option in Apple TV related to using an
iOS device to set up your Apple TV. This key is available in tvOS 10.2 and later.
- key: TermsOfAddress
title: Skips Terms of Address
supportedOS:
Expand Down Expand Up @@ -467,7 +510,7 @@ payloadkeys:
introduced: n/a
type: <string>
presence: optional
content: The key to skip the Software Update Complete pane. This field is available
content: The key to skip the Software Update Complete pane. This key is available
in iOS 14 and later.
- key: Wallpaper
title: Skips Wallpaper selection
Expand Down Expand Up @@ -502,7 +545,7 @@ payloadkeys:
iOS:
introduced: '13.0'
macOS:
introduced: n/a
introduced: '15.0'
tvOS:
introduced: n/a
type: <string>
Expand Down

0 comments on commit c0b3349

Please sign in to comment.