Backwards compatibility with 10.0
Backwards compatibility with 10.0
- Subject: Backwards compatibility with 10.0
- From: Richard Schreyer <email@hidden>
- Date: Mon, 1 Oct 2001 15:48:35 -0700
I intend on using dock notifications and the new APIs for NSSavePanels
(related to file extensions), but I'm not sure how to maintain
compatibility with people running 10.0.x.
I've read the little piece about versions in the AppKit release notes,
although it doesn't really clear up my questions.
With NSSavePanel it's fairly easy to see if it responds to the selectors
before using them, but dock notifications are a bit more tricky, because
of the NSInformationalRequest and NSCriticalRequest constants.
What would be the best way to use these functions while running on 10.1,
without sacrificing 10.0 compatability?
Richard Schreyer