Re: Info.Plist and Build order
Re: Info.Plist and Build order
- Subject: Re: Info.Plist and Build order
- From: Trygve Inda <email@hidden>
- Date: Wed, 25 Mar 2009 08:42:36 +0000
- Thread-topic: Info.Plist and Build order
> 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
So how can I make a target that only runs a script (to set up #defines) and
then compiles a plist, inserting it into my previously prepared target?
I can create a run script only build (step B), but am not sure how to create
a target for step C.
Trygve
_______________________________________________
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