↓
CSZ.NET
post
proj
tag
post
proj
tag
解决macOS打开APP提示应用已损坏
原因是应用没有签名,在终端执行
xattr -cr /Applications/v2rayN.app
其中的
v2rayN
为你的app名称
↑