<?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"/>
        <line choice="installer_choice_4"/>
    </choices-outline>
    <choice id="installer_choice_1" title="XCTR VST3" description="">
        <pkg-ref id="com.5db5.xctr.vst3"/>
    </choice>
    <choice id="installer_choice_2" title="XCTR AU" description="">
        <pkg-ref id="com.5db5.xctr.au"/>
    </choice>
    <choice id="installer_choice_3" title="XCTR Presets" description="">
        <pkg-ref id="com.5db5.xctr.presets"/>
    </choice>
    <choice id="installer_choice_4" title="XCTR AAX" description="">
        <pkg-ref id="com.5db5.xctr.aax"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.5db5.xctr.vst3" version="1.0.0" auth="Root" installKBytes="17298">#XCTR_VST3.pkg</pkg-ref>
    <pkg-ref id="com.5db5.xctr.aax" version="1.0.0" auth="Root" installKBytes="17381">#XCTR_AAX.pkg</pkg-ref>
    <pkg-ref id="com.5db5.xctr.au" version="1.0.0" auth="Root" installKBytes="17242">#XCTR_AU.pkg</pkg-ref>
    <pkg-ref id="com.5db5.xctr.presets" version="1.0.0" auth="Root" installKBytes="14">#XCTR_Presets.pkg</pkg-ref>
</installer-gui-script>