第一步：执行bash xattr_remove.sh脚本，移除非信任应用属性。
第二步：直接运行woterm-macosx-xxx.dmg安装文件。

若仍有疑问，详细看帮助。
中文：https://cn.woterm.com/docs/manual/installation/apples-down-install/
英文：https://en.woterm.com/docs/manual/installation/apples-down-install/
------------------------------------------------------
Step 1: Run the bash script xattr_remove.sh to strip the “untrusted” attribute.
Step 2: Open the woterm-macosx-xxx.dmg file and install as usual.

If you still have questions, see the detailed help.
Chinese:  https://cn.woterm.com/docs/manual/installation/apples-down-install/
English:  https://en.woterm.com/docs/manual/installation/apples-down-install/

-------------------------------

若你喜欢本软件，可为本软件在  https://github.com/aoyiduo/woterm   上点个星星。
If you like WoTerm, please give us a star on GitHub:  https://github.com/aoyiduo/woterm

如果你有经济条件，请升级为付费版本，解锁更多高级功能。
If you have the means, consider upgrading to the paid edition—it unlocks advanced features and helps keep the project alive.

--------------------------------------其它信息(Other information)-------------------------------------------------
因为MacOS的安全机制，对没有采用数字签名的软件，从互联网下载此应用时，会被系统标记为非信任应用的属性，此时需要手动执行以解除此属性。
以woterm-macosx-xxx.dmg为例，其移除指令如下：
xattr -d  com.apple.quarantine woterm-macosx-xxxx.dmg
或者
bash xattr_remove.sh

Due to macOS security policies, any app downloaded from the internet that isn’t digitally signed is automatically tagged with the quarantine attribute.
To remove this flag manually for woterm-macosx-xxx.dmg，run:
xattr -d com.apple.quarantine woterm-macosx-xxx.dmg
Or simply
bash xattr_remove.sh

