Created
December 12, 2017 19:41
-
-
Save tonkatsu7/9b115d26aa6a22f1a5ff8fbcd47a8369 to your computer and use it in GitHub Desktop.
Prevent iTunes from opening when pressing play from Bluetooth headphones on MacOS
This file contains 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
# https://discussions.apple.com/thread/6987059?start=0&tstart=0 | |
sudo chmod -x /System/Library/CoreServices/rcd.app/Contents/MacOS/rcd && sudo killall -9 rcd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment