Info.plist precompiling and dependency checking
Info.plist precompiling and dependency checking
- Subject: Info.plist precompiling and dependency checking
- From: Scott Thompson <email@hidden>
- Date: Fri, 9 Sep 2005 10:33:40 -0500
We made a change to our project so that our Info.plist goes through
the precompiler. As part of that process we #include a header file
that contains version information. Unfortunately, XCode's dependency
checking apparently doesn't notice when the header file is out-of-
date relative to the Info.plist. In other words, the build system
does not generate a new Info.plist when someone changes the header
file that it depends on.
We tried inserting a custom build script that deletes the Info.plist,
but apparently the pre-processing of the Info.plist occurs before any
of the customizable build phases.
As a work around, we have put in a custom build step that re-runs the
info.plist through the preprocessor manually whenever the file is out-
of-date. Is there a better solution? Is there any way to insert a
"pre-build" build phase?
Scott
_______________________________________________
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