mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
update xcode version
This commit is contained in:
@@ -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
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user