observableobject/XCode-Deploy
Archive, Export, and Upload a build to App Store Connect (TestFlight)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| xcode-version | The version of XCode to use. Defaults to the latest stable version. | — | latest-stable |
| configuration | Configuration (default: Release) | yes | Release |
| scheme | Leave blank and Action will search for default scheme. | no | "" |
| path-to-export-options | Relative path and filename to ExportOptions.plist | yes | ExportOptions.plist |
| update-build | Sets Build Number to # of commits. | yes | true |
| install-pods | Run Pod Install | yes | false |
| resolve-package-dependencies | Resolve Package Dependencies | yes | false |
| distribution-certificate-p12 | base64 representation of the distribution certificate. | yes | — |
| distribution-certificate-password | password to unlock the distribution certificate. | yes | — |
| app-store-provisioning-profile | base64 representation of the provisioning profile. | yes | — |
| auth-key-id | App Store Connect API Auth Key ID. | yes | — |
| auth-key-issuer-id | App Store Connect API Issuer ID. | yes | — |
| auth-key-p8 | base64 representation of the App Store Connect AuthKey. | yes | — |
Outputs
no outputs