Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SystemInfo.isBigSur

Whether the operation system is macOS 11 Big Sur or newer.

Component Version macOS Windows Linux Server iOS SDK
SystemInfo 10.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SystemInfo.isBigSur" )

Parameters

none

Result

Returns 1 or 0.

Description

Whether the operation system is macOS 11 Big Sur or newer.
Returns 1 if this is Big Sur or newer, otherwise 0.

Examples

Check for macOS Big Sur:

Show Custom Dialog [ "macOS Big Sur?" ; If(MBS( "SystemInfo.isBigSur" ); "yes"; "no") ]

See also

Release notes

Blog Entries

This function is free to use.

Created 23th June 2020, last changed 28th January 2023


SystemInfo.isARM - SystemInfo.isCatalina