ci_generate_workflow
Write a GitHub Actions workflow to build Flutter iOS apps on macOS runners, supporting simulator, unsigned IPA, or signed TestFlight upload for Windows/Linux developers without a Mac.
Instructions
Write .github/workflows/flutter-ios-bridge.yml (+ a signing helper script) into the repo. The workflow builds on a GitHub macOS runner: simulator .app, unsigned IPA, or signed IPA with optional TestFlight upload. By default pins the same Flutter version you have installed locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runner | No | macos-15 | |
| overwrite | No | ||
| project_path | No | ||
| flutter_version | No | ||
| match_local_flutter | No |