How to disable "This app is not optimized for your Mac" alert on macOS Mojave

In High Sierra, this popup only appeared once per each application that needs to be updated. In macOS Mojave, however, it is shown every new month. Here's how to disable it.

Solution

Open Terminal and enter the following command:

defaults write -g CSUIDisable32BitWarning -boolean TRUE

Done!

References

* Original solution on Stack Exchange

Comments