Skip to content

Remove livesync command. #2643

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
Mar 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/man_pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Command | Description
[test `<Platform>`](project/testing/test.html) | Runs the unit tests in your project on a connected physical or virtual device.
[install](project/configuration/install.html) | Installs all platforms and dependencies described in the `package.json` file in the current directory.
[plugin](lib-management/plugin.html) | Lets you manage the plugins for your project.
[livesync](project/testing/livesync.html) | Synchronizes the latest changes in your project to devices.

## Publishing Commands
Command | Description
Expand Down
45 changes: 0 additions & 45 deletions docs/man_pages/project/testing/livesync-android.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/man_pages/project/testing/livesync-ios.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/man_pages/project/testing/livesync.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/man_pages/publishing/appstore-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Command | Description
[build](../project/testing/build.html) | Builds the project for the selected target platform and produces an application package that you can manually deploy on device or in the native emulator.
[build ios](../project/testing/build-ios.html) | Builds the project for iOS and produces an APP or IPA that you can manually deploy in the iOS Simulator or on device, respectively.
[deploy](../project/testing/deploy.html) | Builds and deploys the project to a connected physical or virtual device.
[livesync](../project/testing/livesync.html) | Synchronizes the latest changes in your project to devices.
[livesync ios](../project/testing/livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
[run](../project/testing/run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
[run ios](../project/testing/run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
<% } %>
Expand Down
2 changes: 0 additions & 2 deletions docs/man_pages/publishing/appstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Command | Description
[build](../project/testing/build.html) | Builds the project for the selected target platform and produces an application package that you can manually deploy on device or in the native emulator.
[build ios](../project/testing/build-ios.html) | Builds the project for iOS and produces an APP or IPA that you can manually deploy in the iOS Simulator or on device, respectively.
[deploy](../project/testing/deploy.html) | Builds and deploys the project to a connected physical or virtual device.
[livesync](../project/testing/livesync.html) | Synchronizes the latest changes in your project to devices.
[livesync ios](../project/testing/livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
[run](../project/testing/run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
[run ios](../project/testing/run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
<% } %>
2 changes: 0 additions & 2 deletions docs/man_pages/publishing/publish-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ Command | Description
[build](../project/testing/build.html) | Builds the project for the selected target platform and produces an application package that you can manually deploy on device or in the native emulator.
[build ios](../project/testing/build-ios.html) | Builds the project for iOS and produces an APP or IPA that you can manually deploy in the iOS Simulator or on device, respectively.
[deploy](../project/testing/deploy.html) | Builds and deploys the project to a connected physical or virtual device.
[livesync](../project/testing/livesync.html) | Synchronizes the latest changes in your project to devices.
[livesync ios](../project/testing/livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
[run](../project/testing/run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
[run ios](../project/testing/run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
<% } %>
Expand Down
2 changes: 0 additions & 2 deletions docs/man_pages/publishing/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Command | Description
[build](../project/testing/build.html) | Builds the project for the selected target platform and produces an application package that you can manually deploy on device or in the native emulator.
[build ios](../project/testing/build-ios.html) | Builds the project for iOS and produces an APP or IPA that you can manually deploy in the iOS Simulator or on device, respectively.
[deploy](../project/testing/deploy.html) | Builds and deploys the project to a connected physical or virtual device.
[livesync](../project/testing/livesync.html) | Synchronizes the latest changes in your project to devices.
[livesync ios](../project/testing/livesync-ios.html) | Synchronizes the latest changes in your project to iOS devices or the iOS Simulator.
[run](../project/testing/run.html) | Runs your project on a connected device or in the native emulator for the selected platform.
[run ios](../project/testing/run-ios.html) | Runs your project on a connected iOS device or in the iOS Simulator, if configured.
<% } %>
1 change: 0 additions & 1 deletion lib/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ $injector.require("androidToolsInfo", "./android-tools-info");

$injector.requireCommand("platform|clean", "./commands/platform-clean");

$injector.requireCommand("livesync", "./commands/livesync");
$injector.require("usbLiveSyncService", "./services/livesync/livesync-service"); // The name is used in https://github.com/NativeScript/nativescript-dev-typescript
$injector.require("iosLiveSyncServiceLocator", "./services/livesync/ios-device-livesync-service");
$injector.require("androidLiveSyncServiceLocator", "./services/livesync/android-device-livesync-service");
Expand Down
49 changes: 0 additions & 49 deletions lib/commands/livesync.ts

This file was deleted.