Last active
April 5, 2024 16:56
-
-
Save ebai101/d896878f66cf3f7adc4a12e4b1e9bc1e to your computer and use it in GitHub Desktop.
disable UAD meter launching on startup on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run once in terminal | |
# if something goes wrong, just replace uad-meter.plist with uad-meter.plist.bak | |
sudo sed -i'.bak' -e "s/true/false/" /Library/LaunchAgents/com.uaudio.uad-meter.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment