Is there a Cocoa equivalent of Apple Event Manager?
Posted
by Alexey
on Stack Overflow
See other posts from Stack Overflow
or by Alexey
Published on 2010-04-22T17:12:13Z
Indexed on
2010/04/22
17:13 UTC
Read the original article
Hit count: 318
Is there a way to handle Apple Events (namely starting the app from a custom protocol link like myapp://do/something/cool
) without using the Carbon APIs? If not, is it safe to assume that these APIs are not going to go away in the next release of OS X?
© Stack Overflow or respective owner