<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>SampleDelay</title>
    <organization>com.socalabs</organization>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <options customize="always" require-scripts="false" rootVolumeOnly="true"/>
    <license file="EULA.rtf"/>
    <welcome file="welcome.txt" mime-type="text/plain"/>
    <choices-outline>
        <line choice="com.socalabs.sampledelay.vst"/>
        <line choice="com.socalabs.sampledelay.vst3"/>
        <line choice="com.socalabs.sampledelay.au"/>
        <line choice="com.socalabs.sampledelay.clap"/>
    </choices-outline>
    <choice id="com.socalabs.sampledelay.vst" title="VST" description="Install the VST plug-in to /Library/Audio/Plug-Ins/VST" visible="true">
        <pkg-ref id="com.socalabs.sampledelay.vst.pkg"/>
    </choice>
    <choice id="com.socalabs.sampledelay.vst3" title="VST3" description="Install the VST3 plug-in to /Library/Audio/Plug-Ins/VST3" visible="true">
        <pkg-ref id="com.socalabs.sampledelay.vst3.pkg"/>
    </choice>
    <choice id="com.socalabs.sampledelay.au" title="Audio Unit" description="Install the Audio Unit plug-in to /Library/Audio/Plug-Ins/Components" visible="true">
        <pkg-ref id="com.socalabs.sampledelay.au.pkg"/>
    </choice>
    <choice id="com.socalabs.sampledelay.clap" title="CLAP" description="Install the CLAP plug-in to /Library/Audio/Plug-Ins/CLAP" visible="true">
        <pkg-ref id="com.socalabs.sampledelay.clap.pkg"/>
    </choice>
    <pkg-ref id="com.socalabs.sampledelay.vst.pkg" version="1.1.4" installKBytes="28204" updateKBytes="0">#vst.pkg</pkg-ref>
    <pkg-ref id="com.socalabs.sampledelay.vst3.pkg" version="1.1.4" installKBytes="29081" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.socalabs.sampledelay.au.pkg" version="1.1.4" installKBytes="28496" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="com.socalabs.sampledelay.clap.pkg" version="1.1.4" installKBytes="28530" updateKBytes="0">#clap.pkg</pkg-ref>
    <pkg-ref id="com.socalabs.sampledelay.vst.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.4" CFBundleVersion="1.1.4" id="com.socalabs.SampleDelay" path="SampleDelay.vst"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.socalabs.sampledelay.vst3.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.4" CFBundleVersion="1.1.4" id="com.socalabs.SampleDelay" path="SampleDelay.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.socalabs.sampledelay.au.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.4" CFBundleVersion="1.1.4" id="com.socalabs.SampleDelay" path="SampleDelay.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.socalabs.sampledelay.clap.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.4" CFBundleVersion="1.1.4" id="com.socalabs.SampleDelay" path="SampleDelay.clap"/>
        </bundle-version>
    </pkg-ref>
    <product version="1.1.4"/>
</installer-gui-script>