From 2d1d01a3faa04c5f7e2a3ef825a4e64c93ea74c4 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sun, 11 Dec 2022 19:23:13 +0100 Subject: [PATCH] Moved the code from the DependencyServices target in the Libraries package to the DependencyInjection in the Cores package. --- .../DependencyInjection}/Property Wrappers/Dependency.swift | 0 .../Sources/DependencyInjection}/Protocols/DependencyKey.swift | 0 .../Sources/DependencyInjection}/Structs/DependencyStore.swift | 0 Libraries/Package.swift | 3 +-- 4 files changed, 1 insertion(+), 2 deletions(-) rename {Libraries/Sources/DependencyService => Cores/Sources/DependencyInjection}/Property Wrappers/Dependency.swift (100%) rename {Libraries/Sources/DependencyService => Cores/Sources/DependencyInjection}/Protocols/DependencyKey.swift (100%) rename {Libraries/Sources/DependencyService => Cores/Sources/DependencyInjection}/Structs/DependencyStore.swift (100%) diff --git a/Libraries/Sources/DependencyService/Property Wrappers/Dependency.swift b/Cores/Sources/DependencyInjection/Property Wrappers/Dependency.swift similarity index 100% rename from Libraries/Sources/DependencyService/Property Wrappers/Dependency.swift rename to Cores/Sources/DependencyInjection/Property Wrappers/Dependency.swift diff --git a/Libraries/Sources/DependencyService/Protocols/DependencyKey.swift b/Cores/Sources/DependencyInjection/Protocols/DependencyKey.swift similarity index 100% rename from Libraries/Sources/DependencyService/Protocols/DependencyKey.swift rename to Cores/Sources/DependencyInjection/Protocols/DependencyKey.swift diff --git a/Libraries/Sources/DependencyService/Structs/DependencyStore.swift b/Cores/Sources/DependencyInjection/Structs/DependencyStore.swift similarity index 100% rename from Libraries/Sources/DependencyService/Structs/DependencyStore.swift rename to Cores/Sources/DependencyInjection/Structs/DependencyStore.swift diff --git a/Libraries/Package.swift b/Libraries/Package.swift index 9620c9d..e38b3b0 100644 --- a/Libraries/Package.swift +++ b/Libraries/Package.swift @@ -10,7 +10,7 @@ let package = Package( name: "Libraries", targets: [ "APIService", - "DependencyService" + "KeychainStorage" ] ), ], @@ -22,7 +22,6 @@ let package = Package( ], targets: [ .target(name: "APIService"), - .target(name: "DependencyService"), .target( name: "KeychainStorage", dependencies: [