From e0d27e6371a12f49ef3f423869616da2d4290d2a Mon Sep 17 00:00:00 2001 From: David Condrey Date: Mon, 24 Oct 2016 17:00:17 -0700 Subject: [PATCH] List All Apps Downloaded from App Store --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5058712..7729182 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set v #### List All Apps Downloaded from App Store ```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