Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Created May 2, 2014 12:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanschmidt/baceb064fe843d21703a to your computer and use it in GitHub Desktop.
Save stefanschmidt/baceb064fe843d21703a to your computer and use it in GitHub Desktop.
Disable Tunnelbear dock icon on OS X 10.9 Mavericks
/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
@andrea-hull
Copy link

thanks!

@JoelNichols
Copy link

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