<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.8" authoringToolBuild="592" minSpecVersion="1.0">
    <options customize="always"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <readme file="readme.rtf"/>
    <license file="license.txt"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
    </choices-outline>
    <choice id="installer_choice_1" title="INSTALLER_CHOICE_1_TITLE" description="">
        <pkg-ref id="com.fullbucket.audiounit.pkg.FB7999"/>
    </choice>
    <choice id="installer_choice_2" title="INSTALLER_CHOICE_2_TITLE" description="">
        <pkg-ref id="com.fullbucket.vst.pkg.FB7999"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.fullbucket.vst.pkg.FB7999" version="1.1.7.N" auth="Root" installKBytes="2367">#FB-7999_VST.pkg</pkg-ref>
    <pkg-ref id="com.fullbucket.audiounit.pkg.FB7999" version="1.1.7.N" auth="Root" installKBytes="2414">#FB-7999_AU.pkg</pkg-ref>
</installer-gui-script>