Apps that dont show up in the Dock or taskbar

Hey All :smiley:
Thanks for all your previous help but yes, im back for more :frowning:
Does anyone know how i can get my application not to appear in the dock or the taskbar, just like quicksilver (after some settings changed)?
If you could tell me you can score โ€œBig Thanks to name for help with the UIโ€ and lifetime free filehosting on my webserver, if none of tht takes you fancy ask me and i can think of something!

Big thanks! :stuck_out_tongue:
(PS. i am not making a virus or anything just something like dashboard for the desktop (i know, done before)) (i(like(brackets)!))

In your info.plist add the following lines:


	<key>NSUIElement</key>
	<string>1</string>

See also: Property List Key Reference: LSUIElement

You can also use James Sentmanโ€™s โ€œDrop Backgrounderโ€

thanks everyone :smiley:
worked great! :stuck_out_tongue: