Skip to content

Commit

Permalink
Remove unnecessary implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Oct 21, 2024
1 parent 07f9417 commit 576da58
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Plugins/GenerateScipioVersion/plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,3 @@ struct GenerateScipioVersion: BuildToolPlugin {
return revision
}
}

// Convert Foundation.URL to Path
extension Command {
fileprivate static func prebuildCommand(
displayName: String?,
executable: URL,
arguments: [any CustomStringConvertible],
environment: [String : any CustomStringConvertible] = [:],
outputFilesDirectory: URL
) -> PackagePlugin.Command {
.prebuildCommand(
displayName: displayName,
executable: Path(executable.path()),
arguments: arguments,
outputFilesDirectory: Path(outputFilesDirectory.path())
)
}
}

0 comments on commit 576da58

Please sign in to comment.