Skip to content

Instantly share code, notes, and snippets.

@vladimir-e
Created March 23, 2013 19:57
Show Gist options
  • Save vladimir-e/5229141 to your computer and use it in GitHub Desktop.
Save vladimir-e/5229141 to your computer and use it in GitHub Desktop.
Remove app icon from osx applciation switcher #osx #macos
<!-- 1. "Show Package Contents" -->
<!-- 2. Open Info.plist -->
<!-- 3. append to "dict" section: -->
<key>LSUIElement</key>
<string>1</string>
<!-- Worked for iTerm. -->
<!-- Or change Info.plist to have: -->
<key>LSUIElement</key>
<true/>
<!-- worked for lastfm -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment