如果在 macOS 上安装后无法打开，报错`不受信任`或者`移到垃圾箱`，执行下面命令后再启动即可：  
```shell
xattr -rd com.apple.quarantine /Applications/SSLTrusCodeSign.app
```

---

If the application fails to launch after installation on macOS and displays an error message such as `untrusted` or `move to Trash`,
please execute the following command in the Terminal before restarting the app:
```shell
xattr -rd com.apple.quarantine /Applications/SSLTrusCodeSign.app
```
