jinksys macrumors newbie Original poster 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 Jul 12, 2009 #2 Try adding the LSUIElement key to your Info.plist file with value 1. See Apple's documentation.