We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d94b8 commit 2eb6716Copy full SHA for 2eb6716
Scripts/Swift/iOSTemplateMaker/Sources/iOSTemplateMaker/SetUpiOSProject.swift
@@ -90,7 +90,7 @@ class SetUpIOSProject {
90
}
91
92
if isCI {
93
- minimumVersion = "14.0"
+ minimumVersion = "15.0"
94
95
96
if bundleIdProduction.isEmpty {
@@ -123,7 +123,7 @@ class SetUpIOSProject {
123
if minimumVersion.isEmpty {
124
tryMoveDown()
125
126
- let defaultVersion = "14.0"
+ let defaultVersion = "15.0"
127
minimumVersion = ask(
128
"Which is the iOS minimum version?",
129
note: "Default: \(defaultVersion)",
0 commit comments