<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>PAA Audio Legend Channel</title>
    <organization>com.paa-audio</organization>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <options customize="allow" require-scripts="false" rootVolumeOnly="true"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <choices-outline>
        <line choice="default">
            <line choice="vst3"/>
            <line choice="au"/>
            <line choice="aax"/>
        </line>
    </choices-outline>
    <choice id="default" title="PAA Audio Legend Channel" description="British console channel strip."/>
    <choice id="vst3" visible="true" title="VST3 Plug-in" description="Installs the VST3 plugin to /Library/Audio/Plug-Ins/VST3 (used by most modern DAWs).">
        <pkg-ref id="com.paa-audio.legend-channel.vst3"/>
    </choice>
    <choice id="au" visible="true" title="Audio Unit (AU)" description="Installs the Audio Unit plugin to /Library/Audio/Plug-Ins/Components (used by Logic, GarageBand, MainStage, Ableton).">
        <pkg-ref id="com.paa-audio.legend-channel.au"/>
    </choice>
    <choice id="aax" visible="true" title="AAX Plug-in" description="Installs the AAX plugin to /Library/Application Support/Avid/Audio/Plug-Ins (used by Pro Tools).">
        <pkg-ref id="com.paa-audio.legend-channel.aax"/>
    </choice>
    <pkg-ref id="com.paa-audio.legend-channel.vst3" version="1.2.0" installKBytes="19097" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.paa-audio.legend-channel.au" version="1.2.0" installKBytes="19052" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="com.paa-audio.legend-channel.aax" version="1.2.0" installKBytes="19134" updateKBytes="0">#aax.pkg</pkg-ref>
    <pkg-ref id="com.paa-audio.legend-channel.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.0" CFBundleVersion="1.2.0" id="com.paa-audio.legend-channel" path="PAA Audio Legend Channel.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.paa-audio.legend-channel.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.0" CFBundleVersion="1.2.0" id="com.paa-audio.legend-channel" path="PAA Audio Legend Channel.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.paa-audio.legend-channel.aax">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.0" CFBundleVersion="1.2.0" id="com.paa-audio.legend-channel" path="PAA Audio Legend Channel.aaxplugin"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>