Merge branch 'dev' into feat/switch-nx

Bring Switch WIP up to date with current prod/dev (v0.1.54 / main tree).
This commit is contained in:
Andrew Quenehen
2026-08-01 20:25:52 -03:00
9 changed files with 339 additions and 99 deletions
+11
View File
@@ -46,6 +46,12 @@ jobs:
runs-on: [self-hosted, macOS]
steps:
# The self-hosted runner lives under the machine owner's home
# directory; mask it first so absolute paths in every later step's
# output show up as *** in the public workflow logs.
- name: Mask runner paths
run: echo "::add-mask::$HOME"
- name: Checkout
uses: actions/checkout@v4
with:
@@ -171,6 +177,11 @@ jobs:
set -euo pipefail
scripts/build_android.sh --version "${{ steps.ver.outputs.version }}"
- name: Install xcbeautify
run: |
set -euo pipefail
brew list xcbeautify >/dev/null 2>&1 || brew install xcbeautify
- name: Build iOS
run: |
set -euo pipefail