how can I get notified at my app while the specify application is opening or closing?
for example, I need do something in my app when iTunes is quitting.
how can I get notified at my app while the specify application is opening or closing?
for example, I need do something in my app when iTunes is quitting.
Subscribe to the NSWorkspace notifications NSWorkspaceDidLaunchApplicationNotification
and NSWorkspaceDidTerminateApplicationNotification
.