Skip to content

Commit

Permalink
Fix plugin name (#5542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diggory committed Apr 25, 2024
1 parent 1b7fbc4 commit 04678a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### Breaking

* Rewrite `SwiftLintPlugin` using `BUILD_WORKSPACE_DIRECTORY` without relying
* Rewrite `SwiftLintBuildToolPlugin` using `BUILD_WORKSPACE_DIRECTORY` without relying
on the `--config` option.
[Garric Nahapetian](https://github.com/garricn)

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Xcode 构建工具插件。

选择要添加修正的目标,打开 `Build Phases` 检查器。
打开 `Run Build Tool Plug-ins` 并选择 `+` 按钮。
从列表中选择 `SwiftLintPlugin` 并将其添加到项目中。
从列表中选择 `SwiftLintBuildToolPlugin` 并将其添加到项目中。

![](https://raw.githubusercontent.com/realm/SwiftLint/main/assets/select-swiftlint-plugin.png)

Expand Down

0 comments on commit 04678a1

Please sign in to comment.