From 6c1985eb9782319f707234b0d9e67814717e94fe Mon Sep 17 00:00:00 2001 From: icatw <99238504+icatw@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:44:11 +0800 Subject: [PATCH] docs: clarify public build path --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b938a478..5098f91f 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,10 @@ open Fluid.xcodeproj Build and run in Xcode. All dependencies are managed via Swift Package Manager. +> Public contributors should build with Xcode or `xcodebuild`. The top-level +> `build.sh` script is for the private Fluid Intelligence build setup and is not +> the public OSS build entrypoint. + ### Build Only (No Signing) ```bash