Add location permission to `Info.plist`

This commit is contained in:
TheEthicalBoy 2024-07-01 14:30:56 +02:00 committed by ndonkoHenri
parent dc8a457647
commit fc515f77c5
1 changed files with 4 additions and 2 deletions

View File

@ -31,6 +31,8 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMicrophoneUsageDescription</key>
<string>Audio Recording</string>
<string>This app needs access to Audio Recording.</string>
<key>NSLocationUsageDescription</key>
<string>This app needs access to location.</string>
</dict>
</plist>