91e75e620b
CI: cua-driver distro-compat matrix / debian:12 (glibc 2.36) (push) Has been cancelled
CI: SPDX Headers / Check SPDX headers (warn-only) (push) Has been cancelled
CD: Docs MCP Server / build (linux/amd64) (push) Has been cancelled
CD: Docs MCP Server / build (linux/arm64) (push) Has been cancelled
CD: Docs MCP Server / merge (push) Has been cancelled
CI: cua-driver distro-compat matrix / Resolve release version (push) Has been cancelled
CI: cua-driver distro-compat matrix / fedora:41 (glibc 2.40) (push) Has been cancelled
CI: cua-driver distro-compat matrix / rockylinux:9 (glibc 2.34) (push) Has been cancelled
CI: cua-driver distro-compat matrix / ubuntu:22.04 (glibc 2.35) (push) Has been cancelled
CI: cua-driver distro-compat matrix / ubuntu:24.04 (glibc 2.39) (push) Has been cancelled
CI: cua-driver distro-compat matrix / Distro compat summary (push) Has been cancelled
CI: Rust Linux unit / Rust Linux unit and compile (push) Has been cancelled
CI: Rust Windows unit / Rust Windows unit and compile (push) Has been cancelled
CI: Nix Linux Rust source / Nix / compositor build (push) Has been cancelled
CI: Nix Linux Rust source / Nix / driver package (push) Has been cancelled
CI: Nix Linux Rust source / Nix / Rust unit tests (push) Has been cancelled
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
# Placeholder so the empty MacOS/ directory is tracked in git.
|
|
#
|
|
# This is the source-of-truth skeleton for /Applications/CuaDriver.app.
|
|
# It deliberately lives under `scripts/CuaDriverBundle/` (NOT a
|
|
# `.app` suffix) so macOS LaunchServices on developer machines does
|
|
# not index it as a second installed app with the `com.trycua.driver`
|
|
# bundle id. With the previous `scripts/CuaDriver.app/` shape, every
|
|
# `cargo run` from inside the repo would surface a "ghost CuaDriver"
|
|
# entry in System Settings → Privacy & Security pointing at the empty
|
|
# skeleton path.
|
|
#
|
|
# At build / install time the cua-driver release binary (universal
|
|
# macOS slice — arm64 + x86_64 lipo'd together) is copied into this
|
|
# directory as `cua-driver`. The Info.plist's CFBundleExecutable
|
|
# points at that name.
|
|
#
|
|
# See:
|
|
# - .github/workflows/cd-rust-cua-driver.yml (copies the skeleton's
|
|
# Contents/ into the release tarball at CD time and adds the
|
|
# universal binary)
|
|
# - libs/cua-driver/scripts/install.sh (downloads the
|
|
# resulting tarball, extracts it to /Applications/CuaDriver.app,
|
|
# and creates the ~/.local/bin/cua-driver symlink pointing into
|
|
# the bundle)
|