From 569180d2eac53d6e86f91edd02f4375893430a21 Mon Sep 17 00:00:00 2001 From: joelbrilliant Date: Wed, 22 Jul 2026 05:25:27 +1000 Subject: [PATCH] fix(desktop): explain local network access Explain that macOS local network access supports optional Share Compute and local relay connections, while remote messaging does not require it. Co-authored-by: joelbrilliant Signed-off-by: joelbrilliant --- desktop/src-tauri/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop/src-tauri/Info.plist b/desktop/src-tauri/Info.plist index c1b7331ebc..cddadcc6e3 100644 --- a/desktop/src-tauri/Info.plist +++ b/desktop/src-tauri/Info.plist @@ -10,5 +10,7 @@ Buzz needs microphone access for voice huddles. NSCameraUsageDescription Buzz needs camera access to record animated avatars. + NSLocalNetworkUsageDescription + Buzz uses your local network for optional Share Compute and local relay connections. Remote messaging does not require this access.