Skip to content

Commit

Permalink
Fix SafeDIGenerateDependencyTree.swift's Xcode integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Dec 9, 2023
1 parent 9ced9d0 commit 6e9839e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ extension SafeDIGenerateDependencyTree: XcodeBuildToolPlugin {
return [
.buildCommand(
displayName: "SafeDIGenerateDependencyTree",
executable: try context.tool(named: "GenerateDependencyTree").path,
executable: try context.tool(named: "SafeDIPlugin").path,
arguments: arguments,
environment: [:],
inputFiles: inputSwiftFiles + targetDependencySafeDIOutputFiles,
Expand Down

0 comments on commit 6e9839e

Please sign in to comment.