Skip to content

Commit 2431f04

Browse files
committed
Add PackageCollectionsSigning to existing products rather than creating new
1 parent 8739094 commit 2431f04

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Package.swift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ let package = Package(
4040
"SPMLLBuild",
4141
"PackageCollections",
4242
"PackageCollectionsModel",
43+
"PackageCollectionsSigning",
4344
"LLBuildManifest",
4445
"PackageModel",
4546
"PackageLoading",
@@ -57,6 +58,7 @@ let package = Package(
5758
"LLBuildManifest",
5859
"PackageCollections",
5960
"PackageCollectionsModel",
61+
"PackageCollectionsSigning",
6062
"PackageModel",
6163
"PackageLoading",
6264
"PackageGraph",
@@ -95,11 +97,6 @@ let package = Package(
9597
name: "PackageCollectionsModel",
9698
targets: ["PackageCollectionsModel"]
9799
),
98-
99-
.library(
100-
name: "PackageCollectionsSigning",
101-
targets: ["PackageCollectionsSigning"]
102-
),
103100
],
104101
targets: [
105102
// The `PackageDescription` targets define the API which is available to

0 commit comments

Comments
 (0)