<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Packit Print Agent</title>
    <organization>com.packit</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="true" hostArchitectures="x86_64,arm64"/>
    <welcome mime-type="text/plain">Installs the Packit Print Agent — a small background service that lets the Packit web app print thermal labels directly to your printer. The service runs locally on your Mac and only accepts requests from packit.live. No internet ports are opened.

After install you can verify the agent is running by visiting https://www.packit.live/app/pack — the printer dropdown should populate.</welcome>
    <choices-outline>
        <line choice="default">
            <line choice="com.packit.printagent"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.packit.printagent" visible="false">
        <pkg-ref id="com.packit.printagent"/>
    </choice>
    <pkg-ref id="com.packit.printagent" version="0.3.0" onConclusion="none" installKBytes="95979" updateKBytes="0">#component.pkg</pkg-ref>
    <pkg-ref id="com.packit.printagent">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>