Re: Alternative to NSRunningApplication launchDate?

2014-08-01 Thread Rainer Brockerhoff
On 8/1/14, 14:33, cocoa-dev-requ...@lists.apple.com wrote: Date: Thu, 31 Jul 2014 15:46:21 -0400 From: Sean McBride s...@rogue-research.com Subject: Alternative to NSRunningApplication launchDate? Message-ID: 20140731194621.1455233...@mail.rogue-research.com Content-Type: text/plain; charset=ISO

Re: Alternative to NSRunningApplication launchDate?

2014-08-01 Thread Ken Thomases
On Aug 1, 2014, at 12:49 PM, Rainer Brockerhoff rai...@brockerhoff.net wrote: On 8/1/14, 14:33, cocoa-dev-requ...@lists.apple.com wrote: Date: Thu, 31 Jul 2014 15:46:21 -0400 From: Sean McBride s...@rogue-research.com Subject: Alternative to NSRunningApplication launchDate? Message-ID

Re: Alternative to NSRunningApplication launchDate?

2014-08-01 Thread Sean McBride
On Thu, 31 Jul 2014 20:58:53 +0100, Jonathan Mitchell said: Anyone know another way of finding an app's launch date? Some UNIX layer API? sysctl? You can extract what you need from this: http://stackoverflow.com/questions/17483407/is-there-any-way-to-get-the-

Re: Alternative to NSRunningApplication launchDate?

2014-08-01 Thread Kyle Sluder
On Fri, Aug 1, 2014, at 01:30 PM, Sean McBride wrote: On Thu, 31 Jul 2014 20:58:53 +0100, Jonathan Mitchell said: Anyone know another way of finding an app's launch date? Some UNIX layer API? sysctl? You can extract what you need from this:

Alternative to NSRunningApplication launchDate?

2014-07-31 Thread Sean McBride
Hi all, The docs for NSRunningApplication launchDate say only available for applications that were launched by LaunchServices. And indeed if the app was launched by Xcode (for debugging) launchDate returns nil. Anyone know another way of finding an app's launch date? Some UNIX layer API?

Re: Alternative to NSRunningApplication launchDate?

2014-07-31 Thread Jonathan Mitchell
On 31 Jul 2014, at 20:46, Sean McBride s...@rogue-research.com wrote: Hi all, The docs for NSRunningApplication launchDate say only available for applications that were launched by LaunchServices. And indeed if the app was launched by Xcode (for debugging) launchDate returns nil.