Update README.md and CHANGELOG.md

This commit is contained in:
Yuya Tanaka 2016-10-15 21:00:43 +09:00
parent adbc152040
commit 06a8dfa701
2 changed files with 15 additions and 4 deletions

View file

@ -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

View file

@ -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
------------