We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97bd06 commit 0051011Copy full SHA for 0051011
SwiftDraw/Sources/CanvasNSView.swift
@@ -29,7 +29,7 @@
29
// 3. This notice may not be removed or altered from any source distribution.
30
//
31
32
-#if canImport(AppKit)
+#if canImport(AppKit) && !targetEnvironment(macCatalyst)
33
import AppKit
34
import SwiftUI
35
0 commit comments