fastlane 2.230.0 → 2.231.0
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 +100 -100
- data/fastlane/lib/fastlane/actions/docs/create_app_online.md +4 -2
- data/fastlane/lib/fastlane/actions/get_version_number.rb +1 -1
- data/fastlane/lib/fastlane/actions/increment_build_number.rb +1 -1
- data/fastlane/lib/fastlane/actions/upload_to_app_store.rb +1 -1
- data/fastlane/lib/fastlane/cli_tools_distributor.rb +9 -0
- data/fastlane/lib/fastlane/version.rb +2 -1
- data/fastlane/swift/Actions.swift +1 -1
- data/fastlane/swift/Appfile.swift +1 -1
- data/fastlane/swift/ArgumentProcessor.swift +1 -1
- data/fastlane/swift/Atomic.swift +1 -1
- data/fastlane/swift/ControlCommand.swift +1 -1
- data/fastlane/swift/Deliverfile.swift +2 -2
- data/fastlane/swift/DeliverfileProtocol.swift +2 -2
- data/fastlane/swift/Fastlane.swift +2 -60
- data/fastlane/swift/Gymfile.swift +2 -2
- data/fastlane/swift/GymfileProtocol.swift +2 -2
- data/fastlane/swift/LaneFileProtocol.swift +1 -1
- data/fastlane/swift/MainProcess.swift +1 -1
- data/fastlane/swift/Matchfile.swift +2 -2
- data/fastlane/swift/MatchfileProtocol.swift +2 -2
- data/fastlane/swift/OptionalConfigValue.swift +1 -1
- data/fastlane/swift/Plugins.swift +1 -1
- data/fastlane/swift/Precheckfile.swift +2 -2
- data/fastlane/swift/PrecheckfileProtocol.swift +2 -2
- data/fastlane/swift/RubyCommand.swift +1 -1
- data/fastlane/swift/RubyCommandable.swift +1 -1
- data/fastlane/swift/Runner.swift +1 -1
- data/fastlane/swift/RunnerArgument.swift +1 -1
- data/fastlane/swift/Scanfile.swift +2 -2
- data/fastlane/swift/ScanfileProtocol.swift +2 -2
- data/fastlane/swift/Screengrabfile.swift +2 -2
- data/fastlane/swift/ScreengrabfileProtocol.swift +2 -2
- data/fastlane/swift/Snapshotfile.swift +2 -2
- data/fastlane/swift/SnapshotfileProtocol.swift +2 -2
- data/fastlane/swift/SocketClient.swift +1 -1
- data/fastlane/swift/SocketClientDelegateProtocol.swift +1 -1
- data/fastlane/swift/SocketResponse.swift +1 -1
- data/fastlane/swift/main.swift +1 -1
- data/produce/lib/produce/commands_generator.rb +2 -0
- data/scan/lib/scan/error_handler.rb +5 -0
- data/snapshot/lib/snapshot/detect_values.rb +1 -1
- data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +4 -2
- data/spaceship/lib/spaceship/client.rb +32 -2
- data/spaceship/lib/spaceship/connect_api/models/certificate.rb +32 -2
- data/spaceship/lib/spaceship/connect_api/models/webhook.rb +62 -0
- data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +38 -0
- data/spaceship/lib/spaceship/connect_api.rb +1 -0
- data/spaceship/lib/spaceship/portal/key.rb +22 -3
- data/spaceship/lib/spaceship/portal/portal_client.rb +29 -2
- metadata +24 -23
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 44a87944557f94ec2374051b97892e602fcb8b252095b0cf4c62963539752a4e
|
|
4
|
+
data.tar.gz: 1d23fe92dd1145213c3535254474c702de7ae4e15c47bd706d6480e5759e0d7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae62bb9230d04fdfdd471f189e8b754b595c7aa42823b3cf1aa84ef2f2632a37a8818d5456c34d849ab875920cf3063541ab3ebd56819ee22ba47eb49ffb831f
|
|
7
|
+
data.tar.gz: 66e154fac81ff509954cd35b5951e5b24d62d9053b93b8dbac329a81f4cfdf3ac0452d98e101438393cc9d65c5090523734b96d786000383ba564c4bf95b2c88
|
data/README.md
CHANGED
|
@@ -35,29 +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/Revolt666'>Iulian Onofrei</a></h4>
|
|
43
|
-
</td>
|
|
44
|
-
<td id='olivier-halligon'>
|
|
45
|
-
<a href='https://github.com/AliSoftware'>
|
|
46
|
-
<img src='https://github.com/AliSoftware.png' width='140px;'>
|
|
47
|
-
</a>
|
|
48
|
-
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
49
|
-
</td>
|
|
50
|
-
<td id='josh-holtz'>
|
|
51
|
-
<a href='https://github.com/joshdholtz'>
|
|
52
|
-
<img src='https://github.com/joshdholtz.png' width='140px;'>
|
|
53
|
-
</a>
|
|
54
|
-
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
55
|
-
</td>
|
|
56
|
-
<td id='jan-piotrowski'>
|
|
57
|
-
<a href='https://github.com/janpio'>
|
|
58
|
-
<img src='https://github.com/janpio.png' width='140px;'>
|
|
38
|
+
<td id='max-ott'>
|
|
39
|
+
<a href='https://github.com/max-ott'>
|
|
40
|
+
<img src='https://github.com/max-ott.png' width='140px;'>
|
|
59
41
|
</a>
|
|
60
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
42
|
+
<h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
|
|
61
43
|
</td>
|
|
62
44
|
<td id='connor-tumbleson'>
|
|
63
45
|
<a href='https://github.com/ibotpeaches'>
|
|
@@ -65,31 +47,17 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
65
47
|
</a>
|
|
66
48
|
<h4 align='center'><a href='https://twitter.com/ibotpeaches'>Connor Tumbleson</a></h4>
|
|
67
49
|
</td>
|
|
68
|
-
|
|
69
|
-
<
|
|
70
|
-
<
|
|
71
|
-
<a href='https://github.com/mollyIV'>
|
|
72
|
-
<img src='https://github.com/mollyIV.png' width='140px;'>
|
|
73
|
-
</a>
|
|
74
|
-
<h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
|
|
75
|
-
</td>
|
|
76
|
-
<td id='felix-krause'>
|
|
77
|
-
<a href='https://github.com/KrauseFx'>
|
|
78
|
-
<img src='https://github.com/KrauseFx.png' width='140px;'>
|
|
79
|
-
</a>
|
|
80
|
-
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
81
|
-
</td>
|
|
82
|
-
<td id='jorge-revuelta-h'>
|
|
83
|
-
<a href='https://github.com/minuscorp'>
|
|
84
|
-
<img src='https://github.com/minuscorp.png' width='140px;'>
|
|
50
|
+
<td id='satoshi-namai'>
|
|
51
|
+
<a href='https://github.com/ainame'>
|
|
52
|
+
<img src='https://github.com/ainame.png' width='140px;'>
|
|
85
53
|
</a>
|
|
86
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
54
|
+
<h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
|
|
87
55
|
</td>
|
|
88
|
-
<td id='
|
|
89
|
-
<a href='https://github.com/
|
|
90
|
-
<img src='https://github.com/
|
|
56
|
+
<td id='matthew-ellis'>
|
|
57
|
+
<a href='https://github.com/matthewellis'>
|
|
58
|
+
<img src='https://github.com/matthewellis.png' width='140px;'>
|
|
91
59
|
</a>
|
|
92
|
-
<h4 align='center'>
|
|
60
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
93
61
|
</td>
|
|
94
62
|
<td id='kohki-miki'>
|
|
95
63
|
<a href='https://github.com/giginet'>
|
|
@@ -99,43 +67,61 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
99
67
|
</td>
|
|
100
68
|
</tr>
|
|
101
69
|
<tr>
|
|
102
|
-
<td id='
|
|
103
|
-
<a href='https://github.com/
|
|
104
|
-
<img src='https://github.com/
|
|
70
|
+
<td id='maksym-grebenets'>
|
|
71
|
+
<a href='https://github.com/mgrebenets'>
|
|
72
|
+
<img src='https://github.com/mgrebenets.png' width='140px;'>
|
|
105
73
|
</a>
|
|
106
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
74
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
107
75
|
</td>
|
|
108
|
-
<td id='
|
|
109
|
-
<a href='https://github.com/
|
|
110
|
-
<img src='https://github.com/
|
|
76
|
+
<td id='danielle-tomlinson'>
|
|
77
|
+
<a href='https://github.com/endocrimes'>
|
|
78
|
+
<img src='https://github.com/endocrimes.png' width='140px;'>
|
|
111
79
|
</a>
|
|
112
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
80
|
+
<h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
|
|
113
81
|
</td>
|
|
114
|
-
<td id='
|
|
115
|
-
<a href='https://github.com/
|
|
116
|
-
<img src='https://github.com/
|
|
82
|
+
<td id='luka-mirosevic'>
|
|
83
|
+
<a href='https://github.com/lmirosevic'>
|
|
84
|
+
<img src='https://github.com/lmirosevic.png' width='140px;'>
|
|
117
85
|
</a>
|
|
118
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
86
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
119
87
|
</td>
|
|
120
|
-
<td id='
|
|
121
|
-
<a href='https://github.com/
|
|
122
|
-
<img src='https://github.com/
|
|
88
|
+
<td id='aaron-brager'>
|
|
89
|
+
<a href='https://github.com/getaaron'>
|
|
90
|
+
<img src='https://github.com/getaaron.png' width='140px;'>
|
|
123
91
|
</a>
|
|
124
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
92
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
125
93
|
</td>
|
|
94
|
+
<td id='josh-holtz'>
|
|
95
|
+
<a href='https://github.com/joshdholtz'>
|
|
96
|
+
<img src='https://github.com/joshdholtz.png' width='140px;'>
|
|
97
|
+
</a>
|
|
98
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
99
|
+
</td>
|
|
100
|
+
</tr>
|
|
101
|
+
<tr>
|
|
126
102
|
<td id='łukasz-grabowski'>
|
|
127
103
|
<a href='https://github.com/lucgrabowski'>
|
|
128
104
|
<img src='https://github.com/lucgrabowski.png' width='140px;'>
|
|
129
105
|
</a>
|
|
130
106
|
<h4 align='center'>Łukasz Grabowski</h4>
|
|
131
107
|
</td>
|
|
132
|
-
|
|
133
|
-
<
|
|
134
|
-
<
|
|
135
|
-
<a href='https://github.com/ainame'>
|
|
136
|
-
<img src='https://github.com/ainame.png' width='140px;'>
|
|
108
|
+
<td id='jérôme-lacoste'>
|
|
109
|
+
<a href='https://github.com/lacostej'>
|
|
110
|
+
<img src='https://github.com/lacostej.png' width='140px;'>
|
|
137
111
|
</a>
|
|
138
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
112
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
113
|
+
</td>
|
|
114
|
+
<td id='andrew-mcburney'>
|
|
115
|
+
<a href='https://github.com/armcburney'>
|
|
116
|
+
<img src='https://github.com/armcburney.png' width='140px;'>
|
|
117
|
+
</a>
|
|
118
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
|
119
|
+
</td>
|
|
120
|
+
<td id='manish-rathi'>
|
|
121
|
+
<a href='https://github.com/crazymanish'>
|
|
122
|
+
<img src='https://github.com/crazymanish.png' width='140px;'>
|
|
123
|
+
</a>
|
|
124
|
+
<h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
|
|
139
125
|
</td>
|
|
140
126
|
<td id='joshua-liebowitz'>
|
|
141
127
|
<a href='https://github.com/taquitos'>
|
|
@@ -143,11 +129,19 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
143
129
|
</a>
|
|
144
130
|
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
145
131
|
</td>
|
|
146
|
-
|
|
147
|
-
<
|
|
148
|
-
<
|
|
132
|
+
</tr>
|
|
133
|
+
<tr>
|
|
134
|
+
<td id='manu-wallner'>
|
|
135
|
+
<a href='https://github.com/milch'>
|
|
136
|
+
<img src='https://github.com/milch.png' width='140px;'>
|
|
149
137
|
</a>
|
|
150
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
138
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
139
|
+
</td>
|
|
140
|
+
<td id='jorge-revuelta-h'>
|
|
141
|
+
<a href='https://github.com/minuscorp'>
|
|
142
|
+
<img src='https://github.com/minuscorp.png' width='140px;'>
|
|
143
|
+
</a>
|
|
144
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
|
151
145
|
</td>
|
|
152
146
|
<td id='roger-oba'>
|
|
153
147
|
<a href='https://github.com/rogerluan'>
|
|
@@ -155,31 +149,31 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
155
149
|
</a>
|
|
156
150
|
<h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
|
|
157
151
|
</td>
|
|
158
|
-
<td id='
|
|
159
|
-
<a href='https://github.com/
|
|
160
|
-
<img src='https://github.com/
|
|
152
|
+
<td id='olivier-halligon'>
|
|
153
|
+
<a href='https://github.com/AliSoftware'>
|
|
154
|
+
<img src='https://github.com/AliSoftware.png' width='140px;'>
|
|
161
155
|
</a>
|
|
162
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
156
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
163
157
|
</td>
|
|
164
|
-
|
|
165
|
-
<
|
|
166
|
-
<
|
|
167
|
-
<a href='https://github.com/getaaron'>
|
|
168
|
-
<img src='https://github.com/getaaron.png' width='140px;'>
|
|
158
|
+
<td id='jan-piotrowski'>
|
|
159
|
+
<a href='https://github.com/janpio'>
|
|
160
|
+
<img src='https://github.com/janpio.png' width='140px;'>
|
|
169
161
|
</a>
|
|
170
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
162
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
171
163
|
</td>
|
|
172
|
-
|
|
173
|
-
<
|
|
174
|
-
<
|
|
164
|
+
</tr>
|
|
165
|
+
<tr>
|
|
166
|
+
<td id='jimmy-dee'>
|
|
167
|
+
<a href='https://github.com/jdee'>
|
|
168
|
+
<img src='https://github.com/jdee.png' width='140px;'>
|
|
175
169
|
</a>
|
|
176
|
-
<h4 align='center'
|
|
170
|
+
<h4 align='center'>Jimmy Dee</h4>
|
|
177
171
|
</td>
|
|
178
|
-
<td id='
|
|
179
|
-
<a href='https://github.com/
|
|
180
|
-
<img src='https://github.com/
|
|
172
|
+
<td id='iulian-onofrei'>
|
|
173
|
+
<a href='https://github.com/revolter'>
|
|
174
|
+
<img src='https://github.com/revolter.png' width='140px;'>
|
|
181
175
|
</a>
|
|
182
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
176
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
183
177
|
</td>
|
|
184
178
|
<td id='helmut-januschka'>
|
|
185
179
|
<a href='https://github.com/hjanuschka'>
|
|
@@ -187,25 +181,31 @@ 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/hjanuschka'>Helmut Januschka</a></h4>
|
|
189
183
|
</td>
|
|
190
|
-
<td id='
|
|
191
|
-
<a href='https://github.com/
|
|
192
|
-
<img src='https://github.com/
|
|
184
|
+
<td id='daniel-jankowski'>
|
|
185
|
+
<a href='https://github.com/mollyIV'>
|
|
186
|
+
<img src='https://github.com/mollyIV.png' width='140px;'>
|
|
193
187
|
</a>
|
|
194
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
188
|
+
<h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
|
|
189
|
+
</td>
|
|
190
|
+
<td id='stefan-natchev'>
|
|
191
|
+
<a href='https://github.com/snatchev'>
|
|
192
|
+
<img src='https://github.com/snatchev.png' width='140px;'>
|
|
193
|
+
</a>
|
|
194
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</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='fumiya-nakamura'>
|
|
199
|
+
<a href='https://github.com/nafu'>
|
|
200
|
+
<img src='https://github.com/nafu.png' width='140px;'>
|
|
201
201
|
</a>
|
|
202
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
202
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
203
203
|
</td>
|
|
204
|
-
<td id='
|
|
205
|
-
<a href='https://github.com/
|
|
206
|
-
<img src='https://github.com/
|
|
204
|
+
<td id='felix-krause'>
|
|
205
|
+
<a href='https://github.com/KrauseFx'>
|
|
206
|
+
<img src='https://github.com/KrauseFx.png' width='140px;'>
|
|
207
207
|
</a>
|
|
208
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
208
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
209
209
|
</td>
|
|
210
210
|
</table>
|
|
211
211
|
|
|
@@ -138,10 +138,11 @@ fastlane produce enable_services --help
|
|
|
138
138
|
--associated-domains Enable Associated Domains
|
|
139
139
|
--auto-fill-credential Enable Auto Fill Credential
|
|
140
140
|
--class-kit Enable Class Kit
|
|
141
|
-
--icloud STRING
|
|
141
|
+
--icloud STRING Enable iCloud, suitable values are "xcode5_compatible" and "xcode6_compatible"
|
|
142
142
|
--custom-network-protocol Enable Custom Network Protocol
|
|
143
143
|
--data-protection STRING Enable Data Protection, suitable values are "complete", "unlessopen" and "untilfirstauth"
|
|
144
144
|
--extended-virtual-address-space Enable Extended Virtual Address Space
|
|
145
|
+
--declared-age-range Enable Declared Age Range capability
|
|
145
146
|
--game-center STRING Enable Game Center, suitable values are "ios" and "macos
|
|
146
147
|
--health-kit Enable Health Kit
|
|
147
148
|
--hls-interstitial-preview Enable Hls Interstitial Preview
|
|
@@ -201,10 +202,11 @@ fastlane produce disable_services --help
|
|
|
201
202
|
--associated-domains Disable Associated Domains
|
|
202
203
|
--auto-fill-credential Disable Auto Fill Credential
|
|
203
204
|
--class-kit Disable Class Kit
|
|
204
|
-
--icloud STRING
|
|
205
|
+
--icloud STRING Disable iCloud
|
|
205
206
|
--custom-network-protocol Disable Custom Network Protocol
|
|
206
207
|
--data-protection STRING Disable Data Protection
|
|
207
208
|
--extended-virtual-address-space Disable Extended Virtual Address Space
|
|
209
|
+
--declared-age-range Disable Declared Age Range capability
|
|
208
210
|
--game-center STRING Disable Game Center
|
|
209
211
|
--health-kit Disable Health Kit
|
|
210
212
|
--hls-interstitial-preview Disable Hls Interstitial Preview
|
|
@@ -65,6 +65,15 @@ module Fastlane
|
|
|
65
65
|
end
|
|
66
66
|
end
|
|
67
67
|
|
|
68
|
+
# Ruby version warning
|
|
69
|
+
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new(Fastlane::SUGGESTED_MINIMUM_RUBY) && !FastlaneCore::Env.truthy?("FASTLANE_SKIP_RUBY_VERSION_WARNING")
|
|
70
|
+
warn = "WARNING: Support for your Ruby version (#{RUBY_VERSION}) is going away. fastlane will soon require Ruby #{Fastlane::SUGGESTED_MINIMUM_RUBY} or newer."
|
|
71
|
+
UI.important(warn)
|
|
72
|
+
at_exit do
|
|
73
|
+
UI.important(warn)
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
|
68
77
|
# Needs to go after load_dot_env for variable FASTLANE_SKIP_UPDATE_CHECK
|
|
69
78
|
FastlaneCore::UpdateChecker.start_looking_for_update('fastlane')
|
|
70
79
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
module Fastlane
|
|
2
|
-
VERSION = '2.
|
|
2
|
+
VERSION = '2.231.0'.freeze
|
|
3
3
|
SUMMARY = "The easiest way to build and release mobile apps.".freeze
|
|
4
4
|
DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
|
|
5
5
|
MINIMUM_XCODE_RELEASE = "7.0".freeze
|
|
6
6
|
RUBOCOP_REQUIREMENT = '1.50.2'.freeze
|
|
7
|
+
SUGGESTED_MINIMUM_RUBY = '3.2.0'.freeze
|
|
7
8
|
end
|
data/fastlane/swift/Atomic.swift
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Deliverfile.swift
|
|
2
|
-
// Copyright (c)
|
|
2
|
+
// Copyright (c) 2026 FastlaneTools
|
|
3
3
|
|
|
4
4
|
// This class is automatically included in FastlaneRunner during build
|
|
5
5
|
|
|
@@ -17,4 +17,4 @@ public class Deliverfile: DeliverfileProtocol {
|
|
|
17
17
|
// during the `init` process, and you won't see this message
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
// Generated with fastlane 2.
|
|
20
|
+
// Generated with fastlane 2.231.0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// DeliverfileProtocol.swift
|
|
2
|
-
// Copyright (c)
|
|
2
|
+
// Copyright (c) 2026 FastlaneTools
|
|
3
3
|
|
|
4
4
|
public protocol DeliverfileProtocol: AnyObject {
|
|
5
5
|
/// Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)
|
|
@@ -272,4 +272,4 @@ public extension DeliverfileProtocol {
|
|
|
272
272
|
|
|
273
273
|
// Please don't remove the lines below
|
|
274
274
|
// They are used to detect outdated files
|
|
275
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
275
|
+
// FastlaneRunnerAPIVersion [0.9.140]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Fastlane.swift
|
|
2
|
-
// Copyright (c)
|
|
2
|
+
// Copyright (c) 2026 FastlaneTools
|
|
3
3
|
|
|
4
4
|
import Foundation
|
|
5
5
|
|
|
@@ -3077,15 +3077,6 @@ public func cloc(binaryPath: String = "/usr/local/bin/cloc",
|
|
|
3077
3077
|
_ = runner.executeCommand(command)
|
|
3078
3078
|
}
|
|
3079
3079
|
|
|
3080
|
-
/**
|
|
3081
|
-
Print a Club Mate in your build output
|
|
3082
|
-
*/
|
|
3083
|
-
public func clubmate() {
|
|
3084
|
-
let args: [RubyCommand.Argument] = []
|
|
3085
|
-
let command = RubyCommand(commandID: "", methodName: "clubmate", className: nil, args: args)
|
|
3086
|
-
_ = runner.executeCommand(command)
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
3080
|
/**
|
|
3090
3081
|
Runs `pod install` for the project
|
|
3091
3082
|
|
|
@@ -10303,55 +10294,6 @@ public func slack(message: OptionalConfigValue<String?> = .fastlaneDefault(nil),
|
|
|
10303
10294
|
_ = runner.executeCommand(command)
|
|
10304
10295
|
}
|
|
10305
10296
|
|
|
10306
|
-
/**
|
|
10307
|
-
Show a train of the fastlane progress
|
|
10308
|
-
|
|
10309
|
-
- returns: A string that is being sent to slack
|
|
10310
|
-
*/
|
|
10311
|
-
public func slackTrain() {
|
|
10312
|
-
let args: [RubyCommand.Argument] = []
|
|
10313
|
-
let command = RubyCommand(commandID: "", methodName: "slack_train", className: nil, args: args)
|
|
10314
|
-
_ = runner.executeCommand(command)
|
|
10315
|
-
}
|
|
10316
|
-
|
|
10317
|
-
/**
|
|
10318
|
-
|
|
10319
|
-
*/
|
|
10320
|
-
public func slackTrainCrash() {
|
|
10321
|
-
let args: [RubyCommand.Argument] = []
|
|
10322
|
-
let command = RubyCommand(commandID: "", methodName: "slack_train_crash", className: nil, args: args)
|
|
10323
|
-
_ = runner.executeCommand(command)
|
|
10324
|
-
}
|
|
10325
|
-
|
|
10326
|
-
/**
|
|
10327
|
-
Show a train of the fastlane progress
|
|
10328
|
-
|
|
10329
|
-
- parameters:
|
|
10330
|
-
- distance: How many rails do we need?
|
|
10331
|
-
- train: Train emoji
|
|
10332
|
-
- rail: Character or emoji for the rail
|
|
10333
|
-
- reverseDirection: Pass true if you want the train to go from left to right
|
|
10334
|
-
*/
|
|
10335
|
-
public func slackTrainStart(distance: Int = 5,
|
|
10336
|
-
train: String = "🚝",
|
|
10337
|
-
rail: String = "=",
|
|
10338
|
-
reverseDirection: OptionalConfigValue<Bool> = .fastlaneDefault(false))
|
|
10339
|
-
{
|
|
10340
|
-
let distanceArg = RubyCommand.Argument(name: "distance", value: distance, type: nil)
|
|
10341
|
-
let trainArg = RubyCommand.Argument(name: "train", value: train, type: nil)
|
|
10342
|
-
let railArg = RubyCommand.Argument(name: "rail", value: rail, type: nil)
|
|
10343
|
-
let reverseDirectionArg = reverseDirection.asRubyArgument(name: "reverse_direction", type: nil)
|
|
10344
|
-
let array: [RubyCommand.Argument?] = [distanceArg,
|
|
10345
|
-
trainArg,
|
|
10346
|
-
railArg,
|
|
10347
|
-
reverseDirectionArg]
|
|
10348
|
-
let args: [RubyCommand.Argument] = array
|
|
10349
|
-
.filter { $0?.value != nil }
|
|
10350
|
-
.compactMap { $0 }
|
|
10351
|
-
let command = RubyCommand(commandID: "", methodName: "slack_train_start", className: nil, args: args)
|
|
10352
|
-
_ = runner.executeCommand(command)
|
|
10353
|
-
}
|
|
10354
|
-
|
|
10355
10297
|
/**
|
|
10356
10298
|
Use slather to generate a code coverage report
|
|
10357
10299
|
|
|
@@ -13900,4 +13842,4 @@ public let snapshotfile: Snapshotfile = .init()
|
|
|
13900
13842
|
|
|
13901
13843
|
// Please don't remove the lines below
|
|
13902
13844
|
// They are used to detect outdated files
|
|
13903
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
13845
|
+
// FastlaneRunnerAPIVersion [0.9.193]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Gymfile.swift
|
|
2
|
-
// Copyright (c)
|
|
2
|
+
// Copyright (c) 2026 FastlaneTools
|
|
3
3
|
|
|
4
4
|
// This class is automatically included in FastlaneRunner during build
|
|
5
5
|
|
|
@@ -17,4 +17,4 @@ public class Gymfile: GymfileProtocol {
|
|
|
17
17
|
// during the `init` process, and you won't see this message
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
// Generated with fastlane 2.
|
|
20
|
+
// Generated with fastlane 2.231.0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// GymfileProtocol.swift
|
|
2
|
-
// Copyright (c)
|
|
2
|
+
// Copyright (c) 2026 FastlaneTools
|
|
3
3
|
|
|
4
4
|
public protocol GymfileProtocol: AnyObject {
|
|
5
5
|
/// Path to the workspace file
|
|
@@ -220,4 +220,4 @@ public extension GymfileProtocol {
|
|
|
220
220
|
|
|
221
221
|
// Please don't remove the lines below
|
|
222
222
|
// They are used to detect outdated files
|
|
223
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
223
|
+
// FastlaneRunnerAPIVersion [0.9.143]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Matchfile.swift
|
|
2
|
-
// Copyright (c)
|
|
2
|
+
// Copyright (c) 2026 FastlaneTools
|
|
3
3
|
|
|
4
4
|
// This class is automatically included in FastlaneRunner during build
|
|
5
5
|
|
|
@@ -17,4 +17,4 @@ public class Matchfile: MatchfileProtocol {
|
|
|
17
17
|
// during the `init` process, and you won't see this message
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
// Generated with fastlane 2.
|
|
20
|
+
// Generated with fastlane 2.231.0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// MatchfileProtocol.swift
|
|
2
|
-
// Copyright (c)
|
|
2
|
+
// Copyright (c) 2026 FastlaneTools
|
|
3
3
|
|
|
4
4
|
public protocol MatchfileProtocol: AnyObject {
|
|
5
5
|
/// Define the profile type, can be appstore, adhoc, development, enterprise, developer_id, mac_installer_distribution, developer_id_installer
|
|
@@ -232,4 +232,4 @@ public extension MatchfileProtocol {
|
|
|
232
232
|
|
|
233
233
|
// Please don't remove the lines below
|
|
234
234
|
// They are used to detect outdated files
|
|
235
|
-
// FastlaneRunnerAPIVersion [0.9.
|
|
235
|
+
// FastlaneRunnerAPIVersion [0.9.137]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Precheckfile.swift
|
|
2
|
-
// Copyright (c)
|
|
2
|
+
// Copyright (c) 2026 FastlaneTools
|
|
3
3
|
|
|
4
4
|
// This class is automatically included in FastlaneRunner during build
|
|
5
5
|
|
|
@@ -17,4 +17,4 @@ public class Precheckfile: PrecheckfileProtocol {
|
|
|
17
17
|
// during the `init` process, and you won't see this message
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
// Generated with fastlane 2.
|
|
20
|
+
// Generated with fastlane 2.231.0
|