#xcodebuild.vim It's a fast and easy way to develop Xcode projects with the power of Vim.
Use the Xcode commands you're already used to like Build, Test, and Clean.
Install with Pathogen:
cd ~/.vim/bundle && git clone git://github.com/jerrymarino/xcodebuild.vim.git
- Build targets with a single keystroke
- Step through and quick fix build errors
- List your targets, schemes, and build configurations
- Map custom build commands
- Generate xcodebuild commands
- Automatically logs build results
- Xcode need not be open!
Default Xcode commands are mapped to your leader key for fast access. For more info checkout plugin/xcodebuild.vim