SystemInfo.isGoldenGate
-----------------------

Whether the operating system is macOS 27 Golden Gate or newer.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [SystemInfo](component_SystemInfo.md) | [16.3](newinversion163.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "SystemInfo.isGoldenGate" ) ### Parameters

none

### Result

Returns 1, 0 or error.

### Description

Whether the operating system is macOS 27 Golden Gate or newer.  
Returns 1 if this is Golden Gate or newer, otherwise 0.  
### Examples

Check version of OS:

 Set Variable \[ $isGoldenGate ; Value: MBS ( "SystemInfo.isGoldenGate" ) \]  
### See also

- [SystemInfo.isYosemite](SystemInfoisYosemite.md)

### Release notes

- **Version 16.3**
    - Added SystemInfo.isGoldenGate function.

### Blog Entries

- [MBS FileMaker Plugin, version 16.3pr2](https://www.mbsplugins.de/archive/2026-06-15/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 14th June 2026 , last changed 14th June 2026

  
[SystemInfo.isElCapitan](SystemInfoisElCapitan.md) - [SystemInfo.isHighSierra](SystemInfoisHighSierra.md)

[HTML Version](SystemInfoisGoldenGate.shtml)