<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
  productbuild distribution for the cantscroll Mac agent.

  Coexistence with Homebrew is enforced by scripts/preinstall (it refuses
  the install if a brew copy is present), NOT by Installer JavaScript —
  the shell check is authoritative and testable. Keep this file simple.
-->
<installer-gui-script minSpecVersion="2">
    <title>cantscroll</title>
    <organization>com.cantscroll</organization>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- No user-selectable components; scripts must run. Universal payload. -->
    <options customize="never" require-scripts="true" hostArchitectures="arm64,x86_64"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="12.0"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="default">
            <line choice="com.cantscroll.agent"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.cantscroll.agent" visible="false">
        <pkg-ref id="com.cantscroll.agent"/>
    </choice>
    <pkg-ref id="com.cantscroll.agent" version="0.1.20" onConclusion="none" installKBytes="23813" updateKBytes="0">#cantscroll-component.pkg</pkg-ref>
    <pkg-ref id="com.cantscroll.agent">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>