nextdriveioe/App Store Provision Profile Upsert
使用 Applaud 套件更新或建立 App Store Provisioning Profile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| profile_name | Provisioning Profile 名稱 | yes | — |
| cert_type | 證書類型 (例: IOS_DEVELOPMENT, IOS_DISTRIBUTION, MAC_APP_DEVELOPMENT, etc.) | yes | — |
| issuer_id | App Store Connect API Issuer ID | yes | — |
| key_id | App Store Connect API Key ID | yes | — |
| private_key_base64 | App Store Connect API Private Key (Base64 編碼) | yes | — |
| bundle_id | App Bundle ID (用於建立 Provisioning Profile) | yes | — |
| profile_type | Provisioning Profile 類型 (例: IOS_APP_DEVELOPMENT, IOS_APP_STORE, etc.) | yes | IOS_APP_DEVELOPMENT |
| out_path | 輸出 Provisioning Profile 的檔案路徑 (可選) | no | — |
Outputs
| name | description |
|---|---|
| profile_id | 建立或更新的 Provisioning Profile ID |
| cert_id | 使用的證書 ID |
| profile_path | 下載的 Provisioning Profile 檔案路徑 (如果指定了 out_path) |
| provision_profile_base64 | Provisioning Profile 的 Base64 編碼內容 |
| success | 操作是否成功 |