mirror of
https://github.com/apple/device-management.git
synced 2026-08-27 18:40:23 +02:00
Release_iOS-17-2_macOS-14-2
This commit is contained in:
@@ -31,3 +31,7 @@ strings. This has not been corrected as the schema does not support polymorphic
|
||||
### profiles/com.apple.universalaccess.yaml
|
||||
|
||||
The `contrast` key in the `com.apple.universalaccess` profile payload incorrectly listed its type as `integer`. The correct type is `real`.
|
||||
|
||||
### profiles/com.apple.extensiblesso.yaml
|
||||
|
||||
The `AuthorizationGroups` key was updated as the key values-pairs in the dictionary were incorrectly stated.
|
||||
|
||||
@@ -150,6 +150,9 @@ properties:
|
||||
type: boolean
|
||||
description: If true, indicates that the skip key's corresponding Setup pane is always skipped. If false, indicates
|
||||
that the skip key's corresponding Setup pane may be shown, depending on exactly when during the setup flow it occurs.
|
||||
beta:
|
||||
type: boolean
|
||||
description: Indicates that this payload should be considered a beta release for this OS. It may change in an incompatible way prior to final release.
|
||||
macOS: *supportedOSItem
|
||||
tvOS: *supportedOSItem
|
||||
watchOS: *supportedOSItem
|
||||
@@ -163,6 +166,9 @@ properties:
|
||||
- single
|
||||
- multiple
|
||||
- combined
|
||||
beta:
|
||||
type: boolean
|
||||
description: Indicates that this entire payload should be considered a beta release. It may change in an incompatible way prior to final release.
|
||||
content:
|
||||
type: string
|
||||
description: Description of the payload.
|
||||
|
||||
Reference in New Issue
Block a user