Re: Implementing delegate categories for subclasses
Christiaan Hofman <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 9, 2009, at 23:50, Kyle Sluder wrote: > On Wed, Sep 9, 2009 at 2:30 PM, David Dunham<[email protected]> wrote: >> I do -- I want 10.4 for PowerPC support, and 10.6 for 64-bit Intel >> support. > > That sounds like an immense leap. If Apple were to try to make the OS > source-compatible across two major versions, we'd never see any API > improvement. > > --Kyle Sluder Why? There is still a huge overlap between 10.4 and 10.6, it's really not such a stretch to build an app or support framework for all three major versions. In particular for frameworks, and those typically should be as versatile as possible. And quite frankly, I even still require some deprecated methods from 10.4 even on 10.6, because Apple simply did not give a proper replacement (due to serious bugs and shortcomings in the API that replaced it). But that's a different story. Christiaan