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

Can i apply commandLineArguments for specifc schemes(configVariants)? #1511

Open
RalfK92 opened this issue Oct 10, 2024 · 0 comments
Open

Can i apply commandLineArguments for specifc schemes(configVariants)? #1511

RalfK92 opened this issue Oct 10, 2024 · 0 comments

Comments

@RalfK92
Copy link

RalfK92 commented Oct 10, 2024

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?

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

No branches or pull requests

1 participant