Comment on "
A Quick Review of Tweetie for Mac
"
by Micmoo — Apr 19
@Maxime,
You normally can make any app hide its Dock icon by setting the LSUIElement to 1 in its Info.plist file
You can add it right above the closing </dict> like this:
<key>LSUIElement</key> <string>1</string> </dict> </plist>
Back to "
A Quick Review of Tweetie for Mac
"
Copyright © Scott Stevenson 2004-2015
by Micmoo — Apr 19
You normally can make any app hide its Dock icon by setting the LSUIElement to 1 in its Info.plist file
You can add it right above the closing </dict> like this:
<key>LSUIElement</key> <string>1</string> </dict> </plist>