Skip to content

Commit

Permalink
bumping supported macOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Oct 1, 2023
1 parent 9ccf236 commit a65d7a6
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 = @"13.99"; // should be updated as Apple releases new OSes; we will run on this one and the previous one
NSString *kosVersionCurrent = @"14.99"; // 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 a65d7a6

Please sign in to comment.