• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Build Phase per Configuration
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Build Phase per Configuration
      • From: Chris Hanson <email@hidden>
References: 
 >Build Phase per Configuration (From: David Dunham <email@hidden>)
 >Re: Build Phase per Configuration (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Change Application Name
  • Next by Date: Odd error messages when using WebView
  • Previous by thread: Re: Build Phase per Configuration
  • Next by thread: Re: Build Phase per Configuration
  • Index(es):
    • Date
    • Thread