Added ShowDebugMenu flag for App Store
This commit is contained in:
parent
d8b5f61596
commit
353a5bec83
10
README.md
10
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/##'
|
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
|
### Apple Remote Desktop
|
||||||
|
|
||||||
#### Remove Apple Remote Desktop Settings
|
#### Remove Apple Remote Desktop Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user