Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SystemInfo.isTahoe
Whether the operation system is macOS 26 Tahoe or newer.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SystemInfo | 15.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SystemInfo.isTahoe" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Whether the operation system is macOS 26 Tahoe or newer.Returns 1 if this is Tahoe or newer, otherwise 0.
Examples
Check version of OS and FileMaker 22:
Set Variable [ $isTahoe ; Value: MBS( "SystemInfo.isTahoe" ) ]
Set Variable [ $FileMakerVersion ; Value: GetAsNumber( Substitute( Get( ApplicationVersion ); "."; "" ) ) ]
If [ $isTahoe and $FileMakerVersion < 2200 ]
Show Custom Dialog [ "Warning" ; "Please update FileMaker to make sure you have version 22.0 or newer." ]
End If
See also
Release notes
- Version 15.3
- Added SystemInfo.isTahoe function.
Blog Entries
This function is free to use.
Created 10th June 2025, last changed 29th June 2025
