[FIX] iOS requiring location permission (#768)

This commit is contained in:
Diego Mello 2019-03-28 13:55:54 -03:00 committed by GitHub
parent fd5fbe47e8
commit f416746050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,12 @@
<string>Use your microphone to record audio messages</string>
<key>NSPhotoLibraryUsageDescription</key>
<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>
<array>
<string>custom.ttf</string>