···36363737Then re-run `just generate` before building.
38383939+Pass your device UDID directly or via an env var:
4040+4141+```bash
4242+just device 00000000-0000000000000000 # explicit UDID
4343+just device $iphonemax # via shell env var
4444+```
4545+4646+Find your device UDID with `xcrun devicectl list devices`.
4747+3948## Commands
40494150```bash
···4857just lint-fix # Fix lint violations
4958just release # Bump build, archive, upload to App Store Connect
5059```
6060+6161+> **Note:** The Xcode project is generated from `project.yml` — run `just generate` after adding or removing Swift files, or after pulling changes that touch `project.yml`.