Skip to content

Commit 0d452db

Browse files
atierianBrennan Stehling
andauthored
chore: package manifest local improvements (#574)
Co-authored-by: Brennan Stehling <[email protected]>
1 parent 0744f70 commit 0d452db

File tree

101 files changed

+115
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+115
-88
lines changed

AWSClientRuntime/Package.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,15 @@ let package = Package(
2323
dependencies: [
2424
.product(name: "ClientRuntime", package: "ClientRuntime"),
2525
.product(name: "AwsCommonRuntimeKit", package: "AwsCrt")
26-
],
27-
path: "./Sources"
26+
]
2827
),
2928
.testTarget(
3029
name: "AWSClientRuntimeTests",
3130
dependencies: [
3231
"AWSClientRuntime",
3332
.product(name: "SmithyTestUtil", package: "ClientRuntime"),
3433
.product(name: "ClientRuntime", package: "ClientRuntime")
35-
],
36-
path: "./Tests"
34+
]
3735
)
3836
]
3937
)

0 commit comments

Comments
 (0)