fix(macos/packaging): add NSLocalNetworkUsageDescription so Bonjour can register (#5186)

This commit is contained in:
Jason Lu
2026-05-25 19:47:48 -07:00
committed by GitHub
parent d7e88da0e5
commit 81a8414825
+2
View File
@@ -28,6 +28,8 @@
<string>@CMAKE_PROJECT_NAME@ requires access to system audio to capture and stream audio output.</string>
<key>NSScreenCaptureUsageDescription</key>
<string>@CMAKE_PROJECT_NAME@ requires access to screen recording to capture and stream your screen content.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>@CMAKE_PROJECT_NAME@ advertises itself on your local network via Bonjour so Moonlight clients can discover this host.</string>
<key>NSBonjourServices</key>
<array>
<string>_nvstream._tcp</string>