Skip to content

Instantly share code, notes, and snippets.

@naoty
Created November 17, 2015 08:56
Show Gist options
  • Save naoty/f76a1bdf798ddfbb1c7d to your computer and use it in GitHub Desktop.
Save naoty/f76a1bdf798ddfbb1c7d to your computer and use it in GitHub Desktop.
アプリが多すぎてOrganizerが重くなったときに軽くするスクリプト
#!/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