<?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>
    <background file="background" uti="public.png" scaling="proportional" alignment="left"/>
    <background-darkAqua file="background" uti="public.png" scaling="proportional" alignment="left"/>
    <welcome file="welcome.html"/>
    <conclusion file="conclusion.html"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
    </choices-outline>
    <choice id="installer_choice_1" title="UltraDDR" description="">
        <pkg-ref id="com.vercara.ultraddr.application"/>
    </choice>
    <choice id="installer_choice_2" title="UltraDDR Proxy" description="">
        <pkg-ref id="com.vercara.ultraddr.dnsproxy"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.vercara.ultraddr.application" version="2.2.12" auth="Root" installKBytes="6436">#UltraDDR.pkg</pkg-ref>
    <pkg-ref id="com.vercara.ultraddr.dnsproxy" version="2.2.12" auth="Root" installKBytes="34890">#UltraDDR_Proxy.pkg</pkg-ref>
</installer-gui-script>