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")
}
}
@@ -506,7 +506,7 @@
P_8448771205358 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0900;
LastUpgradeCheck = 0920;
};
buildConfigurationList = CL_844877120535 /* Build configuration list for PBXProject "Project" */;
compatibilityVersion = "Xcode 3.2";
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Scheme LastUpgradeVersion="0900" version="1.3">
<Scheme LastUpgradeVersion="0920" version="1.3">
<AnalyzeAction buildConfiguration="Production Debug" />
<ArchiveAction buildConfiguration="Production Release" revealArchiveInOrganizer="YES" />
<TestAction selectedDebuggerIdentifier="Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier="Xcode.DebuggerFoundation.Launcher.LLDB" codeCoverageEnabled="YES" shouldUseLaunchSchemeArgsEnv="YES" buildConfiguration="Production Debug">