FIX: Handle opening links if the default iOS browser isnt Safari

This commit is contained in:
marcosrdz 2020-12-16 12:08:01 -05:00
parent 85c371b8cd
commit 55d81ec507

View File

@ -116,6 +116,8 @@
<string>public.app-category.finance</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>http</string>
<string>bankid</string>
<string>swish</string>
</array>
@ -143,7 +145,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>NSFaceIDUsageDescription</key>
<string>In order to use FaceID please confirm your permission.</string>
<key>NSLocationAlwaysUsageDescription</key>