<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>SWI-Prolog 10.1.8</title>
    <organization>org.swi-prolog</organization>
    <welcome file="welcome.rtf"/>
    <license file="license.rtf"/>
    <conclusion file="conclusion.rtf"/>
    <background file="background.png" alignment="left" scaling="proportional"/>
    <background-darkAqua file="background.png" alignment="left" scaling="proportional"/>
    <options customize="never" require-scripts="false" hostArchitectures="arm64"/>
    <!-- No <volume-check>/<allowed-os-versions> here.  On modern
         macOS (11+, sealed system volume) the volume-check OS-version
         comparison misfires and Installer.app rejects the package with
         "not compatible with this version of macOS" regardless of the
         actual version.  The dylibs themselves carry an
         LC_BUILD_VERSION (MACOSX_DEPLOYMENT_TARGET) which is the
         authoritative check at run time. -->
    <choices-outline>
        <line choice="default">
            <line choice="org.swi-prolog.swipl-win.component"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="org.swi-prolog.swipl-win.component" visible="false">
        <pkg-ref id="org.swi-prolog.swipl-win.pkg"/>
    </choice>
    <pkg-ref id="org.swi-prolog.swipl-win.pkg" version="10.1.8" installKBytes="108016" updateKBytes="0">#swipl-component.pkg</pkg-ref>
    <pkg-ref id="org.swi-prolog.swipl-win.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="10.1.8" CFBundleVersion="10.1.8" id="org.swi-prolog.swipl" path="Library/Frameworks/swipl.framework"/>
            <bundle CFBundleVersion="10.1.8" id="org.swi-prolog.swipl-win" path="Applications/swipl-win.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>