<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Little Duck</title>
    <organization>com.SnorkelAudio</organization>
    <options customize="always" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <choice id="vst3" title="Little Duck (VST3)" description="VST3 audio effect for your DAW (Ableton Live, Bitwig, Cubase, Reaper, FL Studio). Installs to /Library/Audio/Plug-Ins/VST3/" selected="true" enabled="true">
        <pkg-ref id="com.SnorkelAudio.LittleDuck.vst3"/>
    </choice>
    <choice id="au" title="Little Duck (AU)" description="Audio Unit effect for Logic Pro, GarageBand, and other AU hosts. Installs to /Library/Audio/Plug-Ins/Components/" selected="true" enabled="true">
        <pkg-ref id="com.SnorkelAudio.LittleDuck.au"/>
    </choice>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
    </choices-outline>
    <pkg-ref id="com.SnorkelAudio.LittleDuck.vst3" version="1.0.0" installKBytes="17652" updateKBytes="0">#LDKVST3.pkg</pkg-ref>
    <pkg-ref id="com.SnorkelAudio.LittleDuck.au" version="1.0.0" installKBytes="17093" updateKBytes="0">#LDKAU.pkg</pkg-ref>
    <pkg-ref id="com.SnorkelAudio.LittleDuck.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.SnorkelAudio.LittleDuck" path="Little Duck.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.SnorkelAudio.LittleDuck.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.SnorkelAudio.LittleDuck" path="Little Duck.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>