Re: 10.10 replacement for SMJobCopyDictionary

2015-05-25 Thread Kyle Sluder
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

10.10 replacement for SMJobCopyDictionary

2015-05-25 Thread Gerriet M. Denkmann
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 (