[Bugfix] Issue when building for watchOS platform #14

Merged
javier merged 2 commits from bugfix/watchos-support into main 2023-04-28 22:24:11 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 611fdb208e - Show all commits

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