Add permission for biometric auth to Info.plist

This commit is contained in:
vishnukvmd 2022-11-03 14:04:47 +05:30
parent 7f55e68d09
commit f6df133e73

View file

@ -56,5 +56,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSFaceIDUsageDescription</key>
<string>Please allow auth to lock itself with FaceID or TouchID</string>
</dict>
</plist>