<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>RecLight 1.0.1</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="allow" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <choices-outline>
        <line choice="choice_vst3"/>
        <line choice="choice_au"/>
        <line choice="choice_app"/>
    </choices-outline>
    <choice id="choice_vst3" title="VST3 Plug-In" description="Installs the RecLight VST3 plug-in.">
        <pkg-ref id="com.steinbach-audio.reclight.vst3"/>
    </choice>
    <choice id="choice_au" title="Audio Unit (AU)" description="Installs the RecLight Audio Unit plug-in.">
        <pkg-ref id="com.steinbach-audio.reclight.au"/>
    </choice>
    <choice id="choice_app" title="Standalone App" description="Installs the RecLight standalone application.">
        <pkg-ref id="com.steinbach-audio.reclight.app"/>
    </choice>
    <pkg-ref id="com.steinbach-audio.reclight.vst3" version="1.0.1" installKBytes="7796" updateKBytes="0">#RecLight-VST3.pkg</pkg-ref>
    <pkg-ref id="com.steinbach-audio.reclight.au" version="1.0.1" installKBytes="7483" updateKBytes="0">#RecLight-AU.pkg</pkg-ref>
    <pkg-ref id="com.steinbach-audio.reclight.app" version="1.0.1" installKBytes="4632" updateKBytes="0">#RecLight-App.pkg</pkg-ref>
    <pkg-ref id="com.steinbach-audio.reclight.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.steinbach-audio.reclight" path="RecLight.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.steinbach-audio.reclight.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.steinbach-audio.reclight" path="RecLight.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.steinbach-audio.reclight.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.steinbach-audio.reclight" path="RecLight.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>