Changes for #96

This commit is contained in:
Marcel Bischoff 2016-01-21 22:29:38 +01:00
parent 353a5bec83
commit 36b8d26ce1

View File

@ -134,7 +134,7 @@ 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. #### Show Debug Menu
```bash ```bash
# Enable # Enable
defaults write com.apple.appstore ShowDebugMenu -bool true defaults write com.apple.appstore ShowDebugMenu -bool true