Skip to content

Instantly share code, notes, and snippets.

@toashd
Created April 15, 2014 13:37
Show Gist options
  • Select an option

  • Save toashd/10733353 to your computer and use it in GitHub Desktop.

Select an option

Save toashd/10733353 to your computer and use it in GitHub Desktop.
xVim installation with XCode 5.1
1. Remove xVim: rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin
2. Checkout the develop branch: git checkout develop
3. Open the xVim project
4. Ignore message about GC not being supported. Don't convert to Arc.
5. Select XCode 5 as your build target.
6. Set it to Release.
7. Build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment