Re: MACOSX_DEPLOYMENT_TARGET per architecture in XCode 2.2. How?
Re: MACOSX_DEPLOYMENT_TARGET per architecture in XCode 2.2. How?
- Subject: Re: MACOSX_DEPLOYMENT_TARGET per architecture in XCode 2.2. How?
- From: James Bucanek <email@hidden>
- Date: Sun, 6 Nov 2005 07:55:47 -0700
Gerben Wierda wrote on Sunday, November 6, 2005:
>I know I may set MACOSX_DEPLOYMENT_TARGET_ppc different from
>MACOSX_DEPLOYMENT_TARGET_i386. My question is: how do I do that in
>the XCode IDE for my project? Using Info on my project only gives me
>MACOSX_DEPLOYMENT_TARGET with some standard choices.
Click on the + (plus) button at the bottom of the build settings list. Edit the name of the build setting so that it reads MACOSX_DEPLOYMENT_TARGET_ppc, then edit its value.
The pre-defined build settings with the nice names are just that: pre-defined build settings with nice names. You are free to define whatever additional build settings you want and give them any value you want. The only restriction is that the build setting variable name must begin with a letter and must consist of only alphanumeric characters and the the underscore.
--
James Bucanek
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden