-
-
Notifications
You must be signed in to change notification settings - Fork 197
Fix livesync help #758
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
Fix livesync help #758
Conversation
👍 |
@@ -29,7 +29,7 @@ Command | Description | |||
[emulate ios](emulate-ios.html) | Builds the specified project and runs it in the native iOS Simulator. | |||
[emulate](emulate.html) | You must run the emulate command with a related command. | |||
[livesync](livesync.html) | Synchronizes the latest changes in your project to devices. | |||
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices. | |||
[livesync ios](livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS simulator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iOS Simulator - we need the capital letter :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I'll update it everywhere
✅ |
### Command Limitations | ||
|
||
* You cannot set `--device` and `--emulator` simultaneously. | ||
* You can livesync only to iOS simulator running 8.x runtime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For the iOS Simulator, you can synchronize changes only to iOS 8.x devices.
1951c9e
to
de44598
Compare
### Fixed | ||
|
||
* [Fixed #470](https://github.com/NativeScript/nativescript-cli/issues/470): Command failed due to space in file path. | ||
* [Fixed #632](https://github.com/NativeScript/nativescript-cli/issues/632): Android debugger does not work on some OSX systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OS X
Fix livesync help. Add information about 1.2.2 in CHANGELOG.md
de44598
to
898c744
Compare
👍 |
✅ |
1 similar comment
✅ |
✅ |
Fix livesync help.