<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Alea Chord Randomizer 0.5.0</title>
    <options customize="always" require-scripts="false" rootVolumeOnly="true"/>
    <background file="background.png" mime-type="image/png" alignment="bottomleft" scaling="none"/>
    <background-darkAqua file="background.png" mime-type="image/png" alignment="bottomleft" scaling="none"/>
    <welcome language="en" mime-type="text/plain">Alea Chord Randomizer. Roll random chords, loop them, improvise over them. Choose which versions to install.</welcome>
    <license file="licence.txt" mime-type="text/plain"/>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
        <line choice="clap"/>
        <line choice="standalone"/>
    </choices-outline>
    <choice id="vst3" title="VST3 Plugin" description="For Ableton Live, Cubase, Bitwig and other VST3 hosts. Installs to /Library/Audio/Plug-Ins/VST3.">
        <pkg-ref id="com.alea-audio.chords.vst3"/>
    </choice>
    <choice id="au" title="AU Plugin" description="For Logic Pro, GarageBand and other Audio Unit hosts. Installs to /Library/Audio/Plug-Ins/Components.">
        <pkg-ref id="com.alea-audio.chords.au"/>
    </choice>
    <choice id="clap" title="CLAP Plugin" description="For Bitwig, Reaper and other CLAP hosts. Installs to /Library/Audio/Plug-Ins/CLAP.">
        <pkg-ref id="com.alea-audio.chords.clap"/>
    </choice>
    <choice id="standalone" title="Standalone App" description="Runs on its own with a built-in synth or direct MIDI output. Installs to /Applications.">
        <pkg-ref id="com.alea-audio.chords.app"/>
    </choice>
    <pkg-ref id="com.alea-audio.chords.vst3" version="0.5.0" installKBytes="7975" updateKBytes="0">#Chords-VST3.pkg</pkg-ref>
    <pkg-ref id="com.alea-audio.chords.au" version="0.5.0" installKBytes="7907" updateKBytes="0">#Chords-AU.pkg</pkg-ref>
    <pkg-ref id="com.alea-audio.chords.clap" version="0.5.0" installKBytes="7579" updateKBytes="0">#Chords-CLAP.pkg</pkg-ref>
    <pkg-ref id="com.alea-audio.chords.app" version="0.5.0" installKBytes="8534" updateKBytes="0">#Chords-App.pkg</pkg-ref>
    <pkg-ref id="com.alea-audio.chords.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.5.0" CFBundleVersion="0.5.0" id="com.alea-audio.chords" path="Library/Audio/Plug-Ins/VST3/Alea Chord Randomizer.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.alea-audio.chords.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.5.0" CFBundleVersion="0.5.0" id="com.alea-audio.chords" path="Library/Audio/Plug-Ins/Components/Alea Chord Randomizer.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.alea-audio.chords.clap">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.5.0" CFBundleVersion="0.5.0" id="com.alea-audio.chords" path="Library/Audio/Plug-Ins/CLAP/Alea Chord Randomizer.clap"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.alea-audio.chords.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.5.0" CFBundleVersion="0.5.0" id="com.alea-audio.chords" path="Applications/Alea Chord Randomizer.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>