Fix camera usage description (#10263)

* Fix camera usage description

* Remove contacts usage description as we never access those
This commit is contained in:
André Medeiros 2020-04-01 13:19:02 -04:00 committed by GitHub
parent b344322475
commit c47aca0ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -76,9 +76,7 @@
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>Please allow Status to use your phone camera</string>
<key>NSContactsUsageDescription</key>
<string>We need to access your contacts</string>
<string>The app uses your camera to scan QR codes.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Location access is required for some DApps to function properly.</string>
<key>NSLocationWhenInUseUsageDescription</key>