Stopping an Application from appearing in the Dock
-
Comments:
- here.
To stop an Application appearing in the Dock under Mac OS X add the following to the Contents/Info.plist:
1 <key>NSUIElement</key>
2 <string>1</string>
To stop an Application appearing in the Dock under Mac OS X add the following to the Contents/Info.plist:
1 <key>NSUIElement</key>
2 <string>1</string>
I use the fantastic Camino browser for MacOS X, and the latest update has something nice: better looking tab panels.