Skip to content

Clarc v2.5.4

Choose a tag to compare

@dttxorg dttxorg released this 05 Jun 05:39
· 10 commits to main since this release

Clarc 2.5.4

修复 Gatekeeper "文件已损坏" 问题

v2.5.3 dmg 是完全未签名的,macOS Sequoia Gatekeeper 会弹"已损坏,请移到废纸篓"。v2.5.4 修复:

  • .appcodesign --sign - 加上 ad-hoc 签名
  • dmg 本身也 ad-hoc 签名
  • dmg 内附 MiniClarc.app/Contents/Resources/Install-Help.txt 提示用户首次打开前运行:
    xattr -d com.apple.quarantine /Applications/MiniClarc.app
    # 然后右键 MiniClarc.app → 打开

安装步骤

  1. 下载 Clarc-2.5.4.dmg(11.4MB)
  2. 双击挂载
  3. MiniClarc.app 拖到 /Applications
  4. 打开 Terminal,运行:
    xattr -d com.apple.quarantine /Applications/MiniClarc.app
  5. 启动台点 MiniClarc → 弹"无法打开"→ 点"打开"

下载

Clarc-2.5.4.dmg

v2.5.3 → v2.5.4 改动

仅 dmg 签名修复(代码 0 改动)。所有 v2.5.3 的 32 个 H bug 修复保留。