Anyone know if app verification can be disabled with the following command used in Catalina?
Disable app verification:
defaults write com.apple.LaunchServices LSQuarantine -bool NO
When you want to re-enable verification, enter the same code into Terminal replacing NO at the end with YES instead.
Disable app verification:
defaults write com.apple.LaunchServices LSQuarantine -bool NO
When you want to re-enable verification, enter the same code into Terminal replacing NO at the end with YES instead.