mac_exec
Run shell commands on a remote Mac to execute iOS build, test, or setup tasks, optionally within your synced Flutter project directory.
Instructions
Run a shell command on the remote Mac (login shell). in_project=true runs it inside the synced project dir,
e.g. cd ios && pod install --repo-update or flutter test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| in_project | No | ||
| project_path | No | ||
| timeout_seconds | No |