Add permission descriptions for iOS.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
15edcc3434
commit
9b6d538e6d
|
@ -60,15 +60,17 @@
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
<string>We need to access your camera</string>
|
<string>Camera access is required to be able to scan QR codes.</string>
|
||||||
<key>NSContactsUsageDescription</key>
|
<key>NSContactsUsageDescription</key>
|
||||||
<string>We need to access your contacts</string>
|
<string>We need to access your contacts</string>
|
||||||
|
<key>NSLocationAlwaysUsageDescription</key>
|
||||||
|
<string>Location access is required for some DApps to function properly.</string>
|
||||||
<key>NSLocationWhenInUseUsageDescription</key>
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
<string></string>
|
<string>Location access is required for some DApps to function properly.</string>
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
<key>NSMicrophoneUsageDescription</key>
|
||||||
<string>Need microphone access for Instabug and Audio Messages</string>
|
<string>Microphone access is required for Instabug and Audio Messages</string>
|
||||||
<key>NSPhotoLibraryUsageDescription</key>
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
<string>We need to access your photo storage to give you an ability to select photos</string>
|
<string>Photos access it required to give you ability to choose custom profile pictures.</string>
|
||||||
<key>UIAppFonts</key>
|
<key>UIAppFonts</key>
|
||||||
<array>
|
<array>
|
||||||
<string>RobotoMono-Medium.ttf</string>
|
<string>RobotoMono-Medium.ttf</string>
|
||||||
|
|
Loading…
Reference in New Issue