Re: Tips to deploy applications to multiple Mac OS X versions
Re: Tips to deploy applications to multiple Mac OS X versions
- Subject: Re: Tips to deploy applications to multiple Mac OS X versions
- From: Chris Suter <email@hidden>
- Date: Fri, 11 Apr 2008 08:19:00 +1000
One caveat, though, is that you should probably have a runtime check
for the minimum OS version you expect so that you don't end up with
a crash if someone tries to use your nifty Leopard features on
Tiger. Adding something to main() would probably be easiest, either
checking against NSAppKitVersionNumber or calling Gestalt() to get
the OS version.
There's something you can put in the Info.plist that does this for
free. I forget exactly what it is but I'm sure it's easily found.
- Chris
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden