Skip to content

Commit f24c44b

Browse files
authored
Revert "chore: package manifest local improvements (#574)" (#583)
This reverts commit 0d452db.
1 parent 0d452db commit f24c44b

File tree

101 files changed

+88
-115
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

+88
-115
lines changed

AWSClientRuntime/Package.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,17 @@ let package = Package(
2323
dependencies: [
2424
.product(name: "ClientRuntime", package: "ClientRuntime"),
2525
.product(name: "AwsCommonRuntimeKit", package: "AwsCrt")
26-
]
26+
],
27+
path: "./Sources"
2728
),
2829
.testTarget(
2930
name: "AWSClientRuntimeTests",
3031
dependencies: [
3132
"AWSClientRuntime",
3233
.product(name: "SmithyTestUtil", package: "ClientRuntime"),
3334
.product(name: "ClientRuntime", package: "ClientRuntime")
34-
]
35+
],
36+
path: "./Tests"
3537
)
3638
]
3739
)

0 commit comments

Comments
 (0)