Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ADE profile skip keys to latest version #1096

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/85fae8ac896578447f8fcb07ff6c976128133a9c/other/skipkeys.yaml
URL: https://github.com/apple/device-management/blob/1fa842739c8f19db5b62f3ac6aed261cc378e5b8/other/skipkeys.yaml
42 changes: 34 additions & 8 deletions zentral/contrib/mdm/schema_data/skipkeys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,19 @@ payloadkeys:
presence: optional
content: The key to skip biometric setup. This key is available in iOS 8.1 and later,
and macOS 10.12.4 and later.
- key: CameraButton
title: Skips Camera Control pane
supportedOS:
iOS:
introduced: '18.0'
macOS:
introduced: n/a
tvOS:
introduced: n/a
type: <string>
presence: optional
content: The key to skip the Camera Button pane. This key is available in iOS 18
and later.
- key: DeviceToDeviceMigration
title: Skip Device To Device Migration pane
supportedOS:
Expand Down Expand Up @@ -149,7 +162,7 @@ payloadkeys:
type: <string>
presence: optional
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.
in iOS 17.1 and later, and macOS 14 and later.
- key: FileVault
title: Skip configuration of FileVault
supportedOS:
Expand Down Expand Up @@ -242,9 +255,9 @@ payloadkeys:
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.
content: The key to skip the Keyboard pane. This pane isn't always skippable because
it appears before the device retrieves the Cloud Configuration from the server.
This key is available in iOS 13 and later.
- key: Location
title: Disables Location Services
supportedOS:
Expand Down Expand Up @@ -422,9 +435,9 @@ payloadkeys:
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.
content: The key to skip the Dictation pane. This pane isn't always skippable because
it appears before the device retrieves the Cloud Configuration from the server.
This key is available in iOS 13 and later.
- key: TapToSetup
title: Skips simplified tap setup
supportedOS:
Expand Down Expand Up @@ -539,6 +552,19 @@ payloadkeys:
presence: optional
content: The key to skip the screen for watch migration. This key is available in
iOS 11 and later.
- key: WebContentFiltering
title: Skip web content filtering pane
supportedOS:
iOS:
introduced: '18.2'
macOS:
introduced: n/a
tvOS:
introduced: n/a
type: <string>
presence: optional
content: If the key is included in the SkipSetup array the Web Content Filtering
pane will be skipped.
- key: Welcome
title: Skip Get Started pane
supportedOS:
Expand All @@ -551,7 +577,7 @@ payloadkeys:
type: <string>
presence: optional
content: The key to skip the Get Started pane. This key is available in iOS 13 and
later.
later and macOS 15 and later.
- key: Zoom
title: Skips setting zoom configuration
supportedOS:
Expand Down
Loading