CloverBootloader/CloverApp/package/distribution.xml
vectorsigma72 e8a29b1a29 Clover.app v1.16 with clover-genconfig ability
The internal parser is  retro compatible with old Clover revisions since r3250. This is possible because a check for the existence of any variable inside SETTING_DATA structure is performed before the call. Variables are all accessed using the label property of the Mirror class, so as a string.
2020-03-01 15:16:28 +01:00

18 lines
727 B
XML

<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
<background file="background.png" alignment="topleft" scaling='proportional'/>
<background-darkAqua file="background.png" alignment="topleft" scaling="proportional"/>
<pkg-ref id="org.slice.Clover"/>
<options customize="never" require-scripts="false" rootVolumeOnly="true"/>
<choices-outline>
<line choice="default">
<line choice="org.slice.Clover"/>
</line>
</choices-outline>
<choice id="default"/>
<choice id="org.slice.Clover" visible="false">
<pkg-ref id="org.slice.Clover"/>
</choice>
<pkg-ref id="org.slice.Clover" version="VERSION" onConclusion="none">CloverApp.pkg</pkg-ref>
</installer-gui-script>