From f4ad22fc44888b71f625a8a1a67d54ea43e0b3b2 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Wed, 28 Jan 2026 11:33:10 -0800 Subject: [PATCH] Update ad-hoc signing instructions in dev setup Clarify instructions for using ad-hoc signing in the packaging script. Without this flag, macos will report building failure. --- docs/platforms/mac/dev-setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/platforms/mac/dev-setup.md b/docs/platforms/mac/dev-setup.md index af0883e18..b1323b635 100644 --- a/docs/platforms/mac/dev-setup.md +++ b/docs/platforms/mac/dev-setup.md @@ -30,7 +30,11 @@ To build the macOS app and package it into `dist/Moltbot.app`, run: ./scripts/package-mac-app.sh ``` -If you don't have an Apple Developer ID certificate, the script will automatically use **ad-hoc signing** (`-`). +If you don't have an Apple Developer ID certificate, run the following command, which will use **ad-hoc signing** (`-`). + +```bash +ALLOW_ADHOC_SIGNING=1 ./scripts/package-mac-app.sh +``` For dev run modes, signing flags, and Team ID troubleshooting, see the macOS app README: https://github.com/moltbot/moltbot/blob/main/apps/macos/README.md