Skip to content

Commit

Permalink
Update readme for Xcode 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerShu committed Jun 16, 2016
1 parent a2ae049 commit 3eb09a6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

#### Announcement

- XVim repository has moved to XVimProject organization. There are not so many thing you have to do with this but if you cloned the repo and working local it is recommendded to change the remote URL as sited [here](https://help.github.com/articles/transferring-a-repository/) (This is not must. Github nicely forward old URL to new one.)
- Xcode 6,7 Users, use the commit before 809527b
- XVim started to use BountySource [![Bountysource](https://www.bountysource.com/badge/team?team_id=918&style=bounties_posted)](https://www.bountysource.com/teams/xvim/bounties?utm_source=XVim&utm_medium=shield&utm_campaign=bounties_posted) [![Bountysource](https://www.bountysource.com/badge/team?team_id=918&style=raised)](https://www.bountysource.com/teams/xvim?utm_source=XVim&utm_medium=shield&utm_campaign=raised)
- [Google Group for XVim developers](https://groups.google.com/d/forum/xvim-developers) has been created.


## Support Xcode Versions
- Xcode6
- Xcode7
- Xcode6 : Use before 809527b
- Xcode7 : Use before 809527b
- Xcode8 : Use the latest master

## INSTALL
Download source code or clone the repo. Then,
Expand All @@ -29,6 +30,10 @@
```bash
$ make
```

With Xcode 8 and above, you'll be asked if you want to remove code singature from Xcode.
It is required to make the XCode load XVim.
So if you are OK just type 'y' to proceed and remove code signature from your Xcode.

If you see something like

Expand Down

0 comments on commit 3eb09a6

Please sign in to comment.