Re: Run Script build phase to call genstrings only for Release config
Re: Run Script build phase to call genstrings only for Release config
- Subject: Re: Run Script build phase to call genstrings only for Release config
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 18 Jul 2006 23:01:52 -0600
On Jul 18, 2006, at 10:50 PM, David Sinclair wrote:
I've created the Run Script build phase okay, but how can I make it
conditional on the active build configuration? Either in using
that build phase, or doing some evaluation within the script.
#!/bin/sh
if [ "${CONFIGURATION}" = "Release" ]; then
# do stuff in Release configuration only
fi
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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