-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent.yaml
32 lines (32 loc) · 1.06 KB
/
component.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
platform: iOS
purpose: Publish
buildPlatform:
displayName: "Send to TestFlight"
description: "Upload binary for TestFlight publishing"
marketPlace: "AppleAppStore"
inputs:
- key: "AC_XCODE_LIST_DIR"
defaultValue: "$AC_XCODE_LIST_DIR"
isRequired: false
title: Xcode List Directory
description: "Specifies the Xcode folder list directory. Current Xcode folder structure examples : /Applications/Xcode/10.3/Xcode or /Applications/Xcode/11.0/Xcode"
helpText:
- key: "AC_XCODE_VERSION"
defaultValue: "15.2.x"
editorType: select
options: "15.2.x,15.1.x,15.0.x,14.3.x,14.2.x,14.1.x,14.0.x,13.4.x,13.3.x,13.2.x,13.1.x,13.0.x"
isRequired: true
title: Xcode Version
description: Specifies the Xcode version.
helpText:
- key: "AC_RELEASE_NOTES"
defaultValue: "$AC_RELEASE_NOTES"
editorType: textarea
isRequired: false
title: Text will be shown in what to test is TestFlight
description: Use special $AC_RELEASE_NOTES variable to send app version's current release note.
helpText:
processFilename: bash
processArguments: '%AC_STEP_TEMP%/main.sh'
files:
- "main.sh"