Moved the code from the DependencyServices target in the Libraries package to the DependencyInjection in the Cores package.
This commit is contained in:
parent
df6c69ef46
commit
2d1d01a3fa
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user