<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- productbuild distribution for 拼英输入法. scripts/package.sh substitutes 0.3.0. -->
<installer-gui-script minSpecVersion="2">
    <title>拼英输入法</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <!-- /Library/Input Methods only: imklaunchagent never launches an input method
         from ~/Library/Input Methods (build.sh header, DESIGN §7.2). -->
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="14.0"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="default">
            <line choice="cn.byutech.pkg.PinYingIME"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="cn.byutech.pkg.PinYingIME" visible="false">
        <pkg-ref id="cn.byutech.pkg.PinYingIME"/>
    </choice>
    <!-- A bundle id the login session has never seen gets no keys routed to it
         until the user logs out and back in (DESIGN §7.2 item 5): ask for it. -->
    <pkg-ref id="cn.byutech.pkg.PinYingIME" version="0.3.0" onConclusion="RequireLogout" installKBytes="54970" updateKBytes="0">#PinYingIME-component.pkg</pkg-ref>
    <pkg-ref id="cn.byutech.pkg.PinYingIME">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.3.0" CFBundleVersion="0.3.0" id="cn.byutech.inputmethod.PinYing" path="PinYingIME.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>