Thanks for helping improve BuenMouse.
make tools
make ci-checkOpen BuenMouse.xcodeproj in Xcode and run the BuenMouse scheme.
make format
make lint
make build- Keep changes focused and small.
- Do not commit credentials, logs, crash reports, DMGs, archives, local docs, or signing files.
- The project does not have a unit test target yet;
make ci-checkis the current local gate (lint + Release build). - Follow the branch-and-review workflow in
AGENTS.mdbefore committing.
Before opening a PR:
make ci-check
git diff --checkInclude:
- What changed.
- How it was verified.
- Any permission, signing, or accessibility impact.
Contributor builds use the tracked project signing defaults. Maintainers configure Developer ID, notarization, and release DMG packaging outside routine development commits.