<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>O2</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="never" require-scripts="false" rootVolumeOnly="false" hostArchitectures="arm64,x86_64"/>
    <domains enable_currentUserHome="true" enable_localSystem="false" enable_anywhere="false"/>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
    </choices-outline>
    <choice id="vst3" title="VST3" visible="false">
        <pkg-ref id="ai.xnullx.O2.vst3"/>
    </choice>
    <choice id="au" title="Audio Unit" visible="false">
        <pkg-ref id="ai.xnullx.O2.component"/>
    </choice>
    <pkg-ref id="ai.xnullx.O2.vst3" version="1.0.0" installKBytes="8324" updateKBytes="0">#O2_vst3.pkg</pkg-ref>
    <pkg-ref id="ai.xnullx.O2.component" version="1.0.0" installKBytes="8281" updateKBytes="0">#O2_au.pkg</pkg-ref>
    <pkg-ref id="ai.xnullx.O2.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.XNULLX.O2" path="O2.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="ai.xnullx.O2.component">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.XNULLX.O2" path="O2.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>