Skip to content

Commit 7bad9f4

Browse files
authored
Merge pull request #279 from quanshousio/master
Fix compatibility with Mac Catalyst
2 parents 988602c + f1c5217 commit 7bad9f4

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)