Re: preprocess Info.plist
Re: preprocess Info.plist
- Subject: Re: preprocess Info.plist
- From: Bernard Desgraupes <email@hidden>
- Date: Wed, 02 Nov 2005 10:54:22 +0100
Steve Checkoway wrote:
If you tell Xcode to preprocess the Info.plist file and to use a
prefix file, then, if you change the prefix file, Xcode does not
notice and does not update the Info.plist.
Is this correct behavior and I need to run a shell script phase to
touch Info.plist, or am I missing an option here? I take that back,
even touching the plist isn't enough to get XCode to re-preprocess
it. I can't delete it since the custom shell script happens _after_
the files are copied. Is the only possible way to do this to make
another target that deletes the one in the application?
You might want to consider a PLC-like approach instead of precomping.
PList Compiler is a property list compiler very much like the one we had
(hmm, we have) in CodeWarrior: it operates as a shell script phase
(usually at the end of the build process). See
http://sourceforge.net/projects/plistcompiler/ or the home page at
http://webperso.easyconnect.fr/bdesgraupes/DocHTML/plistcompiler.html
HTH
Bernard
_______________________________________________
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