signing_quick_setup
Set up iOS code signing from Windows/Linux: register bundle ID, create or reuse a certificate, generate a provisioning profile, and save .p12/.mobileprovision locally or as GitHub secrets for CI builds.
Instructions
One-shot iOS code signing from Windows/Linux: registers the bundle id, creates (or reuses) an Apple certificate from a locally generated CSR, creates a provisioning profile, saves .p12/.mobileprovision under ~/.flutter-ios-bridge/signing, and (push_to_github) uploads them as GitHub secrets for signed CI builds. bundle_id defaults to the project's. ad-hoc/development include all registered devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| app_name | No | ||
| bundle_id | No | ||
| p12_password | No | ||
| profile_kind | No | app-store | |
| project_path | No | ||
| push_to_github | No | ||
| include_asc_key | No | ||
| force_new_certificate | No |