Created
July 26, 2020 06:32
-
-
Save joshluongo/2d78c14a759debe304c68f3ec0026862 to your computer and use it in GitHub Desktop.
Disable/Block AirPlay in macOS/iOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>PayloadContent</key> | |
<array> | |
<dict> | |
<key>PayloadDescription</key> | |
<string>Configures AirPlay settings</string> | |
<key>PayloadDisplayName</key> | |
<string>AirPlay settings</string> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.airplay.B204FAA7-F219-43EA-835D-D8F4192480DA</string> | |
<key>PayloadType</key> | |
<string>com.apple.airplay</string> | |
<key>PayloadUUID</key> | |
<string>B204FAA7-F219-43EA-835D-D8F4192480DA</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>Whitelist</key> | |
<array> | |
<dict> | |
<key>DeviceID</key> | |
<string>CD:EB:13:A7:37:D4</string> | |
</dict> | |
</array> | |
</dict> | |
</array> | |
<key>PayloadDescription</key> | |
<string>Block AirPlay Services.</string> | |
<key>PayloadDisplayName</key> | |
<string>Block AirPlay</string> | |
<key>PayloadIdentifier</key> | |
<string>blocker.200EE2CD-FB25-4A8F-ADEE-6DADD562EC43</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>B4AFD6A7-B6A1-4749-A747-BAB1A6136B5C</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment