Commit 96db7c0a authored by Yegor's avatar Yegor

Merge pull request #2580 from yjbanov/lower-xcode-version-requirement

[ios] reduce xcode version requirement to 7.0
parents d76857aa 23e634a6
......@@ -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