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