On Mon, May 25, 2015, at 06:13 AM, Gerriet M. Denkmann wrote:
> How to translate this into 10.10 without deprecation warnings?
>
> CFDictionaryRef diref = SMJobCopyDictionary( kSMDomainSystemLaunchd,
> “de.mdenkmann.MyTool” );
> if ( diref == nil ) // MyTool is not running
The point of
How to translate this into 10.10 without deprecation warnings?
CFDictionaryRef diref = SMJobCopyDictionary( kSMDomainSystemLaunchd,
“de.mdenkmann.MyTool” );
if ( diref == nil ) // MyTool is not running
Gerriet.
___
Cocoa-dev mailing list (