I am trying to create a Service for Finder, but my application doesn't need to have an UI. Well I need an UI only to request for more information from the user, which my app might need sometime.
But the app should launch without any UI and no icon in the dock. How do I do that? I tried deleting the xib file but now I get "Could not connect the action buttonPressed: to target of class NSApplication" warning.