603e1e7f65
1. Now, the min OS version does actually come into play! 2. (MAJOR): Added "#" for the package ref. It fixed signature problems. 3. Improved layout of the package build directory to tuck the temporary files under a different dir.
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<!-- Reference:
|
|
https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Introduction.html
|
|
-->
|
|
<installer-gui-script minSpecVersion="2">
|
|
<title>HoRNDIS</title>
|
|
<welcome file="intro-text.rtf" mime-type="application/rtf" />
|
|
<conclusion file="post-readme.rtf" mime-type="application/rtf" />
|
|
<options customize="never" hostArchitectures="x86_64" require-scripts="false" rootVolumeOnly="true"/>
|
|
<volume-check>
|
|
<allowed-os-versions>
|
|
<os-version min="10.11" />
|
|
</allowed-os-versions>
|
|
</volume-check>
|
|
<choices-outline>
|
|
<line choice="default">
|
|
<line choice="com.joshuawise.kexts.HoRNDIS"/>
|
|
</line>
|
|
</choices-outline>
|
|
<pkg-ref id="kext"/>
|
|
<choice id="default"/>
|
|
<choice id="com.joshuawise.kexts.HoRNDIS" visible="false">
|
|
<pkg-ref id="kext"/>
|
|
</choice>
|
|
<!-- WARNING: using '#' under pkg-ref is a MUST. If you skip it, things
|
|
may seem to work, but all sorts of weird bugs may come-up. -->
|
|
<pkg-ref id="kext" onConclusion="none">#HoRNDIS-kext.pkg</pkg-ref>
|
|
</installer-gui-script>
|