Last active
August 29, 2015 14:14
-
-
Save chrisdiana/c1b4a070454fdacaab9e to your computer and use it in GitHub Desktop.
Hide App Icon from Dock in OS X
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
# 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