Fix build command path in list-checkbox plan (Make/Make.py)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
isaac 2026-05-27 16:45:06 +02:00
parent 81e3be1923
commit 0a9f93abd6

View file

@ -17,7 +17,7 @@
- **Commit once, at the end** (Task 11), after the build is green and verification passes — intermediate states don't compile. This matches the repo's feature-level commit style.
- **Build command** (from repo root, Task 10):
```sh
source ~/.zshrc 2>/dev/null; python3 build-system/Make.py --overrideXcodeVersion \
source ~/.zshrc 2>/dev/null; python3 build-system/Make/Make.py --overrideXcodeVersion \
--cacheDir ~/telegram-bazel-cache build \
--configurationPath build-system/appstore-configuration.json \
--gitCodesigningRepository git@gitlab.com:peter-iakovlev/fastlanematch.git \