We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b177f52 commit 8a2c52cCopy full SHA for 8a2c52c
Sources/SnapshotTestingHEIC/UIImage.swift
@@ -29,7 +29,7 @@ public extension Diffing where Value == UIImage {
29
}
30
31
let emptyHeicData: Data
32
- if #available(iOS 17.0, *) {
+ if #available(iOS 17.0, tvOS 17.0, *) {
33
emptyHeicData = emptyImage().heicData() ?? Data()
34
} else {
35
emptyHeicData = Data()
0 commit comments