[ios] reduce xcode version requirement to 7.0
Build bots only have 7.0.
This commit is contained in:
parent
3b5fba4022
commit
23e634a613
@ -19,7 +19,7 @@ import 'setup_xcodeproj.dart';
|
|||||||
String get homeDirectory => path.absolute(Platform.environment['HOME']);
|
String get homeDirectory => path.absolute(Platform.environment['HOME']);
|
||||||
|
|
||||||
const int kXcodeRequiredVersionMajor = 7;
|
const int kXcodeRequiredVersionMajor = 7;
|
||||||
const int kXcodeRequiredVersionMinor = 2;
|
const int kXcodeRequiredVersionMinor = 0;
|
||||||
|
|
||||||
class XCode {
|
class XCode {
|
||||||
/// Returns [XCode] active in the current app context.
|
/// Returns [XCode] active in the current app context.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user