mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 20:10:19 +02:00
19 lines
565 B
Plaintext
19 lines
565 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>DestinationName</key>
|
|
<string>Apple TV</string>
|
|
<key>Password</key>
|
|
<string>password</string>
|
|
<key>RequestType</key>
|
|
<string>RequestMirroring</string>
|
|
<key>ScanTime</key>
|
|
<integer>30</integer>
|
|
</dict>
|
|
<key>CommandUUID</key>
|
|
<string>0001_RequestMirroring</string>
|
|
</dict>
|
|
</plist> |