mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
24 lines
720 B
Plaintext
24 lines
720 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>ApplicationAttributes</key>
|
|
<array>
|
|
<dict>
|
|
<key>Attributes</key>
|
|
<dict>
|
|
<key>VPNUUID</key>
|
|
<string>abcde</string>
|
|
</dict>
|
|
<key>Identifier</key>
|
|
<string>com.acme.myenterpriseapp</string>
|
|
</dict>
|
|
</array>
|
|
<key>CommandUUID</key>
|
|
<string>0001_ManagedApplicationAttributes</string>
|
|
<key>Status</key>
|
|
<string>Acknowledged</string>
|
|
<key>UDID</key>
|
|
<string>00008020-000915083C80012E</string>
|
|
</dict>
|
|
</plist> |