m323/Sources/MiniProject/MiniProject.xcodeproj/rules_xcodeproj/bazel/bazel_env.sh
cediackermann 7903970f08
feat(MiniProject): searchable Stadt-Rundlauf runner TUI
Add a SwiftTUI terminal app that lists race runners from the start list
and results files, with an interactive menu to sort, filter by age group,
toggle finishers vs. non-starters, and live-search by name. Parsing and
transforms are written as pure functions over the file contents.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 12:05:50 +02:00

7 lines
273 B
Bash
Executable file

# Generated by rules_xcodeproj. Do not edit.
envs=(
LANG=en_US.UTF-8
PATH=/bin:/usr/bin
BAZELISK_SKIP_WRAPPER=true
BAZEL_REAL=/Users/cediackermann/Library/Caches/bazelisk/downloads/sha256/2db883718453f0437a7bcb408e889dbf8539cdc4d61c8ebc3807a1a88d02ff08/bin/bazel
)