Because of OSX bugs and features; built from the excellent CCID free software driver sources, the "official unofficial":
- To download a pre-built installer, see releases
- To get help: file an issue
- To build yourself (requires XCode plus
libtool
,autoconf
,automake
andpkg-config
from Homebrew/MacPorts/Fink)
git clone --recursive https://github.com/martinpaljak/osx-ccid-installer
make -C osx-ccid-installer
- To build a signed release:
make SIGNER="XXX"
- where
XXX
is the personal part of a Developer ID certificate common name, such asMartin Paljak
orMartin Paljak (9ME8T34MPV)
- You can list your ID-s with
security find-identity -v -p codesigning
- You can list your ID-s with