Activate Face ID automatically as soon as the lock view appears in extensions (#492)
This commit is contained in:
parent
a83acd096a
commit
545186da96
2 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class PasscodeExtensionDisplay {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
passcodeLockVC.modalPresentationStyle = .fullScreen
|
passcodeLockVC.modalPresentationStyle = .fullScreen
|
||||||
extensionVC.present(passcodeLockVC, animated: false) {
|
extensionVC.parent?.present(passcodeLockVC, animated: false) {
|
||||||
extensionVC.view.isHidden = false
|
extensionVC.view.isHidden = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@
|
||||||
<string>$(MARKETING_VERSION)</string>
|
<string>$(MARKETING_VERSION)</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0</string>
|
<string>0</string>
|
||||||
|
<key>NSFaceIDUsageDescription</key>
|
||||||
|
<string>Enable access to Face ID to unlock Pass.</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSExtensionMainStoryboard</key>
|
<key>NSExtensionMainStoryboard</key>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue