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
Copy file name to clipboardExpand all lines: lib/constants.ts
+3
Original file line number
Diff line number
Diff line change
@@ -242,9 +242,12 @@ export class MacOSVersions {
242
242
publicstaticSierra="10.12";
243
243
publicstaticHighSierra="10.13";
244
244
publicstaticMojave="10.14";
245
+
publicstaticCatalina="10.15";
245
246
}
246
247
247
248
exportconstMacOSDeprecationStringFormat="NativeScript does not support macOS %s and some functionality may not work. Please, upgrade to the latest macOS version.";
249
+
exportconstXcodeDeprecationStringFormat="The current Xcode version %s will not be supported in the next release of NativeScript. Consider updating your Xcode to latest official version.";
publicstaticAgreeToReceiveEmailMsg="I agree".green.bold+" to receive email communications from Progress Software in the form of the NativeScript Newsletter. Consent may be withdrawn at any time.";
0 commit comments