Fixes #14: Disable in-app rating and review requests.

This commit is contained in:
Jeff Geerling
2023-10-23 12:27:23 -05:00
parent 413bb11aaf
commit 69ab7627ed
Vendored
+7
View File
@@ -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 #
###############################################################################