Re: Uniform Type Identifiers (UTIs)
Re: Uniform Type Identifiers (UTIs)
- Subject: Re: Uniform Type Identifiers (UTIs)
- From: Philip Dow <email@hidden>
- Date: Wed, 4 Jan 2006 17:33:06 +0100
I'm using 10.4 features all over the app within a variety of objects
while continuing compatibility with 10.3.9. To accomplish this,
rather than check for the existence of a 10.4 specific symbol
whenever I need it, I check NSAppKitVersionNumber as my main
controller inits and then set a user default bool depending on the
value. Once I've done that, the bool value is available from anywhere
with minimal hassle.
-Phil
On Jan 4, 2006, at 12:01 AM, Shawn Erickson wrote:
On Jan 3, 2006, at 2:44 PM, Philip Dow wrote:
Thanks Shawn and Steve. I thought it might have to do with the web
archive uti if not the uti constants in general. I'm already weak
linking my app and checking for 10.4 before calling other methods
In general you shouldn't need to check for 10.4 just if the symbol
you want to use exists (non-null).
-Shawn
_______________________________________________
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