diff --git a/CHANGELOG.md b/CHANGELOG.md index 22010a5..d53d8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +Version 0.2.0 +---------------------------- + +- Xcode 8 Support. + + Version 0.1.2 ---------------------------- @@ -11,7 +17,7 @@ Version 0.1.2 Version 0.1.1 ---------------------------- -- Rename plug-in name: SwiftLintAutoCorrect -> SwiftLintXcode +- Rename plug-in name: SwiftLintAutoCorrect -> SwiftLintXcode. Version 0.1.0 diff --git a/README.md b/README.md index 3c6189b..749a836 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,17 @@ Runs `swiftlint autocorrect --path CURRENT_FILE` before \*.swift file is saved. ![Screenshot](https://cloud.githubusercontent.com/assets/400558/14304460/d2a133dc-fbed-11e5-9573-2c21cce699e0.png) -IMPORTANT: Xcode 8 -------------------- -Xcode 8 won't load any unsigned plugins. +IMPORTANT: Xcode 8 Installation +------------------------------- + +Xcode 8 won't load any unsigned plugins without resigning Xcode itself. https://github.com/alcatraz/Alcatraz/issues/475 +See XVim's nice and simple installation doc to resign it..! (NOTE: AT YOUR OWN SECURITY RISK) +https://github.com/XVimProject/XVim/blob/3167408ade82cfef87acc704822da61af69688f8/INSTALL\_Xcode8.md + + INSTALLATION ------------