<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
  productbuild distribution for the Professional Remote Repair macOS client.
  Provides the native Installer.app guided experience (welcome / license /
  conclusion panes). build-pkg.sh substitutes 專業遠端維修, uk.airr.client,
  1.3.0 and component.pkg before calling productbuild.

  Optional left-rail branding: drop a `background.png` into pkg/resources/ and
  uncomment the <background> line below.
-->
<installer-gui-script minSpecVersion="2">
    <title>專業遠端維修</title>
    <organization>uk.airr</organization>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="license.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- NOTE: no <background> element. Installer draws these panes on an opaque
       pane; a full-bleed background can't be verified to stay behind the content
       across macOS versions/appearances and risks dark pane text over a dark
       image. The brand mark lives in the pane HTML as a lock emoji instead. A
       generator for background/logo art is kept at pkg/generate-assets.swift if
       a signed app/.icns ever needs it. -->
    <!-- Non-customizable, system-domain install for a frictionless flow.
       hostArchitectures declares this is a UNIVERSAL package: the SAME .pkg runs
       natively on Apple Silicon (arm64) AND Intel (x86_64); the payload carries
       both tailscale arches and install.sh selects at runtime. -->
    <options customize="never" require-scripts="true" hostArchitectures="arm64,x86_64"/>
    <!-- Fail gracefully on very old macOS instead of a confusing mid-install error. -->
    <allowed-os-versions>
        <os-version min="11.0"/>
    </allowed-os-versions>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <choices-outline>
        <line choice="default">
            <line choice="uk.airr.client"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="uk.airr.client" visible="false">
        <pkg-ref id="uk.airr.client"/>
    </choice>
    <pkg-ref id="uk.airr.client" version="1.3.0" installKBytes="92617" updateKBytes="0">#component.pkg</pkg-ref>
    <pkg-ref id="uk.airr.client">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.3.0" CFBundleVersion="1.3.0" id="uk.airr.status" path="Library/Application Support/AIRemoteRepair/client/status-app/專業遠端維修.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>