Add watch command and update tsswift version in configuration

This commit is contained in:
2026-04-19 01:21:24 +02:00
parent ad059e9b8d
commit 15af566353
4 changed files with 14 additions and 9 deletions
+3 -1
View File
@@ -31,15 +31,17 @@ corepack pnpm swift:emulators
corepack pnpm swift:build
corepack pnpm swift:test
corepack pnpm swift:run
corepack pnpm swift:watch
corepack pnpm swift:launch
corepack pnpm swift:review
```
This repo now uses `@git.zone/tsswift` with project config in `swift/.smartconfig.json`.
This repo now uses `@git.zone/tsswift` with project config in the repo-root `.smartconfig.json`.
- `build` targets macOS, iPhone Simulator, and iPad Simulator in parallel
- `test` targets macOS, which matches the current test bundle setup
- `run` defaults to macOS unless you pass `--platform ios` or `--platform ipad`
- `watch` rebuilds and relaunches macOS, iPhone, and iPad app instances on file changes
- `launch` starts the app with the configured control-file transport enabled
- `review` replaces the old shell-script review loop and captures screenshot sets for iPhone, iPad, and macOS