Filtered the CoordinatorsTests and the TestCoordinators helpers from watchOS platforms.

This commit is contained in:
Javier Cicchelli 2023-04-29 00:17:27 +02:00
parent c4d09cd808
commit 611fdb208e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
#if canImport(UIKit)
#if canImport(UIKit) && !os(watchOS)
import Coordination
import UIKit
import XCTest

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
#if canImport(UIKit)
#if canImport(UIKit) && !os(watchOS)
import Coordination
import UIKit