<?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>
    <background file="background" uti="public.png" scaling="proportional" alignment="topleft"/>
    <background-darkAqua file="background" uti="public.png" scaling="proportional" alignment="topleft"/>
    <welcome file="welcome.rtf"/>
    <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="VST2 Plug-in" description="">
        <pkg-ref id="com.DistoCore.vst.pkg.DistoFx"/>
    </choice>
    <choice id="installer_choice_2" title="AudioUnit Plug-in" description="">
        <pkg-ref id="com.DistoCore.au.pkg.DistoFx"/>
    </choice>
    <choice id="installer_choice_3" title="VST3 Plug-in" description="">
        <pkg-ref id="com.DistoCore.vst3.pkg.DistoFx"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.DistoCore.au.pkg.DistoFx" version="1.7.1" auth="Root" installKBytes="4720">#AudioUnit_Plug-in.pkg</pkg-ref>
    <pkg-ref id="com.DistoCore.vst.pkg.DistoFx" version="1.7.1" auth="Root" installKBytes="4677">#VST2_Plug-in.pkg</pkg-ref>
    <pkg-ref id="com.DistoCore.vst3.pkg.DistoFx" version="1.7.1" auth="Root" installKBytes="5062">#VST3_Plug-in.pkg</pkg-ref>
</installer-gui-script>