Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ypresto committed Oct 15, 2016
1 parent adbc152 commit 06a8dfa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,12 @@
Change Log
==========

Version 0.2.0
----------------------------

- Xcode 8 Support.


Version 0.1.2
----------------------------

Expand All @@ -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
Expand Down
11 changes: 8 additions & 3 deletions README.md
Expand Up @@ -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
------------

Expand Down

0 comments on commit 06a8dfa

Please sign in to comment.