wip
This commit is contained in:
@@ -11,11 +11,6 @@ struct GenerateVersionBuildPlugin: BuildToolPlugin {
|
|||||||
let tool = try context.tool(named: "git-version")
|
let tool = try context.tool(named: "git-version")
|
||||||
let outputPath = context.pluginWorkDirectory
|
let outputPath = context.pluginWorkDirectory
|
||||||
|
|
||||||
// try FileManager.default.createDirectory(
|
|
||||||
// atPath: outputPath.string,
|
|
||||||
// withIntermediateDirectories: true
|
|
||||||
// )
|
|
||||||
|
|
||||||
let outputFile = outputPath.appending("Version.swift")
|
let outputFile = outputPath.appending("Version.swift")
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|||||||
Reference in New Issue
Block a user