Fixes #14: Disable in-app rating and review requests.
This commit is contained in:
@@ -253,6 +253,13 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
|
|||||||
# Disable continuous spell checking
|
# Disable continuous spell checking
|
||||||
defaults write com.apple.messageshelper.MessageController SOInputLineSettings -dict-add "continuousSpellCheckingEnabled" -bool false
|
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 #
|
# Kill/restart affected applications #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user