Re: Defining custom build configurations for multiple projects
Re: Defining custom build configurations for multiple projects
- Subject: Re: Defining custom build configurations for multiple projects
- From: Rush Manbert <email@hidden>
- Date: Thu, 27 May 2010 16:35:07 -0700
On May 27, 2010, at 11:52 AM, Greg Guerin wrote:
> Rush Manbert wrote:
>
>> Does anyone know of a way to define a custom build configuration for multiple existing projects without editing each project?
>
>
> An xcconfig file is the closest, if I understand the question correctly. You'd have to create the file, then edit each project to set the file as the xcconfig for that project. Thereafter, changes to the file will propagate into all projects based on it.
>
> http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/XcodeBuildSystem/400-Build_Configurations/build_configs.html
>
> Also, google keyword: xcconfig
>
Thanks Greg. That's not quite what I was after. All of my projects currently have Debug and Release build configs defined. I need to add new build configs Foo and Bar to all of them and I'm looking for some way to do that in one place. As near as I can tell I really need to open every project and edit the build configurations for that project and hope that I don't make any typing errors in the process (so they all have the same name and dependent builds will work correctly).
But I was hoping that maybe someone knew some magic that I don't.
- Rush _______________________________________________
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