mirror of
https://github.com/ypresto/SwiftLintXcode.git
synced 2026-04-27 14:57:38 +00:00
Update README.md and CHANGELOG.md
This commit is contained in:
parent
adbc152040
commit
06a8dfa701
2 changed files with 15 additions and 4 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 0.2.0
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
- Xcode 8 Support.
|
||||||
|
|
||||||
|
|
||||||
Version 0.1.2
|
Version 0.1.2
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
|
|
@ -11,7 +17,7 @@ Version 0.1.2
|
||||||
Version 0.1.1
|
Version 0.1.1
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
- Rename plug-in name: SwiftLintAutoCorrect -> SwiftLintXcode
|
- Rename plug-in name: SwiftLintAutoCorrect -> SwiftLintXcode.
|
||||||
|
|
||||||
|
|
||||||
Version 0.1.0
|
Version 0.1.0
|
||||||
|
|
|
||||||
11
README.md
11
README.md
|
|
@ -7,12 +7,17 @@ Runs `swiftlint autocorrect --path CURRENT_FILE` before \*.swift file is saved.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
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
|
INSTALLATION
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue