Created
April 15, 2014 13:37
-
-
Save toashd/10733353 to your computer and use it in GitHub Desktop.
xVim installation with XCode 5.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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