Skip to content

Instantly share code, notes, and snippets.

@rdeavila
Last active December 26, 2015 06:09
Show Gist options
  • Save rdeavila/7106183 to your computer and use it in GitHub Desktop.
Save rdeavila/7106183 to your computer and use it in GitHub Desktop.
Caso você esteja tentando fazer o download de um app na App Store do Mac OS X, e ele aparece como indisponível; ou se você tenta fazer o download, e ele sempre falha, você pode tentar limpar o cache e as configurações do App Store. Fonte: https://discussions.apple.com/thread/4135803?tstart=0
#!/bin/bash
rm ~/Library/Preferences/com.apple.appstore.plist
rm -r ~/Library/Saved\ Application\ State/com.apple.appstore.savedState
rm -r ~/Library/Caches/com.apple.appstore
rm -r /private/var/folders/*/*/*/com.apple.appstore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment