Re: How does XCode propagate build settings to sub projects (or does it at all?)
Re: How does XCode propagate build settings to sub projects (or does it at all?)
- Subject: Re: How does XCode propagate build settings to sub projects (or does it at all?)
- From: Michael Rawdon <email@hidden>
- Date: Fri, 1 Apr 2011 12:57:07 -0700
On Mar 31, 2011, at 5:16 PM, Joar Wingfors wrote: On 31 mar 2011, at 16.36, Todd Blanchard wrote: Can someone succinctly explain how build settings propagate from the top level project down through referenced sub projects? It doesn't (and there really isn't such a thing as a "sub project"). If you want to share settings, consider using xcconfig files.
Right. All projects are peers of one another. Any hierarchical presentation of projects in the Project Navigator (in Xcode 4) is purely for convenience of presentation and does not imply an ownership or inheritance relationship, it only means that one project is "aware of" the existence of another for the purposes of creating dependencies of its targets on the other project's targets.
Similarly, all targets are peers of one another, and they do not inherit build settings from each other, regardless of whether a target depends on another one.
-- Michael Rawdon email@hidden Xcode Developer Apple Inc., Cupertino CA
|
_______________________________________________
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