Re: Little question on kCFCoreFoundationVersionNumber
Re: Little question on kCFCoreFoundationVersionNumber
- Subject: Re: Little question on kCFCoreFoundationVersionNumber
- From: Ali Ozer <email@hidden>
- Date: Mon, 29 Sep 2003 10:52:28 -0700
This is correct. The AppKit release note discusses this technique (and
others) to do runtime version check.
Ali
Begin forwarded message:
From: Stiphane Sudre <email@hidden>
Date: September 29, 2003 8:54:08 PDT
To: email@hidden
Subject: Little question on kCFCoreFoundationVersionNumber
In the next version of the OS, kCFCoreFoundationVersionNumber10_2 is
said to be 263.0.
When I'm printing kCFCoreFoundationVersionNumber under 10.2.8, I'm
getting:
263.5
Are all kCFCoreFoundationVersionNumber lesser than 264 for Mac OS X
10.2.x?
Or is this code ok to determine under 10.2 that you are running on
10.2.x or prior?
if (kCFCoreFoundationVersionNumber<264.0)
{
// < 10.3
}
because 10_1 was 226.0 and 10_1_2 was 227.2.
_______________________________________________
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.
_______________________________________________
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.