<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="739" minSpecVersion="1.0">
    <options hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <license file="license.rtf"/>
    <!--+==========================+
        |         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="AAX" description="">
        <pkg-ref id="AAX"/>
    </choice>
    <choice id="installer_choice_2" title="VST3" description="">
        <pkg-ref id="VST3"/>
    </choice>
    <choice id="installer_choice_3" title="AU" description="">
        <pkg-ref id="AU"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="AAX" version="1.0" auth="Root" installKBytes="23345">#AAX.pkg</pkg-ref>
    <pkg-ref id="AU" version="1.0" auth="Root" installKBytes="23281">#AU.pkg</pkg-ref>
    <pkg-ref id="VST3" version="1.0" auth="Root" installKBytes="23262">#VST3.pkg</pkg-ref>
</installer-gui-script>