Skip to content

Instantly share code, notes, and snippets.

@roothybrid7
Created March 13, 2014 10:59
Show Gist options
  • Save roothybrid7/9526341 to your computer and use it in GitHub Desktop.
Save roothybrid7/9526341 to your computer and use it in GitHub Desktop.
Xcodeを複数使用している場合に、Xcode Plug-inを両方で使う方法 ref: http://qiita.com/roothybrid7/items/5d99071936634100f0ac
cd ~/Library/Application Support/Developer/Shared
mkdir Xcode\ 5.0.2 # <= ダウンロードしたXcodeにつけた名前でディレクトリを作成
cp -r Xcode/Plug-ins Xcode\ 5.0.2/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment