Compare commits

..

No commits in common. "main" and "v0.2.1" have entirely different histories.
main ... v0.2.1

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#if canImport(UIKit) && !os(watchOS) #if canImport(UIKit) && !os(watchOS)
import SwiftLibsCoordination import Coordination
import UIKit import UIKit
// MARK: - Test coordinators // MARK: - Test coordinators