Can i apply commandLineArguments for specifc schemes(configVariants)? #1511
Open
Description
I have an app with an scheme for stage duilds and an separate scheme for prod builds.
I'm now integrating Firebase Analytics and we want to test the event arriving in the Firebase Debug View.
Therefore i have to pass a lunch argument. FIRAnalyticsDebugEnabled
I'm aware of the possibility to add
commandLineArguments: "-FIRAnalyticsDebugEnabled": true
to my project.yml but in my case this also applies the launch argument on the prod scheme.
Am i missing something, is there a possibility to apply commandLineArguments on configVariants?
Metadata
Assignees
Labels
No labels