<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>CLUSTER</title>
    <organization>com.funputs</organization>
    <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="vst3"/>
        <line choice="au"/>
    </choices-outline>
    <choice id="vst3" title="VST3" description="Installs to /Library/Audio/Plug-Ins/VST3">
        <pkg-ref id="com.funputs.cluster.vst3"/>
    </choice>
    <choice id="au" title="Audio Unit" description="Installs to /Library/Audio/Plug-Ins/Components">
        <pkg-ref id="com.funputs.cluster.component"/>
    </choice>
    <pkg-ref id="com.funputs.cluster.vst3" version="0.1.0" installKBytes="12403" updateKBytes="0">#CLUSTER-VST3.pkg</pkg-ref>
    <pkg-ref id="com.funputs.cluster.component" version="0.1.0" installKBytes="12372" updateKBytes="0">#CLUSTER-AU.pkg</pkg-ref>
    <pkg-ref id="com.funputs.cluster.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.0" CFBundleVersion="0.1.0" id="com.funputs.cluster" path="CLUSTER.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.funputs.cluster.component">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.0" CFBundleVersion="0.1.0" id="com.funputs.cluster" path="CLUSTER.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>