Created
May 2, 2014 12:47
-
-
Save stefanschmidt/baceb064fe843d21703a to your computer and use it in GitHub Desktop.
Disable Tunnelbear dock icon on OS X 10.9 Mavericks
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
/usr/libexec/PlistBuddy /Applications/TunnelBear.app/Contents/Info.plist -c "Add LSUIElement String" | |
/usr/libexec/PlistBuddy /Applications/TunnelBear.app/Contents/Info.plist -c "Set LSUIElement 1" | |
sudo codesign -f -s - /Applications/TunnelBear.app |
Awesome! Thanks for this. Surprises me that this isn't the default option honestly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks!