Skip to content

Commit ac1f51f

Browse files
authored
Merge pull request #3 from mergesort/patch-1
Support for compiling in Mac Catalyst
2 parents dd5733d + 07a63c1 commit ac1f51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ChromaKit/NSColorExtensions.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
public extension NSColor {

0 commit comments

Comments
 (0)