[FIX] iOS requiring location permission (#768)
This commit is contained in:
parent
fd5fbe47e8
commit
f416746050
|
@ -70,6 +70,12 @@
|
||||||
<string>Use your microphone to record audio messages</string>
|
<string>Use your microphone to record audio messages</string>
|
||||||
<key>NSPhotoLibraryUsageDescription</key>
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
<string>Upload photos to share with other users or to change your avatar</string>
|
<string>Upload photos to share with other users or to change your avatar</string>
|
||||||
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||||
|
<string>This permission stems from a library we use and will never be called anyway. If you see this, deny access</string>
|
||||||
|
<key>NSLocationAlwaysUsageDescription</key>
|
||||||
|
<string>This permission stems from a library we use and will never be called anyway. If you see this, deny access</string>
|
||||||
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
|
<string>This permission stems from a library we use and will never be called anyway. If you see this, deny access</string>
|
||||||
<key>UIAppFonts</key>
|
<key>UIAppFonts</key>
|
||||||
<array>
|
<array>
|
||||||
<string>custom.ttf</string>
|
<string>custom.ttf</string>
|
||||||
|
|
Loading…
Reference in New Issue