<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-script minSpecVersion="1">
    <title>Crossfeed Installer</title>
    <options customize="always" allow-external-scripts="no"/>
    <welcome file="welcome.html"/>
    <license file="ARIAPrereleaseLicenseAgreement.rtf"/>
    <conclusion file="conclusion.html"/>
    <choices-outline>
        <line choice="choice1"/>
        <line choice="choice2"/>
    </choices-outline>
    <choice id="choice1" visible="true" title="Crossfeed Application">
        <pkg-ref id="com.altitude.crossfeed.app"/>
    </choice>
    <choice id="choice2" visible="true" title="Crossfeed VST3 Plug-In">
        <pkg-ref id="com.altitude.crossfeed.vst3"/>
    </choice>
    <pkg-ref id="com.altitude.crossfeed.app" version="1.0.0" onConclusion="none" installKBytes="11916" updateKBytes="0">#crossfeed-app.pkg</pkg-ref>
    <pkg-ref id="com.altitude.crossfeed.vst3" version="1.0.0" onConclusion="none" installKBytes="5576" updateKBytes="0">#crossfeed-vst3.pkg</pkg-ref>
    <pkg-ref id="com.altitude.crossfeed.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.9.1" CFBundleVersion="0.9.1" id="Altitude.CrossfeedPlugin" path="CrossfeedPlugin.app"/>
            <bundle CFBundleShortVersionString="0.9.1" CFBundleVersion="0.9.1" id="Altitude.CrossfeedPlugin.CrossfeedPluginAUv3" path="CrossfeedPlugin.app/Contents/PlugIns/CrossfeedPlugin.appex"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.altitude.crossfeed.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.9.1" CFBundleVersion="0.9.1" id="Altitude.CrossfeedPlugin" path="CrossfeedPlugin.vst3"/>
        </bundle-version>
    </pkg-ref>
</installer-script>