keepassxc/cmake/compiler-checks/macos/control_biometry_support.mm

5 lines
111 B
Plaintext
Raw Normal View History

#include <Security/Security.h>
int main() {
return static_cast<int>(kSecAccessControlBiometryCurrentSet);
}