Re: Shell Script Build Phase troubles
Re: Shell Script Build Phase troubles
- Subject: Re: Shell Script Build Phase troubles
- From: Jacob Lukas <email@hidden>
- Date: Sat, 23 Oct 2004 11:11:11 -0700
On Oct 23, 2004, at 10:23 AM, Nick Zitzmann wrote:
On Oct 22, 2004, at 10:46 PM, Jacob Lukas wrote:
I have a shell script build phase to prepare my application for
distribution. It's only supposed to run on a "Deployment" build. If I
set the option "Run script only during deployment builds", my script
is never run, whether the build style is deployment or development.
What am I doing wrong?
Nothing; the text is incorrect. I think it's supposed to say "Run
script only during install builds". If you want the script to only
trigger on deployment builds, then you need to check the
${BUILD_STYLE} variable in the script and act on that.
That makes sense. Hopefully they'll fix the text soon.
Jacob
_______________________________________________
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