Re: Propagating build settings to sub-projects
Re: Propagating build settings to sub-projects
- Subject: Re: Propagating build settings to sub-projects
- From: Chris Hanson <email@hidden>
- Date: Fri, 19 Nov 2010 01:32:58 -0800
On Nov 18, 2010, at 5:55 PM, Rick Mann wrote:
> On Nov 18, 2010, at 15:28:48, Christiaan Hofman wrote:
>
>> Again, these are NOT settings in a project. They are settings that are chosen by the USER, and they override any setting in the project.
>
> Okay, I really have no idea what you're trying to say. I am the user, I set these in the project.
I think what Christiaan is referring to are the choices you make in the toolbar’s Overview pop-up: Active Target, Active Configuration, Active Architecture, Active SDK, and so on. These are (roughly) equivalent to specifying a build setting on the command line: They override whatever else Xcode would do. There are only a few of them, and they do not include *_DEPLOYMENT_TARGET or TARGETED_DEVICE_FAMILY.
Otherwise, there is no passing of data between projects and “sub-projects” in Xcode; it doesn’t have the concept. It has “cross-project references” which let you set up dependencies between targets in related projects, and even refer to the product of a target in one project from within another project. But it’s a peer relationship, not a parent-child relationship.
-- Chris
_______________________________________________
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