We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43301af commit eb54c89Copy full SHA for eb54c89
1 file changed
src/detection/os/os_apple.m
@@ -44,6 +44,7 @@ static bool detectOSCodeName(FFOSResult* os)
44
45
switch (num)
46
{
47
+ case 27: ffStrbufSetStatic(&os->codename, "Golden Gate"); return true;
48
case 26:
49
case 16: ffStrbufSetStatic(&os->codename, "Tahoe"); return true;
50
case 15: ffStrbufSetStatic(&os->codename, "Sequoia"); return true;
0 commit comments