<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.8" authoringToolBuild="592" minSpecVersion="1.0">
    <options/>
    <!--+==========================+
        |       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_1_1"/>
            <line choice="installer_choice_1_2"/>
        </line>
    </choices-outline>
    <choice id="installer_choice_1_1" title="INSTALLER_CHOICE_1_1_TITLE" description="">
        <pkg-ref id="com.fullbucket.audiounit.pkg.Deputy"/>
    </choice>
    <choice id="installer_choice_1_2" title="INSTALLER_CHOICE_1_2_TITLE" description="">
        <pkg-ref id="com.fullbucket.vst.pkg.Deputy"/>
    </choice>
    <choice id="installer_choice_1" title="INSTALLER_CHOICE_1_TITLE" description=""/>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.fullbucket.vst.pkg.Deputy" version="1.4.0" auth="Root" installKBytes="1784">#deputy_VST.pkg</pkg-ref>
    <pkg-ref id="com.fullbucket.audiounit.pkg.Deputy" version="1.4.0" auth="Root" installKBytes="1819">#deputy_AU.pkg</pkg-ref>
</installer-gui-script>