• 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
Versioning issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Versioning issues


  • Subject: Versioning issues
  • From: Jeff Childers <email@hidden>
  • Date: Fri, 27 Jun 2003 11:54:03 -0500

code from cocoa recipes for mac osx
the vermont recipes

test for os x 10.0.x

if (floor(NSappKitVersionNumber) >= NSappKitVersionNumber10_0)
&& (floor(NSAppKitVersionNumber) < NSappKitVersionNumber10_1){

test for os x 10.1.x

if (floor(NSappKitVersionNumber) >= NSappKitVersionNumber10_1)
&& (floor(NSAppKitVersionNumber) < 663){

test for os x 10.2 or later

if (floor(NSappKitVersionNumber) >= 663){

jeff childers
_______________________________________________
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.

  • Prev by Date: Re: New Panther UI Widgets?
  • Next by Date: View deallocation
  • Previous by thread: Re: New Panther UI Widgets?
  • Next by thread: View deallocation
  • Index(es):
    • Date
    • Thread