We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0d950 commit 1af80a4Copy full SHA for 1af80a4
Sources/Workspace/InitPackage.swift
@@ -219,7 +219,7 @@ public final class InitPackage {
219
} else if packageType == .buildToolPlugin || packageType == .commandPlugin {
220
pkgParams.append("""
221
products: [
222
- // Products define the executables and libraries a package produces, making them visible to other packages.
+ // Products can be used to vend plugins, making them visible to other packages.
223
.plugin(
224
name: "\(pkgname)",
225
targets: ["\(pkgname)"]),
0 commit comments