fastlane 2.229.0 → 2.230.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 -94
- data/deliver/lib/assets/summary.html.erb +3 -3
- data/deliver/lib/deliver/app_screenshot.rb +215 -347
- data/deliver/lib/deliver/app_screenshot_iterator.rb +4 -1
- data/deliver/lib/deliver/app_screenshot_validator.rb +5 -21
- data/deliver/lib/deliver/loader.rb +2 -9
- data/deliver/lib/deliver/upload_metadata.rb +5 -0
- data/deliver/lib/deliver/upload_screenshots.rb +4 -2
- data/fastlane/lib/fastlane/actions/docs/create_app_online.md +2 -1
- data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +3 -1
- data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +34 -6
- data/fastlane/lib/fastlane/actions/docs/upload_to_testflight.md +2 -0
- data/fastlane/lib/fastlane/actions/install_xcode_plugin.rb +3 -2
- data/fastlane/lib/fastlane/actions/modify_services.rb +1 -0
- data/fastlane/lib/fastlane/actions/notarize.rb +1 -1
- data/fastlane/lib/fastlane/actions/xcov.rb +1 -7
- data/fastlane/lib/fastlane/documentation/markdown_docs_generator.rb +4 -4
- data/fastlane/lib/fastlane/plugins/template/.github/workflows/test.yml +20 -20
- 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 +85 -13
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/GymfileProtocol.swift +9 -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 +5 -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 +5 -1
- data/fastlane_core/lib/fastlane_core/fastlane_pty.rb +5 -1
- data/fastlane_core/lib/fastlane_core/ipa_upload_package_builder.rb +14 -0
- data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +38 -8
- data/fastlane_core/lib/fastlane_core/project.rb +4 -0
- data/fastlane_core/lib/fastlane_core/provisioning_profile.rb +7 -1
- data/frameit/lib/frameit/device.rb +2 -2
- data/frameit/lib/frameit/device_types.rb +108 -70
- data/frameit/lib/frameit/template_finder.rb +1 -1
- data/gym/lib/gym/module.rb +9 -4
- data/gym/lib/gym/options.rb +14 -1
- data/gym/lib/gym/runner.rb +38 -3
- data/produce/lib/produce/developer_center.rb +1 -0
- data/produce/lib/produce/service.rb +6 -1
- data/scan/lib/scan/options.rb +5 -0
- data/scan/lib/scan/test_command_generator.rb +8 -0
- data/sigh/lib/sigh/local_manage.rb +6 -4
- data/sigh/lib/sigh/runner.rb +18 -1
- data/snapshot/lib/snapshot/options.rb +5 -0
- data/spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb +62 -8
- data/spaceship/lib/spaceship/connect_api/models/app_info_localization.rb +4 -4
- data/spaceship/lib/spaceship/connect_api/models/app_screenshot_set.rb +7 -1
- data/spaceship/lib/spaceship/connect_api/models/app_store_version_localization.rb +16 -16
- data/spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb +2 -0
- data/spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb +0 -6
- data/spaceship/lib/spaceship/errors.rb +8 -6
- data/supply/lib/supply/client.rb +18 -1
- metadata +75 -29
- data/fastlane/lib/fastlane/core_ext/bundler_monkey_patch.rb +0 -14
- data/fastlane/lib/fastlane/plugins/template/.circleci/config.yml +0 -43
- data/fastlane/lib/fastlane/plugins/template/.travis.yml +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71566f5eb4b956dd74d8d3666f50c6a8c55da932d94f530a4492c95eb66e0c9e
|
|
4
|
+
data.tar.gz: 2ceaf0304fb3c9ba2fd5e83f8679c8caed8a469ea41031a585d1078d5f2fac0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b4a69be26ad2fc3ae9b40adeba5d3474522acdcfecf4f27e339c76d97ce2d5132eca1a5ec3414c59bf8928a44029d22482332d16fc006c117128d367b392f48
|
|
7
|
+
data.tar.gz: 6044a60a6ce73adb724d4f9a55c6ecaf460005dea116f56418a55ec59e18efc62fb8ca882e75d461e7fdd7ff432cf6b34295809df73e3ea3d670cd95904d9074
|
data/README.md
CHANGED
|
@@ -35,17 +35,43 @@ 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='iulian-onofrei'>
|
|
39
|
+
<a href='https://github.com/revolter'>
|
|
40
|
+
<img src='https://github.com/revolter.png' width='140px;'>
|
|
41
41
|
</a>
|
|
42
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
42
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
43
43
|
</td>
|
|
44
|
-
<td id='
|
|
45
|
-
<a href='https://github.com/
|
|
46
|
-
<img src='https://github.com/
|
|
44
|
+
<td id='olivier-halligon'>
|
|
45
|
+
<a href='https://github.com/AliSoftware'>
|
|
46
|
+
<img src='https://github.com/AliSoftware.png' width='140px;'>
|
|
47
47
|
</a>
|
|
48
|
-
<h4 align='center'
|
|
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;'>
|
|
59
|
+
</a>
|
|
60
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
61
|
+
</td>
|
|
62
|
+
<td id='connor-tumbleson'>
|
|
63
|
+
<a href='https://github.com/ibotpeaches'>
|
|
64
|
+
<img src='https://github.com/ibotpeaches.png' width='140px;'>
|
|
65
|
+
</a>
|
|
66
|
+
<h4 align='center'><a href='https://twitter.com/ibotpeaches'>Connor Tumbleson</a></h4>
|
|
67
|
+
</td>
|
|
68
|
+
</tr>
|
|
69
|
+
<tr>
|
|
70
|
+
<td id='daniel-jankowski'>
|
|
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>
|
|
49
75
|
</td>
|
|
50
76
|
<td id='felix-krause'>
|
|
51
77
|
<a href='https://github.com/KrauseFx'>
|
|
@@ -53,11 +79,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
53
79
|
</a>
|
|
54
80
|
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
55
81
|
</td>
|
|
56
|
-
<td id='
|
|
57
|
-
<a href='https://github.com/
|
|
58
|
-
<img src='https://github.com/
|
|
82
|
+
<td id='jorge-revuelta-h'>
|
|
83
|
+
<a href='https://github.com/minuscorp'>
|
|
84
|
+
<img src='https://github.com/minuscorp.png' width='140px;'>
|
|
59
85
|
</a>
|
|
60
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
86
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
|
61
87
|
</td>
|
|
62
88
|
<td id='jimmy-dee'>
|
|
63
89
|
<a href='https://github.com/jdee'>
|
|
@@ -65,57 +91,69 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
65
91
|
</a>
|
|
66
92
|
<h4 align='center'>Jimmy Dee</h4>
|
|
67
93
|
</td>
|
|
94
|
+
<td id='kohki-miki'>
|
|
95
|
+
<a href='https://github.com/giginet'>
|
|
96
|
+
<img src='https://github.com/giginet.png' width='140px;'>
|
|
97
|
+
</a>
|
|
98
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
99
|
+
</td>
|
|
68
100
|
</tr>
|
|
69
101
|
<tr>
|
|
70
|
-
<td id='
|
|
71
|
-
<a href='https://github.com/
|
|
72
|
-
<img src='https://github.com/
|
|
102
|
+
<td id='max-ott'>
|
|
103
|
+
<a href='https://github.com/max-ott'>
|
|
104
|
+
<img src='https://github.com/max-ott.png' width='140px;'>
|
|
73
105
|
</a>
|
|
74
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
106
|
+
<h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
|
|
75
107
|
</td>
|
|
76
|
-
<td id='
|
|
77
|
-
<a href='https://github.com/
|
|
78
|
-
<img src='https://github.com/
|
|
108
|
+
<td id='fumiya-nakamura'>
|
|
109
|
+
<a href='https://github.com/nafu'>
|
|
110
|
+
<img src='https://github.com/nafu.png' width='140px;'>
|
|
79
111
|
</a>
|
|
80
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
112
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
81
113
|
</td>
|
|
82
|
-
<td id='
|
|
83
|
-
<a href='https://github.com/
|
|
84
|
-
<img src='https://github.com/
|
|
114
|
+
<td id='manish-rathi'>
|
|
115
|
+
<a href='https://github.com/crazymanish'>
|
|
116
|
+
<img src='https://github.com/crazymanish.png' width='140px;'>
|
|
85
117
|
</a>
|
|
86
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
118
|
+
<h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
|
|
87
119
|
</td>
|
|
88
|
-
<td id='
|
|
89
|
-
<a href='https://github.com/
|
|
90
|
-
<img src='https://github.com/
|
|
120
|
+
<td id='jérôme-lacoste'>
|
|
121
|
+
<a href='https://github.com/lacostej'>
|
|
122
|
+
<img src='https://github.com/lacostej.png' width='140px;'>
|
|
91
123
|
</a>
|
|
92
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
124
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
93
125
|
</td>
|
|
94
|
-
<td id='
|
|
95
|
-
<a href='https://github.com/
|
|
96
|
-
<img src='https://github.com/
|
|
126
|
+
<td id='łukasz-grabowski'>
|
|
127
|
+
<a href='https://github.com/lucgrabowski'>
|
|
128
|
+
<img src='https://github.com/lucgrabowski.png' width='140px;'>
|
|
97
129
|
</a>
|
|
98
|
-
<h4 align='center'
|
|
130
|
+
<h4 align='center'>Łukasz Grabowski</h4>
|
|
99
131
|
</td>
|
|
100
132
|
</tr>
|
|
101
133
|
<tr>
|
|
134
|
+
<td id='satoshi-namai'>
|
|
135
|
+
<a href='https://github.com/ainame'>
|
|
136
|
+
<img src='https://github.com/ainame.png' width='140px;'>
|
|
137
|
+
</a>
|
|
138
|
+
<h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
|
|
139
|
+
</td>
|
|
102
140
|
<td id='joshua-liebowitz'>
|
|
103
141
|
<a href='https://github.com/taquitos'>
|
|
104
142
|
<img src='https://github.com/taquitos.png' width='140px;'>
|
|
105
143
|
</a>
|
|
106
144
|
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
107
145
|
</td>
|
|
108
|
-
<td id='
|
|
109
|
-
<a href='https://github.com/
|
|
110
|
-
<img src='https://github.com/
|
|
146
|
+
<td id='danielle-tomlinson'>
|
|
147
|
+
<a href='https://github.com/endocrimes'>
|
|
148
|
+
<img src='https://github.com/endocrimes.png' width='140px;'>
|
|
111
149
|
</a>
|
|
112
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
150
|
+
<h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
|
|
113
151
|
</td>
|
|
114
|
-
<td id='
|
|
115
|
-
<a href='https://github.com/
|
|
116
|
-
<img src='https://github.com/
|
|
152
|
+
<td id='roger-oba'>
|
|
153
|
+
<a href='https://github.com/rogerluan'>
|
|
154
|
+
<img src='https://github.com/rogerluan.png' width='140px;'>
|
|
117
155
|
</a>
|
|
118
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
156
|
+
<h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
|
|
119
157
|
</td>
|
|
120
158
|
<td id='matthew-ellis'>
|
|
121
159
|
<a href='https://github.com/matthewellis'>
|
|
@@ -123,69 +161,45 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
123
161
|
</a>
|
|
124
162
|
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
125
163
|
</td>
|
|
126
|
-
<td id='jan-piotrowski'>
|
|
127
|
-
<a href='https://github.com/janpio'>
|
|
128
|
-
<img src='https://github.com/janpio.png' width='140px;'>
|
|
129
|
-
</a>
|
|
130
|
-
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</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'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
139
|
-
</td>
|
|
140
|
-
<td id='daniel-jankowski'>
|
|
141
|
-
<a href='https://github.com/mollyIV'>
|
|
142
|
-
<img src='https://github.com/mollyIV.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;'>
|
|
143
169
|
</a>
|
|
144
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
170
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
145
171
|
</td>
|
|
146
|
-
<td id='
|
|
147
|
-
<a href='https://github.com/
|
|
148
|
-
<img src='https://github.com/
|
|
172
|
+
<td id='stefan-natchev'>
|
|
173
|
+
<a href='https://github.com/snatchev'>
|
|
174
|
+
<img src='https://github.com/snatchev.png' width='140px;'>
|
|
149
175
|
</a>
|
|
150
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
176
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
151
177
|
</td>
|
|
152
|
-
<td id='
|
|
153
|
-
<a href='https://github.com/
|
|
154
|
-
<img src='https://github.com/
|
|
178
|
+
<td id='luka-mirosevic'>
|
|
179
|
+
<a href='https://github.com/lmirosevic'>
|
|
180
|
+
<img src='https://github.com/lmirosevic.png' width='140px;'>
|
|
155
181
|
</a>
|
|
156
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
182
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
157
183
|
</td>
|
|
158
|
-
<td id='
|
|
159
|
-
<a href='https://github.com/
|
|
160
|
-
<img src='https://github.com/
|
|
184
|
+
<td id='helmut-januschka'>
|
|
185
|
+
<a href='https://github.com/hjanuschka'>
|
|
186
|
+
<img src='https://github.com/hjanuschka.png' width='140px;'>
|
|
161
187
|
</a>
|
|
162
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
188
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
163
189
|
</td>
|
|
164
|
-
</tr>
|
|
165
|
-
<tr>
|
|
166
190
|
<td id='manu-wallner'>
|
|
167
191
|
<a href='https://github.com/milch'>
|
|
168
192
|
<img src='https://github.com/milch.png' width='140px;'>
|
|
169
193
|
</a>
|
|
170
194
|
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
171
195
|
</td>
|
|
172
|
-
|
|
173
|
-
<
|
|
174
|
-
<
|
|
175
|
-
|
|
176
|
-
<
|
|
177
|
-
</td>
|
|
178
|
-
<td id='helmut-januschka'>
|
|
179
|
-
<a href='https://github.com/hjanuschka'>
|
|
180
|
-
<img src='https://github.com/hjanuschka.png' width='140px;'>
|
|
181
|
-
</a>
|
|
182
|
-
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
183
|
-
</td>
|
|
184
|
-
<td id='olivier-halligon'>
|
|
185
|
-
<a href='https://github.com/AliSoftware'>
|
|
186
|
-
<img src='https://github.com/AliSoftware.png' width='140px;'>
|
|
196
|
+
</tr>
|
|
197
|
+
<tr>
|
|
198
|
+
<td id='andrew-mcburney'>
|
|
199
|
+
<a href='https://github.com/armcburney'>
|
|
200
|
+
<img src='https://github.com/armcburney.png' width='140px;'>
|
|
187
201
|
</a>
|
|
188
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
202
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
|
189
203
|
</td>
|
|
190
204
|
<td id='maksym-grebenets'>
|
|
191
205
|
<a href='https://github.com/mgrebenets'>
|
|
@@ -193,14 +207,6 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
193
207
|
</a>
|
|
194
208
|
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
195
209
|
</td>
|
|
196
|
-
</tr>
|
|
197
|
-
<tr>
|
|
198
|
-
<td id='jérôme-lacoste'>
|
|
199
|
-
<a href='https://github.com/lacostej'>
|
|
200
|
-
<img src='https://github.com/lacostej.png' width='140px;'>
|
|
201
|
-
</a>
|
|
202
|
-
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
203
|
-
</td>
|
|
204
210
|
</table>
|
|
205
211
|
|
|
206
212
|
Special thanks to all [contributors](https://github.com/fastlane/fastlane/graphs/contributors) for extending and improving _fastlane_.
|
|
@@ -228,10 +228,10 @@
|
|
|
228
228
|
</div>
|
|
229
229
|
<% elsif @screenshots.count > 0 %>
|
|
230
230
|
<% sc = @screenshots.find_all { |s| s.language == language } %>
|
|
231
|
-
<% sc_by_size = sc.group_by { |i| i.
|
|
231
|
+
<% sc_by_size = sc.group_by { |i| i.display_type } %>
|
|
232
232
|
|
|
233
|
-
<% sc_by_size.keys.sort.each do |
|
|
234
|
-
<% screenshots = sc_by_size[
|
|
233
|
+
<% sc_by_size.keys.sort.each do |display_type| %>
|
|
234
|
+
<% screenshots = sc_by_size[display_type].sort { |a, b| [a.path] <=> [b.path] } %>
|
|
235
235
|
<%# we are guaranteed to have at least one element because of the group_by %>
|
|
236
236
|
<h4><%= screenshots[0].formatted_name %></h4>
|
|
237
237
|
<div class="app-screenshot-row">
|