[Bugfix] Issue when building for watchOS platform #14
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#if canImport(UIKit)
|
#if canImport(UIKit) && !os(watchOS)
|
||||||
import Coordination
|
import Coordination
|
||||||
import UIKit
|
import UIKit
|
||||||
import XCTest
|
import XCTest
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#if canImport(UIKit)
|
#if canImport(UIKit) && !os(watchOS)
|
||||||
import Coordination
|
import Coordination
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user