<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Geph</title>
    <organization>io.geph</organization>
    <options customize="never" require-scripts="true" hostArchitectures="x86_64,arm64"/>
    <domains enable_localSystem="true" enable_anywhere="false" enable_currentUserHome="false"/>
    <welcome file="welcome.html"/>
    <conclusion file="conclusion.html"/>
    <!-- Match LSMinimumSystemVersion in the app's Info.plist. -->
    <volume-check>
        <allowed-os-versions>
            <os-version min="10.15"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="default">
            <line choice="io.geph.GephGui"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="io.geph.GephGui" visible="false">
        <pkg-ref id="io.geph.GephGui"/>
    </choice>
    <pkg-ref id="io.geph.GephGui" version="v5.8.0" onConclusion="none" installKBytes="64861" updateKBytes="0">#geph-component.pkg</pkg-ref>
    <pkg-ref id="io.geph.GephGui">
        <bundle-version>
            <bundle CFBundleShortVersionString="5.8.0" CFBundleVersion="5.8.0" id="io.geph.GephGui" path="Applications/Geph.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>