<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>WMDM</title>
    <organization>com.wemakedancemusic</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <welcome file="welcome.txt" mime-type="text/plain"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.wemakedancemusic.app"/>
            <line choice="com.wemakedancemusic.bridge.au"/>
            <line choice="com.wemakedancemusic.bridge.vst3"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.wemakedancemusic.app" visible="false">
        <pkg-ref id="com.wemakedancemusic.app"/>
    </choice>
    <choice id="com.wemakedancemusic.bridge.au" visible="false">
        <pkg-ref id="com.wemakedancemusic.bridge.au"/>
    </choice>
    <choice id="com.wemakedancemusic.bridge.vst3" visible="false">
        <pkg-ref id="com.wemakedancemusic.bridge.vst3"/>
    </choice>
    <pkg-ref id="com.wemakedancemusic.app" version="1.1.0" auth="root" installKBytes="50092" updateKBytes="0">#app.pkg</pkg-ref>
    <pkg-ref id="com.wemakedancemusic.bridge.au" version="1.1.0" auth="root" installKBytes="10914" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="com.wemakedancemusic.bridge.vst3" version="1.1.0" auth="root" installKBytes="11074" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.wemakedancemusic.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.0" CFBundleVersion="1.1.0" id="com.wemakedancemusic.app" path="WMDM.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.wemakedancemusic.bridge.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.0" CFBundleVersion="0.1.0" id="com.wemakedancemusic.bridge" path="WMDM Bridge.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.wemakedancemusic.bridge.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.0" CFBundleVersion="0.1.0" id="com.wemakedancemusic.bridge" path="WMDM Bridge.vst3"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>