Created
November 17, 2015 08:56
-
-
Save naoty/f76a1bdf798ddfbb1c7d to your computer and use it in GitHub Desktop.
アプリが多すぎてOrganizerが重くなったときに軽くするスクリプト
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
#!/bin/sh | |
id="com.example.yourapp" | |
dir=$HOME/Library/Developer/Xcode | |
mv $dir/Products $dir/Products.orig && \ | |
mkdir $dir/Products && \ | |
cp -R $dir/Products/$id $dir/Products/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment