diff --git a/.osx b/.osx index f7a7c05..2e01a0b 100755 --- a/.osx +++ b/.osx @@ -253,6 +253,13 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d # Disable continuous spell checking defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "continuousSpellCheckingEnabled" -bool false +############################################################################### +# App Store # +############################################################################### + +# Disable in-app rating requests from apps downloaded from the App Store. +defaults write com.apple.appstore InAppReviewEnabled -int 0 + ############################################################################### # Kill/restart affected applications # ###############################################################################