<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="739" minSpecVersion="1.0">
    <options customize="never" hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <background-darkAqua file="background-darkAqua" uti="public.tiff" scaling="tofit" alignment="left"/>
    <background file="background" uti="public.tiff" scaling="tofit" alignment="left"/>
    <welcome file="welcome.rtf"/>
    <readme file="readme.rtf"/>
    <license file="license.rtf"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
    </choices-outline>
    <choice id="installer_choice_1" title="Lewitt Installer" description="">
        <pkg-ref id="com.Lewitt-audio.pkg.LewittInstaller"/>
    </choice>
    <choice id="installer_choice_2" title="Misc" description="">
        <pkg-ref id="com.Lewitt-audio.pkg.Misc"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.Lewitt-audio.pkg.LewittInstaller" version="5.2.2" auth="Root" installKBytes="24538">#Lewitt_Installer.pkg</pkg-ref>
    <pkg-ref id="com.Lewitt-audio.pkg.Misc" version="5.2.2" auth="Root" installKBytes="24587">#Misc.pkg</pkg-ref>
</installer-gui-script>