Re: Check for Mac OS Version
Re: Check for Mac OS Version
- Subject: Re: Check for Mac OS Version
- From: Julian Cain <email@hidden>
- Date: Thu, 31 Mar 2005 01:30:35 -0500
Use this macro:
#define PANTHER (floor(NSAppKitVersionNumber) >
NSAppKitVersionNumber10_2_3)
then...
if(!PANTHER)NSLog(@"User is running OS X less than panther");
-Julian
On Mar 30, 2005, at 2:36 PM, Adam wrote:
How can I check to see what version of Mac OS the user is running?
Specifically I want to know if they are using anything less then 10.3.
Adam
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden