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",
|
name: "Libraries",
|
||||||
targets: [
|
targets: [
|
||||||
"APIService",
|
"APIService",
|
||||||
"DependencyService"
|
"KeychainStorage"
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@ -22,7 +22,6 @@ let package = Package(
|
|||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(name: "APIService"),
|
.target(name: "APIService"),
|
||||||
.target(name: "DependencyService"),
|
|
||||||
.target(
|
.target(
|
||||||
name: "KeychainStorage",
|
name: "KeychainStorage",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user