<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <!--+==========================+
        |         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="AU" description="">
        <pkg-ref id="com.carpaudio.pkg.BodyShifterAU"/>
    </choice>
    <choice id="installer_choice_2" title="VST3" description="">
        <pkg-ref id="com.carpaudio.pkg.BodyShifterVST3"/>
    </choice>
    <choice id="installer_choice_3" title="Presets" description="">
        <pkg-ref id="com.carpaudio.pkg.BodyShifterPresets"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.carpaudio.pkg.BodyShifterVST3" version="1.1.5" auth="Root" installKBytes="25189">#VST3.pkg</pkg-ref>
    <pkg-ref id="com.carpaudio.pkg.BodyShifterPresets" version="1.0" auth="Root" installKBytes="0">#Presets.pkg</pkg-ref>
    <pkg-ref id="com.carpaudio.pkg.BodyShifterAU" version="1.1.5" auth="Root" installKBytes="19081">#AU.pkg</pkg-ref>
</installer-gui-script>