mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
17 lines
518 B
Plaintext
17 lines
518 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>Command</key>
|
|
<dict>
|
|
<key>Identifiers</key>
|
|
<array>
|
|
<string>com.acme.myenterpriseapp</string>
|
|
</array>
|
|
<key>RequestType</key>
|
|
<string>ManagedApplicationAttributes</string>
|
|
</dict>
|
|
<key>CommandUUID</key>
|
|
<string>0001_ManagedApplicationAttributes</string>
|
|
</dict>
|
|
</plist> |