Making an app invisible?
Posted: Fri Jan 03, 2014 6:10 pm
I'd like to make an app that runs on my Mac but doesn't add its icon to the Dock. I did this years ago using ResEdit in Mac OS 9 (told you it was years ago!), and I've found a couple of prompts for doing this in Mac OS X by editing an app's info.plist file and adding a couple of lines, but when I try either of these the app just bounces in the Dock and never launches. Both claimed plist methods are shown below - not that they helped me.
<key>LSBackgroundOnly</key>
<true/>
<key>LSUIElement</key>
<string>1</string>
Any ideas?
Keith
<key>LSBackgroundOnly</key>
<true/>
<key>LSUIElement</key>
<string>1</string>
Any ideas?
Keith