mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +01:00
e8a29b1a29
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.
18 lines
727 B
XML
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>
|