Flattened the folder structure of the Libraries now that the idea is to use precompiler processors to filter out platform-specific code.

This commit is contained in:
2023-04-28 16:54:15 +02:00
parent 8d33cdea7c
commit 847c2afc44
15 changed files with 20 additions and 0 deletions
@@ -10,6 +10,7 @@
//
//===----------------------------------------------------------------------===//
#if canImport(UIKit)
import Coordination
import UIKit
import XCTest
@@ -139,3 +140,4 @@ final class CoordinatorTests: XCTestCase {
}
}
#endif
@@ -10,6 +10,7 @@
//
//===----------------------------------------------------------------------===//
#if canImport(UIKit)
import Coordination
import UIKit
@@ -108,3 +109,4 @@ class SpyRouter: Router {
class SomeViewController: UIViewController {}
class SomeOtherViewController: UIViewController {}
#endif