From 2bb99001cd866f3305db29b0176636481d425991 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Wed, 29 May 2024 10:31:39 -0400 Subject: [PATCH] Clarify Mac OS Installer packages are unsigned Relates #9139 This commit clarifies Mac OS Installer packages are unsigned due to additional work to obtain an Apple Developer ID Installer-signing identity. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f637eabcf..4532a353d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ If you are a hubber and are interested in shipping new commands for the CLI, che `gh` is available via [Homebrew][], [MacPorts][], [Conda][], [Spack][], [Webi][], and as a downloadable binary including Mac OS installer `.pkg` from the [releases page][]. +> [!NOTE] +> As of May 29th, Mac OS installer `.pkg` are unsigned with efforts prioritized in [`cli/cli#9139`](https://github.com/cli/cli/issues/9139) to support signing them. + #### Homebrew | Install: | Upgrade: |