[Improvement] Naming of libraries and package (#22)

This PR contains the work done to fix the naming of the libraries and the package, along with tweaks to the folder structure.

Reviewed-on: #22
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #22.
This commit is contained in:
2023-08-13 21:53:47 +00:00
committed by Javier Cicchelli
parent 060d8a84a9
commit e6e82b3b40
54 changed files with 65 additions and 53 deletions
@@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Communications
import Foundation
import SwiftLibsCommunication
import XCTest
#if canImport(FoundationNetworking)
@@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Communications
import Foundation
import SwiftLibsCommunication
struct TestEndpoint: Endpoint {
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Dependencies
import SwiftLibsDependency
import XCTest
final class DependencyTests: XCTestCase {
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Dependencies
import SwiftLibsDependency
import XCTest
final class DependencyServiceTests: XCTestCase {
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Dependencies
import SwiftLibsDependency
// MARK: - Protocols
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class Bool_InitTests: XCTestCase {
@@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Core
import Foundation
import SwiftLibsFoundation
import XCTest
final class Bundle_LocalisationBundleTests: XCTestCase {
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class Collection_EmptyTests: XCTestCase {
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class Optional_NilTests: XCTestCase {
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class String_EmptyTests: XCTestCase {
@@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Core
import Foundation
import SwiftLibsFoundation
import XCTest
final class String_LocalisationTests: XCTestCase {
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class TimeZone_ZoneTests: XCTestCase {
@@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Core
import Foundation
import SwiftLibsFoundation
import XCTest
final class LossyCodableList_DecodableTests: XCTestCase {
@@ -13,7 +13,7 @@
import Foundation
import XCTest
@testable import Core
@testable import SwiftLibsFoundation
final class LossyCodableList_EncodableTests: XCTestCase {
@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
struct TestCodableList: Codable {
@LossyCodableList var items: [TestCodable]
@@ -11,7 +11,7 @@
//===----------------------------------------------------------------------===//
import Combine
import Persistence
import SwiftLibsPersistence
import XCTest
final class FetcherTests: XCTestCase {
@@ -11,7 +11,7 @@
//===----------------------------------------------------------------------===//
import Foundation
import Persistence
import SwiftLibsPersistence
import XCTest
final class URL_DevicesTests: XCTestCase {
@@ -12,7 +12,7 @@
import CoreData
import Foundation
import Persistence
import SwiftLibsPersistence
struct TestPersistenceService {