mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
TouchID support refactoring (#8311)
Fixes #7695 - Properly set compile flags based on availability of watch unlock in the API.
This commit is contained in:
parent
bad015115d
commit
233be1fc10
8 changed files with 232 additions and 177 deletions
5
cmake/compiler-checks/macos/control_biometry_support.mm
Normal file
5
cmake/compiler-checks/macos/control_biometry_support.mm
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <Security/Security.h>
|
||||
|
||||
int main() {
|
||||
return static_cast<int>(kSecAccessControlBiometryCurrentSet);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue