aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/macos/disable-notifications_and_warnings.sh
blob: c40a4f652563326741e33843cd9a8095275e1d6f (plain)
1
2
3
4
5
6
7
#!/bin/sh

echo "Unload notificationcenterui.plist"
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist

echo "Remove 32-bit warnings"
rm ~/Library/Preferences/com.apple.coreservices.uiagent.plist