You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$injector.require("usbLiveSyncService","./services/livesync/livesync-service");// The name is used in https://github.com/NativeScript/nativescript-dev-typescript
this.liveSyncCommandHelperAdditionalOptions.syncToPreviewApp=checkEnvironmentRequirementsOutput&&checkEnvironmentRequirementsOutput.selectedOption==="Sync to Playground";
36
+
}
32
37
33
38
returntrue;
34
39
}
@@ -68,7 +73,8 @@ export class RunIosCommand implements ICommand {
Copy file name to clipboardExpand all lines: lib/services/platform-environment-requirements.ts
+21-7Lines changed: 21 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ export class PlatformEnvironmentRequirements implements IPlatformEnvironmentRequ
31
31
privatestaticMISSING_LOCAL_AND_CLOUD_SETUP_MESSAGE=`You are missing the ${NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension and you will not be able to execute cloud builds. ${PlatformEnvironmentRequirements.MISSING_LOCAL_SETUP_MESSAGE}${PlatformEnvironmentRequirements.CHOOSE_OPTIONS_MESSAGE} `;
32
32
privatestaticMISSING_LOCAL_BUT_CLOUD_SETUP_MESSAGE=`You have ${NATIVESCRIPT_CLOUD_EXTENSION_NAME} extension installed, so you can execute cloud builds, but ${_.lowerFirst(PlatformEnvironmentRequirements.MISSING_LOCAL_SETUP_MESSAGE)}`;
33
33
privatestaticRUN_TNS_SETUP_MESSAGE='Run $ tns setup command to run the setup script to try to automatically configure your environment for local builds.';
34
-
privatestaticSYNC_TO_PREVIEW_APP_MESSAGE=`Select "Sync to Playground" to enjoy NativeScript without any local setup. All you need is a couple of companion apps installed on you devices.`;
34
+
privatestaticSYNC_TO_PREVIEW_APP_MESSAGE=`Select "Sync to Playground" to enjoy NativeScript without any local setup. All you need is a couple of companion apps installed on your devices.`;
35
35
privatestaticRUN_PREVIEW_COMMAND_MESSAGE=`Run $ tns preview command to enjoy NativeScript without any local setup.`;
0 commit comments