<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Template. build-installer.sh substitutes 0.1.0 and writes the result to
     build/distribution.xml, so the package versions never drift out of sync. -->
<installer-gui-script minSpecVersion="2">
    <title>Jeesonic EQ Pro</title>
    <organization>com.jeesonic</organization>
    <options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="11.0"/>
        </allowed-os-versions>
    </volume-check>
    <!-- Selectable tree: VST3 / AU. The uninstaller is invisible and always installed. -->
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
        <line choice="uninstaller"/>
    </choices-outline>
    <choice id="vst3" title="VST3" description="Jeesonic EQ Pro (VST3)">
        <pkg-ref id="com.jeesonic.eqpro.vst3"/>
    </choice>
    <choice id="au" title="Audio Unit (AU)" description="Jeesonic EQ Pro (Audio Unit)">
        <pkg-ref id="com.jeesonic.eqpro.au"/>
    </choice>
    <!-- Always-installed, hidden: keeps the uninstaller on disk -->
    <choice id="uninstaller" title="Uninstaller" visible="false" enabled="false" selected="true">
        <pkg-ref id="com.jeesonic.eqpro.uninstaller"/>
    </choice>
    <pkg-ref id="com.jeesonic.eqpro.vst3" version="0.1.0" installKBytes="57174" updateKBytes="0">#eqpro-vst3.pkg</pkg-ref>
    <pkg-ref id="com.jeesonic.eqpro.au" version="0.1.0" installKBytes="55330" updateKBytes="0">#eqpro-au.pkg</pkg-ref>
    <pkg-ref id="com.jeesonic.eqpro.uninstaller" version="0.1.0" installKBytes="4" updateKBytes="0">#uninstaller.pkg</pkg-ref>
    <pkg-ref id="com.jeesonic.eqpro.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.0" CFBundleVersion="0.1.0" id="com.jeesonic.eqpro" path="Library/Audio/Plug-Ins/VST3/Jeesonic EQ Pro.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.jeesonic.eqpro.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.0" CFBundleVersion="0.1.0" id="com.jeesonic.eqpro" path="Library/Audio/Plug-Ins/Components/Jeesonic EQ Pro.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.jeesonic.eqpro.uninstaller">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>