Skip to content

Commit

Permalink
Clarify usage for Apple UDID and hardware UUID fields
Browse files Browse the repository at this point in the history
  • Loading branch information
antchan2 authored Feb 25, 2025
1 parent 6d5d59c commit 222882c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Thankyou! -->

### Misc
1. Updated description of `config_state` to reflect the addition of the `assessments` object. #1343

1. Updated description of `hw_info.uuid` to clarify usage especially in presence of new `device.udid` field. #1354

## [v1.4.0] - January 31st, 2025

Expand Down
2 changes: 1 addition & 1 deletion dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -5498,7 +5498,7 @@
},
"udid": {
"caption": "Unique Device Identifier",
"description": "The Unique Device Identifier, used for iOS and macOS devices.",
"description": "The Apple assigned <a href='https://theapplewiki.com/wiki/UDID'>Unique Device Identifier</a> (UDID). It is the UDID for iOS, iPadOS, tvOS, watchOS, and visionOS devices. It is the Provisioning UDID for macOS devices. For example: <code>00008020-008D4548007B4F26</code>",
"type": "string_t"
},
"uid": {
Expand Down
2 changes: 1 addition & 1 deletion objects/device_hw_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"requirement": "optional"
},
"uuid": {
"description": "The device manufacturer assigned universally unique hardware identifier. For example: The BIOS System UUID or the Apple IOPlatformUUID.",
"description": "The device manufacturer assigned universally unique hardware identifier. It is the System UUID for <a href='https://www.dmtf.org/standards/smbios'>SMBIOS</a> compatible devices such as those running Linux and Windows. It is the Hardware UUID (also known as <code>IOPlatformUUID</code>) for macOS devices.",
"requirement": "optional"
},
"vendor_name": {
Expand Down

0 comments on commit 222882c

Please sign in to comment.