# Xcode 8 에 Vim 단축키 적용하기 > 2016.12.21 > MacOS 1. Xcode 종료 1. [링크](https://github.com/XVimProject/XVim/blob/master/INSTALL_Xcode8.md) 작업 수행 1. Xcode 8 의 경우에만 수행합니다. 1. 키체인 접근 실행 1. 메뉴의 키체인 접근 - 인증서 지원 - 인증서 생성 1. 이름 : XcodeSigner 1. 신원 유형 : 자체 서명 루트 1. 인증서 유형 : 코드 서명 1. `sudo codesign -f -s XcodeSigner /Applications/Xcode.app` 1. [링크](https://github.com/XVimProject/XVim) 작업 수행 1. Repository Clone ``` mac $ git clone https://github.com/XVimProject/XVim.git mac $ cd XVim ``` 1. 출력되는 내용 확인 ``` mac $ xcode-select -p /Applications/Xcode.app/Contents/Developer ``` * 만약 안나오면 `xcode-select -s` 수행 후 확인 1. 설치 ``` mac $ make ``` * 이 때 `y` 를 꼭 해줘야 한다. 1. Xcode 실행 * `Load Bundle` 1. (Options) 삭제 1. git clone 된 디렉터리 이동 * `make uninstall`