Skip to content

Commit 1a58019

Browse files
feat: set min required Xcode version to 10
With NativeScript 6.0.0 release we will require Xcode 10 as min supported.
1 parent 34c042c commit 1a58019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class Constants {
1414
public static NATIVESCRIPT_KEY = "nativescript";
1515
public static ANDROID_RUNTIME = "tns-android";
1616
public static VERSION_PROPERTY_NAME = "version";
17-
public static XCODE_MIN_REQUIRED_VERSION = 9;
17+
public static XCODE_MIN_REQUIRED_VERSION = 10;
1818
public static JAVAC_EXECUTABLE_NAME = "javac";
1919
public static JAVA_EXECUTABLE_NAME = "java";
2020
}

0 commit comments

Comments
 (0)