<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>ORBIT</title>
    <organization>com.funputs</organization>
    <options customize="allow" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="11.0"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
    </choices-outline>
    <choice id="vst3" title="VST3" description="Installs to /Library/Audio/Plug-Ins/VST3">
        <pkg-ref id="com.funputs.orbit.vst3"/>
    </choice>
    <choice id="au" title="Audio Unit" description="Installs to /Library/Audio/Plug-Ins/Components">
        <pkg-ref id="com.funputs.orbit.component"/>
    </choice>
    <pkg-ref id="com.funputs.orbit.vst3" version="0.1.2" installKBytes="12639" updateKBytes="0">#ORBIT-VST3.pkg</pkg-ref>
    <pkg-ref id="com.funputs.orbit.component" version="0.1.2" installKBytes="12592" updateKBytes="0">#ORBIT-AU.pkg</pkg-ref>
    <pkg-ref id="com.funputs.orbit.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.2" CFBundleVersion="0.1.2" id="com.funputs.orbit" path="ORBIT.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.funputs.orbit.component">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.2" CFBundleVersion="0.1.2" id="com.funputs.orbit" path="ORBIT.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>