<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Impulse Cycler</title>
    <welcome file="welcome.html"/>
    <conclusion file="conclusion.html"/>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
    </choices-outline>
    <choice id="vst3" title="VST3 Plugin" description="Install VST3 format plugin to /Library/Audio/Plug-Ins/VST3">
        <pkg-ref id="com.aftertone.impulse-cycler.vst3"/>
    </choice>
    <choice id="au" title="Audio Unit Plugin" description="Install AU format plugin to /Library/Audio/Plug-Ins/Components">
        <pkg-ref id="com.aftertone.impulse-cycler.au"/>
    </choice>
    <pkg-ref id="com.aftertone.impulse-cycler.vst3" version="1.0.0" installKBytes="4405" updateKBytes="0">#impulse-cycler-vst3.pkg</pkg-ref>
    <pkg-ref id="com.aftertone.impulse-cycler.au" version="1.0.0" installKBytes="4381" updateKBytes="0">#impulse-cycler-au.pkg</pkg-ref>
    <pkg-ref id="com.aftertone.impulse-cycler.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.aftertone.impulse-cycler" path="Impulse Cycler.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.aftertone.impulse-cycler.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.aftertone.impulse-cycler" path="Impulse Cycler.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>