• 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: Run Script build phase to call genstrings only for Release config
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Run Script build phase to call genstrings only for Release config (From: David Sinclair <email@hidden>)
 >Re: Run Script build phase to call genstrings only for Release config (From: Nick Zitzmann <email@hidden>)

  • Prev by Date: Re: Run Script build phase to call genstrings only for Release config
  • Next by Date: Re: Run Script build phase to call genstrings only for Release config
  • Previous by thread: Re: Run Script build phase to call genstrings only for Release config
  • Next by thread: Re: Run Script build phase to call genstrings only for Release config
  • Index(es):
    • Date
    • Thread