• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Little question on kCFCoreFoundationVersionNumber
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Little question on kCFCoreFoundationVersionNumber (From: Stéphane Sudre <email@hidden>)

  • Prev by Date: Re: Little question on kCFCoreFoundationVersionNumber
  • Next by Date: Re: NSUserDefaults, setPersistentDomain & NSUserDefaultsDidChangeNotification
  • Previous by thread: Re: Little question on kCFCoreFoundationVersionNumber
  • Next by thread: Re: Assembling the Text System
  • Index(es):
    • Date
    • Thread