<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
    The installer's wizard (`productbuild`).

    `customize="never"` deliberately: there is nothing to choose. One command and
    one agent host — an installer offering components would be asking a question
    whose answer changes nothing.

    `enable_localSystem` only: `/usr/local/bin` is in the PATH of every shell on the
    system, a home-directory installation would not be.
-->
<installer-gui-script minSpecVersion="2">
    <title>Coden</title>
    <organization>io.github.tadymatej</organization>
    <options customize="never" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <choices-outline>
        <line choice="default">
            <line choice="io.github.tadymatej.coden"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="io.github.tadymatej.coden" visible="false">
        <pkg-ref id="io.github.tadymatej.coden"/>
    </choice>
    <pkg-ref id="io.github.tadymatej.coden" version="0.1.1" onConclusion="none" installKBytes="17473" updateKBytes="0">#component.pkg</pkg-ref>
    <pkg-ref id="io.github.tadymatej.coden">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>