<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Argus Sentinel macOS installer distribution. See packaging/macos/README.md
     for the operator playbook (signing, notarization, layout). -->
<installer-gui-script minSpecVersion="2">
    <title>Argus Sentinel</title>
    <organization>lu.cognifinity</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="true"/>
    <!-- Post-install conclusion pane — the macOS surface for the publisher
       home + support URLs, shown on the final Installer.app screen. Parity
       with the Windows installer's ARP about/help links (ARPURLINFOABOUT /
       ARPHELPLINK in packaging/windows/Product.wxs). The file is resolved
       from the productbuild resources dir; see the desktop-pkg Makefile
       target. -->
    <conclusion file="conclusion.html"/>
    <!-- macOS 11.0 (Big Sur) is the floor: modernc.org/sqlite needs it
       and launchctl bootout is 10.11+. -->
    <volume-check>
        <allowed-os-versions>
            <os-version min="11.0"/>
        </allowed-os-versions>
    </volume-check>
    <pkg-ref id="lu.cognifinity.argus" version="0.1.9-desktop" auth="Root" installKBytes="114334" updateKBytes="0">#argus-component.pkg</pkg-ref>
    <choices-outline>
        <line choice="default">
            <line choice="lu.cognifinity.argus"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="lu.cognifinity.argus" visible="false">
        <pkg-ref id="lu.cognifinity.argus"/>
    </choice>
    <pkg-ref id="lu.cognifinity.argus">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0" CFBundleVersion="1.0" id="lu.cognifinity.argus.launcher" path="Applications/Argus.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>