cedvdb/flutter-build-ios
Setups the environment to build ios apps with flutter
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 12, 2024
- License
- MIT
Pinned Snippet
uses: cedvdb/action-flutter-build-ios@8311b492719eaf37f7289725638169a01b468670 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | The root directory of the flutter app within this repository | — | ./ |
| build-cmd | The full build command, can be used to add arguments | — | flutter build ipa --release |
| flutterfire | Whether this project uses flutterfire, this is needed because flutterfire cli adds a post build script... | no | true |
| certificate-base64 | base 64 of the p12 certificate | yes | — |
| certificate-password | password of the above certificate | yes | — |
| provisioning-profile-base64 | base 64 of your.mobileprovision | yes | — |
| keychain-password | random string in secrets | yes | — |
Outputs
no outputs