Parcourir la source

Revert flag for watchOS

onevcat il y a 6 ans
Parent
commit
d5e5d2604c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Sources/Views/AnimatedImageView.swift

+ 2 - 0
Sources/Views/AnimatedImageView.swift

@@ -31,6 +31,7 @@
 //  The name and characters used in the demo of this software are property of their
 //  respective owners.
 
+#if !os(watchOS)
 #if canImport(UIKit)
 import UIKit
 import ImageIO
@@ -611,3 +612,4 @@ class SafeArray<Element> {
     }
 }
 #endif
+#endif