<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options customize="never" hostArchitectures="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"/>
    <!--+==========================+
        |         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="Terra-DV" description="">
        <pkg-ref id="com.dataverse.pkg.Terra-DV"/>
    </choice>
    <choice id="installer_choice_2" title="Terra-DV-Data" description="">
        <pkg-ref id="com.dataverse.pkg.Terra-DV-Sys"/>
    </choice>
    <choice id="installer_choice_3" title="VLC-framework" description="">
        <pkg-ref id="com.dataverse.pkg.VLC-framework"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.dataverse.pkg.Terra-DV-Sys" version="1.3" installKBytes="28609">#Terra-DV-Data.pkg</pkg-ref>
    <pkg-ref id="com.dataverse.pkg.Terra-DV" version="22.246" auth="Root" installKBytes="314702">#Terra-DV.pkg</pkg-ref>
    <pkg-ref id="com.dataverse.pkg.VLC-framework" version="1.0" auth="Root" installKBytes="84747">#VLC-framework.pkg</pkg-ref>
</installer-gui-script>