Welcome to mirror list, hosted at ThFree Co, Russian Federation.

control_biometry_support.mm « macos « compiler-checks « cmake - github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bfbab1846fd2357a33235038b0117d8c480cdd8 (plain)
1
2
3
4
5
#include <Security/Security.h>

int main() {
   return static_cast<int>(kSecAccessControlBiometryCurrentSet);
}