When I add a framework to my Xcode project, which should be built into my application package, how do I make two different parameters for debugging or releasing it (I have two versions of the framework, one compiled for release and one for debugging).
Here is what I mean:

As you can see, with this configuration, it will simply copy the CEF / Debug file, whether it is compiled in Release or Debug mode.
Ideally, I want you to have something like settings:

source
share