Re: Build Phase per Configuration
Re: Build Phase per Configuration
- Subject: Re: Build Phase per Configuration
- From: Chris Espinosa <email@hidden>
- Date: Mon, 12 Nov 2007 18:46:30 -0800
On Nov 12, 2007, at 6:37 PM, David Dunham wrote:
I'd like my code signing Run Script Phase to execute only when I
make a release build. I don't see any changes in Xcode 3.0 that
would allow this.
Is there a good way to test in a shell script?
if [ $(CONFIGURATION) -eq "Release" ] then
# sign your code here
fi
Yes, "fi." Clever.
Chris
_______________________________________________
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