fastlane 2.204.3 → 2.205.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +94 -94
- data/deliver/lib/deliver/runner.rb +2 -2
- data/fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp +0 -0
- data/fastlane/lib/fastlane/actions/badge.rb +1 -1
- data/fastlane/lib/fastlane/actions/get_version_number.rb +1 -1
- data/fastlane/lib/fastlane/actions/git_commit.rb +4 -6
- data/fastlane/lib/fastlane/actions/update_project_provisioning.rb +9 -0
- data/fastlane/lib/fastlane/commands_generator.rb +2 -1
- 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 +4 -4
- 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/SocketClient.swift +2 -2
- data/fastlane/swift/formatting/Brewfile.lock.json +14 -14
- data/fastlane_core/README.md +1 -0
- data/frameit/lib/frameit/device_types.rb +7 -0
- data/match/lib/match/encryption/openssl.rb +1 -1
- data/match/lib/match/runner.rb +8 -3
- data/pilot/lib/pilot/build_manager.rb +2 -2
- data/spaceship/lib/spaceship/client.rb +13 -25
- data/spaceship/lib/spaceship/connect_api/.response.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/api_client.rb +10 -5
- data/spaceship/lib/spaceship/connect_api/models/.app.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/models/.review_submission.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/models/app.rb +2 -1
- data/spaceship/lib/spaceship/connect_api/models/review_submission.rb +1 -0
- data/spaceship/lib/spaceship/tunes/app_ratings.rb +6 -6
- data/spaceship/lib/spaceship/tunes/iap_families.rb +1 -1
- data/spaceship/lib/spaceship/tunes/tunes.rb +0 -1
- data/spaceship/lib/spaceship/tunes/tunes_client.rb +16 -19
- data/supply/lib/supply/client.rb +2 -7
- data/trainer/lib/assets/junit.xml.erb +6 -1
- data/trainer/lib/trainer/junit_generator.rb +1 -1
- data/trainer/lib/trainer/options.rb +1 -1
- data/trainer/lib/trainer/test_parser.rb +14 -1
- metadata +26 -24
- data/spaceship/lib/spaceship/tunes/user_detail.rb +0 -15
- data/trainer/lib/trainer/.test_parser.rb.swp +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99bb2c0fa94820f0eb1ec2f139dc5030f807e8e63bf01ee05bbed205a944323e
|
4
|
+
data.tar.gz: 0b01b0e06b4ede6934aa4394e23f9b35d3c2e29de98a7efb5c80e1d294fc7257
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bf0e382cb0a1cc33848ec498eb8867df9ea52c4865fd68f9c4be3bcdde7a1a1e4b6d4b954667fff49fe2cb2435c6e1c9cb1d7d4b520696715d0bec0a29b19ce
|
7
|
+
data.tar.gz: f3c6672ecbea5bb3cf3d7b982b8328ede9a29d506b0de7c7a181948ed480212ed7ed4d1e571d3a23716583802d83e84011c6b50f970ab3dd163ed2259a1e09cf
|
data/README.md
CHANGED
@@ -35,49 +35,11 @@ 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/
|
41
|
-
</a>
|
42
|
-
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
43
|
-
</td>
|
44
|
-
<td id='josh-holtz'>
|
45
|
-
<a href='https://github.com/joshdholtz'>
|
46
|
-
<img src='https://github.com/joshdholtz.png' width='140px;'>
|
47
|
-
</a>
|
48
|
-
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
49
|
-
</td>
|
50
|
-
<td id='max-ott'>
|
51
|
-
<a href='https://github.com/max-ott'>
|
52
|
-
<img src='https://github.com/max-ott.png' width='140px;'>
|
53
|
-
</a>
|
54
|
-
<h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
|
55
|
-
</td>
|
56
|
-
<td id='manu-wallner'>
|
57
|
-
<a href='https://github.com/milch'>
|
58
|
-
<img src='https://github.com/milch.png' width='140px;'>
|
59
|
-
</a>
|
60
|
-
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
61
|
-
</td>
|
62
|
-
<td id='manish-rathi'>
|
63
|
-
<a href='https://github.com/crazymanish'>
|
64
|
-
<img src='https://github.com/crazymanish.png' width='140px;'>
|
65
|
-
</a>
|
66
|
-
<h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
|
67
|
-
</td>
|
68
|
-
</tr>
|
69
|
-
<tr>
|
70
|
-
<td id='olivier-halligon'>
|
71
|
-
<a href='https://github.com/AliSoftware'>
|
72
|
-
<img src='https://github.com/AliSoftware.png' width='140px;'>
|
73
|
-
</a>
|
74
|
-
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
75
|
-
</td>
|
76
|
-
<td id='kohki-miki'>
|
77
|
-
<a href='https://github.com/giginet'>
|
78
|
-
<img src='https://github.com/giginet.png' width='140px;'>
|
38
|
+
<td id='matthew-ellis'>
|
39
|
+
<a href='https://github.com/matthewellis'>
|
40
|
+
<img src='https://github.com/matthewellis.png' width='140px;'>
|
79
41
|
</a>
|
80
|
-
<h4 align='center'><a href='https://twitter.com/
|
42
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
81
43
|
</td>
|
82
44
|
<td id='iulian-onofrei'>
|
83
45
|
<a href='https://github.com/revolter'>
|
@@ -91,11 +53,17 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
91
53
|
</a>
|
92
54
|
<h4 align='center'>Jimmy Dee</h4>
|
93
55
|
</td>
|
94
|
-
<td id='
|
95
|
-
<a href='https://github.com/
|
96
|
-
<img src='https://github.com/
|
56
|
+
<td id='max-ott'>
|
57
|
+
<a href='https://github.com/max-ott'>
|
58
|
+
<img src='https://github.com/max-ott.png' width='140px;'>
|
97
59
|
</a>
|
98
|
-
<h4 align='center'><a href='https://twitter.com/
|
60
|
+
<h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
|
61
|
+
</td>
|
62
|
+
<td id='roger-oba'>
|
63
|
+
<a href='https://github.com/rogerluan'>
|
64
|
+
<img src='https://github.com/rogerluan.png' width='140px;'>
|
65
|
+
</a>
|
66
|
+
<h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
|
99
67
|
</td>
|
100
68
|
</tr>
|
101
69
|
<tr>
|
@@ -105,17 +73,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
105
73
|
</a>
|
106
74
|
<h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
|
107
75
|
</td>
|
108
|
-
<td id='
|
109
|
-
<a href='https://github.com/
|
110
|
-
<img src='https://github.com/
|
111
|
-
</a>
|
112
|
-
<h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
|
113
|
-
</td>
|
114
|
-
<td id='jorge-revuelta-h'>
|
115
|
-
<a href='https://github.com/minuscorp'>
|
116
|
-
<img src='https://github.com/minuscorp.png' width='140px;'>
|
76
|
+
<td id='josh-holtz'>
|
77
|
+
<a href='https://github.com/joshdholtz'>
|
78
|
+
<img src='https://github.com/joshdholtz.png' width='140px;'>
|
117
79
|
</a>
|
118
|
-
<h4 align='center'><a href='https://twitter.com/
|
80
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
119
81
|
</td>
|
120
82
|
<td id='stefan-natchev'>
|
121
83
|
<a href='https://github.com/snatchev'>
|
@@ -123,25 +85,75 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
123
85
|
</a>
|
124
86
|
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
125
87
|
</td>
|
88
|
+
<td id='jérôme-lacoste'>
|
89
|
+
<a href='https://github.com/lacostej'>
|
90
|
+
<img src='https://github.com/lacostej.png' width='140px;'>
|
91
|
+
</a>
|
92
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
93
|
+
</td>
|
94
|
+
<td id='jan-piotrowski'>
|
95
|
+
<a href='https://github.com/janpio'>
|
96
|
+
<img src='https://github.com/janpio.png' width='140px;'>
|
97
|
+
</a>
|
98
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
99
|
+
</td>
|
100
|
+
</tr>
|
101
|
+
<tr>
|
102
|
+
<td id='łukasz-grabowski'>
|
103
|
+
<a href='https://github.com/lucgrabowski'>
|
104
|
+
<img src='https://github.com/lucgrabowski.png' width='140px;'>
|
105
|
+
</a>
|
106
|
+
<h4 align='center'>Łukasz Grabowski</h4>
|
107
|
+
</td>
|
108
|
+
<td id='maksym-grebenets'>
|
109
|
+
<a href='https://github.com/mgrebenets'>
|
110
|
+
<img src='https://github.com/mgrebenets.png' width='140px;'>
|
111
|
+
</a>
|
112
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
113
|
+
</td>
|
126
114
|
<td id='fumiya-nakamura'>
|
127
115
|
<a href='https://github.com/nafu'>
|
128
116
|
<img src='https://github.com/nafu.png' width='140px;'>
|
129
117
|
</a>
|
130
118
|
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
131
119
|
</td>
|
120
|
+
<td id='jorge-revuelta-h'>
|
121
|
+
<a href='https://github.com/minuscorp'>
|
122
|
+
<img src='https://github.com/minuscorp.png' width='140px;'>
|
123
|
+
</a>
|
124
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
125
|
+
</td>
|
126
|
+
<td id='andrew-mcburney'>
|
127
|
+
<a href='https://github.com/armcburney'>
|
128
|
+
<img src='https://github.com/armcburney.png' width='140px;'>
|
129
|
+
</a>
|
130
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
131
|
+
</td>
|
132
132
|
</tr>
|
133
133
|
<tr>
|
134
|
+
<td id='olivier-halligon'>
|
135
|
+
<a href='https://github.com/AliSoftware'>
|
136
|
+
<img src='https://github.com/AliSoftware.png' width='140px;'>
|
137
|
+
</a>
|
138
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></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>
|
134
146
|
<td id='luka-mirosevic'>
|
135
147
|
<a href='https://github.com/lmirosevic'>
|
136
148
|
<img src='https://github.com/lmirosevic.png' width='140px;'>
|
137
149
|
</a>
|
138
150
|
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
139
151
|
</td>
|
140
|
-
<td id='
|
141
|
-
<a href='https://github.com/
|
142
|
-
<img src='https://github.com/
|
152
|
+
<td id='danielle-tomlinson'>
|
153
|
+
<a href='https://github.com/endocrimes'>
|
154
|
+
<img src='https://github.com/endocrimes.png' width='140px;'>
|
143
155
|
</a>
|
144
|
-
<h4 align='center'><a href='https://twitter.com/
|
156
|
+
<h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
|
145
157
|
</td>
|
146
158
|
<td id='helmut-januschka'>
|
147
159
|
<a href='https://github.com/hjanuschka'>
|
@@ -149,37 +161,19 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
149
161
|
</a>
|
150
162
|
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
151
163
|
</td>
|
152
|
-
<td id='maksym-grebenets'>
|
153
|
-
<a href='https://github.com/mgrebenets'>
|
154
|
-
<img src='https://github.com/mgrebenets.png' width='140px;'>
|
155
|
-
</a>
|
156
|
-
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
157
|
-
</td>
|
158
|
-
<td id='jan-piotrowski'>
|
159
|
-
<a href='https://github.com/janpio'>
|
160
|
-
<img src='https://github.com/janpio.png' width='140px;'>
|
161
|
-
</a>
|
162
|
-
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
163
|
-
</td>
|
164
164
|
</tr>
|
165
165
|
<tr>
|
166
|
-
<td id='
|
167
|
-
<a href='https://github.com/
|
168
|
-
<img src='https://github.com/
|
169
|
-
</a>
|
170
|
-
<h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
|
171
|
-
</td>
|
172
|
-
<td id='łukasz-grabowski'>
|
173
|
-
<a href='https://github.com/lucgrabowski'>
|
174
|
-
<img src='https://github.com/lucgrabowski.png' width='140px;'>
|
166
|
+
<td id='aaron-brager'>
|
167
|
+
<a href='https://github.com/getaaron'>
|
168
|
+
<img src='https://github.com/getaaron.png' width='140px;'>
|
175
169
|
</a>
|
176
|
-
<h4 align='center'
|
170
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
177
171
|
</td>
|
178
|
-
<td id='
|
179
|
-
<a href='https://github.com/
|
180
|
-
<img src='https://github.com/
|
172
|
+
<td id='manu-wallner'>
|
173
|
+
<a href='https://github.com/milch'>
|
174
|
+
<img src='https://github.com/milch.png' width='140px;'>
|
181
175
|
</a>
|
182
|
-
<h4 align='center'><a href='https://twitter.com/
|
176
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
183
177
|
</td>
|
184
178
|
<td id='joshua-liebowitz'>
|
185
179
|
<a href='https://github.com/taquitos'>
|
@@ -187,19 +181,25 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
187
181
|
</a>
|
188
182
|
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
189
183
|
</td>
|
190
|
-
<td id='
|
191
|
-
<a href='https://github.com/
|
192
|
-
<img src='https://github.com/
|
184
|
+
<td id='satoshi-namai'>
|
185
|
+
<a href='https://github.com/ainame'>
|
186
|
+
<img src='https://github.com/ainame.png' width='140px;'>
|
193
187
|
</a>
|
194
|
-
<h4 align='center'><a href='https://twitter.com/
|
188
|
+
<h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
|
189
|
+
</td>
|
190
|
+
<td id='felix-krause'>
|
191
|
+
<a href='https://github.com/KrauseFx'>
|
192
|
+
<img src='https://github.com/KrauseFx.png' width='140px;'>
|
193
|
+
</a>
|
194
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</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='manish-rathi'>
|
199
|
+
<a href='https://github.com/crazymanish'>
|
200
|
+
<img src='https://github.com/crazymanish.png' width='140px;'>
|
201
201
|
</a>
|
202
|
-
<h4 align='center'><a href='https://twitter.com/
|
202
|
+
<h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
|
203
203
|
</td>
|
204
204
|
</table>
|
205
205
|
|
@@ -243,8 +243,8 @@ module Deliver
|
|
243
243
|
return generic_transporter unless options[:itc_provider].nil? && tunes_client.teams.count > 1
|
244
244
|
|
245
245
|
begin
|
246
|
-
team = tunes_client.teams.find { |t| t['
|
247
|
-
name = team['
|
246
|
+
team = tunes_client.teams.find { |t| t['providerId'].to_s == tunes_client.team_id }
|
247
|
+
name = team['name']
|
248
248
|
provider_id = generic_transporter.provider_ids[name]
|
249
249
|
UI.verbose("Inferred provider id #{provider_id} for team #{name}.")
|
250
250
|
return FastlaneCore::ItunesTransporter.new(options[:username], nil, false, provider_id)
|
Binary file
|
@@ -63,7 +63,7 @@ module Fastlane
|
|
63
63
|
[
|
64
64
|
FastlaneCore::ConfigItem.new(key: :dark,
|
65
65
|
env_name: "FL_BADGE_DARK",
|
66
|
-
description: "Adds a dark flavored badge
|
66
|
+
description: "Adds a dark flavored badge on top of your icon",
|
67
67
|
optional: true,
|
68
68
|
type: Boolean,
|
69
69
|
verify_block: proc do |value|
|
@@ -158,7 +158,7 @@ module Fastlane
|
|
158
158
|
[
|
159
159
|
FastlaneCore::ConfigItem.new(key: :xcodeproj,
|
160
160
|
env_name: "FL_VERSION_NUMBER_PROJECT",
|
161
|
-
description: "Path to the Xcode project to read version number from, or its containing directory, optional. If
|
161
|
+
description: "Path to the Xcode project to read version number from, or its containing directory, optional. If omitted, or if a directory is passed instead, it will use the first Xcode project found within the given directory, or the project root directory if none is passed",
|
162
162
|
optional: true,
|
163
163
|
verify_block: proc do |value|
|
164
164
|
UI.user_error!("Please pass the path to the project or its containing directory, not the workspace path") if value.end_with?(".xcworkspace")
|
@@ -2,22 +2,20 @@ module Fastlane
|
|
2
2
|
module Actions
|
3
3
|
class GitCommitAction < Action
|
4
4
|
def self.run(params)
|
5
|
-
paths = params[:path]
|
6
|
-
|
7
|
-
skip_git_hooks = params[:skip_git_hooks] ? '--no-verify' : ''
|
5
|
+
paths = params[:path]
|
6
|
+
skip_git_hooks = params[:skip_git_hooks] ? ['--no-verify'] : []
|
8
7
|
|
9
8
|
if params[:allow_nothing_to_commit]
|
10
9
|
# Here we check if the path passed in parameter contains any modification
|
11
10
|
# and we skip the `git commit` command if there is none.
|
12
11
|
# That means you can have other files modified that are not in the path parameter
|
13
12
|
# and still make use of allow_nothing_to_commit.
|
14
|
-
repo_clean = Actions.sh(
|
13
|
+
repo_clean = Actions.sh('git', 'status', *paths, '--porcelain').empty?
|
15
14
|
UI.success("Nothing to commit, working tree clean ✅.") if repo_clean
|
16
15
|
return if repo_clean
|
17
16
|
end
|
18
17
|
|
19
|
-
|
20
|
-
result = Actions.sh(command)
|
18
|
+
result = Actions.sh('git', 'commit', '-m', params[:message], *paths, *skip_git_hooks)
|
21
19
|
UI.success("Successfully committed \"#{params[:path]}\" 💾.")
|
22
20
|
return result
|
23
21
|
end
|
@@ -34,7 +34,9 @@ module Fastlane
|
|
34
34
|
UI.user_error!("Could not find valid certificate at '#{params[:certificate]}'") unless File.size(params[:certificate]) > 0
|
35
35
|
cert = OpenSSL::X509::Certificate.new(File.read(params[:certificate]))
|
36
36
|
store.add_cert(cert)
|
37
|
+
|
37
38
|
p7.verify([cert], store)
|
39
|
+
check_verify!(p7)
|
38
40
|
data = Plist.parse_xml(p7.data)
|
39
41
|
|
40
42
|
target_filter = params[:target_filter] || params[:build_configuration_filter]
|
@@ -81,6 +83,13 @@ module Fastlane
|
|
81
83
|
UI.success("Successfully updated project settings in '#{folder}'")
|
82
84
|
end
|
83
85
|
|
86
|
+
def self.check_verify!(p7)
|
87
|
+
failed_to_verify = (p7.data.nil? || p7.data == "") && !(p7.error_string || "").empty?
|
88
|
+
if failed_to_verify
|
89
|
+
UI.crash!("Profile could not be verified with error: '#{p7.error_string}'. Try regenerating provisioning profile.")
|
90
|
+
end
|
91
|
+
end
|
92
|
+
|
84
93
|
def self.description
|
85
94
|
"Update projects code signing settings from your provisioning profile"
|
86
95
|
end
|
@@ -36,7 +36,8 @@ module Fastlane
|
|
36
36
|
# do not use "include" as it may be some where in the commandline where "env" is required, therefore explicit index->0
|
37
37
|
unless ARGV[0] == "env" || CLIToolsDistributor.running_version_command? || CLIToolsDistributor.running_help_command?
|
38
38
|
# *after* loading the plugins
|
39
|
-
|
39
|
+
hide_plugins_table = FastlaneCore::Env.truthy?("FASTLANE_HIDE_PLUGINS_TABLE")
|
40
|
+
Fastlane.plugin_manager.load_plugins(print_table: !hide_plugins_table)
|
40
41
|
Fastlane::PluginUpdateManager.start_looking_for_updates
|
41
42
|
end
|
42
43
|
self.new.run
|
@@ -1111,7 +1111,7 @@ public func backupXcarchive(xcarchive: String,
|
|
1111
1111
|
Automatically add a badge to your app icon
|
1112
1112
|
|
1113
1113
|
- parameters:
|
1114
|
-
- dark: Adds a dark flavored badge
|
1114
|
+
- dark: Adds a dark flavored badge on top of your icon
|
1115
1115
|
- custom: Add your custom overlay/badge image
|
1116
1116
|
- noBadge: Hides the beta badge
|
1117
1117
|
- shield: Add a shield to your app icon from shields.io
|
@@ -5110,7 +5110,7 @@ public func getPushCertificate(platform: String = "ios",
|
|
5110
5110
|
Get the version number of your project
|
5111
5111
|
|
5112
5112
|
- parameters:
|
5113
|
-
- xcodeproj: Path to the Xcode project to read version number from, or its containing directory, optional. If
|
5113
|
+
- xcodeproj: Path to the Xcode project to read version number from, or its containing directory, optional. If omitted, or if a directory is passed instead, it will use the first Xcode project found within the given directory, or the project root directory if none is passed
|
5114
5114
|
- target: Target name, optional. Will be needed if you have more than one non-test target to avoid being prompted to select one
|
5115
5115
|
- configuration: Configuration name, optional. Will be needed if you have altered the configurations from the default or your version number depends on the configuration selected
|
5116
5116
|
|
@@ -11464,7 +11464,7 @@ public func testflight(apiKeyPath: OptionalConfigValue<String?> = .fastlaneDefau
|
|
11464
11464
|
- parameters:
|
11465
11465
|
- path: Path to the directory that should be converted
|
11466
11466
|
- extension: The extension for the newly created file. Usually .xml or .junit
|
11467
|
-
- outputDirectory:
|
11467
|
+
- outputDirectory: Directory in which the xml files should be written to. Same directory as source by default
|
11468
11468
|
- outputFilename: Filename the xml file should be written to. Defaults to name of input file. (Only works if one input file is used)
|
11469
11469
|
- failBuild: Should this step stop the build if the tests fail? Set this to false if you're handling this with a test reporter
|
11470
11470
|
- xcprettyNaming: Produces class name and test name identical to xcpretty naming in junit file
|
@@ -13430,4 +13430,4 @@ public let snapshotfile: Snapshotfile = .init()
|
|
13430
13430
|
|
13431
13431
|
// Please don't remove the lines below
|
13432
13432
|
// They are used to detect outdated files
|
13433
|
-
// FastlaneRunnerAPIVersion [0.9.
|
13433
|
+
// FastlaneRunnerAPIVersion [0.9.155]
|
@@ -206,7 +206,7 @@ class SocketClient: NSObject {
|
|
206
206
|
extension SocketClient: StreamDelegate {
|
207
207
|
func stream(_ aStream: Stream, handle eventCode: Stream.Event) {
|
208
208
|
guard !cleaningUpAfterDone else {
|
209
|
-
// Still getting response from server
|
209
|
+
// Still getting response from server even though we are done.
|
210
210
|
// No big deal, we're closing the streams anyway.
|
211
211
|
// That being said, we need to balance out the dispatchGroups
|
212
212
|
dispatchGroup.leave()
|
@@ -244,7 +244,7 @@ extension SocketClient: StreamDelegate {
|
|
244
244
|
|
245
245
|
case Stream.Event.errorOccurred:
|
246
246
|
// probably safe to close all the things because Ruby already disconnected
|
247
|
-
verbose(message: "output stream
|
247
|
+
verbose(message: "output stream received error")
|
248
248
|
|
249
249
|
case Stream.Event.endEncountered:
|
250
250
|
// nothing special here
|
@@ -2,35 +2,35 @@
|
|
2
2
|
"entries": {
|
3
3
|
"brew": {
|
4
4
|
"swiftformat": {
|
5
|
-
"version": "0.49.
|
5
|
+
"version": "0.49.7",
|
6
6
|
"bottle": {
|
7
7
|
"rebuild": 0,
|
8
8
|
"root_url": "https://ghcr.io/v2/homebrew/core",
|
9
9
|
"files": {
|
10
10
|
"arm64_monterey": {
|
11
11
|
"cellar": ":any_skip_relocation",
|
12
|
-
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:
|
13
|
-
"sha256": "
|
12
|
+
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:29da840cd2b4566c9e6c7ee924a013ce1cae248865bb5bc8dd908d398f6f0a2e",
|
13
|
+
"sha256": "29da840cd2b4566c9e6c7ee924a013ce1cae248865bb5bc8dd908d398f6f0a2e"
|
14
14
|
},
|
15
15
|
"arm64_big_sur": {
|
16
16
|
"cellar": ":any_skip_relocation",
|
17
|
-
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:
|
18
|
-
"sha256": "
|
17
|
+
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:bc5b342a0c4b3164463ed7aa72b066c976a06d71bb12008239a75ef72d6c1354",
|
18
|
+
"sha256": "bc5b342a0c4b3164463ed7aa72b066c976a06d71bb12008239a75ef72d6c1354"
|
19
19
|
},
|
20
20
|
"monterey": {
|
21
21
|
"cellar": ":any_skip_relocation",
|
22
|
-
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:
|
23
|
-
"sha256": "
|
22
|
+
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:df696ff45308581c51099fb53ff0bbd315cd8e912586437686db61bf2bc0bcce",
|
23
|
+
"sha256": "df696ff45308581c51099fb53ff0bbd315cd8e912586437686db61bf2bc0bcce"
|
24
24
|
},
|
25
25
|
"big_sur": {
|
26
26
|
"cellar": ":any_skip_relocation",
|
27
|
-
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:
|
28
|
-
"sha256": "
|
27
|
+
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:defcc3402f0095a3bbbc88c0e56c20941888f3e4366e197726c2799646a9ff76",
|
28
|
+
"sha256": "defcc3402f0095a3bbbc88c0e56c20941888f3e4366e197726c2799646a9ff76"
|
29
29
|
},
|
30
30
|
"catalina": {
|
31
31
|
"cellar": ":any_skip_relocation",
|
32
|
-
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:
|
33
|
-
"sha256": "
|
32
|
+
"url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:8a1447838114d787f9dff79c5c7d4125aa186f2d093de96b3d6269f0f1d12976",
|
33
|
+
"sha256": "8a1447838114d787f9dff79c5c7d4125aa186f2d093de96b3d6269f0f1d12976"
|
34
34
|
}
|
35
35
|
}
|
36
36
|
}
|
@@ -56,12 +56,12 @@
|
|
56
56
|
"macOS": "11.0.1"
|
57
57
|
},
|
58
58
|
"monterey": {
|
59
|
-
"HOMEBREW_VERSION": "3.
|
59
|
+
"HOMEBREW_VERSION": "3.4.7-13-gce5cb9b",
|
60
60
|
"HOMEBREW_PREFIX": "/opt/homebrew",
|
61
|
-
"Homebrew/homebrew-core": "
|
61
|
+
"Homebrew/homebrew-core": "af15a30b144f24bcf1c29a19f95cd0ed4a3d4902",
|
62
62
|
"CLT": "13.2.0.0.1.1638488800",
|
63
63
|
"Xcode": "13.2.1",
|
64
|
-
"macOS": "12.
|
64
|
+
"macOS": "12.2.1"
|
65
65
|
}
|
66
66
|
}
|
67
67
|
}
|
data/fastlane_core/README.md
CHANGED
@@ -23,6 +23,7 @@ You can hide the inline changelog by setting the `FASTLANE_HIDE_CHANGELOG` envir
|
|
23
23
|
|
24
24
|
- To hide timestamps in each row, set the `FASTLANE_HIDE_TIMESTAMP` environment variable to true.
|
25
25
|
- To disable output formatting, set the `FASTLANE_DISABLE_OUTPUT_FORMAT` environment variable to true.
|
26
|
+
- To prevent _fastlane_ from printing the plugins table on every lane run, set the `FASTLANE_HIDE_PLUGINS_TABLE` environment variable to true.
|
26
27
|
|
27
28
|
## Interacting with the user
|
28
29
|
|