mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +00:00
fix(macos/packaging): add NSLocalNetworkUsageDescription so Bonjour can register (#5186)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user