-
Notifications
You must be signed in to change notification settings - Fork 3
/
iOS-Resign.yaml
46 lines (46 loc) · 1.56 KB
/
iOS-Resign.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
directories:
- AC_OUTPUT_DIR
- AC_SOURCE
steps:
- componentType: appcircle_ios_install_certificates_and_profiles
componentVersion: 1.0.*
stepName: Install Certificates & Profiles
webUrl: >-
https://github.com/appcircleio/appcircle-ios-install-certificates-and-profiles-component
repoUrl: >-
https://github.com/appcircleio/appcircle-ios-install-certificates-and-profiles-component.git
commit: 9c03945
enabled: true
onError: $exit
alwaysRun: false
inputs:
- AC_CERTIFICATES: $AC_CERTIFICATES
- AC_PROVISIONING_PROFILES: $AC_PROVISIONING_PROFILES
outputs:
- AC_KEYCHAIN_PATH: AC_KEYCHAIN_PATH
- AC_KEYCHAIN_PASSWORD: AC_KEYCHAIN_PASSWORD
- componentType: appcircle_ios_resign
componentVersion: 1.0.*
stepName: Resign IPA
webUrl: 'https://github.com/appcircleio/appcircle-ios-resign-component'
repoUrl: 'https://github.com/appcircleio/appcircle-ios-resign-component.git'
commit: a1353d6
enabled: true
onError: $exit
alwaysRun: false
inputs:
- AC_RESIGN_IPA_URL: $ResignFileUrl
- AC_RESIGN_TARGETS: $Targets
- AC_RESIGN_FILENAME: $ResignFileName
outputs: []
- componentType: appcircle_export_build_artifacts
componentVersion: 1.0.*
stepName: Export Build Artifacts
alwaysRun: true
enabled: true
onError: $exit
webUrl: 'https://github.com/appcircleio/appcircle-export-build-artifacts'
repoUrl: 'https://github.com/appcircleio/appcircle-export-build-artifacts.git'
commit: eb322a3
inputs:
- AC_UPLOAD_DIR: $AC_OUTPUT_DIR