<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
  1SHOT — macOS installer distribution.
  Two user-toggleable choices: VST3 and Audio Unit. Both default-on.
-->
<installer-gui-script minSpecVersion="2">
    <title>1shot</title>
    <organization>com.beehivesblood</organization>
    <options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <choices-outline>
        <line choice="choiceVST3"/>
        <line choice="choiceAU"/>
    </choices-outline>
    <choice id="choiceVST3" title="VST3" description="1shot (VST3) → /Library/Audio/Plug-Ins/VST3">
        <pkg-ref id="com.beehivesblood.oneshot.vst3"/>
    </choice>
    <choice id="choiceAU" title="Audio Unit (AU)" description="1shot (AU) → /Library/Audio/Plug-Ins/Components">
        <pkg-ref id="com.beehivesblood.oneshot.au"/>
    </choice>
    <pkg-ref id="com.beehivesblood.oneshot.vst3" version="1.0.1" installKBytes="14236" updateKBytes="0">#1shot-vst3.pkg</pkg-ref>
    <pkg-ref id="com.beehivesblood.oneshot.au" version="1.0.1" installKBytes="14172" updateKBytes="0">#1shot-au.pkg</pkg-ref>
    <pkg-ref id="com.beehivesblood.oneshot.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.1" CFBundleVersion="1.0.1" id="com.beehivesblood.oneshot" path="1shot.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.beehivesblood.oneshot.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.1" CFBundleVersion="1.0.1" id="com.beehivesblood.oneshot" path="1shot.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>