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
@@ -161,6 +162,12 @@ export class DebugIOSCommand implements ICommand {
161
162
this.$errors.fail(`Timeout option specifies the seconds NativeScript CLI will wait to find the inspector socket port from device's logs. Must be a number.`);
Copy file name to clipboardExpand all lines: lib/constants.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -186,9 +186,10 @@ export class AssetConstants {
186
186
exportclassMacOSVersions{
187
187
publicstaticSierra="10.12";
188
188
publicstaticHighSierra="10.13";
189
+
publicstaticMojave="10.14";
189
190
}
190
191
191
-
exportconstMacOSDeprecationStringFormat="Support for macOS %s is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version.";
192
+
exportconstMacOSDeprecationStringFormat="NativeScript does not support macOS %s and some functionality may not work. Please, upgrade to the latest macOS version.";
publicstaticAgreeToReceiveEmailMsg="I agree".green.bold+" to receive email communications from Progress Software or its Partners (`https://www.progress.com/partners/partner-directory`),"+
0 commit comments