As explained at this site, I could launch an app from Safari.
I need to open an app that does some work behind the curtain, so I want an app that doesn’t have a main window.
- Q : How can I make an app that doesn’t have a main window or that doesn’t show any window?
Easiest way is to remove the window from the nib/xib file. If you want to additionally not have a dock icon, set the
Application is agent (UIElement)key in the info.plist to true