<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="765" minSpecVersion="1.0">
    <options rootVolumeOnly="true" customize="never" hostArchitectures="arm64,x86_64" allow-external-scripts="false"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <welcome file="welcome.rtf"/>
    <conclusion file="conclusion.rtf"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
    </choices-outline>
    <choice id="installer_choice_1" start_visible="false" start_enabled="false" start_selected="true" title="INSTALLER_CHOICE_1_TITLE" description="">
        <pkg-ref id="com.sonosim.diagnostic.gyro"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.sonosim.diagnostic.gyro" version="1.0.0" installKBytes="0">#Mac_InstallSonoSim.pkg</pkg-ref>
    <domains enable_currentUserHome="true" enable_localSystem="false" enable_anywhere="false"/>
</installer-gui-script>