<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Patient Notes</title>
    <welcome file="installer/welcome.html"/>
    <license file="installer/license.txt"/>
    <conclusion file="installer/conclusion.html"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <pkg-ref id="bundleID"/>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="13.0"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="PatientNotes"/>
    </choices-outline>
    <choice id="PatientNotes" visible="true" title="PatientNotes" start_selected="true">
        <pkg-ref id="PatientNotes.app"/>
        <pkg-ref id="PatientNotes.input"/>
    </choice>
    <pkg-ref id="PatientNotes.app" version="2.0.0" onConclusion="none" packageIdentifier="audio.existential.PatientNotes" installKBytes="974" updateKBytes="0">#PatientNotes.pkg</pkg-ref>
    <pkg-ref id="PatientNotes.input" version="0.6.0" onConclusion="none" packageIdentifier="app.patientnotes.input" installKBytes="348" updateKBytes="0">#PatientNotesInput.pkg</pkg-ref>
    <pkg-ref id="PatientNotes.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.0" CFBundleVersion="4" id="audio.existential.PatientNotes" path="PatientNotes.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="PatientNotes.input">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.6.0" CFBundleVersion="596" id="app.patientnotes.input" path="PatientNotesInput.driver"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>