I want to activate an external application. I don’t want to launch my application, because the application is already open. I only want to change the window to display that application.
Any ideas?
I want to activate an external application. I don’t want to launch my application,
Share
You need to use the
launchApplicationmethod of NSWorkspace.If the application is already opened, it will simply activate it: