<key>LSUIElement</key> <string>1</string> </dict> </plist>
Technorati ProfileCopyright © Scott Stevenson 2004-2006
by Micmoo — Apr 19, 09
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>