Re: Any way to choose a configuration in the Xcode build server bot?
Re: Any way to choose a configuration in the Xcode build server bot?
- Subject: Re: Any way to choose a configuration in the Xcode build server bot?
- From: Fritz Anderson <email@hidden>
- Date: Mon, 28 Oct 2013 18:48:14 -0500
Le 28 oct. 2013 à 05:17 PM, Rick Mann <email@hidden> a écrit :
> There doesn’t seem to be a way to choose a configuration to build. It looks like I have to duplicate the scheme, and set the build configuration in the scheme, which means I now have to ensure multiple schemes stay in sync. Is that right?
Yep. Bot or IDE, the only way to choose a configuration for a build action is to set it in the scheme.
I have a limited imagination. Configurations are notoriously hard to keep in sync, but you seem to be comfortable switching those around. Schemes are baby-simple by comparison, and don't contain much in the way of policy as configurations do: If you have a setup for a particular deployment of a product, put it in a scheme so you don't have to worry about switching configurations and environments around every time you build.
In fact, I'd say the whole point of a scheme is that it's a way to filter out any need to think of coordination. You have to coordinate configurations (which you imply you're fine with), but a scheme only cares about the name of the configuration it's to use for each action.
Is there really that much to coordinate?
— F
_______________________________________________
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