We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34c042c + d88db17 commit 6ba14a3Copy full SHA for 6ba14a3
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
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-doctor",
3
- "version": "1.9.2",
+ "version": "1.10.0",
4
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
5
"main": "lib/index.js",
6
"types": "./typings/nativescript-doctor.d.ts",
0 commit comments