Re: Finding the Xcode 4 "Build Products Path"
Re: Finding the Xcode 4 "Build Products Path"
- Subject: Re: Finding the Xcode 4 "Build Products Path"
- From: Marco S Hyman <email@hidden>
- Date: Sat, 13 Oct 2012 21:32:52 -0700
On Oct 13, 2012, at 6:43 PM, Jerry Krinock <email@hidden> wrote:
> Furthermore, during the last couple days I've concluded that the'
> 'archive' machinations in Xcode are not a convenient fit for
> non-Mac-App-Store' shipments.
Maybe. I found I can pull what I need out of the archive using a
script added to the archive scheme.
Edit the scheme. Click on the disclosure triangle next to Archive.
Click on Post action. An example script that moves an App out
of the archive and puts it on my desktop is a one liner with Xcode
variables supplying the needed locations:
${CP} -pR "$ARCHIVE_PRODUCTS_PATH/$INSTALL_PATH/$WRAPPER_NAME" ~/Desktop
Marc
_______________________________________________
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