Skip to content

Commit

Permalink
- added detection of macOS Ventura
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 18, 2022
1 parent d2c9a0f commit cd998ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/platform/posix/cocoa/i_main.mm
Expand Up @@ -164,6 +164,9 @@ void I_DetectOS()
case 12:
name = "macOS Monterey";
break;
case 13:
name = "macOS Ventura";
break;
}

char release[16] = "unknown";
Expand Down

0 comments on commit cd998ed

Please sign in to comment.