Skip to content

Commit

Permalink
Add strings describing why Microphone, Camera and Location are requir…
Browse files Browse the repository at this point in the history
…ed on MacOS. For #1819
  • Loading branch information
srcejon committed Sep 11, 2023
1 parent 9476cdd commit 61e0d2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake/cpack/MacOSXBundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@
<string>True</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSLocationUsageDescription</key>
<string>Uses location to show position on maps</string>
<key>NSMicrophoneUsageDescription</key>
<string>Uses microphone to transmit voice</string>
<key>NSCameraUsageDescription</key>
<string>Uses camera to transmit video</string>
</dict>
</plist>

0 comments on commit 61e0d2b

Please sign in to comment.