mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-24 17:06:14 +08:00
Notifications and warnings in UI might affect RTA and autotests results Change-Id: I447dab3ba839d2c577f633cbf96fc7f3e5fdfe25 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io>
8 lines
231 B
Bash
Executable File
8 lines
231 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 ~/Library/Preferences/com.apple.coreservices.uiagent.plist
|