Added ShowDebugMenu flag for App Store

This commit is contained in:
Andrii Lundiak 2016-01-21 21:43:35 +01:00
parent d8b5f61596
commit 353a5bec83

View File

@ -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