<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <!-- Title only, no version: Installer.app interpolates this single string into
       both the window title ("Install %@") and the welcome header ("Welcome to
       the %@ Installer"), so any version here appears twice. The version and
       build number are shown once, inside welcome.html. -->
    <title>Network Weather</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <must-close>
        <app id="com.networkweather.nwx.macos"/>
    </must-close>
    <choices-outline>
        <line choice="default">
            <line choice="com.networkweather.nwx.macos"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.networkweather.nwx.macos" visible="false">
        <pkg-ref id="com.networkweather.nwx.macos"/>
    </choice>
    <pkg-ref id="com.networkweather.nwx.macos" version="1.3.1.113" installKBytes="71219" updateKBytes="0">#component.pkg</pkg-ref>
    <pkg-ref id="com.networkweather.nwx.macos">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.3.1" CFBundleVersion="113" id="com.networkweather.nwx.macos" path="Applications/Network Weather.app"/>
            <bundle CFBundleShortVersionString="2.9.6" CFBundleVersion="2061" id="org.sparkle-project.Sparkle" path="Applications/Network Weather.app/Contents/Frameworks/Sparkle.framework"/>
            <bundle CFBundleShortVersionString="9.26.0" CFBundleVersion="9.26.0" id="io.sentry.Sentry" path="Applications/Network Weather.app/Contents/Frameworks/Sentry.framework"/>
            <bundle CFBundleShortVersionString="2.9.6" CFBundleVersion="2061" id="org.sparkle-project.DownloaderService" path="Applications/Network Weather.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc"/>
            <bundle CFBundleShortVersionString="2.9.6" CFBundleVersion="2061" id="org.sparkle-project.Sparkle.Updater" path="Applications/Network Weather.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app"/>
            <bundle id="swift-ip2asn.SwiftIP2ASN.resources" path="Applications/Network Weather.app/Contents/Resources/SwiftIP2ASN_SwiftIP2ASN.bundle"/>
            <bundle CFBundleShortVersionString="2.9.6" CFBundleVersion="2061" id="org.sparkle-project.InstallerLauncher" path="Applications/Network Weather.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>