martinpaljak / osx-ccid-installer

Easy-to-use (graphical) open source CCID driver installer for OSX El Capitan (10.11) / macOS Sierra (10.12)
40 stars 18 forks source link

Added VID:PID:Friendly name but no joy #10

Open wrcgator opened 7 years ago

wrcgator commented 7 years ago

I have OSX 10.12 on a MacBook Pro. Installed the driver, added my device vid, pid and friendly name to the Info.plist. After reboot run pcsctest but it does not detect my device.

wrcgator commented 7 years ago

The only way i have been able to get the ccid driver to work is to disable csr (csrutil disable), edit the Info.plist located at /usr/libexec/SmartCardServices/drivers - the default baked in ccid driver. I even tried to copy the one in this location to /usr/local/libexec/SmartCardServices/drivers, but no good. Any pointers to what is missing would be very greatly appreciated.

wrcgator commented 7 years ago

OK should have been obvious but had to go back to the last signed driver - https://github.com/martinpaljak/osx-ccid-installer/releases/tag/v0.9

martinpaljak commented 7 years ago

Maybe it makes sense to disable codesigning on the actual bundle and just sign the .pkg ?