Skip to content

Commit

Permalink
Fix compatibility with Mac Catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
quanshousio committed Nov 12, 2020
1 parent a427e7a commit f1c5217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Mac/NSImage+Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if canImport(AppKit)
#if canImport(AppKit) && !targetEnvironment(macCatalyst)
import AppKit

/// Helper UIImage extension.
Expand Down

0 comments on commit f1c5217

Please sign in to comment.