Add watch command and update tsswift version in configuration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user