mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
25 lines
762 B
Plaintext
25 lines
762 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CommandUUID</key>
|
|
<string>0001_OSUpdateStatus</string>
|
|
<key>OSUpdateStatus</key>
|
|
<array>
|
|
<dict>
|
|
<key>DownloadPercentComplete</key>
|
|
<real>0.5030184984207153</real>
|
|
<key>IsDownloaded</key>
|
|
<false/>
|
|
<key>ProductKey</key>
|
|
<string>iOSUpdate17A576</string>
|
|
<key>Status</key>
|
|
<string>Downloading</string>
|
|
</dict>
|
|
</array>
|
|
<key>Status</key>
|
|
<string>Acknowledged</string>
|
|
<key>UDID</key>
|
|
<string>00008020-000915083C80012E</string>
|
|
</dict>
|
|
</plist> |