Skip to content

Commit 6ba14a3

Browse files
Merge pull request #53 from NativeScript/vladimirov/xcode-min-version-10
feat: set min required Xcode version to 10
2 parents 34c042c + d88db17 commit 6ba14a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/constants.ts

+1-1
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
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-doctor",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
55
"main": "lib/index.js",
66
"types": "./typings/nativescript-doctor.d.ts",

0 commit comments

Comments
 (0)