From 435cdae12087606d8cf239f167e589dce178ff09 Mon Sep 17 00:00:00 2001 From: alexey1312 Date: Sun, 19 Mar 2023 23:28:26 +0600 Subject: [PATCH] Fix build --- Sources/SnapshotTestingHEIC/UIImage.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/SnapshotTestingHEIC/UIImage.swift b/Sources/SnapshotTestingHEIC/UIImage.swift index 21403cf..957217d 100644 --- a/Sources/SnapshotTestingHEIC/UIImage.swift +++ b/Sources/SnapshotTestingHEIC/UIImage.swift @@ -285,6 +285,7 @@ final class ThresholdImageProcessorKernel: CIImageProcessorKernel { #if os(macOS) +import AppKit typealias Image = NSImage typealias View = NSView #elseif os(iOS) || os(tvOS)