Skip to content

Instantly share code, notes, and snippets.

@KL-7
Created April 13, 2012 20:25
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 KL-7/2379936 to your computer and use it in GitHub Desktop.
Save KL-7/2379936 to your computer and use it in GitHub Desktop.
Hide Last.fm client's icon from dock when you close it on Mac OS X.

Add that to the bottom of the main dict section in Last.fm/Contents/info.plist file:

<key>LSUIElement</key>
<string>1</string>
@mrmanc
Copy link

mrmanc commented Nov 5, 2013

You need to use this now - a boolean value must be specified:

<key>NSUIElement</key>
<string>true</string>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment