Skip to content

Commit 4cc7c66

Browse files
committed
Fix watchOS
1 parent 0b7e10c commit 4cc7c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftDraw/Sources/SVG+UIKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
// 3. This notice may not be removed or altered from any source distribution.
3030
//
3131

32-
#if canImport(UIKit)
32+
#if canImport(UIKit) && !os(watchOS)
3333
public import UIKit
3434

3535
public extension UIGraphicsImageRendererContext {

0 commit comments

Comments
 (0)