Hey! I have my Mac application set up to launch on myApp:// protocol is called in a browser, like Safari, but I cannot seem to be able to do an action when the application is called by that protocol. The delegate method would have to be something like:
- (void)applicationDidBecomeActiveByURL:(NSURL *)protocol;
I don't know this because I am new at Mac developing, but I am somewhat good at iPhone developing, so I know the iPhone development way, but not the Mac development way