Re: Build Phase per Configuration
Re: Build Phase per Configuration
- Subject: Re: Build Phase per Configuration
- From: David Dunham <email@hidden>
- Date: Tue, 13 Nov 2007 15:13:16 -0800
On 12 Nov 2007, at 18:46, Chris Espinosa wrote:
Is there a good way to test in a shell script?
if [ $(CONFIGURATION) -eq "Release" ] then
# sign your code here
fi
if [ $(CONFIGURATION) -eq "Release" ] then
echo "Signing code"
codesign -v -s ###
fi
gives
Script-63A3409E0CE9325E00C7854A.sh: line 5: syntax error near
unexpected token `fi'
Script-63A3409E0CE9325E00C7854A.sh: line 5: `fi'
David Dunham
Voice/Fax: 206 783 7404 http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein
_______________________________________________
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