Files
qt5/coin/provisioning/common/macos/disable-notifications_and_warnings.sh
Antti Jaakkola 68a183324d Use Parallels for macOS 10.15 builds and tests
Pick-to: 5.15
Pick-to: 6.0
Change-Id: I875cf12afafae5389f8c974cd40789c5183d4cb2
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2020-12-31 06:08:19 +00:00

8 lines
234 B
Bash
Executable File

#!/bin/sh
echo "Unload notificationcenterui.plist"
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
echo "Remove 32-bit warnings"
rm -f ~/Library/Preferences/com.apple.coreservices.uiagent.plist