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: David Sinclair <email@hidden>
- Date: Tue, 18 Jul 2006 22:20:54 -0700
On Jul 18, 2006, at 22:01, Nick Zitzmann wrote:
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
Thanks, that's perfect!
--
David Sinclair, Dejal Systems, LLC - email@hidden
Custom Mac OS X development - http://www.dejal.com/consulting/
Site change and failure monitor tool - http://www.dejal.com/simon/
Plus other useful Mac products - http://www.dejal.com/
_______________________________________________
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