Re: Getting OS version under cocoa
Re: Getting OS version under cocoa
- Subject: Re: Getting OS version under cocoa
- From: Nico <email@hidden>
- Date: Mon, 12 Aug 2002 22:57:20 +0200
Under Jaguar, you can use [[NSProcessInfo processInfo]
operatingSystemVersionString]
Under Puma, I didn't find anything and used Carbon's Gestalt() call
Nico
On 12/08/02 22:23, "Kevin Elliott" <email@hidden> wrote:
>
Does anyone know the recommended way to get the OS version under cocoa? I
>
need to check OS version so I can work around the bugs in a framework.
>
Worst case I'll use Carbon's Gestalt but I thought I ought to check and see
>
if there was a more "cocoa-like" way.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.