<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>WaveBands 0.8.0</title>
    <organization>net.wisejnrs</organization>
    <options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <welcome file="welcome.html"/>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
        <line choice="app"/>
    </choices-outline>
    <choice id="vst3" title="VST3 plug-in" description="Installs into /Library/Audio/Plug-Ins/VST3">
        <pkg-ref id="com.wisejnrs.wavebands.vst3"/>
    </choice>
    <choice id="au" title="Audio Unit" description="Installs into /Library/Audio/Plug-Ins/Components (Logic, GarageBand, Live)">
        <pkg-ref id="com.wisejnrs.wavebands.au"/>
    </choice>
    <choice id="app" title="Standalone app" description="Installs WaveBands.app into /Applications">
        <pkg-ref id="com.wisejnrs.wavebands.app"/>
    </choice>
    <pkg-ref id="com.wisejnrs.wavebands.vst3" version="0.8.0" installKBytes="15607">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.wisejnrs.wavebands.au" version="0.8.0" installKBytes="15524">#au.pkg</pkg-ref>
    <pkg-ref id="com.wisejnrs.wavebands.app" version="0.8.0" installKBytes="16667">#app.pkg</pkg-ref>
    <pkg-ref id="com.wisejnrs.wavebands.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.8.0" CFBundleVersion="0.8.0" id="com.wisejnrs.wavebands" path="Library/Audio/Plug-Ins/VST3/WaveBands.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.wisejnrs.wavebands.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.8.0" CFBundleVersion="0.8.0" id="com.wisejnrs.wavebands" path="Library/Audio/Plug-Ins/Components/WaveBands.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.wisejnrs.wavebands.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.8.0" CFBundleVersion="0.8.0" id="com.wisejnrs.wavebands" path="Applications/WaveBands.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>