Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src_assets/macos/build/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading