Skip to content

Commit

Permalink
Improve Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Jun 27, 2023
1 parent adba8ec commit e3cb8d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ let package = Package(
targets: [
.target(
name: "Networking",
dependencies: []),
dependencies: [],
path: "Sources"),
.testTarget(
name: "NetworkingTests",
dependencies: ["Networking"],
resources: [.process("Resources")]
path: "Tests",
resources: [.process("NetworkingTests/Resources")]
)
]
)
)

0 comments on commit e3cb8d9

Please sign in to comment.