<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options rootVolumeOnly="true" hostArchitectures="arm64,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"/>
    </choices-outline>
    <choice id="installer_choice_1" title="macOSLAPS" description="">
        <pkg-ref id="edu.psu.macOSLAPS"/>
    </choice>
    <choice id="installer_choice_2" title="INSTALLER_CHOICE_2_TITLE" description="">
        <pkg-ref id="edu.psu.macOSLAPS-check"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="edu.psu.macOSLAPS-check" version="3.0.4" auth="Root" installKBytes="0">#macOSLAPS-check.pkg</pkg-ref>
    <pkg-ref id="edu.psu.macOSLAPS" version="3.0.4" auth="Root" installKBytes="553">#macOSLAPS.pkg</pkg-ref>
</installer-gui-script>