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:
@@ -6,12 +6,34 @@ This repository contains Apple's Device Management Client schema data for the MD
|
||||
|
||||
This release corresponds to the following OS versions
|
||||
|
||||
| OS | Version |
|
||||
|---------|---------|
|
||||
| iOS | 17.2 |
|
||||
| macOS | 14.2 |
|
||||
| tvOS | 17.2 |
|
||||
| watchOS | 10.2 |
|
||||
| OS | Version |
|
||||
|----------|---------|
|
||||
| iOS | 17.4 |
|
||||
| macOS | 14.4 |
|
||||
| tvOS | 17.4 |
|
||||
| visionOS | 1.1 |
|
||||
| watchOS | 10.4 |
|
||||
|
||||
## Important Release Notes
|
||||
|
||||
### visionOS support
|
||||
|
||||
The 17.4/14.4 release adds a `visionOS` value to the `supportedOS` key to indicate support for visionOS devices.
|
||||
|
||||
### Declarative device management supervision state
|
||||
|
||||
The 17.4/14.4 release includes a major change to the `allowed-enrollments` key in declarative device management schema items. A new `supervised` value has been added. So now:
|
||||
|
||||
* `supervised` is used to indicate support for a supervised device enrollment
|
||||
* `device` is used to indicate support for an unsupervised device enrollment.
|
||||
|
||||
On macOS, device enrollments are always supervised, so the `device` value has been replaced by `supervised` in all `allowed-enrollments`.
|
||||
|
||||
On other platforms, `supervision` has been added or `device` has been removed, as appropriate for actual support.
|
||||
|
||||
### Declarative device management combinetype values
|
||||
|
||||
The 17.4/14.4 release has renamed the `enum-lowest` and `enum-highest` combinetype values to `enum-first` and `enum-last` respectively.
|
||||
|
||||
## What's Available
|
||||
|
||||
|
||||
Reference in New Issue
Block a user