Skip to content

Instantly share code, notes, and snippets.

@fousa
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fousa/a3ca9e2556a81aca8d63 to your computer and use it in GitHub Desktop.
Save fousa/a3ca9e2556a81aca8d63 to your computer and use it in GitHub Desktop.
Stop iTunes from launching when connecting a bluetooth headset
echo
echo "*************************************************************************"
echo "** **"
echo "** Stop iTunes from launching when connecting a bluetooth headset. **"
echo "** **"
echo "*************************************************************************"
echo "** **"
echo "** -> Renaming the iTunes application to iMelodies. **"
sudo mv /Applications/iTunes.app /Applications/iMelodies.app
echo "** ===> DONE. **"
echo "** **"
echo "** -> Renaming the iTunesHelper application to iMelodiesHelper. **"
sudo mv /Applications/iMelodies.app/Contents/MacOS/iTunesHelper.app /Applications/iMelodies.app/Contents/MacOS/iMelodiesHelper.app
echo "** ===> DONE. **"
echo "** **"
echo "*************************************************************************"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment