mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(osx): Fix product name when prompting for mic and camera permissions
Because we don't build with xcode with an xcode project, I think that causes these variables to not be expanded. Fix #6261
This commit is contained in:
parent
5bb89f3e0b
commit
fb44905698
|
@ -88,9 +88,9 @@
|
|||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>$(PRODUCT_NAME) needs access to the camera for video calls.</string>
|
||||
<string>qTox needs access to the camera for video calls.</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>$(PRODUCT_NAME) needs access to the microphone for audio calls.</string>
|
||||
<string>qTox needs access to the microphone for audio calls.</string>
|
||||
<key>UTImportedTypeDeclarations</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
|
Loading…
Reference in New Issue
Block a user