Skip to content

Commit

Permalink
fix: πŸ› Declare GenerateManualPlugin as plugin product
Browse files Browse the repository at this point in the history
βœ… Closes: apple#455
  • Loading branch information
MarcoEidinger committed Jul 17, 2022
1 parent df9ee66 commit 4bfb3ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package@swift-5.6.swift
Expand Up @@ -18,6 +18,9 @@ var package = Package(
.library(
name: "ArgumentParser",
targets: ["ArgumentParser"]),
.plugin(
name: "GenerateManualPlugin",
targets: ["GenerateManualPlugin"]),
],
dependencies: [],
targets: [
Expand Down

0 comments on commit 4bfb3ca

Please sign in to comment.