<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>AudioRoute 0.2.0</title>
    <organization>com.audioroute</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="true" hostArchitectures="x86_64,arm64"/>
    <welcome file="welcome.html"/>
    <license file="license.html"/>
    <choices-outline>
        <line choice="daemon"/>
        <line choice="driver"/>
        <line choice="app"/>
        <line choice="plugin-vst3"/>
        <line choice="plugin-au"/>
        <line choice="launchd-daemon"/>
        <line choice="launchd-app"/>
        <line choice="uninstall"/>
    </choices-outline>
    <choice id="daemon" title="Daemon">
        <pkg-ref id="com.audioroute.daemon"/>
    </choice>
    <choice id="driver" title="Virtual Audio Device">
        <pkg-ref id="com.audioroute.driver"/>
    </choice>
    <choice id="app" title="Menu Bar App">
        <pkg-ref id="com.audioroute.app"/>
    </choice>
    <choice id="plugin-vst3" title="VST3 Plugin">
        <pkg-ref id="com.audioroute.plugin.vst3"/>
    </choice>
    <choice id="plugin-au" title="AU Plugin">
        <pkg-ref id="com.audioroute.plugin.au"/>
    </choice>
    <choice id="launchd-daemon" title="Daemon Auto-Start">
        <pkg-ref id="com.audioroute.launchd.daemon"/>
    </choice>
    <choice id="launchd-app" title="App Auto-Start">
        <pkg-ref id="com.audioroute.launchd.app"/>
    </choice>
    <choice id="uninstall" title="Uninstaller">
        <pkg-ref id="com.audioroute.uninstall"/>
    </choice>
    <pkg-ref id="com.audioroute.daemon" version="0.2.0" installKBytes="1179" updateKBytes="0">#daemon.pkg</pkg-ref>
    <pkg-ref id="com.audioroute.driver" version="0.2.0" installKBytes="176" updateKBytes="0">#driver.pkg</pkg-ref>
    <pkg-ref id="com.audioroute.app" version="0.2.0" installKBytes="19249" updateKBytes="0">#app.pkg</pkg-ref>
    <pkg-ref id="com.audioroute.plugin.vst3" version="0.2.0" installKBytes="32651" updateKBytes="0">#plugin.vst3.pkg</pkg-ref>
    <pkg-ref id="com.audioroute.plugin.au" version="0.2.0" installKBytes="31905" updateKBytes="0">#plugin.au.pkg</pkg-ref>
    <pkg-ref id="com.audioroute.launchd.daemon" version="0.2.0" installKBytes="0" updateKBytes="0">#launchd.daemon.pkg</pkg-ref>
    <pkg-ref id="com.audioroute.launchd.app" version="0.2.0" installKBytes="0" updateKBytes="0">#launchd.app.pkg</pkg-ref>
    <pkg-ref id="com.audioroute.uninstall" version="0.2.0" installKBytes="7" updateKBytes="0">#uninstall.pkg</pkg-ref>
    <pkg-ref id="com.audioroute.daemon">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="com.audioroute.driver">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0" CFBundleVersion="1" id="com.audioroute.driver" path="Library/Audio/Plug-Ins/HAL/AudioRouteDriver.driver"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.audioroute.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.2.0" CFBundleVersion="0.2.0" id="com.audioroute.app" path="Applications/AudioRoute.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.audioroute.plugin.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.2.0" CFBundleVersion="0.2.0" id="com.audioroute.capture" path="Library/Audio/Plug-Ins/VST3/AudioRoute Capture.vst3"/>
            <bundle CFBundleShortVersionString="0.2.0" CFBundleVersion="0.2.0" id="com.audioroute.capture.effect" path="Library/Audio/Plug-Ins/VST3/AudioRoute Capture FX.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.audioroute.plugin.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.2.0" CFBundleVersion="0.2.0" id="com.audioroute.capture" path="Library/Audio/Plug-Ins/Components/AudioRoute Capture.component"/>
            <bundle CFBundleShortVersionString="0.2.0" CFBundleVersion="0.2.0" id="com.audioroute.capture.effect" path="Library/Audio/Plug-Ins/Components/AudioRoute Capture FX.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.audioroute.launchd.daemon">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="com.audioroute.launchd.app">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="com.audioroute.uninstall">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>