Add location permissions to `Info.plist`

This commit is contained in:
TheEthicalBoy 2024-07-01 14:27:58 +02:00 committed by ndonkoHenri
parent b5b455d0de
commit dc8a457647
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>