keepassxc/cmake/compiler-checks/macos/control_watch_support.mm
Dennis 233be1fc10 TouchID support refactoring (#8311)
Fixes #7695 - Properly set compile flags based on availability of watch unlock in the API.
2022-09-22 06:49:07 -04:00

5 lines
98 B
Plaintext

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