Re: Plist not being updated
Re: Plist not being updated
- Subject: Re: Plist not being updated
- From: Michael Nickerson <email@hidden>
- Date: Tue, 4 Dec 2007 20:43:17 -0500
On Dec 4, 2007, at 1:23 PM, David Dunham wrote:
On 2 Dec 2007, at 09:02, Jerry Krinock wrote:
On 2007 Dec, 01, at 1:18, Alexander von Below wrote:
I believe I have filed this or a similar issue (with Xcode 2) as
ID # 4505141, which is still set to "open"
This behavior is really annoying. I thought I had filed a bug on
it about a year ago, but I couldn't find it in My Originated
Problems. Maybe they cleared it. So, I just filed another one.
It's 5624954.
But what I'm wondering is: can we add a build phase to delete
something like
{$CONTENTS_FOLDER_PATH}/Info.plist
{$TARGET_TEMP_DIR}/Preprocessed-Info.plist
and thus force regeneration of the plist each time? (I haven't
tried, but it looks like plist preprocessing happens before any of
my script phases, so it might not work.)
David Dunham
You can add a new Run Script phase that touches the Info.plist file -
this will cause it to be re-processed every time you build (or, so
often as the Run Script phase is used, anyway). Have this run *last*,
after everything else has run.
--------------------------------------
Darkshadow
(aka Michael Nickerson)
http://www.nightproductions.net
_______________________________________________
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