diff --git a/CHANGELOG.md b/CHANGELOG.md index d435d76..22010a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Change Log ========== +Version 0.1.2 +---------------------------- + +- Fixed bug that saving non-swift file runs autocorrect. +- Set working directory to where workspace (or project) file is placed. + + +Version 0.1.1 +---------------------------- + +- Rename plug-in name: SwiftLintAutoCorrect -> SwiftLintXcode + + Version 0.1.0 ---------------------------- diff --git a/README.md b/README.md index 483c499..95a7378 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,17 @@ Runs `swiftlint autocorrect --path CURRENT_FILE` before \*.swift file is saved. INSTALLATION ------------ -```bash -# This plugin does not bundle swiftlint binary. -# Please ensure swiftlint is on PATH. -brew update && brew install swiftlint +Then install via [Alcatraz](https://github.com/alcatraz/Alcatraz). +This plugin does not bundle swiftlint binary. Please ensure swiftlint is on PATH. + +```bash +brew update && brew install swiftlint +``` + +### Manual installation + +```bash git clone https://github.com/ypresto/SwiftLintXcode cd SwiftLintXcode # Build and install.