<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Incognito 1.0.0</title>
    <organization>com.herbistry</organization>
    <!-- Herbistry leaf in the Installer's bottom-left sidebar. The macOS Installer
       renders images ONLY in this <background> slot (not in license/readme text).
       BOTH variants are required: with only <background>, dark mode blanks the
       logo. PNGs are staged into the productbuild resources dir below. -->
    <background file="background.png" mime-type="image/png" alignment="bottomleft" scaling="none"/>
    <background-darkAqua file="background-dark.png" mime-type="image/png" alignment="bottomleft" scaling="none"/>
    <!-- customize="always" surfaces the format picker so the user chooses AU and/or VST3
       (avoids "why is it listed twice?" when both formats install). Both default-on. -->
    <options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <!-- Open-source acknowledgements shown as a "Read Me" step (full license texts also
       ship inside each plugin's Resources and in the manual). Staged below. -->
    <readme file="ACKNOWLEDGEMENTS.txt" mime-type="text/plain"/>
    <!-- EULA shown as a Software License Agreement step the installer requires you to agree to
       before installing. File is staged into the productbuild resources dir below. -->
    <license file="EULA.txt" mime-type="text/plain"/>
    <choices-outline>
        <line choice="au"/>
        <line choice="vst3"/>
    </choices-outline>
    <choice id="au" title="Audio Unit (AU)" description="For Logic Pro, GarageBand, Ableton Live, and other Audio Unit hosts. Installs Incognito.component to /Library/Audio/Plug-Ins/Components.">
        <pkg-ref id="com.herbistry.audiounit.Incognito.au"/>
    </choice>
    <choice id="vst3" title="VST3" description="For Ableton Live, Cubase, Studio One, Reaper, Bitwig, and other VST3 hosts. Installs Incognito.vst3 to /Library/Audio/Plug-Ins/VST3.">
        <pkg-ref id="com.herbistry.audiounit.Incognito.vst3"/>
    </choice>
    <pkg-ref id="com.herbistry.audiounit.Incognito.au" version="1.0.0" installKBytes="4086">#Incognito-AU.pkg</pkg-ref>
    <pkg-ref id="com.herbistry.audiounit.Incognito.vst3" version="1.0.0" installKBytes="5078">#Incognito-VST3.pkg</pkg-ref>
    <pkg-ref id="com.herbistry.audiounit.Incognito.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.herbistry.audiounit.Incognito" path="Incognito.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.herbistry.audiounit.Incognito.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.herbistry.vst3.Incognito" path="Incognito.vst3"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>