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

Add support for buildFlag iOS args #37

Closed
blackholegalaxy opened this issue Oct 1, 2018 · 2 comments
Closed

Add support for buildFlag iOS args #37

blackholegalaxy opened this issue Oct 1, 2018 · 2 comments

Comments

@blackholegalaxy
Copy link
Contributor

blackholegalaxy commented Oct 1, 2018

@Almouro Hi there!

Do you think it's possible to add support, on ios args, for buildFlag. Indeed it can be useful to push buildFlag to cordova compile command sometimes.

for example:

cordova compile ios --buildFlag='-UseModernBuildSystem=0'

buildFlag can be multiple and have then to be written:

cordova compile ios --buildFlag='-UseModernBuildSystem=0' --buildFlag='-anotherFlag=value'

PR opened, needs review:

#38

@jpgilchrist
Copy link

I think this is pretty critical given the release of xcode10... see related issues with cordova here: apache/cordova-ios#412

@blackholegalaxy
Copy link
Contributor Author

PR opened, review welcome as Ruby is not quite my everyday business

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

2 participants