Skip to content

feat(open): Add open ios/android #5779

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

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

jcassidyav
Copy link
Contributor

Add open iOS/android command.
Generalize iOS open command to cater for non standard installations. Fix open command on windows ( detach from launched process )

PR Checklist

What is the current behavior?

Currently the start menu open on IOS does not deal with non standard installs of Xcode, e.g. using xcodes, this utilizes the existing services to figure out where the installation is.
On open android on windows the process is tied to the parent, so will not exit until Android Studio exits.

What is the new behavior?

Leveraged the start / open functionality to add command ns open <ios|android>
Fixed the above issues.

Fixes/Implements/Closes #5754.

Add open ios/android command.
Generalise ios open command to cater for non standard installations.
Fix open command on windows ( detach from launched process )
@cla-bot cla-bot bot added the cla: yes label Jan 15, 2024
@NathanWalker NathanWalker merged commit 81b32bc into NativeScript:main Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ns open ios|android
2 participants