Re: Implementing delegate categories for subclasses
Kyle Sluder <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Sep 9, 2009 at 7:35 PM, David Dunham <[email protected]> wrote: > BTW, Apple still supports 10.4 with iTunes. (Which obviously isn't Intel-64, > but it's apparently still a market too big for them to ignore.) So? That doesn't mean they need to compile the same code on 10.4 and 10.6. They can link against the 10.6 SDK with a deployment target of 10.4, which is the recommended way of doing cross-target development. --Kyle Sluder