Skip to content

Commit

Permalink
[#557] Upgrade minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
markgravity committed Jan 3, 2025
1 parent 8bb37ad commit fd30a0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class SetUpIOSProject {
if minimumVersion.isEmpty {
tryMoveDown()

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

0 comments on commit fd30a0e

Please sign in to comment.