Skip to content

Commit

Permalink
allow using 16.2 dev beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcelocation committed Jan 31, 2023
1 parent 032a34c commit ad58603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResSet16/ResSet16App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct ResSet16App: App {
}

if !supported {
UIApplication.shared.alert(title: "Not Supported", body: "This version of iOS is not supported. Please close the app.", withButton: false)
UIApplication.shared.alert(title: "Not Supported", body: "This version of iOS is not supported.", withButton: false)
return
}

Expand Down

0 comments on commit ad58603

Please sign in to comment.