Skip to content

Commit f304147

Browse files
committed
Export PackageCollectionsSigning as library
We will add signing to [the set of collections tools](https://github.com/apple/swift-package-collection-generator), and for that we'd need `PackageCollectionsSigning`.
1 parent a7815f5 commit f304147

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Package.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ let package = Package(
101101
name: "PackageCollectionsModel",
102102
targets: ["PackageCollectionsModel"]
103103
),
104+
105+
.library(
106+
name: "SwiftPMPackageCollections",
107+
targets: [
108+
"PackageCollections",
109+
"PackageCollectionsModel",
110+
"PackageCollectionsSigning",
111+
"PackageModel",
112+
]
113+
),
104114
],
105115
targets: [
106116
// The `PackageDescription` targets define the API which is available to

0 commit comments

Comments
 (0)