Skip to content

Commit

Permalink
Merge pull request #1822 from srcejon/fix_1819
Browse files Browse the repository at this point in the history
Add description why Microphone, Camera and Location are required on MacOS.
  • Loading branch information
f4exb authored Sep 11, 2023
2 parents 9476cdd + 61e0d2b commit cd92bc3
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 cd92bc3

Please sign in to comment.