[Bugfix] Issue when building for watchOS platform #14
@ -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