Skip to content

Commit

Permalink
[#557] Add Create Release Pull Request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markgravity committed Nov 21, 2024
1 parent 99d94b8 commit 2eb6716
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SetUpIOSProject {
}

if isCI {
minimumVersion = "14.0"
minimumVersion = "15.0"
}

if bundleIdProduction.isEmpty {
Expand Down Expand Up @@ -123,7 +123,7 @@ class SetUpIOSProject {
if minimumVersion.isEmpty {
tryMoveDown()

let defaultVersion = "14.0"
let defaultVersion = "15.0"
minimumVersion = ask(
"Which is the iOS minimum version?",
note: "Default: \(defaultVersion)",
Expand Down

0 comments on commit 2eb6716

Please sign in to comment.