On Fri, 24 Feb 2012 13:56:08 +0700, Gerriet M. Denkmann said:
>The documentation says of NSProcessInfo operatingSystemVersionString:
>"This string is not appropriate for parsing". But if fails to mention
>what to use instead.
>
>So what should I use? Gestalt? Or is there some more convenient Cocoa
On 24 Feb 2012, at 22:11, Jean-Daniel Dupas wrote:
>
> Le 24 févr. 2012 à 07:56, Gerriet M. Denkmann a écrit :
>
>> The documentation says of NSProcessInfo operatingSystemVersionString:
>> "This string is not appropriate for parsing". But if fails to mention what
>> to use instead.
>>
>> So w
Le 24 févr. 2012 à 07:56, Gerriet M. Denkmann a écrit :
> The documentation says of NSProcessInfo operatingSystemVersionString:
> "This string is not appropriate for parsing". But if fails to mention what to
> use instead.
>
> So what should I use? Gestalt? Or is there some more convenient Coco
If this is an AppKit related bug then you could check the
NSAppKitVersionNumber if a newer version was released for 10.6.1 that
solved the issue.
On Fri, Feb 24, 2012 at 7:56 AM, Gerriet M. Denkmann
wrote:
> The documentation says of NSProcessInfo operatingSystemVersionString:
> "This string is n
The documentation says of NSProcessInfo operatingSystemVersionString:
"This string is not appropriate for parsing". But if fails to mention what to
use instead.
So what should I use? Gestalt? Or is there some more convenient Cocoa
alternative?
(I need this info for a bug workaround which occurs