<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options customize="always" hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <readme file="readme.rtf"/>
    <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="INSTALLER_CHOICE_1_TITLE" description="">
        <pkg-ref id="de.fullbucket.audiounit.pkg.Deputy"/>
    </choice>
    <choice id="installer_choice_2" title="INSTALLER_CHOICE_2_TITLE" description="">
        <pkg-ref id="de.fullbucket.vst.pkg.Deputy"/>
    </choice>
    <choice id="installer_choice_3" title="INSTALLER_CHOICE_3_TITLE" description="">
        <pkg-ref id="de.fullbucket.vst3.pkg.Deputy"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="de.fullbucket.vst3.pkg.Deputy" version="1.4.0" auth="Root" installKBytes="6368">#Deputy_VST3.pkg</pkg-ref>
    <pkg-ref id="de.fullbucket.vst.pkg.Deputy" version="1.4.0" auth="Root" installKBytes="5361">#Deputy_VST2.pkg</pkg-ref>
    <pkg-ref id="de.fullbucket.audiounit.pkg.Deputy" version="1.4.0" auth="Root" installKBytes="5421">#Deputy_AU.pkg</pkg-ref>
</installer-gui-script>