Skip to content

Instantly share code, notes, and snippets.

@takatomo
Last active August 29, 2015 14:04
Show Gist options
  • Save takatomo/c09f6d281b94c6da49b8 to your computer and use it in GitHub Desktop.
Save takatomo/c09f6d281b94c6da49b8 to your computer and use it in GitHub Desktop.
【Bash】Edit Xcode PlugIn Compatibility
#!/bin/bash
cd ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/
open -a TextEdit ./<プラグインのファイル名>/Contents/Info.plist
# ファイルを開いたら『DVTPlugInCompatibilityUUIDs』を探して値に
# 『AD68E85B-441B-4301-B564-A45E4919A6AD』を追加する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment