Constant
TargetMacOS
Description
Used to indicate that you are compiling code for macOS.
Usage
result = TargetMacOS
Part |
Type |
Description |
---|---|---|
result |
Returns True if you are compiling or running for macOS. |
Compatibility
All project types on all supported operating systems.
See also
DebugBuild, XojoVersion, XojoVersionString, TargetAndroid, TargetBigEndian, TargetiOS, TargetDesktop, TargetLinux, TargetLittleEndian, TargetARM, TargetMobile, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement.