sqz269/Build and Export IPA
Build an iOS application using Flutter and export the IPA file for distribution.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ios-build-certificate-base64 | Base64-encoded P12 certificate | yes | — |
| ios-build-certificate-password | Password for the P12 certificate | yes | — |
| ios-mobile-provisioning-profile-base64 | Base64-encoded mobile provisioning profile | yes | — |
| ios-keychain-password | Password for the created keychain | yes | — |
| apple-developer-team-id | Apple Developer Team ID | no | — |
| ios-export-options-plist | Path to the ExportOptions.plist file, if not specified, the default export options will be used | no | — |
| ipa-export-directory | Directory to export the IPA file, defaults to $PWD/build/IPA | no | — |
Outputs
| name | description |
|---|---|
| ipa-path | The path to the generated IPA file |