How to get a Smart Card reader to run?

Hi, I'm trying to get a smart card reader to run with Xcode. I set up the com.apple.security.smartcard entitlement in the .entitlements file and added it in Bild Settings -> Code Signing Entitlements. But when I run: codesign -d --entitlements - Path/to/App, nothing smart card related shows up. Also the TKSmartCardSlotManager.default isn't nil, but .slotNames are. Do I have to install some drivers manually?

Please help.

Can you elaborate on your goal here? Are you trying to build a custom smart card driver by creating a CryptoTokenKit app extension? Or use credentials that are stored in a smart card? Or something else?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to get a Smart Card reader to run?
 
 
Q