Re: Info.Plist and Build order
Re: Info.Plist and Build order
- Subject: Re: Info.Plist and Build order
- From: Greg Guerin <email@hidden>
- Date: Tue, 24 Mar 2009 23:05:03 -0700
Trygve Inda wrote:
I need to do a full build, then run my script, and LASTLY, compile/
prepare
the Info.plist file.
How can I enforce this?
The usual way is to create a target for each ordered step in the
sequence, then make them dependents in the order of build.
So target A is the full build, target B is "run my script", and
target C is "compile/prepare Info.plist". Then set up the
dependencies so C depends on B, and B depends on A.
This was outlined in this message thread from just before your question:
http://lists.apple.com/archives/xcode-users/2009/Mar/msg00390.html
-- GG
_______________________________________________
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