<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-script minSpecVersion="1">
    <welcome file="Welcome_Demo.html" mime-type="text/html"/>
    <options customize="always" require-scripts="false" rootVolumeOnly="true"/>
    <choices-outline>
        <line choice="choice_au"/>
        <line choice="choice_vst3"/>
    </choices-outline>
    <choice id="choice_au" title="Audio Unit (AU) Demo" description="Installs the AU Demo plugin for Logic Pro and GarageBand.">
        <pkg-ref id="com.nonchalantdev.pkg.dynamiceq.demo.au"/>
    </choice>
    <choice id="choice_vst3" title="VST3 Demo" description="Installs the VST3 Demo plugin for Cubase, Studio One, and other VST compatible DAWs.">
        <pkg-ref id="com.nonchalantdev.pkg.dynamiceq.demo.vst3"/>
    </choice>
    <pkg-ref id="com.nonchalantdev.pkg.dynamiceq.demo.au" version="1.2.0" onConclusion="none" installKBytes="4974" updateKBytes="0">#Dynamic%20EQ%20Demo_AU.pkg</pkg-ref>
    <pkg-ref id="com.nonchalantdev.pkg.dynamiceq.demo.vst3" version="1.2.0" onConclusion="none" installKBytes="5003" updateKBytes="0">#Dynamic%20EQ%20Demo_VST3.pkg</pkg-ref>
    <pkg-ref id="com.nonchalantdev.pkg.dynamiceq.demo.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.0" CFBundleVersion="1.2.0" id="com.NonchalantDevelopment.DynamicEQ" path="Library/Audio/Plug-Ins/Components/Dynamic EQ.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.nonchalantdev.pkg.dynamiceq.demo.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.0" CFBundleVersion="1.2.0" id="com.NonchalantDevelopment.DynamicEQ" path="Library/Audio/Plug-Ins/VST3/Dynamic EQ.vst3"/>
        </bundle-version>
    </pkg-ref>
</installer-script>