<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options rootVolumeOnly="true" customize="always" hostArchitectures="arm64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <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" start_visible="false" start_enabled="false" start_selected="true" title="GoXLR Utility" description="">
        <pkg-ref id="com.github.goxlr-on-linux.goxlr-utility"/>
    </choice>
    <choice id="installer_choice_2" start_visible="false" start_enabled="false" start_selected="true" title="Initialiser" description="">
        <pkg-ref id="com.github.goxlr-on-linux.goxlr-utility.goxlr-initialiser"/>
    </choice>
    <choice id="installer_choice_3" title="INSTALLER_CHOICE_3_TITLE" description="">
        <pkg-ref id="com.frostycoolslug.goxlr-utility-ui"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.github.goxlr-on-linux.goxlr-utility.goxlr-initialiser" version="1.2.4" auth="Root" installKBytes="744">#Initialiser.pkg</pkg-ref>
    <pkg-ref id="com.github.goxlr-on-linux.goxlr-utility" version="1.2.4" auth="Root" installKBytes="37091">#GoXLR_Utility.pkg</pkg-ref>
    <pkg-ref id="com.github.goxlr-on-linux.goxlr-utility">
        <must-close>
            <app id="com.github.goxlr-on-linux.goxlr-utility"/>
        </must-close>
    </pkg-ref>
    <pkg-ref id="com.frostycoolslug.goxlr-utility-ui" version="1.2.4" installKBytes="0">#Use_App.pkg</pkg-ref>
    <domains enable_currentUserHome="false" enable_localSystem="true" enable_anywhere="false"/>
</installer-gui-script>