Updated the Package file to reflect the change in the folder structure, plus the libraries' target names have been renamed to avoid any possible ambiguity with any other 1st or 3rd party library.

This commit is contained in:
2023-08-11 23:19:33 +02:00
parent c29178535a
commit 5a8d3c0530
4 changed files with 43 additions and 31 deletions
@@ -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 {