mirror of
https://github.com/apple/device-management.git
synced 2026-02-12 21:03:12 +00:00
19 lines
529 B
YAML
19 lines
529 B
YAML
title: Status Device Operating System Build Version
|
|
description: The device's operating system build version.
|
|
payload:
|
|
statusitemtype: device.operating-system.build-version
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
macOS:
|
|
introduced: '13.0'
|
|
tvOS:
|
|
introduced: '16.0'
|
|
payloadkeys:
|
|
- key: device.operating-system.build-version
|
|
title: Status item value.
|
|
type: <string>
|
|
presence: required
|
|
content: A string that identifies the operating system's build version on the device,
|
|
such as '18F132'.
|