<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options rootVolumeOnly="true" hostArchitectures="x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <welcome file="welcome.html"/>
    <readme file="readme.html"/>
    <license file="license.html"/>
    <conclusion file="conclusion.html"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
        <line choice="installer_choice_3"/>
        <line choice="installer_choice_4"/>
        <line choice="installer_choice_5"/>
    </choices-outline>
    <choice id="installer_choice_1" title="VST2 Plug-in" description="">
        <pkg-ref id="com.DistoCore.vst.pkg.DistoFonic"/>
    </choice>
    <choice id="installer_choice_2" title="VST3 Plug-in" description="">
        <pkg-ref id="com.DistoCore.vst3.pkg.DistoFonic"/>
    </choice>
    <choice id="installer_choice_3" title="AudioUnit Plug-in" description="">
        <pkg-ref id="com.DistoCore.au.pkg.DistoFonic"/>
    </choice>
    <choice id="installer_choice_4" title="Application" description="">
        <pkg-ref id="com.DistoCore.app.pkg.DistoFonic"/>
    </choice>
    <choice id="installer_choice_5" start_enabled="false" start_selected="true" title="Readme" description="">
        <pkg-ref id="com.DistoCore.readme.pkg.DistoFonic"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.DistoCore.au.pkg.DistoFonic" version="1.1" auth="Root" installKBytes="5573">#AudioUnit_Plug-in.pkg</pkg-ref>
    <pkg-ref id="com.DistoCore.vst.pkg.DistoFonic" version="1.1" auth="Root" installKBytes="5530">#VST2_Plug-in.pkg</pkg-ref>
    <pkg-ref id="com.DistoCore.readme.pkg.DistoFonic" version="1.1" auth="Root" installKBytes="61">#Readme.pkg</pkg-ref>
    <pkg-ref id="com.DistoCore.app.pkg.DistoFonic" version="1.1" auth="Root" installKBytes="6152">#Application.pkg</pkg-ref>
    <pkg-ref id="com.DistoCore.vst3.pkg.DistoFonic" version="1.1" auth="Root" installKBytes="5910">#VST3_Plug-in.pkg</pkg-ref>
</installer-gui-script>