<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>EQ 1.0.0</title>
    <organization>art.audioflower</organization>
    <license file="LICENSE.txt"/>
    <options customize="allow" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="11.0"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="au"/>
        <line choice="vst3"/>
    </choices-outline>
    <choice id="au" title="Audio Unit (AU)" description="Installs to /Library/Audio/Plug-Ins/Components">
        <pkg-ref id="com.AudioFlower.EQ.au"/>
    </choice>
    <choice id="vst3" title="VST3" description="Installs to /Library/Audio/Plug-Ins/VST3">
        <pkg-ref id="com.AudioFlower.EQ.vst3"/>
    </choice>
    <pkg-ref id="com.AudioFlower.EQ.au" version="1.0.0" installKBytes="8938" updateKBytes="0">#EQ-AU.pkg</pkg-ref>
    <pkg-ref id="com.AudioFlower.EQ.vst3" version="1.0.0" installKBytes="9029" updateKBytes="0">#EQ-VST3.pkg</pkg-ref>
    <pkg-ref id="com.AudioFlower.EQ.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.AudioFlower.EQ" path="EQ.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.AudioFlower.EQ.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.AudioFlower.EQ" path="EQ.vst3"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>