<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="739" minSpecVersion="1.0">
    <options hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <welcome file="welcome.txt"/>
    <license file="license.txt"/>
    <!--+==========================+
        |         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="Standalone" description="">
        <pkg-ref id="com.mxbeats.mxgrid.standalone"/>
    </choice>
    <choice id="installer_choice_2" title="VST3" description="">
        <pkg-ref id="com.mxbeats.mxgrid.vst3"/>
    </choice>
    <choice id="installer_choice_3" title="AU" description="">
        <pkg-ref id="com.mxbeats.mxgrid.au"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.mxbeats.mxgrid.standalone" version="1.0.0" auth="Root" installKBytes="41115">#Standalone.pkg</pkg-ref>
    <pkg-ref id="com.mxbeats.mxgrid.au" version="1.0.0" auth="Root" installKBytes="38795">#AU.pkg</pkg-ref>
    <pkg-ref id="com.mxbeats.mxgrid.vst3" version="1.0.0" auth="Root" installKBytes="38891">#VST3.pkg</pkg-ref>
</installer-gui-script>