Skip to content

Instantly share code, notes, and snippets.

@bright23
Last active May 15, 2018 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bright23/8e0595ae2897369ad3c959235f0ea2d3 to your computer and use it in GitHub Desktop.
Save bright23/8e0595ae2897369ad3c959235f0ea2d3 to your computer and use it in GitHub Desktop.
provisioning clean
# provisioning 場所
cd ~/Library/MobileDevice/Provisioning\ Profiles
# project_nameを含むprovisioning
find ./ -type f -print | xargs grep 'project_name'
# project_nameを含むprovisioanig削除
MobileDevice/Provisioningディレクトリで
rm -f $(grep -l project_name ./*)
project_nameを含むprovisioningが消えてることを確認
find ./ -type f -print | xargs grep 'project_name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment