Added minimum version of OS X to pkg

This commit is contained in:
Frank Morgner 2015-11-03 00:03:17 +01:00
parent 3bbe59fed6
commit fd67f794f1
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="2">
<allowed-os-versions>
<os-version min="10.9"/>
<os-version min="10.10"/>
</allowed-os-versions>
<background file="background.jpg" mime-type="image/jpeg" scaling="tofit"/>
<readme file="Readme.html" mime-type="text/html"/>
<license file="License.html" mime-type="text/html"/>
<welcome file="Welcome.html" mime-type="text/html"/>
<title>OpenSC @PACKAGE_VERSION@ for OS X 10.9+</title>
<title>OpenSC @PACKAGE_VERSION@ for OS X 10.10+</title>
<pkg-ref id="com.apple.tokend.opensc"/>
<options customize="never" require-scripts="false"/>
@ -21,4 +21,4 @@
<pkg-ref id="com.apple.tokend.opensc"/>
</choice>
<pkg-ref id="com.apple.tokend.opensc" onConclusion="none">OpenSC.pkg</pkg-ref>
</installer-gui-script>
</installer-gui-script>