Skip to content

Commit bce9fae

Browse files
committed
Fix Catalyst build.
1 parent 7c57c62 commit bce9fae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/WolfColor/CGColorUtils.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
// SOFTWARE.
2424

25-
#if canImport(AppKit)
26-
import AppKit
27-
#elseif canImport(UIKit)
28-
import UIKit
25+
#if canImport(UIKit)
26+
import UIKit
27+
#elseif canImport(AppKit)
28+
import AppKit
2929
#endif
3030

3131
import CoreGraphics

0 commit comments

Comments
 (0)