We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b177f52 + 8a2c52c commit 2d50026Copy full SHA for 2d50026
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