Moved the code from the DependencyServices target in the Libraries package to the DependencyInjection in the Cores package.

This commit is contained in:
Javier Cicchelli 2022-12-11 19:23:13 +01:00
parent df6c69ef46
commit 2d1d01a3fa
4 changed files with 1 additions and 2 deletions

View File

@ -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: [