Skip to content

Commit

Permalink
src: add NSBonjourServices to MacOS Info.plist template
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed Nov 26, 2024
1 parent e4e1df6 commit e137286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSLocalNetworkUsageDescription</key>
<string>MultiVNC requires access to your local network to be able to discover and connect to VNC servers for remote desktop control.</string>
<key>NSBonjourServices</key>
<array>
<string>_rfb._tcp</string>
</array>
</dict>
</plist>

0 comments on commit e137286

Please sign in to comment.