Re: Getting the Version Number from an NSRunningApplication?

2016-05-25 Thread Daniel Höpfl
Hi, On 2016-05-25 10:56, Dave wrote: Hi, How can I get the version number of an Application from an NSRunningApplication object? I tried the following, the BundleID looks ok but “bundleWithIdentifier:” returns nil? +(NSInteger) getAppVersionNumberWithRunningApp:(NSRunningApplication*) theRunn

Getting the Version Number from an NSRunningApplication?

2016-05-25 Thread Dave
Hi, How can I get the version number of an Application from an NSRunningApplication object? I tried the following, the BundleID looks ok but “bundleWithIdentifier:” returns nil? +(NSInteger) getAppVersionNumberWithRunningApp:(NSRunningApplication*) theRunningApp { NSString*