Constant
TargetCocoa
Warning
This item was deprecated in version 2018r4. Please use TargetMacOS as a replacement.
Description
Used to indicate that you are compiling a Mac app.
Usage
result = TargetCocoa
Part |
Type |
Description |
---|---|---|
result |
Returns True if are compiling or running a Mac app. |
Notes
All Mac apps use Cocoa.
Compatibility
All project types on all supported operating systems.
See also
DebugBuild, XojoVersion, XojoVersionString, TargetBigEndian, TargetDesktop, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetWeb, TargetWindows, TargetX86 constants; Declare, #If...#Endif statements.