mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
Issue #1905 - Part 1 - Implement detection of Monterey (12.x), Intel emulation and fix required OS version check.
This commit is contained in:
parent
9fa9622d5b
commit
8cee7f2b18
3 changed files with 45 additions and 3 deletions
|
|
@ -25,9 +25,12 @@ public:
|
|||
static bool OnMojaveOrLater();
|
||||
static bool OnCatalinaOrLater();
|
||||
static bool OnBigSurOrLater();
|
||||
static bool OnMontereyOrLater();
|
||||
|
||||
static bool IsAtLeastVersion(int32_t aMajor, int32_t aMinor, int32_t aBugFix=0);
|
||||
|
||||
static bool ProcessIsRosettaTranslated();
|
||||
|
||||
// These are utilities that do not change or depend on the value of mOSXVersion
|
||||
// and instead just encapsulate the encoding algorithm. Note that GetVersion
|
||||
// actually adjusts to the lowest supported OS, so it will always return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue