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 mode to _currentScheme #22

Closed
EtgarSH opened this issue Aug 10, 2016 · 3 comments
Closed

Add mode to _currentScheme #22

EtgarSH opened this issue Aug 10, 2016 · 3 comments

Comments

@EtgarSH
Copy link
Contributor

EtgarSH commented Aug 10, 2016

In order to determine if we are in debug or release mode, we need to add a key to the _currentScheme in simulator.js.

Something like:

{
    app: 'ios/build/Build/Products/Debug-iphonesimulator/example.app',
    mode: 'debug',
    device: 'iPhone 6s, iOS 9.3'
}
@talkol talkol added this to the Version 2 milestone Oct 6, 2016
@LeoNatan
Copy link
Contributor

LeoNatan commented Mar 5, 2017

@rotemmiz I think this can be closed as part of CLI tools.

@rotemmiz
Copy link
Member

rotemmiz commented Mar 5, 2017

I am not sure there's a use case for this extra param. Can anyone elaborate?

@rotemmiz
Copy link
Member

new configurations api should nail this requirement as well.

@wix wix locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants