mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-15 10:02:56 +08:00
29 lines
755 B
Plaintext
29 lines
755 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>RequestType</key>
|
|
<string>Settings</string>
|
|
<key>Settings</key>
|
|
<array>
|
|
<dict>
|
|
<key>DeviceName</key>
|
|
<string>foo</string>
|
|
<key>Item</key>
|
|
<string>DeviceName</string>
|
|
</dict>
|
|
<dict>
|
|
<key>HostName</key>
|
|
<string>foo-bar</string>
|
|
<key>Item</key>
|
|
<string>HostName</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
<key>CommandUUID</key>
|
|
<string>19a68ea7-eb45-4ced-a7e6-5aa0b0eb71bc</string>
|
|
</dict>
|
|
</plist>
|