Last active
December 16, 2016 03:28
-
-
Save djromero/f18d46a2be8d6fb0c7aa649b0d6a359d to your computer and use it in GitHub Desktop.
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
# Important: you want to make a copy of Xcode 8 to be able to use it untainted for app submission, etc. | |
# Resign Xcode with your own signature | |
# https://github.com/XVimProject/XVim/blob/master/INSTALL_Xcode8.md | |
sudo codesign -f -s "Developer ID Application: your-developer-name" /Applications/Xcode.app | |
# Build the plugin | |
cd /path/to/XVim | |
# This updates DVTPlugInCompatibilityUUID and build and install the plugin | |
make | |
# Open Xcode and accept loading unknown bundles | |
# 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to set default codesign for xcode,please?