From bacd966ae5170ea47945555f765bd736562b0c6a Mon Sep 17 00:00:00 2001 From: Gary Tokman <12258850+gtokman@users.noreply.github.com> Date: Tue, 18 Aug 2026 03:52:14 +0000 Subject: [PATCH] Litext: exclude AppKit menu trampoline from Mac Catalyst Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- Sources/Litext/LTXLabel/Menu/NSMenuItemActionTrampoline.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Litext/LTXLabel/Menu/NSMenuItemActionTrampoline.swift b/Sources/Litext/LTXLabel/Menu/NSMenuItemActionTrampoline.swift index 4a46632..fed369e 100644 --- a/Sources/Litext/LTXLabel/Menu/NSMenuItemActionTrampoline.swift +++ b/Sources/Litext/LTXLabel/Menu/NSMenuItemActionTrampoline.swift @@ -3,7 +3,7 @@ // Litext // -#if canImport(AppKit) +#if canImport(AppKit) && !targetEnvironment(macCatalyst) import AppKit final class NSMenuItemActionTrampoline: NSObject {