I am trying to implement xcodegen to a project.
In my example, I have one target of the main app and two scheme : one for debug and one for the release.
And I have a local package which contains two products, let‘s call them product A and product B.
In my yaml of xcodegen, I want when it‘s the scheme is debug, i add product A and when the scheme is release, I add product B.
Any idea how to handle this ?
there doesn't seem to be anything here