mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
30 lines
915 B
Plaintext
30 lines
915 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>0080_ManagedApplicationList</string>
|
|
<key>ManagedApplicationList</key>
|
|
<dict>
|
|
<key>com.acme.myenterpriseapp</key>
|
|
<dict>
|
|
<key>ExternalVersionIdentifier</key>
|
|
<integer>0</integer>
|
|
<key>HasConfiguration</key>
|
|
<false/>
|
|
<key>HasFeedback</key>
|
|
<false/>
|
|
<key>IsValidated</key>
|
|
<true/>
|
|
<key>ManagementFlags</key>
|
|
<integer>0</integer>
|
|
<key>Status</key>
|
|
<string>Managed</string>
|
|
</dict>
|
|
</dict>
|
|
<key>Status</key>
|
|
<string>Acknowledged</string>
|
|
<key>UDID</key>
|
|
<string>00008020-000915083C80012E</string>
|
|
</dict>
|
|
</plist> |