update xcode version

This commit is contained in:
Yonas Kolb
2017-12-20 23:14:06 +08:00
parent 5a30baf77e
commit d7cb06b7b0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import ProjectSpec
extension ProjectSpec {
var xcodeVersion: String {
return XCodeVersion.parse(options.xcodeVersion ?? "9.0")
return XCodeVersion.parse(options.xcodeVersion ?? "9.2")
}
}