-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathcom.apple.SetupAssistant.managed.yaml
More file actions
169 lines (169 loc) · 3.87 KB
/
Copy pathcom.apple.SetupAssistant.managed.yaml
File metadata and controls
169 lines (169 loc) · 3.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
title: Setup Assistant
description: ''
payload:
payloadtype: com.apple.SetupAssistant.managed
supportedOS:
iOS:
introduced: '14.0'
multiple: false
supervised: true
allowmanualinstall: true
sharedipad:
mode: allowed
devicechannel: true
userchannel: false
userenrollment:
mode: forbidden
macOS:
introduced: '10.12'
multiple: false
devicechannel: true
userchannel: true
supervised: false
requiresdep: false
userapprovedmdm: false
allowmanualinstall: true
userenrollment:
mode: forbidden
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
content: On macOS, this payload can specify Setup Assistant options for either the
system or particular users.
payloadkeys:
- key: SkipCloudSetup
supportedOS:
iOS:
introduced: n/a
macOS:
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Apple Account setup pane.
- key: SkipSiriSetup
supportedOS:
iOS:
introduced: n/a
macOS:
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Siri setup pane.
- key: SkipPrivacySetup
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: 10.13.4
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Privacy consent pane.
- key: SkipiCloudStorageSetup
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: 10.13.4
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the iCloud Storage pane.
- key: SkipTrueTone
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: 10.13.6
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the True Tone Display pane.
- key: SkipAppearance
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '10.14'
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Choose Your Look pane.
- key: SkipTouchIDSetup
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '10.15'
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Touch ID setup pane.
- key: SkipScreenTime
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '10.15'
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Screen Time pane.
- key: SkipAccessibility
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '11.0'
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Accessibility pane.
- key: SkipSetupItems
supportedOS:
iOS:
introduced: '14.0'
macOS:
introduced: '15.0'
type: <array>
presence: optional
content: An array strings that describe the setup items to skip. SkipKeys provides
a list of valid strings and their meanings. Available in iOS 14, macOS 15 and
later.
subkeys:
- key: SkipSetupItems
type: <string>
- key: SkipUnlockWithWatch
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '12.0'
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Unlock With Apple Watch pane.
- key: SkipWallpaper
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '14.1'
deprecated: '15.0'
type: <boolean>
presence: optional
default: false
content: If 'true', the system skips the Wallpaper selection window.