<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>MacUpdate Desktop</title>
    <welcome file="welcome.html"/>
    <readme file="readme.html"/>
    <background file="background.png" mime-type="image/png" scaling="none" alignment="bottomleft"/>
    <background-darkAqua file="background.png" mime-type="image/png" scaling="none" alignment="bottomleft"/>
    <pkg-ref id="com.mu.desktop.installer" version="1.0.0" installKBytes="3" updateKBytes="0">#component.pkg</pkg-ref>
    <options customize="never" require-scripts="true" hostArchitectures="x86_64,arm64"/>
    <choices-outline>
        <line choice="default">
            <pkg-ref id="com.mu.desktop.installer"/>
        </line>
    </choices-outline>
    <choice id="default" visible="false">
        <pkg-ref id="com.mu.desktop.installer"/>
    </choice>
    <pkg-ref id="com.mu.desktop.installer">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>