mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
Release_iOS-17-4_macOS-14-4
This commit is contained in:
@@ -5,6 +5,14 @@ payload:
|
||||
supportedOS:
|
||||
iOS:
|
||||
introduced: '16.0'
|
||||
macOS:
|
||||
introduced: n/a
|
||||
tvOS:
|
||||
introduced: n/a
|
||||
visionOS:
|
||||
introduced: n/a
|
||||
watchOS:
|
||||
introduced: n/a
|
||||
payloadkeys:
|
||||
- key: iTunesStoreID
|
||||
title: iTunes Store ID
|
||||
|
||||
+33
-8
@@ -10,6 +10,8 @@ payload:
|
||||
introduced: '10.9'
|
||||
tvOS:
|
||||
introduced: '10.2'
|
||||
visionOS:
|
||||
introduced: '1.1'
|
||||
watchOS:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
@@ -25,6 +27,9 @@ payloadkeys:
|
||||
tvOS:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
visionOS:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The device's UDID.
|
||||
@@ -40,6 +45,9 @@ payloadkeys:
|
||||
tvOS:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
visionOS:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
type: <string>
|
||||
presence: required
|
||||
content: The device's serial number.
|
||||
@@ -96,11 +104,11 @@ payloadkeys:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
macOS:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
introduced: n/a
|
||||
tvOS:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
introduced: n/a
|
||||
visionOS:
|
||||
introduced: n/a
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: The device's IMEI (if available).
|
||||
@@ -111,11 +119,11 @@ payloadkeys:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
macOS:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
introduced: n/a
|
||||
tvOS:
|
||||
userenrollment:
|
||||
mode: forbidden
|
||||
introduced: n/a
|
||||
visionOS:
|
||||
introduced: n/a
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: The device's MEID (if available).
|
||||
@@ -133,6 +141,8 @@ payloadkeys:
|
||||
introduced: '14.0'
|
||||
tvOS:
|
||||
introduced: n/a
|
||||
visionOS:
|
||||
introduced: n/a
|
||||
watchOS:
|
||||
introduced: n/a
|
||||
type: <boolean>
|
||||
@@ -149,6 +159,21 @@ payloadkeys:
|
||||
introduced: n/a
|
||||
tvOS:
|
||||
introduced: n/a
|
||||
visionOS:
|
||||
introduced: n/a
|
||||
type: <data>
|
||||
presence: optional
|
||||
content: The pairing token to validate when a watch is enrolling.
|
||||
- key: SOFTWARE_UPDATE_DEVICE_ID
|
||||
title: Software Update Device ID
|
||||
supportedOS:
|
||||
iOS:
|
||||
introduced: '17.4'
|
||||
macOS:
|
||||
introduced: '14.4'
|
||||
tvOS:
|
||||
introduced: n/a
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: The device model identifier used to lookup available OS updates through
|
||||
https://gdmf.apple.com/v2/pmv.
|
||||
|
||||
@@ -16,6 +16,8 @@ payload:
|
||||
mode: allowed
|
||||
tvOS:
|
||||
introduced: '10.2'
|
||||
visionOS:
|
||||
introduced: '1.1'
|
||||
watchOS:
|
||||
introduced: '10.0'
|
||||
payloadkeys:
|
||||
@@ -93,6 +95,8 @@ payloadkeys:
|
||||
removed: '0'
|
||||
tvOS:
|
||||
removed: '0'
|
||||
visionOS:
|
||||
removed: '0'
|
||||
watchOS:
|
||||
introduced: n/a
|
||||
type: <boolean>
|
||||
@@ -134,6 +138,8 @@ payloadkeys:
|
||||
removed: '0'
|
||||
tvOS:
|
||||
removed: '0'
|
||||
visionOS:
|
||||
removed: '0'
|
||||
watchOS:
|
||||
introduced: n/a
|
||||
type: <integer>
|
||||
@@ -158,6 +164,8 @@ payloadkeys:
|
||||
removed: '0'
|
||||
tvOS:
|
||||
removed: '0'
|
||||
visionOS:
|
||||
removed: '0'
|
||||
watchOS:
|
||||
introduced: n/a
|
||||
type: <array>
|
||||
|
||||
@@ -4,10 +4,18 @@ description: The passwordHash object used in the AccountConfiguration and SetAut
|
||||
payload:
|
||||
payloadtype: passwordHash
|
||||
supportedOS:
|
||||
iOS:
|
||||
introduced: n/a
|
||||
macOS:
|
||||
introduced: '10.11'
|
||||
userenrollment:
|
||||
mode: allowed
|
||||
tvOS:
|
||||
introduced: n/a
|
||||
visionOS:
|
||||
introduced: n/a
|
||||
watchOS:
|
||||
introduced: n/a
|
||||
payloadkeys:
|
||||
- key: SALTED-SHA512-PBKDF2
|
||||
title: SALTED-SHA512-PBKDF2
|
||||
|
||||
+18
-2
@@ -12,6 +12,8 @@ payload:
|
||||
tvOS:
|
||||
introduced: '10.2'
|
||||
always-skippable: true
|
||||
visionOS:
|
||||
introduced: n/a
|
||||
watchOS:
|
||||
introduced: n/a
|
||||
payloadkeys:
|
||||
@@ -29,6 +31,19 @@ payloadkeys:
|
||||
presence: optional
|
||||
content: The key to skip the Accessibility pane, when creating additional users.
|
||||
This key is not available in macOS.
|
||||
- key: ActionButton
|
||||
title: Skip Action Button setup pane
|
||||
supportedOS:
|
||||
iOS:
|
||||
introduced: '17.0'
|
||||
macOS:
|
||||
introduced: n/a
|
||||
tvOS:
|
||||
introduced: n/a
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: The key to skip the Action Button configuration pane. This key is available
|
||||
in iOS 17 and later.
|
||||
- key: Android
|
||||
title: Prevents migration from Android device
|
||||
supportedOS:
|
||||
@@ -465,8 +480,9 @@ payloadkeys:
|
||||
introduced: n/a
|
||||
type: <string>
|
||||
presence: optional
|
||||
content: If the key is included in the SkipSetup array the Wallpaper pane will be
|
||||
skipped.
|
||||
content: |-
|
||||
The key to skip Wallpaper setup.
|
||||
This key is available in macOS 14.1 and later,
|
||||
- key: WatchMigration
|
||||
title: Skip watch migration
|
||||
supportedOS:
|
||||
|
||||
Reference in New Issue
Block a user