<?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>
    <readme file="readme.txt"/>
    <license file="license.txt"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
    </choices-outline>
    <choice id="installer_choice_1" title="QME-100" description="">
        <pkg-ref id="com.sonicake.matriboxII"/>
    </choice>
    <choice id="installer_choice_2" title="Resource" description="">
        <pkg-ref id="com.sonicake.resourcematriboxII"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.sonicake.matriboxII" version="1.3.0" auth="Root" installKBytes="87111">#QME-100.pkg</pkg-ref>
    <pkg-ref id="com.sonicake.resourcematriboxII" version="1.3.0" auth="Root" installKBytes="29480">#Resource.pkg</pkg-ref>
</installer-gui-script>