1 2 3 4 5
#import <AppKit/AppKit.h> void macos_force_foreground_level() { [NSApp activateIgnoringOtherApps: YES]; }