NB! This project is outdated and unmaintained, please refer to the OpenSC MacInstaller instead!
| r103 | r104 | |
|---|---|---|
| 6 | 6 | IsLeopard = LooseVersion("10.5.0") |
| 7 | 7 | |
| 8 | if OSXVersion |
|
| 8 | if OSXVersion >= IsLeopard: | |
| 9 | 9 | plistfile = "/System/Library/LaunchDaemons/com.apple.securityd.plist" |
| 10 | 10 | p = plistlib.Plist.fromFile(plistfile) |