Skip to content

Commit f1c5217

Browse files
committed
Fix compatibility with Mac Catalyst
1 parent a427e7a commit f1c5217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Mac/NSImage+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if canImport(AppKit)
1+
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
22
import AppKit
33

44
/// Helper UIImage extension.

0 commit comments

Comments
 (0)