Skip to content

Commit 36aaca3

Browse files
author
Vasil Chimev
authored
Update min supported pod version
http://blog.cocoapods.org/Sharding/
1 parent 93a6d7d commit 36aaca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/doctor-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let clui = require("clui");
66

77
class DoctorService implements IDoctorService {
88
private static PROJECT_NAME_PLACEHOLDER = "__PROJECT_NAME__";
9-
private static MIN_SUPPORTED_POD_VERSION = "0.38.2";
9+
private static MIN_SUPPORTED_POD_VERSION = "1.0.0";
1010
private static DarwinSetupScriptLocation = path.join(__dirname, "..", "..", "setup", "mac-startup-shell-script.sh");
1111
private static DarwinSetupDocsLink = "https://docs.nativescript.org/start/ns-setup-os-x";
1212
private static WindowsSetupScriptExecutable = "powershell.exe";

0 commit comments

Comments
 (0)