Skip to content

Commit

Permalink
changed plugin product name
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Sep 3, 2024
1 parent b969880 commit 88b69ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
products: [
.executable(name: "rt", targets: ["ReleaseTools"]),
.library(name: "Resources", targets: ["Resources"]),
.plugin(name: "ReleaseToolsPlugin", targets: ["ReleaseToolsPlugin"]),
.plugin(name: "rt-plugin", targets: ["ReleaseToolsPlugin"]),
],

dependencies: [
Expand Down

0 comments on commit 88b69ab

Please sign in to comment.