List All Apps Downloaded from App Store

This commit is contained in:
David Condrey 2016-10-24 17:00:17 -07:00 committed by GitHub
parent b378a2283c
commit e0d27e6371

View File

@ -136,7 +136,7 @@ sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set v
#### List All Apps Downloaded from App Store #### List All Apps Downloaded from App Store
```bash ```bash
find /Applications -path '*Contents/_MASReceipt/receipt' -maxdepth 4 -print |\sed 's#.app/Contents/_MASReceipt/receipt#.app#g; s#/Applications/##' mdfind kMDItemAppStoreHasReceipt=1
``` ```
#### Show Debug Menu #### Show Debug Menu