wip
This commit is contained in:
@@ -7,7 +7,7 @@ struct GenerateVersionPlugin: CommandPlugin {
|
||||
func performCommand(context: PluginContext, arguments: [String]) async throws {
|
||||
let gitVersion = try context.tool(named: "git-version")
|
||||
|
||||
var arguments = ["generate"] + arguments
|
||||
let arguments = ["generate"] + arguments
|
||||
|
||||
for target in context.package.targets {
|
||||
guard let target = target as? SourceModuleTarget,
|
||||
|
||||
Reference in New Issue
Block a user