• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Info.Plist and Build order
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Info.Plist and Build order (From: Greg Guerin <email@hidden>)

  • Prev by Date: Re: Info.Plist and Build order
  • Next by Date: which -arch is being built
  • Previous by thread: Re: Info.Plist and Build order
  • Next by thread: Re: Info.Plist and Build order
  • Index(es):
    • Date
    • Thread