Skip to content

AnyBridge v0.5.4

Choose a tag to compare

@github-actions github-actions released this 08 Sep 03:51
· 20 commits to main since this release
  • macOS 签名修复:为整个 App 配置 Tauri 官方 signingIdentity: "-"(ad-hoc)签名,按 Apple 规范由内到外签署 sidecar、主程序与 App Bundle,解决部分 Mac 用户浏览器下载后提示「App 已损坏,无法打开」的问题。
  • 说明:ad-hoc 签名不改变 Gatekeeper 对未公证软件的信任策略,个别系统仍可能提示无法验证开发者,可在「系统设置 → 隐私与安全性」中放行,或执行 xattr -rd com.apple.quarantine /Applications/AnyBridge.app 后打开。