You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template resulting from `swift package init --type command-plugin` did
not auto generate the extension name and used boilerplate instead.
### Motivation:
Seems like a small oversight, not an intentional difference.
### Modifications:
InitPackage.swift line 553 goes from `extension MyCommandPlugin:
XcodeCommandPlugin {` to `extension \(typeName): XcodeCommandPlugin {`
### Result:
Template generates correctly.
0 commit comments