Skip to content

Commit ddbbbb6

Browse files
committed
Fix watchOS build.
1 parent f6db0cb commit ddbbbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/UIKit/UIKitAnimationScheduler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if canImport(UIKit)
1+
#if canImport(UIKit) && !os(watchOS)
22
import UIKit
33
import ReactiveSwift
44

0 commit comments

Comments
 (0)