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 17:33:10 -0800
Thanks everyone.
For the record, the batch script I ended up with is
if [ "${CONFIGURATION}" = "Release" ]; then
codesign --verbose --force --sign "x" "${BUILT_PRODUCTS_DIR}"/"$
{FULL_PRODUCT_NAME}"
fi
(I'm thinking this is generic enough I can use it with all the
products I build.)
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
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