fastlane 2.210.0 → 2.210.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +92 -92
- data/deliver/lib/deliver/runner.rb +5 -2
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/DeliverfileProtocol.swift +1 -1
- data/fastlane/swift/Fastlane.swift +1 -1
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/GymfileProtocol.swift +1 -1
- data/fastlane/swift/Matchfile.swift +1 -1
- data/fastlane/swift/MatchfileProtocol.swift +1 -1
- data/fastlane/swift/Precheckfile.swift +1 -1
- data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
- data/fastlane/swift/Scanfile.swift +1 -1
- data/fastlane/swift/ScanfileProtocol.swift +1 -1
- data/fastlane/swift/Screengrabfile.swift +1 -1
- data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
- data/fastlane/swift/Snapshotfile.swift +1 -1
- data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
- data/fastlane/swift/formatting/Brewfile.lock.json +2 -2
- data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +1 -2
- data/pilot/lib/pilot/build_manager.rb +5 -2
- data/spaceship/lib/spaceship/connect_api/token.rb +2 -5
- metadata +21 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6056a3644c8a36607fe3acd5e867069f46a6c1be9c58062d8389c264434fb5df
|
|
4
|
+
data.tar.gz: 69075ed95db48e5a3ec2e54f247287acbaaa410123cdaf62a0604500a0fa8f63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3aed689bf5abe68e25ac1fb3241bf1a0f7799d439589f82fbfb769ef92edad42653ed6b208bb888c683a47286f3993fbd6dec1419dadaabc3461287ec90eadbe
|
|
7
|
+
data.tar.gz: 1e60186c3b01153cf0fb0fd853ba5b282d147b5c9dba7bd4886ee341d01b3c3e3ceaab446fb8850f682d67969bc6ec180c10d9eb712a6e873f0dcfa15790788a
|
data/README.md
CHANGED
|
@@ -35,29 +35,29 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
35
35
|
<!-- This table is regenerated and resorted on each release -->
|
|
36
36
|
<table id='team'>
|
|
37
37
|
<tr>
|
|
38
|
-
<td id='
|
|
39
|
-
<a href='https://github.com/
|
|
40
|
-
<img src='https://github.com/
|
|
38
|
+
<td id='łukasz-grabowski'>
|
|
39
|
+
<a href='https://github.com/lucgrabowski'>
|
|
40
|
+
<img src='https://github.com/lucgrabowski.png' width='140px;'>
|
|
41
41
|
</a>
|
|
42
|
-
<h4 align='center'
|
|
42
|
+
<h4 align='center'>Łukasz Grabowski</h4>
|
|
43
43
|
</td>
|
|
44
|
-
<td id='
|
|
45
|
-
<a href='https://github.com/
|
|
46
|
-
<img src='https://github.com/
|
|
44
|
+
<td id='fumiya-nakamura'>
|
|
45
|
+
<a href='https://github.com/nafu'>
|
|
46
|
+
<img src='https://github.com/nafu.png' width='140px;'>
|
|
47
47
|
</a>
|
|
48
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
48
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
49
49
|
</td>
|
|
50
|
-
<td id='
|
|
51
|
-
<a href='https://github.com/
|
|
52
|
-
<img src='https://github.com/
|
|
50
|
+
<td id='luka-mirosevic'>
|
|
51
|
+
<a href='https://github.com/lmirosevic'>
|
|
52
|
+
<img src='https://github.com/lmirosevic.png' width='140px;'>
|
|
53
53
|
</a>
|
|
54
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
54
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
55
55
|
</td>
|
|
56
|
-
<td id='
|
|
57
|
-
<a href='https://github.com/
|
|
58
|
-
<img src='https://github.com/
|
|
56
|
+
<td id='olivier-halligon'>
|
|
57
|
+
<a href='https://github.com/AliSoftware'>
|
|
58
|
+
<img src='https://github.com/AliSoftware.png' width='140px;'>
|
|
59
59
|
</a>
|
|
60
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
60
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
61
61
|
</td>
|
|
62
62
|
<td id='iulian-onofrei'>
|
|
63
63
|
<a href='https://github.com/revolter'>
|
|
@@ -67,36 +67,68 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
67
67
|
</td>
|
|
68
68
|
</tr>
|
|
69
69
|
<tr>
|
|
70
|
+
<td id='joshua-liebowitz'>
|
|
71
|
+
<a href='https://github.com/taquitos'>
|
|
72
|
+
<img src='https://github.com/taquitos.png' width='140px;'>
|
|
73
|
+
</a>
|
|
74
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
75
|
+
</td>
|
|
76
|
+
<td id='stefan-natchev'>
|
|
77
|
+
<a href='https://github.com/snatchev'>
|
|
78
|
+
<img src='https://github.com/snatchev.png' width='140px;'>
|
|
79
|
+
</a>
|
|
80
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
81
|
+
</td>
|
|
82
|
+
<td id='kohki-miki'>
|
|
83
|
+
<a href='https://github.com/giginet'>
|
|
84
|
+
<img src='https://github.com/giginet.png' width='140px;'>
|
|
85
|
+
</a>
|
|
86
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
87
|
+
</td>
|
|
88
|
+
<td id='jimmy-dee'>
|
|
89
|
+
<a href='https://github.com/jdee'>
|
|
90
|
+
<img src='https://github.com/jdee.png' width='140px;'>
|
|
91
|
+
</a>
|
|
92
|
+
<h4 align='center'>Jimmy Dee</h4>
|
|
93
|
+
</td>
|
|
70
94
|
<td id='felix-krause'>
|
|
71
95
|
<a href='https://github.com/KrauseFx'>
|
|
72
96
|
<img src='https://github.com/KrauseFx.png' width='140px;'>
|
|
73
97
|
</a>
|
|
74
98
|
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
75
99
|
</td>
|
|
100
|
+
</tr>
|
|
101
|
+
<tr>
|
|
102
|
+
<td id='roger-oba'>
|
|
103
|
+
<a href='https://github.com/rogerluan'>
|
|
104
|
+
<img src='https://github.com/rogerluan.png' width='140px;'>
|
|
105
|
+
</a>
|
|
106
|
+
<h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
|
|
107
|
+
</td>
|
|
76
108
|
<td id='max-ott'>
|
|
77
109
|
<a href='https://github.com/max-ott'>
|
|
78
110
|
<img src='https://github.com/max-ott.png' width='140px;'>
|
|
79
111
|
</a>
|
|
80
112
|
<h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
|
|
81
113
|
</td>
|
|
82
|
-
<td id='manu-wallner'>
|
|
83
|
-
<a href='https://github.com/milch'>
|
|
84
|
-
<img src='https://github.com/milch.png' width='140px;'>
|
|
85
|
-
</a>
|
|
86
|
-
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
87
|
-
</td>
|
|
88
|
-
<td id='danielle-tomlinson'>
|
|
89
|
-
<a href='https://github.com/endocrimes'>
|
|
90
|
-
<img src='https://github.com/endocrimes.png' width='140px;'>
|
|
91
|
-
</a>
|
|
92
|
-
<h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
|
|
93
|
-
</td>
|
|
94
114
|
<td id='satoshi-namai'>
|
|
95
115
|
<a href='https://github.com/ainame'>
|
|
96
116
|
<img src='https://github.com/ainame.png' width='140px;'>
|
|
97
117
|
</a>
|
|
98
118
|
<h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
|
|
99
119
|
</td>
|
|
120
|
+
<td id='daniel-jankowski'>
|
|
121
|
+
<a href='https://github.com/mollyIV'>
|
|
122
|
+
<img src='https://github.com/mollyIV.png' width='140px;'>
|
|
123
|
+
</a>
|
|
124
|
+
<h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
|
|
125
|
+
</td>
|
|
126
|
+
<td id='manu-wallner'>
|
|
127
|
+
<a href='https://github.com/milch'>
|
|
128
|
+
<img src='https://github.com/milch.png' width='140px;'>
|
|
129
|
+
</a>
|
|
130
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
131
|
+
</td>
|
|
100
132
|
</tr>
|
|
101
133
|
<tr>
|
|
102
134
|
<td id='jan-piotrowski'>
|
|
@@ -105,69 +137,49 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
105
137
|
</a>
|
|
106
138
|
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
107
139
|
</td>
|
|
140
|
+
<td id='aaron-brager'>
|
|
141
|
+
<a href='https://github.com/getaaron'>
|
|
142
|
+
<img src='https://github.com/getaaron.png' width='140px;'>
|
|
143
|
+
</a>
|
|
144
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
145
|
+
</td>
|
|
146
|
+
<td id='andrew-mcburney'>
|
|
147
|
+
<a href='https://github.com/armcburney'>
|
|
148
|
+
<img src='https://github.com/armcburney.png' width='140px;'>
|
|
149
|
+
</a>
|
|
150
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
|
151
|
+
</td>
|
|
108
152
|
<td id='maksym-grebenets'>
|
|
109
153
|
<a href='https://github.com/mgrebenets'>
|
|
110
154
|
<img src='https://github.com/mgrebenets.png' width='140px;'>
|
|
111
155
|
</a>
|
|
112
156
|
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
113
157
|
</td>
|
|
114
|
-
<td id='josh-holtz'>
|
|
115
|
-
<a href='https://github.com/joshdholtz'>
|
|
116
|
-
<img src='https://github.com/joshdholtz.png' width='140px;'>
|
|
117
|
-
</a>
|
|
118
|
-
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
119
|
-
</td>
|
|
120
158
|
<td id='jorge-revuelta-h'>
|
|
121
159
|
<a href='https://github.com/minuscorp'>
|
|
122
160
|
<img src='https://github.com/minuscorp.png' width='140px;'>
|
|
123
161
|
</a>
|
|
124
162
|
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
|
125
163
|
</td>
|
|
126
|
-
<td id='fumiya-nakamura'>
|
|
127
|
-
<a href='https://github.com/nafu'>
|
|
128
|
-
<img src='https://github.com/nafu.png' width='140px;'>
|
|
129
|
-
</a>
|
|
130
|
-
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
131
|
-
</td>
|
|
132
164
|
</tr>
|
|
133
165
|
<tr>
|
|
134
|
-
<td id='
|
|
135
|
-
<a href='https://github.com/
|
|
136
|
-
<img src='https://github.com/
|
|
137
|
-
</a>
|
|
138
|
-
<h4 align='center'>Jimmy Dee</h4>
|
|
139
|
-
</td>
|
|
140
|
-
<td id='kohki-miki'>
|
|
141
|
-
<a href='https://github.com/giginet'>
|
|
142
|
-
<img src='https://github.com/giginet.png' width='140px;'>
|
|
143
|
-
</a>
|
|
144
|
-
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
145
|
-
</td>
|
|
146
|
-
<td id='łukasz-grabowski'>
|
|
147
|
-
<a href='https://github.com/lucgrabowski'>
|
|
148
|
-
<img src='https://github.com/lucgrabowski.png' width='140px;'>
|
|
149
|
-
</a>
|
|
150
|
-
<h4 align='center'>Łukasz Grabowski</h4>
|
|
151
|
-
</td>
|
|
152
|
-
<td id='stefan-natchev'>
|
|
153
|
-
<a href='https://github.com/snatchev'>
|
|
154
|
-
<img src='https://github.com/snatchev.png' width='140px;'>
|
|
166
|
+
<td id='manish-rathi'>
|
|
167
|
+
<a href='https://github.com/crazymanish'>
|
|
168
|
+
<img src='https://github.com/crazymanish.png' width='140px;'>
|
|
155
169
|
</a>
|
|
156
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
170
|
+
<h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
|
|
157
171
|
</td>
|
|
158
|
-
<td id='
|
|
159
|
-
<a href='https://github.com/
|
|
160
|
-
<img src='https://github.com/
|
|
172
|
+
<td id='matthew-ellis'>
|
|
173
|
+
<a href='https://github.com/matthewellis'>
|
|
174
|
+
<img src='https://github.com/matthewellis.png' width='140px;'>
|
|
161
175
|
</a>
|
|
162
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
176
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
163
177
|
</td>
|
|
164
|
-
|
|
165
|
-
<
|
|
166
|
-
<
|
|
167
|
-
<a href='https://github.com/lmirosevic'>
|
|
168
|
-
<img src='https://github.com/lmirosevic.png' width='140px;'>
|
|
178
|
+
<td id='helmut-januschka'>
|
|
179
|
+
<a href='https://github.com/hjanuschka'>
|
|
180
|
+
<img src='https://github.com/hjanuschka.png' width='140px;'>
|
|
169
181
|
</a>
|
|
170
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
182
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
171
183
|
</td>
|
|
172
184
|
<td id='jérôme-lacoste'>
|
|
173
185
|
<a href='https://github.com/lacostej'>
|
|
@@ -175,31 +187,19 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
175
187
|
</a>
|
|
176
188
|
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
177
189
|
</td>
|
|
178
|
-
<td id='
|
|
179
|
-
<a href='https://github.com/
|
|
180
|
-
<img src='https://github.com/
|
|
181
|
-
</a>
|
|
182
|
-
<h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
|
|
183
|
-
</td>
|
|
184
|
-
<td id='daniel-jankowski'>
|
|
185
|
-
<a href='https://github.com/mollyIV'>
|
|
186
|
-
<img src='https://github.com/mollyIV.png' width='140px;'>
|
|
187
|
-
</a>
|
|
188
|
-
<h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
|
|
189
|
-
</td>
|
|
190
|
-
<td id='aaron-brager'>
|
|
191
|
-
<a href='https://github.com/getaaron'>
|
|
192
|
-
<img src='https://github.com/getaaron.png' width='140px;'>
|
|
190
|
+
<td id='josh-holtz'>
|
|
191
|
+
<a href='https://github.com/joshdholtz'>
|
|
192
|
+
<img src='https://github.com/joshdholtz.png' width='140px;'>
|
|
193
193
|
</a>
|
|
194
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
194
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
195
195
|
</td>
|
|
196
196
|
</tr>
|
|
197
197
|
<tr>
|
|
198
|
-
<td id='
|
|
199
|
-
<a href='https://github.com/
|
|
200
|
-
<img src='https://github.com/
|
|
198
|
+
<td id='danielle-tomlinson'>
|
|
199
|
+
<a href='https://github.com/endocrimes'>
|
|
200
|
+
<img src='https://github.com/endocrimes.png' width='140px;'>
|
|
201
201
|
</a>
|
|
202
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
202
|
+
<h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
|
|
203
203
|
</td>
|
|
204
204
|
</table>
|
|
205
205
|
|
|
@@ -275,9 +275,12 @@ module Deliver
|
|
|
275
275
|
api_token = Spaceship::ConnectAPI.token
|
|
276
276
|
api_key = if options[:api_key].nil? && !api_token.nil?
|
|
277
277
|
# Load api key info if user set api_key_path, not api_key
|
|
278
|
-
{ key_id: api_token.key_id, issuer_id: api_token.issuer_id, key: api_token.key_raw
|
|
278
|
+
{ key_id: api_token.key_id, issuer_id: api_token.issuer_id, key: api_token.key_raw }
|
|
279
279
|
elsif !options[:api_key].nil?
|
|
280
|
-
options[:api_key].transform_keys(&:to_sym)
|
|
280
|
+
api_key = options[:api_key].transform_keys(&:to_sym).dup
|
|
281
|
+
# key is still base 64 style if api_key is loaded from option
|
|
282
|
+
api_key[:key] = Base64.decode64(api_key[:key]) if api_key[:is_key_content_base64]
|
|
283
|
+
api_key
|
|
281
284
|
end
|
|
282
285
|
|
|
283
286
|
unless api_token.nil?
|
|
@@ -13486,4 +13486,4 @@ public let snapshotfile: Snapshotfile = .init()
|
|
|
13486
13486
|
|
|
13487
13487
|
// Please don't remove the lines below
|
|
13488
13488
|
// They are used to detect outdated files
|
|
13489
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
13489
|
+
// FastlaneRunnerAPIVersion [0.9.164]
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"macOS": "11.0.1"
|
|
62
62
|
},
|
|
63
63
|
"monterey": {
|
|
64
|
-
"HOMEBREW_VERSION": "3.6.
|
|
64
|
+
"HOMEBREW_VERSION": "3.6.2-15-g5b02645",
|
|
65
65
|
"HOMEBREW_PREFIX": "/opt/homebrew",
|
|
66
|
-
"Homebrew/homebrew-core": "
|
|
66
|
+
"Homebrew/homebrew-core": "86e5e6fe99dd864a34c8366bde85d2d55e5d512d",
|
|
67
67
|
"CLT": "13.4.0.0.1.1651278267",
|
|
68
68
|
"Xcode": "13.4.1",
|
|
69
69
|
"macOS": "12.5"
|
|
@@ -877,8 +877,7 @@ module FastlaneCore
|
|
|
877
877
|
api_key[:key_dir] = Dir.mktmpdir("deliver-")
|
|
878
878
|
# Specified p8 needs to be generated to call altool
|
|
879
879
|
File.open(File.join(api_key[:key_dir], "AuthKey_#{api_key[:key_id]}.p8"), "wb") do |p8|
|
|
880
|
-
|
|
881
|
-
p8.write(key_content)
|
|
880
|
+
p8.write(api_key[:key])
|
|
882
881
|
end
|
|
883
882
|
api_key
|
|
884
883
|
end
|
|
@@ -391,9 +391,12 @@ module Pilot
|
|
|
391
391
|
api_token = Spaceship::ConnectAPI.token
|
|
392
392
|
api_key = if options[:api_key].nil? && !api_token.nil?
|
|
393
393
|
# Load api key info if user set api_key_path, not api_key
|
|
394
|
-
{ key_id: api_token.key_id, issuer_id: api_token.issuer_id, key: api_token.key_raw
|
|
394
|
+
{ key_id: api_token.key_id, issuer_id: api_token.issuer_id, key: api_token.key_raw }
|
|
395
395
|
elsif !options[:api_key].nil?
|
|
396
|
-
options[:api_key].transform_keys(&:to_sym)
|
|
396
|
+
api_key = options[:api_key].transform_keys(&:to_sym).dup
|
|
397
|
+
# key is still base 64 style if api_key is loaded from option
|
|
398
|
+
api_key[:key] = Base64.decode64(api_key[:key]) if api_key[:is_key_content_base64]
|
|
399
|
+
api_key
|
|
397
400
|
end
|
|
398
401
|
|
|
399
402
|
unless api_token.nil?
|
|
@@ -22,7 +22,6 @@ module Spaceship
|
|
|
22
22
|
attr_reader :expiration
|
|
23
23
|
|
|
24
24
|
attr_reader :key_raw
|
|
25
|
-
attr_reader :is_key_content_base64
|
|
26
25
|
|
|
27
26
|
# Temporary attribute not needed to create the JWT text
|
|
28
27
|
# There is no way to determine if the team associated with this
|
|
@@ -72,19 +71,17 @@ module Spaceship
|
|
|
72
71
|
key: OpenSSL::PKey::EC.new(key),
|
|
73
72
|
key_raw: key,
|
|
74
73
|
duration: duration,
|
|
75
|
-
in_house: in_house
|
|
76
|
-
is_key_content_base64: is_key_content_base64
|
|
74
|
+
in_house: in_house
|
|
77
75
|
)
|
|
78
76
|
end
|
|
79
77
|
|
|
80
|
-
def initialize(key_id: nil, issuer_id: nil, key: nil, key_raw: nil, duration: nil, in_house: nil
|
|
78
|
+
def initialize(key_id: nil, issuer_id: nil, key: nil, key_raw: nil, duration: nil, in_house: nil)
|
|
81
79
|
@key_id = key_id
|
|
82
80
|
@key = key
|
|
83
81
|
@key_raw = key_raw
|
|
84
82
|
@issuer_id = issuer_id
|
|
85
83
|
@duration = duration
|
|
86
84
|
@in_house = in_house
|
|
87
|
-
@is_key_content_base64 = is_key_content_base64
|
|
88
85
|
|
|
89
86
|
@duration ||= DEFAULT_TOKEN_DURATION
|
|
90
87
|
@duration = @duration.to_i if @duration
|
metadata
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.210.
|
|
4
|
+
version: 2.210.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
8
|
-
- Stefan Natchev
|
|
7
|
+
- Manish Rathi
|
|
9
8
|
- Maksym Grebenets
|
|
10
|
-
-
|
|
11
|
-
- Łukasz Grabowski
|
|
12
|
-
- Jimmy Dee
|
|
13
|
-
- Jorge Revuelta H
|
|
14
|
-
- Danielle Tomlinson
|
|
15
|
-
- Helmut Januschka
|
|
16
|
-
- Luka Mirosevic
|
|
17
|
-
- Iulian Onofrei
|
|
18
|
-
- Manu Wallner
|
|
9
|
+
- Olivier Halligon
|
|
19
10
|
- Jérôme Lacoste
|
|
20
|
-
- Aaron Brager
|
|
21
11
|
- Satoshi Namai
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
- Felix Krause
|
|
25
|
-
- Andrew McBurney
|
|
26
|
-
- Jan Piotrowski
|
|
12
|
+
- Aaron Brager
|
|
13
|
+
- Jorge Revuelta H
|
|
27
14
|
- Daniel Jankowski
|
|
15
|
+
- Helmut Januschka
|
|
16
|
+
- Jimmy Dee
|
|
28
17
|
- Max Ott
|
|
29
|
-
- Manish Rathi
|
|
30
18
|
- Fumiya Nakamura
|
|
19
|
+
- Stefan Natchev
|
|
20
|
+
- Luka Mirosevic
|
|
21
|
+
- Felix Krause
|
|
22
|
+
- Josh Holtz
|
|
31
23
|
- Roger Oba
|
|
32
|
-
-
|
|
24
|
+
- Jan Piotrowski
|
|
25
|
+
- Matthew Ellis
|
|
26
|
+
- Łukasz Grabowski
|
|
27
|
+
- Joshua Liebowitz
|
|
28
|
+
- Iulian Onofrei
|
|
29
|
+
- Kohki Miki
|
|
30
|
+
- Manu Wallner
|
|
31
|
+
- Andrew McBurney
|
|
32
|
+
- Danielle Tomlinson
|
|
33
33
|
autorequire:
|
|
34
34
|
bindir: bin
|
|
35
35
|
cert_chain: []
|
|
36
|
-
date: 2022-09-
|
|
36
|
+
date: 2022-09-21 00:00:00.000000000 Z
|
|
37
37
|
dependencies:
|
|
38
38
|
- !ruby/object:Gem::Dependency
|
|
39
39
|
name: xcodeproj
|