-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstep.yml
83 lines (81 loc) · 2.62 KB
/
step.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
title: Certificate and profile installer
summary: |-
Need to use your Provisioning Profile and Certificate? Use this Step to
add them to the keychain and use it as you wish! No worries, as our security
policy goes, the VM is reverted after running the workflow so there's no
trace of these left on them.
description: |-
Downloads and installs the certificate and the mobile provisioning profiles
website: https://github.com/bitrise-io/steps-certificate-and-profile-installer
source_code_url: https://github.com/bitrise-io/steps-certificate-and-profile-installer
support_url: https://github.com/bitrise-io/steps-certificate-and-profile-installer/issues
host_os_tags:
- "osx-10.10"
project_type_tags:
- ios
type_tags:
- security
is_requires_admin_user: false
is_always_run: false
is_skippable: false
dependencies: []
run_if: ".IsCI"
inputs:
- certificate_url: $BITRISE_CERTIFICATE_URL
opts:
title: "Certificate URL"
description: |
URL of the certificate to download.
You can specify a local path as well, using the `file://` scheme.
Example: `file://./Cert.p12`
summary: ""
is_required: true
is_expand: true
is_dont_change_value: false
- certificate_passphrase: $BITRISE_CERTIFICATE_PASSPHRASE
opts:
title: "Certificate passphrase"
description: |
Certificate passphrase
summary: ""
is_required: false
is_expand: true
is_dont_change_value: false
- provisioning_profile_url: $BITRISE_PROVISION_URL
opts:
title: "Provisioning profile URL"
description: |
URL of the provisioning profile to download. Multiple URLs can be
specified, separated by a pipe (`|`) character.
You can specify a local path as well, using the `file://` scheme.
Example: `file://./BuildAnything.mobileprovision`
summary: ""
is_required: true
is_expand: true
is_dont_change_value: false
- keychain_path: $HOME/Library/Keychains/login.keychain
opts:
title: Keychain Path
description: ""
summary: ""
is_required: true
is_expand: true
is_dont_change_value: false
- keychain_password: $BITRISE_KEYCHAIN_PASSWORD
opts:
title: Keychain's password
description: ""
summary: ""
is_required: true
is_expand: true
is_dont_change_value: false
outputs:
- BITRISE_PROVISIONING_PROFILE_ID:
opts:
title: Activated Provisioning Profile ID
description: |-
**Will only export the Profile ID if you specify
a single Provisioning Profile!**
- BITRISE_CODE_SIGN_IDENTITY:
opts:
title: Activated Code Signing Certificate ID