Skip to content

Instantly share code, notes, and snippets.

@djromero
Last active December 16, 2016 03:28
Show Gist options
  • Save djromero/f18d46a2be8d6fb0c7aa649b0d6a359d to your computer and use it in GitHub Desktop.
Save djromero/f18d46a2be8d6fb0c7aa649b0d6a359d to your computer and use it in GitHub Desktop.
# 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
# 🎉
@Jason318
Copy link

how to set default codesign for xcode,please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment