<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Mosaic Connector</title>
    <organization>ai.mosaicxr</organization>
    <options customize="never" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <welcome mime-type="text/plain">Mosaic Connector links this machine's Unity Editor to your Mosaic service.

Nothing from the Mosaic pipeline is installed here. This installs one small program that connects outward to the service and forwards commands to your Unity Editor.

After installing, open Terminal and run:

    mosaic-connector setup

It will ask for your service address and access code, then offer to add the Mosaic Bridge package to the Unity projects on this machine.</welcome>
    <conclusion mime-type="text/plain">Installed.

Next: open Terminal and run

    mosaic-connector setup

Then, whenever you are working, leave this running:

    mosaic-connector run</conclusion>
    <pkg-ref id="ai.mosaicxr.connector">
        <bundle-version/>
    </pkg-ref>
    <choices-outline>
        <line choice="default">
            <line choice="ai.mosaicxr.connector"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="ai.mosaicxr.connector" visible="false">
        <pkg-ref id="ai.mosaicxr.connector"/>
    </choice>
    <pkg-ref id="ai.mosaicxr.connector" version="0.4.0" onConclusion="none" installKBytes="46505" updateKBytes="0">#component.pkg</pkg-ref>
</installer-gui-script>