Add compatibility of sequoia with previous macOS versions (#45127)
* Add compatibility of sequoia with previous macOS versions * Add compatibility of sequoia with previous macOS versions
This commit is contained in:
parent
4668616f55
commit
f0fee0c223
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
%=============================================================================
|
%=============================================================================
|
||||||
|
|
||||||
% macOS
|
% macOS
|
||||||
|
os_compatible("sequoia", "sonoma").
|
||||||
os_compatible("sonoma", "ventura").
|
os_compatible("sonoma", "ventura").
|
||||||
os_compatible("ventura", "monterey").
|
os_compatible("ventura", "monterey").
|
||||||
os_compatible("monterey", "bigsur").
|
os_compatible("monterey", "bigsur").
|
||||||
|
|
Loading…
Reference in a new issue