We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c042c commit 1a58019Copy full SHA for 1a58019
lib/constants.ts
@@ -14,7 +14,7 @@ export class Constants {
14
public static NATIVESCRIPT_KEY = "nativescript";
15
public static ANDROID_RUNTIME = "tns-android";
16
public static VERSION_PROPERTY_NAME = "version";
17
- public static XCODE_MIN_REQUIRED_VERSION = 9;
+ public static XCODE_MIN_REQUIRED_VERSION = 10;
18
public static JAVAC_EXECUTABLE_NAME = "javac";
19
public static JAVA_EXECUTABLE_NAME = "java";
20
}
0 commit comments