mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Merge pull request #423 from yonaskolb/xcode_10
Update generated project defaults to xcode 10 and swift 4.2
This commit is contained in:
@@ -4,7 +4,7 @@ import ProjectSpec
|
||||
extension Project {
|
||||
|
||||
var xcodeVersion: String {
|
||||
return XCodeVersion.parse(options.xcodeVersion ?? "9.3")
|
||||
return XCodeVersion.parse(options.xcodeVersion ?? "10.0")
|
||||
}
|
||||
|
||||
var schemeVersion: String {
|
||||
|
||||
Reference in New Issue
Block a user