I have a simple Cocoa application with one NSWindow, where I can enter some credentials, and after sending the application starts another process. If the credentials were entered once and cached, I would like to start the process by launching the application without showing the main application window. How can i achieve this?
An application has only one class that corresponds to an NSApplicationDelegate and one .xib file.
source share