Well, the title says it all:
Can I edit the Info.plist
of an App so that is always starts hidden?
Open the info.plist in textedit and check if the key "LSUIElement" exist. If not, then add the following piece of code.
<key>LSUIElement</key>
<true/>
If it does, then just change the key from <true/>
to <false/>
.
Cmd-H
), but removed the Dock icon and menu bar. – Daniel Beck Jan 26 '12 at 19:02