Skip to content

Instantly share code, notes, and snippets.

@chrisdiana
Last active August 29, 2015 14:14
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 chrisdiana/c1b4a070454fdacaab9e to your computer and use it in GitHub Desktop.
Save chrisdiana/c1b4a070454fdacaab9e to your computer and use it in GitHub Desktop.
Hide App Icon from Dock in OS X
# Locate the 'Info.plist' by right clicking app and 'Show Package Contents'
# Add this just before the closing of the `</dict>` tag near where you see
# something similar to `<string>MainMenu</string><key>NSPrincipalClass</key>`
<key>LSUIElement</key>
<true/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment