Created the DependencyService service in the Libraries package.
This commit is contained in:
parent
e56d3b76d8
commit
c38b3c1ec1
@ -8,11 +8,16 @@ let package = Package(
|
|||||||
products: [
|
products: [
|
||||||
.library(
|
.library(
|
||||||
name: "Libraries",
|
name: "Libraries",
|
||||||
targets: ["APIService"]),
|
targets: [
|
||||||
|
"APIService",
|
||||||
|
"DependencyService"
|
||||||
|
]
|
||||||
|
),
|
||||||
],
|
],
|
||||||
dependencies: [],
|
dependencies: [],
|
||||||
targets: [
|
targets: [
|
||||||
.target(name: "APIService"),
|
.target(name: "APIService"),
|
||||||
|
.target(name: "DependencyService"),
|
||||||
.testTarget(
|
.testTarget(
|
||||||
name: "APIServiceTests",
|
name: "APIServiceTests",
|
||||||
dependencies: ["APIService"]
|
dependencies: ["APIService"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user