Re: copying Contents folder after a build
Re: copying Contents folder after a build
- Subject: Re: copying Contents folder after a build
- From: Dan Korn <email@hidden>
- Date: Mon, 28 Apr 2008 17:48:06 -0500
Add a Run Script step and do something like this:
cp -RL "${TARGET_BUILD_DIR}/${CONTENTS_FOLDER_PATH}" "$
{mydestination}/"
Dan
_______________________________________________
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