actions-marketplace-validations/Obvious - iOS Build 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 |
|---|---|---|---|
| p12-key-base64 | Base64 encoded p12 key | no | — |
| p12-cer-base64 | Base64 encoded certificate for the p12 key | no | — |
| p12-base64 | Base64 encoded p12 file (key + cert) | no | — |
| mobileprovision-base64 | Base64 encoded mobileprovision file | no | — |
| p12-key-path | p12 key path | no | — |
| p12-cer-path | Certificate path for the p12 key | no | — |
| p12-path | p12 path (key + cert) | no | — |
| mobileprovision-path | mobileprovision path | no | — |
| project-path | Project path | yes | — |
| code-signing-identity | For example, iOS Distribution | yes | — |
| team-id | Team id | yes | — |
| workspace-path | Workspace path | no | "" |
| export-method | Choose app-store, ad-hoc, package, enterprise, development, or developer-id | no | app-store |
| configuration | For example, Debug, Release | no | Release |
| certificate-password | Certificate password | no | "" |
| output-path | Output path of ipa | no | output.ipa |
| scheme | Scheme | no | "" |
| update-targets | Targets to be updated with mobileprovision, code signing identity, etc | no | "" |
| disable-targets | Deprecated, use update-targets instead | no | "" |
| export-options | Path to an export options plist | no | "" |
| build-sdk | The SDK that should be used for building the application | no | "" |
| build-destination | Use a custom destination for building the app | no | "" |
| cloned-source-packages-path | Path for Swift Package Manager dependencies | no | "" |
Outputs
no outputs