Skip to content

Commit

Permalink
macOS: bumping supported macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Sep 18, 2021
1 parent 0e72b49 commit 93b70f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mac/AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static void SigPIPEHandler(int signal)

NSString *kosVersionMinimum = @"10.9"; // we refuse to run on OSes older than this
NSString *kosVersionPrevious = @"10.12"; // should be updated as Apple releases new OSes
NSString *kosVersionCurrent = @"11.5"; // should be updated as Apple releases new OSes; we will run on this one and the previous one
NSString *kosVersionCurrent = @"11.6"; // should be updated as Apple releases new OSes; we will run on this one and the previous one

// These tags are defined on the various DeviceBuild dialogs in Interface Builder
enum {
Expand Down

0 comments on commit 93b70f7

Please sign in to comment.