<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>The OORT 2000</title>
    <organization>it.leobruno</organization>
    <options customize="never" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="13.0"/>
        </allowed-os-versions>
    </volume-check>
    <conclusion file="conclusion.html"/>
    <choices-outline>
        <line choice="oort"/>
    </choices-outline>
    <choice id="oort" visible="false">
        <pkg-ref id="it.leobruno.oort2000"/>
    </choice>
    <pkg-ref id="it.leobruno.oort2000" version="1.1" installKBytes="1679" updateKBytes="0">#component.pkg</pkg-ref>
    <pkg-ref id="it.leobruno.oort2000">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1" CFBundleVersion="2" id="it.leobruno.oort2000" path="OORT.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>