mirror of
https://github.com/apple/device-management.git
synced 2026-07-10 21:13:42 +02:00
Release_iOS-18-4_macOS-15-4
This commit is contained in:
@@ -2,6 +2,19 @@
|
||||
|
||||
This document lists errata for the YAML schema. This is used when older versions of the schema are incorrect, and a fix was made in later schema to correct the problem.
|
||||
|
||||
|
||||
## iOS 18.4 / macOS 15.4
|
||||
|
||||
Added AuthName, AuthPassword and RemoteAddress keys to VPN subkey that were previously missing
|
||||
|
||||
Removed Password key from VPN subkey that was incorrectly added
|
||||
|
||||
## iOS 18.4
|
||||
|
||||
Adjusted supportedOS information for Shared iPad for a number of restrictions
|
||||
|
||||
Hideable and Lockable attributes in the app.managed configuration were missing - originally added in 18.1.
|
||||
|
||||
## macOS 15.2
|
||||
|
||||
Added missing supervised key to macOS across profiles and commands
|
||||
|
||||
+1
-1
@@ -267,6 +267,6 @@ The `subkeys` sequence in a `<array>` container defines the type of items in the
|
||||
|
||||
* if the single item's type is a scalar type, then the array is a list of items with elements matching the scalar type (e.g. an array of `<string>` values). In some cases the scalar type may have a `subkeys` key, and each element of that sequence defines a possible value for the scalar type in the array.
|
||||
|
||||
* if the single item's type is `<dictionary>`, then the array is a list of dictionary items, with each dictionary conforming to the schema defined by the `subkeys` item of the single item (e.g., an array of `<dictionary>` values). Note that the single item `<dictionary>` is only a place holder for the keys used in the `<dictionary>` array items, and as such does not itself appear as the an array item.
|
||||
* if the single item's type is `<dictionary>`, then the array is a list of dictionary items, with each dictionary conforming to the schema defined by the `subkeys` item of the single item (e.g., an array of `<dictionary>` values). Note that the single item `<dictionary>` is only a place holder for the keys used in the `<dictionary>` array items, and as such does not itself appear as an array item.
|
||||
|
||||
* if the single item's type is `<array>`, then the array is a list of array items, with each array item conforming to the schema defined for an `<array>` container as described in this section.
|
||||
|
||||
Reference in New Issue
Block a user