Release_iOS-17-4_macOS-14-4

This commit is contained in:
Cyrus Daboo
2024-03-05 17:52:42 -05:00
parent 1cb86e0e35
commit 39e2a82234
298 changed files with 4811 additions and 1280 deletions
+10 -1
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -17,13 +18,21 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
- user
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
+10 -1
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -17,13 +18,21 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
- user
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
+10 -1
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -17,13 +18,21 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
- user
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
+10 -1
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -17,13 +18,21 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
- user
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
+10 -1
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -17,13 +18,21 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
- user
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -17,13 +18,21 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
- user
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -17,13 +18,21 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
- user
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -17,13 +18,21 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
- user
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: n/a
payloadkeys:
+35 -30
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '17.2'
allowed-enrollments:
- supervised
- device
- user
allowed-scopes:
@@ -17,6 +18,8 @@ payload:
introduced: n/a
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
beta: true
@@ -25,7 +28,8 @@ payloadkeys:
title: Status item value.
type: <array>
presence: required
content: Status value.
content: An array of dictionaries that describe the device's declarative managed
apps.
subkeytype: App
subkeys:
- key: status_value
@@ -35,7 +39,7 @@ payloadkeys:
title: Unique identifier of the app.
type: <string>
presence: required
content: The unique identifier of the app. This will be the app's bundle id.
content: The app's bundle id, which is unique.
- key: _removed
title: Indicates removal of the app.
type: <boolean>
@@ -58,13 +62,9 @@ payloadkeys:
title: External version id
type: <integer>
presence: optional
content: The application's external version ID. This can also be retrieved from
the store from the "contentMetadataLookupUrl" from the VPPServiceConfigSrv
endpoint. In the response from uclient-api.itunes.apple.com URL, there's a
key named "externalId" at the path results.<adamId>.offers[0].version.externalId.
If the current external version identifier of an app on the store does not
match the external version identifier reported by the device, there may be
an app update available for the device.
content: |-
The app's external version ID. You can also retrieve this value from the store through the contentMetadataLookupUrl <https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/MobileDeviceManagementProtocolRef/5-Web_Service_Protocol_VPP/webservice.html#//apple_ref/doc/uid/TP40017387-CH8-SW209> of VPPServiceConfigSrv <https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/MobileDeviceManagementProtocolRef/5-Web_Service_Protocol_VPP/webservice.html#//apple_ref/doc/uid/TP40017387-CH8-SW15>.
In the response from 'uclient-api.itunes.apple.com' URL, there's an 'externalId' at the path 'results.<adamId>.offers[0].version.externalId'. If the current external version identifier of an app on the store doesn't match the external version identifier reported by the device, there may be an app update available for the device.
- key: version
title: Version
type: <string>
@@ -91,17 +91,18 @@ payloadkeys:
- managed-but-uninstalled
- failed
content: |-
The status of the app.
* optional - the app is optional and the user has to trigger its installation
* queued - installation of the app has started
* prompting-for-consent - a prompt is being shown to the user to proceed with app installation
* prompting-for-login - a prompt to sign in to the App Store is being shown to the user to allow installation
* prompting-for-management - a prompt is being shown to the user to allow changing the installed app to a managed app
* downloading - an update is being downloaded
* installing - the app is being installed
* managed - the app is installed and managed
* managed-but-uninstalled - the app is managed, but has been removed by the user. If installed again, it will be managed
* failed - the app installation has failed
The status of the app, which has the following possible values:
* 'optional': The app is optional and the user has to trigger its installation.
* 'queued': Installation of the app started.
* 'prompting-for-consent': The system is displaying a prompt to the user to proceed with app installation.
* 'prompting-for-login': The system is displaying an App Store sign-in prompt to the user to allow app installation.
* 'prompting-for-management': The system is displaying a prompt to the user to allow changing the installed app to a managed app.
* 'downloading': The system is downloading an app update.
* 'installing': The system is installing an app update.
* 'managed': The app is installed and managed.
* 'managed-but-uninstalled': The app is managed, but the user removed it. The app remains managed if the system installs it again.
* 'failed': An app update failed.
- key: update-state
title: Managed application update status
type: <string>
@@ -113,17 +114,21 @@ payloadkeys:
- updating
- failed
content: |-
The update status of the app. This key is only present when the "state" key is set to "managed" and when there is an app update available.
* available - an update is available for the app
* prompting-for-update - a prompt is being shown to the user to proceed with app update
* prompting-for-update-login - a prompt to sign in to the App Store is being shown to the user to allow app update
* updating - the app is being updated
* failed - the app update has failed
The update status of the app, which has the following possible values:
* 'available': An update is available for the app.
* 'prompting-for-update': The system is displaying a prompt to the user to proceed with app installation.
* 'prompting-for-update-login': The system is displaying an App Store sign-in prompt to the user to allow app installation.
* 'updating': The app is updating.
* 'failed': The app update failed.
This key is only present if 'state' is 'managed' and an update is available.
- key: reasons
title: Status Reasons
type: <array>
presence: optional
content: Additional detail about app state, including errors.
content: An array that contains additional details about the app state, including
errors.
subkeytype: StatusReason
subkeys:
- key: _reasons
@@ -136,17 +141,17 @@ payloadkeys:
title: Error Code
type: <string>
presence: required
content: The error code for this error.
content: A code for the state.
- key: description
title: Error Description
type: <string>
presence: optional
content: The description of this error.
content: A description of the state.
- key: details
title: Error Details
type: <dictionary>
presence: optional
content: A dictionary that contains further details about this error.
content: A dictionary that contains additional details about the state.
subkeys:
- key: ANY
type: <any>
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
@@ -17,7 +18,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -25,6 +26,14 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- local
allowed-scopes:
@@ -32,7 +41,7 @@ payload:
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+11 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
@@ -17,7 +18,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -25,6 +26,14 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- local
allowed-scopes:
@@ -32,7 +41,7 @@ payload:
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.1'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.1'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.1'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.1'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
@@ -14,9 +15,16 @@ payload:
allowed-scopes:
- system
macOS:
introduced: n/a
introduced: '14.4'
allowed-enrollments:
- supervised
- local
allowed-scopes:
- system
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
@@ -32,9 +40,11 @@ payloadkeys:
- unsupported
content: |-
The battery health status, which has the following values:
* 'non-genuine' - the battery isn't a genuine Apple battery.
* 'normal' - the battery is operating normally.
* 'service-recommended' - the system recommends battery service.
* 'unknown' - the system couldn't determine battery health information.
* 'unsupported' - the device doesn't support battery health reporting.
This field is available in iOS 17 and later on iPhone only. iPad returns 'unsupported'.
* 'non-genuine': The battery isn't a genuine Apple battery.
* 'normal': The battery is operating normally.
* 'service-recommended': The system recommends battery service.
* 'unknown': The system couldn't determine battery health information.
* 'unsupported': The device doesn't support battery health reporting.
Available in iOS 17 and later on iPhone only, and macOS 14.4 and later on Apple silicon Mac computers. iPad and Intel-based Macs return 'unsupported'.
@@ -8,12 +8,14 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
allowed-scopes:
@@ -17,7 +18,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
allowed-scopes:
- system
@@ -25,13 +26,21 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
allowed-scopes:
- system
payloadkeys:
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '15.0'
allowed-enrollments:
- supervised
- device
- user
allowed-scopes:
@@ -17,7 +18,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
allowed-scopes:
- system
@@ -25,13 +26,21 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
allowed-scopes:
- system
payloadkeys:
+14 -4
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
allowed-scopes:
@@ -19,13 +20,21 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
allowed-scopes:
- system
payloadkeys:
@@ -50,8 +59,9 @@ payloadkeys:
type: <boolean>
presence: optional
default: false
content: If 'true', the app is removed and the status item object only contains
this key and the 'identifier' key.
content: To indicate removal of an app, this key's value is set to true, and
only this key and the "identifier" key will be present in the status item
object.
- key: name
title: App name
type: <string>
@@ -102,4 +112,4 @@ payloadkeys:
- update-rejected
- management-rejected
- failed
content: The status of the app reported by ManagedApplicationListCommand.
content: The status of the app that ManagedApplicationListCommand reports.
+10 -1
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -19,10 +20,18 @@ payload:
introduced: n/a
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+10 -1
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -19,10 +20,18 @@ payload:
introduced: n/a
tvOS:
introduced: n/a
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -9,7 +9,7 @@ payload:
macOS:
introduced: '14.1'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -17,6 +17,8 @@ payload:
- user
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
@@ -24,7 +26,7 @@ payloadkeys:
title: Connection Groups status
type: <array>
presence: required
content: Status value.
content: A status item that contains an array of unresolved connection groups.
subkeytype: UnresolvedGroup
subkeys:
- key: unresolved_group
@@ -34,8 +36,7 @@ payloadkeys:
title: Unique identifier of the connection group.
type: <string>
presence: required
content: The unique identifier (i.e., ConnectionGroupUUID) of the connection
group.
content: The unique 'ConnectionGroupUUID' identifier of the connection group.
- key: _removed
title: Indicates removal of the unresolved connection group.
type: <boolean>
@@ -48,8 +49,8 @@ payloadkeys:
title: Unique identifiers of unresolved connections.
type: <array>
presence: optional
content: An array of ConnectionUUID values (as specifed by the 'Members' key
in the group's declaration) which were not resolved.
content: An array of 'ConnectionUUID' values specified in the 'Members' key
in the group's declaration for the unresolved connections.
subkeys:
- key: ConnectionUUID
title: Connection Unique Identifier
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
@@ -60,8 +70,9 @@ payloadkeys:
type: <boolean>
presence: optional
default: false
content: If 'true', the certificate is removed and the status item object only
contains this key and the 'identifier' key.
content: To indicate removal of a certificate, this key's value is set to true,
and only this key and the "identifier" key will be present in the status item
object.
- key: declaration-identifier
title: Asset declaration identifier.
type: <string>
@@ -8,12 +8,14 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
@@ -15,11 +16,13 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
allowed-scopes:
- system
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
@@ -15,11 +16,13 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
allowed-scopes:
- system
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
@@ -15,11 +16,13 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
allowed-scopes:
- system
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
@@ -34,7 +37,8 @@ payloadkeys:
- installing
- failed
content: |-
The software update install status:
The software update install status, which has the following values:
* 'none': There's no software update pending, and any previous software update succeeded.
* 'waiting': A software update is waiting to start.
* 'downloading': The system is downloading data for a software update.
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '17.0'
allowed-enrollments:
- supervised
- device
allowed-scopes:
- system
@@ -15,11 +16,13 @@ payload:
macOS:
introduced: '14.0'
allowed-enrollments:
- device
- supervised
allowed-scopes:
- system
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
+2
View File
@@ -9,6 +9,8 @@ payload:
introduced: '13.0'
tvOS:
introduced: '16.0'
visionOS:
introduced: '1.1'
watchOS:
introduced: '10.0'
payloadkeys:
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system
+12 -2
View File
@@ -6,6 +6,7 @@ payload:
iOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- user
- local
@@ -18,7 +19,7 @@ payload:
macOS:
introduced: '13.0'
allowed-enrollments:
- device
- supervised
- user
- local
allowed-scopes:
@@ -27,14 +28,23 @@ payload:
tvOS:
introduced: '16.0'
allowed-enrollments:
- supervised
- device
- local
allowed-scopes:
- system
visionOS:
introduced: '1.1'
allowed-enrollments:
- device
- user
- local
allowed-scopes:
- system
watchOS:
introduced: '10.0'
allowed-enrollments:
- device
- supervised
- local
allowed-scopes:
- system