Open another Mac app from Mac Catalyst application

Viewed 79

In my app I would like to open another my app that is installed on the User's Mac.

I have already seen This link

which suggest

NSWorkspace.shared.openApplication(at: url,
                               configuration: configuration,
                               completionHandler: nil)

But according to documentation it is not available for MacCatalyst

Please suggest

0 Answers
Related