🍀 English: Instructions for opening MacOS applications

(Open the Terminal application (/Applications/Utilities/Terminal.app)
Copy the code Auto below and paste it into the Terminal window then press Enter)

🍀 Vietnamese: Hướng dẫn mở ứng dụng MacOS

(Mở ứng dụng Terninal (/Applications/Utilities/Terminal.app)
Sao chép code Auto bên dưới dán vào cửa sổ Terminal sau đó nhấn Enter)

Auto

echo "In Process..." && find ~/Desktop ~/Downloads -name "*.app" -exec sh -c 'xattr -p com.apple.quarantine "$1" &>/dev/null && xattr -d com.apple.quarantine "$1"' _ {} \; && echo "Done"

Manual

(xattr -d com.apple.quarantine [path to your Applications.app] <== Drag and drop apps here)

xattr -d com.apple.quarantine
Copied!
Click here for more help