Outcasts Fuseforks v0.1.9
What's new
macOS builds are now signed and notarized
No application code changed in this release. What changed is how the macOS build is distributed.
Until now the .dmg and .app were neither signed nor notarized. macOS attaches a quarantine attribute to downloaded files, so Gatekeeper refused to launch them — users met either "the app is damaged and can't be opened" or had to grant permission explicitly from System Settings.
From v0.1.9 the macOS artifacts are signed with a Developer ID Application certificate and notarized by Apple. They open on a double click.
Windows and Linux artifacts are unchanged, and the Windows installers are still unsigned. "Signed" here covers macOS only.
What you take on
- macOS is Apple Silicon only. There is no Intel Mac build. That was already true, but it was written down nowhere; this release states it in the README
- There are no feature changes and no bug fixes. If you are on Windows or Linux there is no reason to update
Scope of the change
.github/workflows/build.yml |
Signing and notarization wiring. It activates only when all five secrets are present; if any is missing the build proceeds unsigned and says so in the log |
README.md / README_jp.md |
States that macOS is Apple Silicon only. Drops the account of the move away from AGPL from the license section — the repository was already MPL-2.0 when it went public, so it answered a question no outside reader had |
CLAUDE.md |
Development notes |
変更点
macOS のビルドに署名と公証が付きました
この版でアプリの中身は 1 行も変わっていません。 変わったのは macOS の配布物の性質だけです。
これまでの .dmg / .app は署名も公証もされていませんでした。macOS はダウンロードしたファイルに検疫属性を付けるため、Gatekeeper が起動を拒み、利用者は「壊れているため開けません」という表示か、システム設定からの明示的な許可操作に突き当たっていました。
v0.1.9 からは Developer ID Application で署名し、Apple の公証を通したものを配布します。普通にダブルクリックで開きます。
Windows と Linux の配布物はこれまでどおりで、Windows のインストーラは署名されていません。 「署名した」の範囲は macOS だけです。
利用者が負う条件
- macOS は Apple Silicon 専用です。 Intel Mac 向けのビルドは存在しません。以前からそうでしたが、どこにも書いていませんでした。この版から README に明記しています
- アプリの機能・不具合修正はゼロです。 Windows か Linux をお使いなら、この版へ更新する理由はありません
変更の範囲
.github/workflows/build.yml |
署名と公証の配線。秘密が 5 つ揃ったときだけ有効になり、欠けていれば署名せずにその旨をログへ出します |
README.md / README_jp.md |
macOS が Apple Silicon 専用であることを明記。ライセンス節から AGPL からの変更経緯を削除(公開時点で既に MPL-2.0 だったため、外部の読み手が持っていない疑問への答えでした) |
CLAUDE.md |
開発側の記録 |