Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for specifying build configurations for schemes #731

Merged

Conversation

krasich74
Copy link

Hi!

In our team we are using CocoaPods in a highly-modularized project and we recently came across a need to specify custom build configurations for autogenerated XCSchemes, especially we want to use custom debug config for some of the schemes and a custom test build config for our unit-tests.

We were surprised when found that this option is not supported, however Xcodeproj seems to support this.

Further investigation turns out, this is quite a simple feature, so here we are!

If you have any questions, feel free to ask!

This is the precondition for CocoaPods/CocoaPods#11611

@dnkoutso dnkoutso added this to the 1.12.0 milestone Feb 4, 2023
@dnkoutso dnkoutso merged commit eeda932 into CocoaPods:master Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants