<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>GuardMe</title>
    <organization>com.guardme</organization>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="true" hostArchitectures="x86_64,arm64"/>
    <!-- Installer Resources -->
    <!-- welcome is RTFD, not HTML: the welcome pane is a TextKit view, so an
         embedded RTFD image attachment is the only way the shield badge renders
         (HTML img/data:/inline-SVG all draw nothing). See
         scripts/generate-welcome-rtfd.swift. -->
    <welcome file="welcome.rtfd"/><license file="license.html" mime-type="text/html"/>
    <readme file="readme.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- No window background image: the GuardMe logo lives in the welcome page
         content instead of floating in the sidebar under the step list, which
         looked out of place. -->
    <!-- System Requirements -->
    <volume-check>
        <allowed-os-versions>
            <os-version min="13.0"/>
        </allowed-os-versions>
    </volume-check>
    <!-- Installation Choices -->
    <choices-outline>
        <line choice="default"/>
    </choices-outline>
    <choice id="default" title="GuardMe" description="Privacy-First DNS Protection">
        <pkg-ref id="com.guardme.GuardMe"/>
    </choice>
    <!-- Package Reference -->
    <pkg-ref id="com.guardme.GuardMe" version="2.0.20" onConclusion="none" installKBytes="36749" updateKBytes="0">#GuardMe-component.pkg</pkg-ref>
    <pkg-ref id="com.guardme.GuardMe">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.0.20" CFBundleVersion="131" id="com.guardme.GuardMe" path="Applications/GuardMe.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>