# 移除属性
sudo xattr -dr com.apple.quarantine /Applications/name.app
  • -d: 删除文件的扩展属性
  • -c: 清除文件的所有扩展属性
  • -f: 递归删除