From 41028c8929390e761565b9a58fac6310e08876ed Mon Sep 17 00:00:00 2001 From: Fan DANG Date: Sat, 4 May 2024 13:35:58 +0800 Subject: [PATCH] update entitlement requirement in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23280e6..e392249 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,9 @@ This plugin uses `dart_pcsc`, thus has a runtime dependency on [`PCSCLite`](http Should you encounter any permission problem, please check [README.polkit](https://github.com/LudovicRousseau/PCSC/blob/master/doc/README.polkit) from PCSCLite. +### macOS + +This plugin uses [CryptoTokenKit](https://developer.apple.com/documentation/cryptotokenkit) on macOS, +which is available since macOS 10.10. + +The `com.apple.security.smartcard` entitlement is required.