My app installs a couple PrivilegedHelperTools.
Right now I get information about my previously installed tools via the long deprecated SMJobCopyDictionary. E.G.:
SMJobCopyDictionary( kSMDomainSystemLaunchd, (__bridge CFStringRef)toolName )
which I then use to determine whether these tools need an update at my app's launch time.
Is there a better, modern, non-deprecated way to look up information about my previously installed helper tools?
Right now I get information about my previously installed tools via the long deprecated SMJobCopyDictionary. E.G.:
SMJobCopyDictionary( kSMDomainSystemLaunchd, (__bridge CFStringRef)toolName )
which I then use to determine whether these tools need an update at my app's launch time.
Is there a better, modern, non-deprecated way to look up information about my previously installed helper tools?