Re: Unwanted Deployment folder
Re: Unwanted Deployment folder
- Subject: Re: Unwanted Deployment folder
- From: François Reboursier <email@hidden>
- Date: Wed, 6 Jul 2005 13:47:52 +0200
On Jul 6, 2005, at 9:55, Lorenzo wrote:
how can I tell XCode 2.1 to not to save my application within the
folder
Deployment? I need to buil my app within
(Home)/Library/Screen Savers
So I can test the screensaver at any build in a while.
Instead now XCode 2.1 builds it within
(Home)/Library/Screen Savers/Deployment
so it cannot work from there. Some idea to prevent the creation of the
folder "Deployment"? Thank you.
Add a 'Copy files' step to your deployment target to copy your
screen saver from (Home)/Library/Screen Savers/Deployment to (Home)/
Library/Screen Savers
Another solution is to add a 'Run Script' phase to move your screen
saver to the proper directory, and delete the 'Deployment' folder
HTH
François
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden