From 0ac4c93a4e7e0b986198b85b04659da1412fe225 Mon Sep 17 00:00:00 2001 From: David Helkowski Date: Thu, 22 Jan 2026 15:39:51 +0900 Subject: [PATCH] Update README.md to clarify positional argument usage for notarytool keychain profile --- build/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/README.md b/build/README.md index 4988dbcab..c9233db17 100644 --- a/build/README.md +++ b/build/README.md @@ -40,8 +40,9 @@ This repo includes `build/macos/build_sign_notarize.sh` to automate: - Create a `notarytool` keychain profile (recommended) so you don’t have to pass secrets on the command line: ```bash -xcrun notarytool store-credentials \ - --keychain-profile "" \ +# NOTE: is a positional argument (not a flag). +# Pick any name you want, e.g. "strawberry-notary". +xcrun notarytool store-credentials "" \ --apple-id "" \ --team-id "" \ --password ""