Created
March 13, 2014 10:59
-
-
Save roothybrid7/9526341 to your computer and use it in GitHub Desktop.
Xcodeを複数使用している場合に、Xcode Plug-inを両方で使う方法 ref: http://qiita.com/roothybrid7/items/5d99071936634100f0ac
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
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