<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="2">
    <title>Weather Station 0.7.4</title>
    <options customize="never" hostArchitectures="x86_64,arm64" rootVolumeOnly="true"/>
    <domains enable_localSystem="true"/>
    <volume-check>
        <allowed-os-versions><os-version min="12.0"/></allowed-os-versions>
    </volume-check>
    <welcome    file="welcome.html"    mime-type="text/html"/>
    <license    file="EULA.txt"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <background         file="background-light.png" alignment="right" scaling="proportional"/>
    <background-darkAqua file="background.png"      alignment="right" scaling="proportional"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.bellweather-studios.weather-station"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.bellweather-studios.weather-station" visible="false">
        <pkg-ref id="com.bellweather-studios.weather-station"/>
    </choice>
    <pkg-ref id="com.bellweather-studios.weather-station" version="0.7.4" onConclusion="none">#com.bellweather-studios.weather-station.pkg</pkg-ref>
</installer-gui-script>
