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>