<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
  DICEBOX — macOS installer distribution.
  Offers two user-toggleable choices: VST3 and Audio Unit. Both default-on.
  Each choice installs DICEBOX INST + DICEBOX FX for that format.
-->
<installer-gui-script minSpecVersion="2">
    <title>DICEBOX</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="DICEBOX INST + DICEBOX FX (VST3) → /Library/Audio/Plug-Ins/VST3">
        <pkg-ref id="com.beehivesblood.dicebox.vst3"/>
    </choice>
    <choice id="choiceAU" title="Audio Unit (AU)" description="DICEBOX INST + DICEBOX FX (AU) → /Library/Audio/Plug-Ins/Components">
        <pkg-ref id="com.beehivesblood.dicebox.au"/>
    </choice>
    <pkg-ref id="com.beehivesblood.dicebox.vst3" version="1.0.0" installKBytes="109000" updateKBytes="0">#DiceboxVST3.pkg</pkg-ref>
    <pkg-ref id="com.beehivesblood.dicebox.au" version="1.0.0" installKBytes="109245" updateKBytes="0">#DiceboxAU.pkg</pkg-ref>
    <pkg-ref id="com.beehivesblood.dicebox.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.beehivesblood.diceboxfx" path="Dicebox FX.vst3"/>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.beehivesblood.diceboxinst" path="Dicebox Inst.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.beehivesblood.dicebox.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.beehivesblood.diceboxfx" path="Dicebox FX.component"/>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.beehivesblood.diceboxinst" path="Dicebox Inst.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>