<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="739" minSpecVersion="1.0">
    <options customize="always" hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
        <line choice="installer_choice_3"/>
    </choices-outline>
    <choice id="installer_choice_1" title="AU" description="">
        <pkg-ref id="com.shiftline.pkg.astronaut.au"/>
    </choice>
    <choice id="installer_choice_2" title="VST" description="">
        <pkg-ref id="com.shiftline.pkg.astronaut.vst"/>
    </choice>
    <choice id="installer_choice_3" title="Standalone App" description="">
        <pkg-ref id="com.shiftline.pkg.astronaut.app"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.shiftline.pkg.astronaut.vst" version="1.4" auth="Root" installKBytes="23242">#VST.pkg</pkg-ref>
    <pkg-ref id="com.shiftline.pkg.astronaut.app" version="1.4" auth="Root" installKBytes="23741">#Standalone_App.pkg</pkg-ref>
    <pkg-ref id="com.shiftline.pkg.astronaut.au" version="1.4" auth="Root" installKBytes="23149">#AU.pkg</pkg-ref>
</installer-gui-script>