CocoaPods / Core

The models used within the CocoaPods gem
MIT License
158 stars 346 forks source link

Added support for specifying build configurations for schemes #731

Closed krasich74 closed 1 year ago

krasich74 commented 1 year ago

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 https://github.com/CocoaPods/CocoaPods/pull/11611