jinksys macrumors newbie Original poster Dec 16, 2008 13 0 Saint Louis, Mo Jul 12, 2009 #1 I want to create an app that only runs in the status bar. I know how to create the icon and develop the app, but I don't know how to remove the dock icon and other menu items. I think this kind of program is called an agent?
I want to create an app that only runs in the status bar. I know how to create the icon and develop the app, but I don't know how to remove the dock icon and other menu items. I think this kind of program is called an agent?
HexMonkey Administrator emeritus Feb 5, 2004 2,240 505 New Zealand Jul 12, 2009 #2 Try adding the LSUIElement key to your Info.plist file with value 1. See Apple's documentation.