<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="739" minSpecVersion="1.0">
    <options customize="always" hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <background file="background" uti="public.png" scaling="tofit" alignment="center" layout-direction="natural"/>
    <background-darkAqua file="background" uti="public.png" scaling="tofit" alignment="center" layout-direction="natural"/>
    <license file="license.rtf"/>
    <!--+==========================+
        |         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_4_1"/>
            <line choice="installer_choice_4_2"/>
        </line>
    </choices-outline>
    <choice id="installer_choice_1" title="VST2" description="">
        <pkg-ref id="com.510k.pkg.Peach-vst2"/>
    </choice>
    <choice id="installer_choice_2" title="VST3" description="">
        <pkg-ref id="com.510k.pkg.Peach-vst3"/>
    </choice>
    <choice id="installer_choice_3" title="AUv3" description="">
        <pkg-ref id="com.510k.pkg.Peach-au"/>
    </choice>
    <choice id="installer_choice_4_1" title="Plugin Presets" description="">
        <pkg-ref id="com.510k.pkg.Peach-pluginpresets"/>
    </choice>
    <choice id="installer_choice_4_2" title="Scale Presets" description="">
        <pkg-ref id="com.510k.pkg.Peach-scalepresets"/>
    </choice>
    <choice id="installer_choice_4" title="INSTALLER_CHOICE_4_TITLE" description=""/>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.510k.pkg.Peach-au" version="1.0.0" auth="Root" installKBytes="21473">#AUv3.pkg</pkg-ref>
    <pkg-ref id="com.510k.pkg.Peach-vst2" version="1.0.0" auth="Root" installKBytes="21224">#VST2.pkg</pkg-ref>
    <pkg-ref id="com.510k.pkg.Peach-pluginpresets" version="1.0.0" auth="Root" installKBytes="665">#Plugin_Presets.pkg</pkg-ref>
    <pkg-ref id="com.510k.pkg.Peach-vst3" version="1.0.0" auth="Root" installKBytes="21570">#VST3.pkg</pkg-ref>
    <pkg-ref id="com.510k.pkg.Peach-scalepresets" version="1.0.0" auth="Root" installKBytes="31">#Scale_Presets.pkg</pkg-ref>
</installer-gui-script>