Browse Source

ADD: NSMicrophoneUsageDescription in info.plist

pulltorefresh
Marcos Rodriguez Vélez 6 years ago
parent
commit
da57133a27
  1. 4
      ios/BlueWallet/Info.plist

4
ios/BlueWallet/Info.plist

@ -56,7 +56,7 @@
<key>NSCalendarsUsageDescription</key>
<string>This alert should not show up as we do not require this data</string>
<key>NSCameraUsageDescription</key>
<string>In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code.</string>
<string>In order to quickly scan the recipient&apos;s address, we need your permission to use the camera to scan their QR Code.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This alert should not show up as we do not require this data</string>
<key>NSMotionUsageDescription</key>
@ -67,6 +67,8 @@
<string>This alert should not show up as we do not require this data</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>This alert should not show up as we do not require this data</string>
<key>NSMicrophoneUsageDescription</key>
<string>This alert should not show up as we do not require this data</string>
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>

Loading…
Cancel
Save