From 879ad0b81c16831f9457d33016cef4e2213df44e Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Fri, 9 Jan 2026 10:19:46 +0800 Subject: configure App Store --- .macos | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.macos b/.macos index 6e1b16c..56a34a6 100755 --- a/.macos +++ b/.macos @@ -205,11 +205,22 @@ PLIST="$HOME/Library/Preferences/com.apple.Terminal.plist" /usr/libexec/PlistBuddy -c "Set :'Window Settings':Basic:ShouldRestoreContent false" "$PLIST" +######################################################################### +# App Store +######################################################################### + +# Disable video autoplay +defaults write com.apple.AppStore AutoPlayVideoSetting -string off + +# Disable in-app ratings and reviews (broken on macOS Tahoe 26) +defaults write com.apple.AppStore InAppReviewEnabled -bool FALSE + + ######################################################################### # Close affected applications ######################################################################### -apps=("Finder" "Dock" "Spotlight" "Siri" "Safari" "Terminal" "System Settings") +apps=("Finder" "Dock" "Spotlight" "Siri" "Safari" "Terminal" "App Store" "System Settings") for appname in "${apps[@]}"; do killall -q "$appname" || true -- cgit v1.2.3