<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <welcome file="welcome.rtfd"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
    </choices-outline>
    <choice id="installer_choice_1" title="U-Class_arm64" description="">
        <pkg-ref id="com.mh-soft.macOS-U-Class-Student"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.mh-soft.macOS-U-Class-Student" version="4.0.6" installKBytes="3986">#U-Class_arm64.pkg</pkg-ref>
    <domains enable_currentUserHome="true" enable_anywhere="false" enable_localSystem="false"/>
</installer-gui-script>