Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save timsutton/5388731 to your computer and use it in GitHub Desktop.
Save timsutton/5388731 to your computer and use it in GitHub Desktop.
disable bluetooth incoming audio requests profile
<?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>PayloadContent</key>
<dict>
<key>com.apple.Bluetooth.ByHost</key>
<dict>
<key>Set-Once</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>IsPromptingForIncomingAudioDevices</key>
<false/>
</dict>
</dict>
</array>
</dict>
</dict>
<key>PayloadDisplayName</key>
<string>MCXToProfile: (com.apple.Bluetooth.ByHost)</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>MCXToProfile.1754c98b-16f8-46e3-b080-5372348a834a.alacarte.customsettings.9127a594-4104-4457-b0c6-c8482ea60504</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>9127a594-4104-4457-b0c6-c8482ea60504</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>Included custom settings:
com.apple.Bluetooth.ByHost
</string>
<key>PayloadDisplayName</key>
<string>MCXToProfile: com.apple.Bluetooth.ByHost, </string>
<key>PayloadIdentifier</key>
<string>Settings_DisableIncomingBluetoothAudio</string>
<key>PayloadOrganization</key>
<string></string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>1754c98b-16f8-46e3-b080-5372348a834a</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