<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options customize="always" hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <background file="background" uti="public.png" scaling="proportional" alignment="bottomleft"/>
    <background-darkAqua file="background" uti="public.png" scaling="proportional" alignment="bottomleft"/>
    <welcome file="welcome.rtfd"/>
    <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"/>
        <line choice="installer_choice_4"/>
        <line choice="installer_choice_5"/>
    </choices-outline>
    <choice id="installer_choice_1" title="AU" description="">
        <pkg-ref id="FuseCompressorAU"/>
    </choice>
    <choice id="installer_choice_2" title="AAX" description="">
        <pkg-ref id="FuseCompressorAAX"/>
    </choice>
    <choice id="installer_choice_3" start_visible="false" start_enabled="false" start_selected="true" title="Presets" description="">
        <pkg-ref id="FuseCompressorPresets"/>
    </choice>
    <choice id="installer_choice_4" title="VST" description="">
        <pkg-ref id="FuseCompressorVST"/>
    </choice>
    <choice id="installer_choice_5" title="VST3" description="">
        <pkg-ref id="FuseCompressorVST3"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="FuseCompressorVST" version="1.3.0" auth="Root" installKBytes="30290">#VST.pkg</pkg-ref>
    <pkg-ref id="FuseCompressorPresets" version="1.3.0" auth="Root" installKBytes="115">#Presets.pkg</pkg-ref>
    <pkg-ref id="FuseCompressorVST3" version="1.3.0" auth="Root" installKBytes="30641">#VST3.pkg</pkg-ref>
    <pkg-ref id="FuseCompressorAAX" version="1.3.0" auth="Root" installKBytes="30677">#AAX.pkg</pkg-ref>
    <pkg-ref id="FuseCompressorAU" version="1.3.0" auth="Root" installKBytes="30508">#AU.pkg</pkg-ref>
</installer-gui-script>