Re: Target dependencies
Re: Target dependencies
- Subject: Re: Target dependencies
- From: Heath Raftery <email@hidden>
- Date: Wed, 10 Mar 2004 09:55:26 +1100
Hi David,
On 10/03/2004, at 7:27 AM, David Catmull wrote:
Is it possible in XCode to specify that one target is dependent on
another, as in CodeWarrior?
Yes. A fairly common requirement I think.
I have two targets in my project: the main application, and a plugin.
The plugin should always be brought up to date before building the
application. I tried using a script build phase, but xcodebuild says
it can't find the project.
Here's the way I've done it:
1. Double click the target icon of you main project (or highlight it
and Get Info)
2. Click the plus button near the bottom of the General Tab, below
Direct Dependencies.
3. Add your other, dependent target.
Heath
--
____________________________________________________
| Heath Raftery |
| email@hidden |
| *A mind all logic is like a knife all blade - |
| it makes the hand bleed that uses it.* |
| - Rabindranath Tagore _\|/_ |
|_______________________________________m(. .)m______|
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.