Commit 23e634a6 authored by Yegor Jbanov's avatar Yegor Jbanov

[ios] reduce xcode version requirement to 7.0

Build bots only have 7.0.
parent 3b5fba40
......@@ -19,7 +19,7 @@ import 'setup_xcodeproj.dart';
String get homeDirectory => path.absolute(Platform.environment['HOME']);
const int kXcodeRequiredVersionMajor = 7;
const int kXcodeRequiredVersionMinor = 2;
const int kXcodeRequiredVersionMinor = 0;
class XCode {
/// Returns [XCode] active in the current app context.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment