<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>VBLASTBEATS Demo</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <options customize="always" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <volume-check script="true">
        <allowed-os-versions>
            <os-version min="11.0"/>
        </allowed-os-versions>
    </volume-check>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <choices-outline>
        <line choice="standalone"/>
        <line choice="vst3"/>
    </choices-outline>
    <choice id="standalone" title="Standalone App" description="Install VBLASTBEATS Demo.app in /Applications." selected="true" visible="true">
        <pkg-ref id="com.twisted-electrons.audio.vblastbeats.demo.standalone.pkg"/>
    </choice>
    <choice id="vst3" title="VST3 Plugin" description="Install VBLASTBEATS Demo.vst3 for VST3-compatible macOS DAWs." selected="true" visible="true">
        <pkg-ref id="com.twisted-electrons.audio.vblastbeats.demo.vst3.pkg"/>
    </choice>
    <pkg-ref id="com.twisted-electrons.audio.vblastbeats.demo.standalone.pkg" version="1.0.0" onConclusion="none" installKBytes="26983" updateKBytes="0">#vblastbeats-standalone.pkg</pkg-ref>
    <pkg-ref id="com.twisted-electrons.audio.vblastbeats.demo.vst3.pkg" version="1.0.0" onConclusion="none" installKBytes="25286" updateKBytes="0">#vblastbeats-vst3.pkg</pkg-ref>
    <pkg-ref id="com.twisted-electrons.audio.vblastbeats.demo.standalone.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.twisted-electrons.audio.vblastbeats.demo" path="Applications/VBLASTBEATS Demo.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.twisted-electrons.audio.vblastbeats.demo.vst3.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.twisted-electrons.audio.vblastbeats.demo" path="Library/Audio/Plug-Ins/VST3/VBLASTBEATS Demo.vst3"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>