We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to determine if we are in debug or release mode, we need to add a key to the _currentScheme in simulator.js.
_currentScheme
simulator.js
Something like:
{ app: 'ios/build/Build/Products/Debug-iphonesimulator/example.app', mode: 'debug', device: 'iPhone 6s, iOS 9.3' }
The text was updated successfully, but these errors were encountered:
@rotemmiz I think this can be closed as part of CLI tools.
Sorry, something went wrong.
I am not sure there's a use case for this extra param. Can anyone elaborate?
new configurations api should nail this requirement as well.
No branches or pull requests
In order to determine if we are in debug or release mode, we need to add a key to the
_currentScheme
insimulator.js
.Something like:
The text was updated successfully, but these errors were encountered: