Constant
TargetMachO
Description
Used to indicate that you are compiling code for the macOS Mach-O runtime architecture. All macOS builds currently use the Mach-O format.
Usage
result = TargetMachO
Notes
TargetMachO is always True if you choose to build a macOS app.
Compatibility
All project types on all supported operating systems.
See also
DebugBuild, XojoVersion, XojoVersionString, TargetAndroid, TargetBigEndian, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMacOS, TargetMobile, TargetWeb, TargetWindows, TargetX86 constants; #If...#Endif statement.