From 69ab7627edaac58296479af92fc955e6c2834898 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 23 Oct 2023 12:27:23 -0500 Subject: [PATCH] Fixes #14: Disable in-app rating and review requests. --- .osx | 7 +++++++ 1 file changed, 7 insertions(+) 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 # ###############################################################################