Disable macOS Gatekeeper

macOS Gatekeeper is a built-in security feature in macOS that helps protect your Mac from malware and other malicious software by verifying the digital signature of an application before allowing it to run on your Mac. It provides different levels of protection for applications downloaded from outside the Mac App Store, depending on your security settings. By default, it only allows apps from the App Store or identified developers, whose apps are digitally signed with a valid certificate issued by Apple. It can also be configured to allow apps to be installed from anywhere, but this is not recommended as it increases the risk of malware infection. Overall, Gatekeeper ensures that only trusted applications are running on your Mac
### CODE: `sudo spctl –master-disable`

