Renamed the Sources folder as Libraries.

This commit is contained in:
Javier Cicchelli 2023-08-11 23:16:53 +02:00
parent 060d8a84a9
commit c29178535a
49 changed files with 15 additions and 15 deletions

View File

@ -10,8 +10,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Communications
import Foundation import Foundation
import SwiftLibsCommunication
import XCTest import XCTest
#if canImport(FoundationNetworking) #if canImport(FoundationNetworking)

View File

@ -10,8 +10,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Communications
import Foundation import Foundation
import SwiftLibsCommunication
struct TestEndpoint: Endpoint { struct TestEndpoint: Endpoint {

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Dependencies import SwiftLibsDependency
import XCTest import XCTest
final class DependencyTests: XCTestCase { final class DependencyTests: XCTestCase {

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Dependencies import SwiftLibsDependency
import XCTest import XCTest
final class DependencyServiceTests: XCTestCase { final class DependencyServiceTests: XCTestCase {

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Dependencies import SwiftLibsDependency
// MARK: - Protocols // MARK: - Protocols

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core import SwiftLibsFoundation
import XCTest import XCTest
final class Bool_InitTests: XCTestCase { final class Bool_InitTests: XCTestCase {

View File

@ -10,8 +10,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core
import Foundation import Foundation
import SwiftLibsFoundation
import XCTest import XCTest
final class Bundle_LocalisationBundleTests: XCTestCase { final class Bundle_LocalisationBundleTests: XCTestCase {

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core import SwiftLibsFoundation
import XCTest import XCTest
final class Collection_EmptyTests: XCTestCase { final class Collection_EmptyTests: XCTestCase {

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core import SwiftLibsFoundation
import XCTest import XCTest
final class Optional_NilTests: XCTestCase { final class Optional_NilTests: XCTestCase {

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core import SwiftLibsFoundation
import XCTest import XCTest
final class String_EmptyTests: XCTestCase { final class String_EmptyTests: XCTestCase {

View File

@ -10,8 +10,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core
import Foundation import Foundation
import SwiftLibsFoundation
import XCTest import XCTest
final class String_LocalisationTests: XCTestCase { final class String_LocalisationTests: XCTestCase {

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core import SwiftLibsFoundation
import XCTest import XCTest
final class TimeZone_ZoneTests: XCTestCase { final class TimeZone_ZoneTests: XCTestCase {

View File

@ -10,8 +10,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core
import Foundation import Foundation
import SwiftLibsFoundation
import XCTest import XCTest
final class LossyCodableList_DecodableTests: XCTestCase { final class LossyCodableList_DecodableTests: XCTestCase {

View File

@ -13,7 +13,7 @@
import Foundation import Foundation
import XCTest import XCTest
@testable import Core @testable import SwiftLibsFoundation
final class LossyCodableList_EncodableTests: XCTestCase { final class LossyCodableList_EncodableTests: XCTestCase {

View File

@ -10,7 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Core import SwiftLibsFoundation
struct TestCodableList: Codable { struct TestCodableList: Codable {
@LossyCodableList var items: [TestCodable] @LossyCodableList var items: [TestCodable]