nativescript 8.6.0-vision.0 → 8.6.0-vision.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ class DevicePathProvider {
24
24
  getDeviceProjectRootPath(device, options) {
25
25
  return __awaiter(this, void 0, void 0, function* () {
26
26
  let projectRoot = "";
27
- if (this.$mobileHelper.isiOSPlatform(device.deviceInfo.platform)) {
27
+ if (this.$mobileHelper.isApplePlatfrom(device.deviceInfo.platform)) {
28
28
  projectRoot = device.isEmulator
29
29
  ? yield this.$iOSSimResolver.iOSSim.getApplicationPath(device.deviceInfo.identifier, options.appIdentifier)
30
30
  : constants_2.LiveSyncPaths.IOS_DEVICE_PROJECT_ROOT_PATH;
@@ -50,7 +50,7 @@ class DevicePathProvider {
50
50
  });
51
51
  }
52
52
  getDeviceSyncZipPath(device) {
53
- return this.$mobileHelper.isiOSPlatform(device.deviceInfo.platform) &&
53
+ return this.$mobileHelper.isApplePlatfrom(device.deviceInfo.platform) &&
54
54
  !device.isEmulator
55
55
  ? constants_2.LiveSyncPaths.IOS_DEVICE_SYNC_ZIP_PATH
56
56
  : undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nativescript",
3
3
  "preferGlobal": true,
4
- "version": "8.6.0-vision.0",
4
+ "version": "8.6.0-vision.1",
5
5
  "author": "NativeScript <support@nativescript.org>",
6
6
  "description": "Command-line interface for building NativeScript projects",
7
7
  "bin": {