actions-marketplace-validations/iOS Build/Release Action
Build iOS project (.xcodeproj, .xcworkspace) and export .ipa
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Project path | yes | — |
| p12-base64 | Base64 encoded p12 file (key + cert) | yes | — |
| mobileprovision-base64 | Base64 encoded mobileprovision file | yes | — |
| code-signing-identity | For example, iOS Distribution | yes | — |
| team-id | Team id | yes | — |
| workspace-path | Workspace path | no | "" |
| export-method | Options app-store, ad-hoc, package, enterprise, development, or developer-id | no | development |
| configuration | For example, Debug, Release | no | Release |
| certificate-password | Certificate password | no | "" |
| output-path | Output path of ipa | no | output.ipa |
| scheme | Scheme | no | "" |
| disable-targets | Targets to disable automatic code signing. Input targets separated by ,. For example, 'MyApp,YourApp'. | no | "" |
| build-pods | Boolean to tell if `pod install` should be run during build. | no | false |
| pods-path | The path to the Podfile. | no | Podfile |
Outputs
no outputs