Re: Xcode not copying modified files to Resources folder
Re: Xcode not copying modified files to Resources folder
- Subject: Re: Xcode not copying modified files to Resources folder
- From: Jonas Maebe <email@hidden>
- Date: Sat, 21 Feb 2009 00:07:06 +0100
On 20 Feb 2009, at 23:58, Joar Wingfors wrote:
On Feb 20, 2009, at 2:51 PM, Andrew Pontious wrote:
Your best bet at the moment is to use a shell script phase instead
of a copy phase.
It might be easier to have the shell script simply touch the top
level folder, and leave the copy phase. The folder would in this
case always be copied, but that's typically fast, and at least you'd
always end up with up to date contents.
Note that shell script phases are not ordered relative other phases in
the same target, regardless of in which position you put them (at
least not relative to compiling and linking, I'm not sure about "Copy
Files"). So if you go this route, it might be safest to put the shell
script phase in a separate target and to then make your main target
dependent on this other target.
Jonas
_______________________________________________
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