Add location permissions to `Info.plist`

This commit is contained in:
TheEthicalBoy 2024-07-01 14:27:58 +02:00 committed by GitHub
parent a23530e3ad
commit 373aa0d3fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -51,6 +51,8 @@
<true />
</dict>
<key>NSMicrophoneUsageDescription</key>
<string>Audio Recording</string>
<string>This app needs access to Audio Recording.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to location.</string>
</dict>
</plist>