<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>2pin</title>
    <options customize="never" require-scripts="false"/>
    <choices-outline>
        <line choice="default">
            <line choice="vst3"/>
            <line choice="au"/>
        </line>
    </choices-outline>
    <choice id="default" title="2pin">
        <pkg-ref id="com.mylabel.2pin.vst3"/>
        <pkg-ref id="com.mylabel.2pin.au"/>
    </choice>
    <choice id="vst3" title="2pin VST3"/>
    <choice id="au" title="2pin Audio Unit"/>
    <pkg-ref id="com.mylabel.2pin.vst3" version="1.0.0" installKBytes="57677" updateKBytes="0">#2pin-vst3.pkg</pkg-ref>
    <pkg-ref id="com.mylabel.2pin.au" version="1.0.0" installKBytes="55422" updateKBytes="0">#2pin-au.pkg</pkg-ref>
    <pkg-ref id="com.mylabel.2pin.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.mylabel.2pin" path="Library/Audio/Plug-Ins/VST3/2pin.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.mylabel.2pin.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.mylabel.2pin" path="Library/Audio/Plug-Ins/Components/2pin.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>