Re: Implementing delegate categories for subclasses
Christiaan Hofman <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 9, 2009, at 20:22, Kyle Sluder wrote: > On Wed, Sep 9, 2009 at 11:10 AM, Christiaan > Hofman<[email protected]> wrote: >> However it wold still apply for the 10.4 SDK. > > I guess the next question is, "do you really need to compile the same > code against the 10.4, 10.5, and 10.6 SDKs?" > > --Kyle Sluder For one project I only need to support the 10.5 and 10.6 SDKs. But I actually have not decided yet what I will do with an (OSS) framework that currently supports 10.4+ (and that others may want to build themselves as a dependency). What I will do depends on how difficult it will be to keep supporting the whole range, which partially depends on the answer to my questions. And anyway, my main question is not solved by this insight, even if I only want to support 10.5 and 10.6. I still get warnings either with the 10.5 or the 10.6 SDK. Christiaan