Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
SystemInfo.isBigSur
Whether the operation system is macOS 11 Big Sur or newer.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
SystemInfo | 10.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SystemInfo.isBigSur" ) More
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
Blog Entries
- What is new in the MBS FileMaker Plugin Version 10.3
- Neues MBS FileMaker Plugin 10.3 - Über 6200 Funktionen in einem Plugin
- MBS FileMaker Plugin 10.3 - More than 6200 Functions In One Plugin
- MBS FileMaker Plugin, version 10.3pr6
Release notes
- Version 10.3
- Added SystemInfo.isBigSur and SystemInfo.isTranslated functions.
Created 23th June 2020, last changed 23th June 2020
SystemInfo.isARM - SystemInfo.isCatalina
Feedback: Report problem or ask question.

Links
MBS FileMaker blog