<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Cadence</title>
    <organization>com.cadence</organization>
    <domains enable_currentUserHome="true" enable_localSystem="true"/>
    <options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <welcome file="welcome.txt" mime-type="text/plain"/>
    <license file="Cadence_EULA.txt" mime-type="text/plain"/>
    <conclusion file="conclusion.txt" mime-type="text/plain"/>
    <choices-outline>
        <line choice="standalone"/>
        <line choice="au"/>
        <line choice="aumidi"/>
        <line choice="vst3"/>
    </choices-outline>
    <choice id="standalone" title="Standalone app" description="Installs Cadence.app to your Applications folder — run Cadence on its own, no DAW required.">
        <pkg-ref id="com.cadence.standalone.pkg"/>
    </choice>
    <choice id="au" title="Audio Unit Instrument (AU)" description="Installs the AU instrument component to your Audio Plug-Ins (Components) folder for hosts that use AU instruments (Logic Pro, GarageBand, MainStage).">
        <pkg-ref id="com.cadence.au.pkg"/>
    </choice>
    <choice id="aumidi" title="Audio Unit MIDI Effect" description="Installs the AU MIDI-Effect component to your Audio Plug-Ins (Components) folder. Drop it into Logic Pro's MIDI FX slot on any instrument track and Cadence's MIDI is fed into the instrument below it.">
        <pkg-ref id="com.cadence.aumidi.pkg"/>
    </choice>
    <choice id="vst3" title="VST3" description="Installs the VST3 plug-in to your Audio Plug-Ins (VST3) folder for hosts such as Ableton Live, Cubase, and Reaper.">
        <pkg-ref id="com.cadence.vst3.pkg"/>
    </choice>
    <pkg-ref id="com.cadence.standalone.pkg" version="1.1.1" installKBytes="16191" updateKBytes="0">#standalone.pkg</pkg-ref>
    <pkg-ref id="com.cadence.au.pkg" version="1.1.1" installKBytes="15901" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="com.cadence.aumidi.pkg" version="1.1.1" installKBytes="15794" updateKBytes="0">#aumidi.pkg</pkg-ref>
    <pkg-ref id="com.cadence.vst3.pkg" version="1.1.1" installKBytes="15992" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.cadence.standalone.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.1" CFBundleVersion="1.1.1" id="com.foureighthnotes.cadence" path="Cadence.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.cadence.au.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.1" CFBundleVersion="1.1.1" id="com.foureighthnotes.cadence" path="Cadence.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.cadence.aumidi.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.1" CFBundleVersion="1.1.1" id="com.foureighthnotes.cadencemidi" path="Cadence MIDI.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.cadence.vst3.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.1" CFBundleVersion="1.1.1" id="com.foureighthnotes.cadence" path="Cadence.vst3"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>