mac: group CTK token seperately in installer

This commit is contained in:
Frank Morgner 2019-12-01 00:15:56 +01:00
parent ef61a95b31
commit a581cbfc2d
1 changed files with 5 additions and 5 deletions

View File

@ -47,20 +47,20 @@ https://developer.apple.com/library/mac/documentation/DeveloperTools/Reference/D
<choices-outline>
<line choice="default">
<line choice="tokend" />
<line choice="token" />
<line choice="startup" />
</line>
<line choice="token" />
</choices-outline>
<choice id="default" title="OpenSC PKCS11 and tools" enabled="false">
<choice id="default" title="PKCS#11 module and smart card tools" enabled="false">
<pkg-ref id="org.opensc-project.mac">OpenSC.pkg</pkg-ref>
</choice>
<choice id="tokend" title="OpenSC tokend" selected="osx_before_catalina()">
<choice id="tokend" title="TokenD-based smart card driver" selected="osx_before_catalina()">
<pkg-ref id="org.opensc-project.tokend">OpenSC-tokend.pkg</pkg-ref>
</choice>
<choice id="token" title="OpenSC token driver" visible="osx_after_yosemite()" selected="osx_after_catalina()">
<choice id="token" title="CryptoTokenKit-based smart card driver" visible="osx_after_yosemite()" selected="osx_after_catalina()">
<pkg-ref id="org.opensc-project.mac.opensctoken">OpenSCToken.pkg</pkg-ref>
</choice>
<choice id="startup" title="OpenSC startup icons">
<choice id="startup" title="Automatic startup items">
<pkg-ref id="org.opensc-project.startup">OpenSC-startup.pkg</pkg-ref>
</choice>
</installer-gui-script>