Re: Getting back into MacOSX development after some time off
jerry porter <jep9816-/[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
Thank, However I am not to concerned with being backward compatible. I just want to move my code forward. BTW so far so good, purging out the warnings so far. Jerry Porter - - - When told the reason for daylight saving time the old Indian said ... "Only a white man would believe that you could cut a foot off the top of a blanket and sew it to the bottom of a blanket and have a longer blanket." - - - - - - Seen on a T-shirt: "Remember you are unique and special... Just like everyone else" - - - ----- Original Message ---- From: Matt Neuburg <[email protected]> To: [email protected] Sent: Mon, November 16, 2009 1:09:27 PM Subject: Re: Getting back into MacOSX development after some time off On Wed, 11 Nov 2009 12:58:49 -0800, "Mr. George Warner" <[email protected]> said: >On Tue, 10 Nov 2009 21:10:17 -0800 (PST), jerry porter <jep9816-/[email protected]> wrote: >> I think I figured out how to "migrate" to 10.6 SDK in my code. >> I started by playing with the Active SDK and the architecture settings. > >Remember that the SDK should be set to the NEWEST version of Mac OS X that you want to run on and the DEPLOYMENT_TARGET to the oldest. For example, for PowerPC Leopard, Intel Snow Leopard and deploy to Tiger: > >SDKROOT = macosx10.6 >SDKROOT[arch=ppc] = macosx10.5 >MACOSX_DEPLOYMENT_TARGET = 10.4 I often hear this stated as the "conventional wisdom", but my own experience is that if I do that, I don't get the warnings I need in order to discover that my app is not backwards compatible. m. -- matt neuburg, phd = [email protected], <http://www.tidbits.com/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.tidbits.com/matt/default.html#applescriptthings _______________________________________________ MacOSX-dev mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/macosx-dev