Skip to content

Commit eb54c89

Browse files
committed
OS (macOS): adds the code name of macOS 27
1 parent 43301af commit eb54c89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/detection/os/os_apple.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ static bool detectOSCodeName(FFOSResult* os)
4444

4545
switch (num)
4646
{
47+
case 27: ffStrbufSetStatic(&os->codename, "Golden Gate"); return true;
4748
case 26:
4849
case 16: ffStrbufSetStatic(&os->codename, "Tahoe"); return true;
4950
case 15: ffStrbufSetStatic(&os->codename, "Sequoia"); return true;

0 commit comments

Comments
 (0)