<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Time Machine Monitor</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="never" require-scripts="true" hostArchitectures="arm64"/>
    <!-- Install system-wide only. The payload writes /Library/LaunchDaemons and
         /usr/local/libexec, which require the system domain; without this the
         installer offers "Install for me only", which relocates the whole payload
         under the home folder — the app lands in ~/Applications and the privileged
         helper never runs. This also removes the Destination Select step. -->
    <domains enable_localSystem="true" enable_currentUserHome="false" enable_anywhere="false"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="26.0"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="default">
            <line choice="com.trulycertifiable.TimeMachineMonitor.pkg"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.trulycertifiable.TimeMachineMonitor.pkg" visible="false">
        <pkg-ref id="com.trulycertifiable.TimeMachineMonitor.pkg"/>
    </choice>
    <pkg-ref id="com.trulycertifiable.TimeMachineMonitor.pkg" version="0.1.6" onConclusion="none" installKBytes="20759" updateKBytes="0">#TimeMachineMonitor-component.pkg</pkg-ref>
    <pkg-ref id="com.trulycertifiable.TimeMachineMonitor.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.6" CFBundleVersion="7" id="com.trulycertifiable.TimeMachineMonitor" path="Applications/Time Machine Monitor.app"/>
            <bundle CFBundleShortVersionString="2.9.4" CFBundleVersion="2059" id="org.sparkle-project.Sparkle" path="Applications/Time Machine Monitor.app/Contents/Frameworks/Sparkle.framework"/>
            <bundle CFBundleShortVersionString="2.9.4" CFBundleVersion="2059" id="org.sparkle-project.Sparkle.Updater" path="Applications/Time Machine Monitor.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app"/>
            <bundle CFBundleShortVersionString="2.9.4" CFBundleVersion="2059" id="org.sparkle-project.DownloaderService" path="Applications/Time Machine Monitor.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc"/>
            <bundle id="grdb.swift.GRDB.resources" path="Applications/Time Machine Monitor.app/Contents/Resources/GRDB_GRDB.bundle"/>
            <bundle CFBundleShortVersionString="2.9.4" CFBundleVersion="2059" id="org.sparkle-project.InstallerLauncher" path="Applications/Time Machine Monitor.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>