• 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: Nick Zitzmann <email@hidden>
  • Date: Tue, 18 Jul 2006 23:01:52 -0600


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

Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request




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

  • Prev by Date: Re: OT: How to file a radar WAS Re: [ANN] Xcode + Leopard at WWDC this year
  • Next by Date: Re: OT: How to file a radar WAS Re: [ANN] Xcode + Leopard at WWDC this year
  • Previous by thread: 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