aherrick/iOS OTA .NET Uploader
Uploads iOS IPA files to Azure Blob Storage with OTA manifest and landing page
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_name | App name | yes | — |
| bundle_id | iOS bundle identifier | yes | — |
| version | App version | yes | — |
| ipa_name | IPA file name (in workspace) | yes | — |
| ipa_path | Path to IPA file (relative to workspace) | yes | — |
| static_url | Base URL where static site is served (e.g. https://foo.z13.web.core.windows.net) | yes | — |
| azure_storage_account | Azure Storage account name | yes | — |
| azure_storage_key | Azure Storage account key | yes | — |
Outputs
| name | description |
|---|---|
| landing_page_url | URL to the landing page |
| ipa_url | URL to the IPA file |
| manifest_url | URL to the manifest.plist |