<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>SEER 1.0.0</title>
    <organization>com.theghostproduction</organization>
    <options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <background file="background.png" alignment="bottomleft" scaling="proportional"/>
    <background-darkAqua file="background.png" alignment="bottomleft" scaling="proportional"/>
    <welcome file="welcome.txt"/>
    <license file="license.txt"/>
    <readme file="readme.txt"/>
    <conclusion file="conclusion.txt"/>
    <choices-outline>
        <line choice="au"/>
        <line choice="vst3"/>
        <line choice="app"/>
    </choices-outline>
    <choice id="au" title="Audio Unit (AU)" description="For Logic Pro, GarageBand and other AU hosts">
        <pkg-ref id="com.theghostproduction.seer.au"/>
    </choice>
    <choice id="vst3" title="VST3" description="For Ableton Live, FL Studio, Cubase, Studio One, Bitwig, Reaper">
        <pkg-ref id="com.theghostproduction.seer.vst3"/>
    </choice>
    <choice id="app" title="Standalone app" description="SEER as its own app, no DAW needed">
        <pkg-ref id="com.theghostproduction.seer.app"/>
    </choice>
    <pkg-ref id="com.theghostproduction.seer.au" version="1.0.0" installKBytes="11682" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="com.theghostproduction.seer.vst3" version="1.0.0" installKBytes="11797" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.theghostproduction.seer.app" version="1.0.0" installKBytes="12958" updateKBytes="0">#app.pkg</pkg-ref>
    <pkg-ref id="com.theghostproduction.seer.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.theghostproduction.seer" path="SEER.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.theghostproduction.seer.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.theghostproduction.seer" path="SEER.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.theghostproduction.seer.app">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>