Posts

Post not yet marked as solved
4 Replies
1.4k Views
Hi, ALL,I'm trying to find out how do I open an application from my own one.I was looking at https://developer.apple.com/documentation/coreservices/launch_services?language=objc but it looks like I can't do that since all those useful functions are deprecated now.I also want to get a notification of this task be finished inside my application.It looks like in Cocoa I can open URLs only with the browser, because everything else is Carbon and is deprecated since 10.10. Moreover, there is no good documentation about lauching services in Cocoa, as the documentation itself points out to Carbon. as if in https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/LaunchServicesConcepts/LSCIntro/LSCIntro.html?language=objc#//apple_ref/doc/uid/TP30000999NB: I don't want to open a document - I want to open an external application, that will perform some task for me.So - can someone points me to either a good (recent) Coca version of this documentation or just simply provide a code on how to start a program/service in Cocoa and get a notification about it.Thank you.
Posted Last updated
.