Filtered the CoordinatorsTests and the TestCoordinators helpers from watchOS platforms.
This commit is contained in:
parent
c4d09cd808
commit
611fdb208e
@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if canImport(UIKit)
|
||||
#if canImport(UIKit) && !os(watchOS)
|
||||
import Coordination
|
||||
import UIKit
|
||||
import XCTest
|
||||
|
@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if canImport(UIKit)
|
||||
#if canImport(UIKit) && !os(watchOS)
|
||||
import Coordination
|
||||
import UIKit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user