From 353a5bec83b13f16d332efa3a9f8293ce28287ee Mon Sep 17 00:00:00 2001 From: Andrii Lundiak Date: Thu, 21 Jan 2016 21:43:35 +0100 Subject: [PATCH] Added ShowDebugMenu flag for App Store --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 48747f9..e6585d0 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,16 @@ sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set v find /Applications -path '*Contents/_MASReceipt/receipt' -maxdepth 4 -print |\sed 's#.app/Contents/_MASReceipt/receipt#.app#g; s#/Applications/##' ``` +#### Enable the Debug menu for App Store. +```bash +# Enable +defaults write com.apple.appstore ShowDebugMenu -bool true + +# Disable (Default) +defaults write com.apple.appstore ShowDebugMenu -bool false +``` + + ### Apple Remote Desktop #### Remove Apple Remote Desktop Settings