Add location permissions to `Info.plist`
This commit is contained in:
parent
a23530e3ad
commit
373aa0d3fa
|
|
@ -51,6 +51,8 @@
|
||||||
<true />
|
<true />
|
||||||
</dict>
|
</dict>
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
<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>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
Loading…
Reference in New Issue