Message: 6
Date: Fri, 15 Jun 2007 09:42:03 -0700
From: Philip Aker <email@hidden>
Subject: Re: Xcode-users Digest, Vol 4, Issue 271
To: Steve Checkoway <email@hidden>
Cc: XCode Users <email@hidden>
Message-ID: <email@hidden">email@hidden>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
On 2007-06-15, at 03:52:39, Steve Checkoway wrote:
I use 'touch' in a build script phase that has been moved to the
very top of the target build phases. It touches things like .sdef
and .r files that Xcode often misses. And even then, sometimes the
touch only kicks in every second time.
The files needed to be recompiled are computed before the first
build phase. My solution was to create a separate target upon which
my main target depends and have that run the script to do things
like touch files (or in my case, increment build numbers).
That's a very good solution. I'll probably adapt to it at sometime.
Philip Aker
email@hidden