fastlane 2.201.0 → 2.203.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +88 -88
  3. data/deliver/lib/deliver/runner.rb +19 -2
  4. data/deliver/lib/deliver/submit_for_review.rb +25 -3
  5. data/fastlane/lib/fastlane/actions/run_tests.rb +18 -2
  6. data/fastlane/lib/fastlane/actions/xcov.rb +5 -0
  7. data/fastlane/lib/fastlane/version.rb +1 -1
  8. data/fastlane/swift/Deliverfile.swift +1 -1
  9. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  10. data/fastlane/swift/Fastlane.swift +177 -157
  11. data/fastlane/swift/Gymfile.swift +1 -1
  12. data/fastlane/swift/GymfileProtocol.swift +1 -1
  13. data/fastlane/swift/Matchfile.swift +1 -1
  14. data/fastlane/swift/MatchfileProtocol.swift +1 -1
  15. data/fastlane/swift/Precheckfile.swift +1 -1
  16. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  17. data/fastlane/swift/Scanfile.swift +1 -1
  18. data/fastlane/swift/ScanfileProtocol.swift +6 -2
  19. data/fastlane/swift/Screengrabfile.swift +1 -1
  20. data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
  21. data/fastlane/swift/Snapshotfile.swift +1 -1
  22. data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
  23. data/fastlane/swift/formatting/Brewfile.lock.json +14 -14
  24. data/fastlane_core/lib/fastlane_core/.helper.rb.swp +0 -0
  25. data/scan/lib/scan/.detect_values.rb.swp +0 -0
  26. data/scan/lib/scan/.runner.rb.swp +0 -0
  27. data/scan/lib/scan/error_handler.rb +9 -0
  28. data/scan/lib/scan/options.rb +6 -1
  29. data/scan/lib/scan/runner.rb +36 -9
  30. data/scan/lib/scan/test_command_generator.rb +8 -3
  31. data/spaceship/lib/spaceship/connect_api/models/app.rb +2 -1
  32. data/trainer/lib/trainer/options.rb +11 -0
  33. metadata +25 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6983f86cfd3fcbcf74e50d5b6e5e0192de17cb7e1ed8e034d0efb262ae4bd99
4
- data.tar.gz: 440bdbead5a9221e1ccb7d147ad063248f3873d4709976e56a0ef5906dd2a8ba
3
+ metadata.gz: 04571c4f9435056c091703452863225e9513b3f3c802a40a73619c9c210278c3
4
+ data.tar.gz: b9a374f41e2de5c433ac18be869cc09af8f306d81fdaef87c9499cfc82f7b75f
5
5
  SHA512:
6
- metadata.gz: 0b535c21929255348c4938436e7a7ae498a9dd54cfb187614a2d48aaa7be75211a90ad1ec26792e4f0868385d3fe987ea82153f0264b1a140b32311d294f3782
7
- data.tar.gz: 9d93de187c88fe2cdf93bab11246b7761a41223c1bd6909ae452aa4196b0e09926dfa974667e9e7d00a93bc79fc395766e0571daa5b7a20af7cce991eda78b3b
6
+ metadata.gz: 94746b9aaa46fe097455bde533ab329cb17079370f19ccc42fa0b03bd8224adc74ab3e01b1c4cf12f52eed79a823bc59ea0b80185ee563031d347fed83de9f0a
7
+ data.tar.gz: 7f5add6730dd66808b570ca618fc1297b4efe0f663fd46963cc39903724928fb0a7a036c08ee33ef493c809dbea7dd5a577a25eae9e877aa26602fa8c63ba7d0
data/README.md CHANGED
@@ -35,23 +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='manu-wallner'>
39
+ <a href='https://github.com/milch'>
40
+ <img src='https://github.com/milch.png' width='140px;'>
41
+ </a>
42
+ <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
43
+ </td>
44
+ <td id='kohki-miki'>
45
+ <a href='https://github.com/giginet'>
46
+ <img src='https://github.com/giginet.png' width='140px;'>
47
+ </a>
48
+ <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
49
+ </td>
38
50
  <td id='helmut-januschka'>
39
51
  <a href='https://github.com/hjanuschka'>
40
52
  <img src='https://github.com/hjanuschka.png' width='140px;'>
41
53
  </a>
42
54
  <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
43
55
  </td>
44
- <td id='roger-oba'>
45
- <a href='https://github.com/rogerluan'>
46
- <img src='https://github.com/rogerluan.png' width='140px;'>
47
- </a>
48
- <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
49
- </td>
50
- <td id='danielle-tomlinson'>
51
- <a href='https://github.com/endocrimes'>
52
- <img src='https://github.com/endocrimes.png' width='140px;'>
56
+ <td id='jan-piotrowski'>
57
+ <a href='https://github.com/janpio'>
58
+ <img src='https://github.com/janpio.png' width='140px;'>
53
59
  </a>
54
- <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
60
+ <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
55
61
  </td>
56
62
  <td id='stefan-natchev'>
57
63
  <a href='https://github.com/snatchev'>
@@ -59,83 +65,83 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
59
65
  </a>
60
66
  <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
61
67
  </td>
62
- <td id='kohki-miki'>
63
- <a href='https://github.com/giginet'>
64
- <img src='https://github.com/giginet.png' width='140px;'>
65
- </a>
66
- <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
67
- </td>
68
68
  </tr>
69
69
  <tr>
70
- <td id='jérôme-lacoste'>
71
- <a href='https://github.com/lacostej'>
72
- <img src='https://github.com/lacostej.png' width='140px;'>
70
+ <td id='olivier-halligon'>
71
+ <a href='https://github.com/AliSoftware'>
72
+ <img src='https://github.com/AliSoftware.png' width='140px;'>
73
73
  </a>
74
- <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
74
+ <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
75
75
  </td>
76
- <td id='joshua-liebowitz'>
77
- <a href='https://github.com/taquitos'>
78
- <img src='https://github.com/taquitos.png' width='140px;'>
76
+ <td id='łukasz-grabowski'>
77
+ <a href='https://github.com/lucgrabowski'>
78
+ <img src='https://github.com/lucgrabowski.png' width='140px;'>
79
79
  </a>
80
- <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
80
+ <h4 align='center'>Łukasz Grabowski</h4>
81
81
  </td>
82
- <td id='aaron-brager'>
83
- <a href='https://github.com/getaaron'>
84
- <img src='https://github.com/getaaron.png' width='140px;'>
82
+ <td id='danielle-tomlinson'>
83
+ <a href='https://github.com/endocrimes'>
84
+ <img src='https://github.com/endocrimes.png' width='140px;'>
85
85
  </a>
86
- <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
86
+ <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
87
87
  </td>
88
- <td id='andrew-mcburney'>
89
- <a href='https://github.com/armcburney'>
90
- <img src='https://github.com/armcburney.png' width='140px;'>
88
+ <td id='jimmy-dee'>
89
+ <a href='https://github.com/jdee'>
90
+ <img src='https://github.com/jdee.png' width='140px;'>
91
91
  </a>
92
- <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
92
+ <h4 align='center'>Jimmy Dee</h4>
93
93
  </td>
94
- <td id='łukasz-grabowski'>
95
- <a href='https://github.com/lucgrabowski'>
96
- <img src='https://github.com/lucgrabowski.png' width='140px;'>
94
+ <td id='jorge-revuelta-h'>
95
+ <a href='https://github.com/minuscorp'>
96
+ <img src='https://github.com/minuscorp.png' width='140px;'>
97
97
  </a>
98
- <h4 align='center'>Łukasz Grabowski</h4>
98
+ <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
99
99
  </td>
100
100
  </tr>
101
101
  <tr>
102
- <td id='manu-wallner'>
103
- <a href='https://github.com/milch'>
104
- <img src='https://github.com/milch.png' width='140px;'>
102
+ <td id='felix-krause'>
103
+ <a href='https://github.com/KrauseFx'>
104
+ <img src='https://github.com/KrauseFx.png' width='140px;'>
105
105
  </a>
106
- <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
106
+ <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
107
107
  </td>
108
- <td id='satoshi-namai'>
109
- <a href='https://github.com/ainame'>
110
- <img src='https://github.com/ainame.png' width='140px;'>
108
+ <td id='joshua-liebowitz'>
109
+ <a href='https://github.com/taquitos'>
110
+ <img src='https://github.com/taquitos.png' width='140px;'>
111
111
  </a>
112
- <h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
112
+ <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
113
113
  </td>
114
- <td id='olivier-halligon'>
115
- <a href='https://github.com/AliSoftware'>
116
- <img src='https://github.com/AliSoftware.png' width='140px;'>
114
+ <td id='josh-holtz'>
115
+ <a href='https://github.com/joshdholtz'>
116
+ <img src='https://github.com/joshdholtz.png' width='140px;'>
117
117
  </a>
118
- <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
118
+ <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
119
119
  </td>
120
- <td id='jimmy-dee'>
121
- <a href='https://github.com/jdee'>
122
- <img src='https://github.com/jdee.png' width='140px;'>
120
+ <td id='jérôme-lacoste'>
121
+ <a href='https://github.com/lacostej'>
122
+ <img src='https://github.com/lacostej.png' width='140px;'>
123
123
  </a>
124
- <h4 align='center'>Jimmy Dee</h4>
124
+ <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
125
125
  </td>
126
- <td id='max-ott'>
127
- <a href='https://github.com/max-ott'>
128
- <img src='https://github.com/max-ott.png' width='140px;'>
126
+ <td id='satoshi-namai'>
127
+ <a href='https://github.com/ainame'>
128
+ <img src='https://github.com/ainame.png' width='140px;'>
129
129
  </a>
130
- <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
130
+ <h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
131
131
  </td>
132
132
  </tr>
133
133
  <tr>
134
- <td id='jorge-revuelta-h'>
135
- <a href='https://github.com/minuscorp'>
136
- <img src='https://github.com/minuscorp.png' width='140px;'>
134
+ <td id='fumiya-nakamura'>
135
+ <a href='https://github.com/nafu'>
136
+ <img src='https://github.com/nafu.png' width='140px;'>
137
137
  </a>
138
- <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
138
+ <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
139
+ </td>
140
+ <td id='roger-oba'>
141
+ <a href='https://github.com/rogerluan'>
142
+ <img src='https://github.com/rogerluan.png' width='140px;'>
143
+ </a>
144
+ <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
139
145
  </td>
140
146
  <td id='manish-rathi'>
141
147
  <a href='https://github.com/crazymanish'>
@@ -143,43 +149,37 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
143
149
  </a>
144
150
  <h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
145
151
  </td>
146
- <td id='felix-krause'>
147
- <a href='https://github.com/KrauseFx'>
148
- <img src='https://github.com/KrauseFx.png' width='140px;'>
149
- </a>
150
- <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
151
- </td>
152
152
  <td id='luka-mirosevic'>
153
153
  <a href='https://github.com/lmirosevic'>
154
154
  <img src='https://github.com/lmirosevic.png' width='140px;'>
155
155
  </a>
156
156
  <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
157
157
  </td>
158
- <td id='fumiya-nakamura'>
159
- <a href='https://github.com/nafu'>
160
- <img src='https://github.com/nafu.png' width='140px;'>
158
+ <td id='matthew-ellis'>
159
+ <a href='https://github.com/matthewellis'>
160
+ <img src='https://github.com/matthewellis.png' width='140px;'>
161
161
  </a>
162
- <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
162
+ <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
163
163
  </td>
164
164
  </tr>
165
165
  <tr>
166
- <td id='iulian-onofrei'>
167
- <a href='https://github.com/revolter'>
168
- <img src='https://github.com/revolter.png' width='140px;'>
169
- </a>
170
- <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
171
- </td>
172
166
  <td id='maksym-grebenets'>
173
167
  <a href='https://github.com/mgrebenets'>
174
168
  <img src='https://github.com/mgrebenets.png' width='140px;'>
175
169
  </a>
176
170
  <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
177
171
  </td>
178
- <td id='josh-holtz'>
179
- <a href='https://github.com/joshdholtz'>
180
- <img src='https://github.com/joshdholtz.png' width='140px;'>
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/joshdholtz'>Josh Holtz</a></h4>
176
+ <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
177
+ </td>
178
+ <td id='aaron-brager'>
179
+ <a href='https://github.com/getaaron'>
180
+ <img src='https://github.com/getaaron.png' width='140px;'>
181
+ </a>
182
+ <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
183
183
  </td>
184
184
  <td id='daniel-jankowski'>
185
185
  <a href='https://github.com/mollyIV'>
@@ -187,19 +187,19 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
187
187
  </a>
188
188
  <h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
189
189
  </td>
190
- <td id='jan-piotrowski'>
191
- <a href='https://github.com/janpio'>
192
- <img src='https://github.com/janpio.png' width='140px;'>
190
+ <td id='andrew-mcburney'>
191
+ <a href='https://github.com/armcburney'>
192
+ <img src='https://github.com/armcburney.png' width='140px;'>
193
193
  </a>
194
- <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
194
+ <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
195
195
  </td>
196
196
  </tr>
197
197
  <tr>
198
- <td id='matthew-ellis'>
199
- <a href='https://github.com/matthewellis'>
200
- <img src='https://github.com/matthewellis.png' width='140px;'>
198
+ <td id='max-ott'>
199
+ <a href='https://github.com/max-ott'>
200
+ <img src='https://github.com/max-ott.png' width='140px;'>
201
201
  </a>
202
- <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
202
+ <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
203
203
  </td>
204
204
  </table>
205
205
 
@@ -197,8 +197,25 @@ module Deliver
197
197
  def reject_version_if_possible
198
198
  app = Deliver.cache[:app]
199
199
  platform = Spaceship::ConnectAPI::Platform.map(options[:platform])
200
- if app.reject_version_if_possible!(platform: platform)
201
- UI.success("Successfully rejected previous version!")
200
+
201
+ submission = app.get_in_progress_review_submission(platform: platform)
202
+ if submission
203
+ submission.cancel_submission
204
+ UI.message("Review submission cancellation has been requested")
205
+
206
+ # An app version won't get removed from review instantly
207
+ # Polling until app version has a state of DEVELOPER_REJECT
208
+ loop do
209
+ version = app.get_edit_app_store_version(platform: platform)
210
+ if version.app_store_state == Spaceship::ConnectAPI::AppStoreVersion::AppStoreState::DEVELOPER_REJECTED
211
+ break
212
+ end
213
+
214
+ UI.message("Waiting for cancellation to take effect...")
215
+ sleep(15)
216
+ end
217
+
218
+ UI.success("Successfully cancelled previous submission!")
202
219
  end
203
220
  end
204
221
 
@@ -23,12 +23,34 @@ module Deliver
23
23
  update_idfa(options, app, version)
24
24
  update_submission_information(options, app)
25
25
 
26
- version.create_app_store_version_submission
27
-
26
+ create_review_submission(options, app, version, platform)
28
27
  UI.success("Successfully submitted the app for review!")
29
28
  end
30
29
 
31
- private def select_build(options, app, version, platform)
30
+ private
31
+
32
+ def create_review_submission(options, app, version, platform)
33
+ # Can't submit a review if there is already a review in progress
34
+ if app.get_in_progress_review_submission(platform: platform)
35
+ UI.user_error!("Cannot submit for review - A review submission is already in progress")
36
+ end
37
+
38
+ # There can only be one open submission per platform per app
39
+ # There might be a submission already created so we need to check
40
+ # 1. Create the submission if its not already created
41
+ # 2. Error if submission already contains some items for review (because we don't know what they are)
42
+ submission = app.get_ready_review_submission(platform: platform, includes: "items")
43
+ if submission.nil?
44
+ submission = app.create_review_submission(platform: platform)
45
+ elsif !submission.items.empty?
46
+ UI.user_error!("Cannot submit for review - A review submission already exists with items not managed by fastlane. Please cancel or remove items from submission for the App Store Connect website")
47
+ end
48
+
49
+ submission.add_app_store_version_to_review_items(app_store_version_id: version.id)
50
+ submission.submit_for_review
51
+ end
52
+
53
+ def select_build(options, app, version, platform)
32
54
  if options[:build_number] && options[:build_number] != "latest"
33
55
  UI.message("Selecting existing build-number: #{options[:build_number]}")
34
56
 
@@ -4,6 +4,7 @@ module Fastlane
4
4
  SCAN_DERIVED_DATA_PATH = :SCAN_DERIVED_DATA_PATH
5
5
  SCAN_GENERATED_PLIST_FILE = :SCAN_GENERATED_PLIST_FILE
6
6
  SCAN_GENERATED_PLIST_FILES = :SCAN_GENERATED_PLIST_FILES
7
+ SCAN_GENERATED_XCRESULT_PATH = :SCAN_GENERATED_XCRESULT_PATH
7
8
  SCAN_ZIP_BUILD_PRODUCTS_PATH = :SCAN_ZIP_BUILD_PRODUCTS_PATH
8
9
  end
9
10
 
@@ -13,12 +14,12 @@ module Fastlane
13
14
  manager = Scan::Manager.new
14
15
 
15
16
  begin
16
- manager.work(values)
17
+ results = manager.work(values)
17
18
 
18
19
  zip_build_products_path = Scan.cache[:zip_build_products_path]
19
20
  Actions.lane_context[SharedValues::SCAN_ZIP_BUILD_PRODUCTS_PATH] = zip_build_products_path if zip_build_products_path
20
21
 
21
- return true
22
+ return results
22
23
  rescue FastlaneCore::Interface::FastlaneBuildFailure => ex
23
24
  # Specifically catching FastlaneBuildFailure to prevent build/compile errors from being
24
25
  # silenced when :fail_build is set to false
@@ -29,6 +30,12 @@ module Fastlane
29
30
  raise ex
30
31
  end
31
32
  ensure
33
+ if Scan.cache && (result_bundle_path = Scan.cache[:result_bundle_path])
34
+ Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH] = File.absolute_path(result_bundle_path)
35
+ else
36
+ Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH] = nil
37
+ end
38
+
32
39
  unless values[:derived_data_path].to_s.empty?
33
40
  plist_files_before = manager.plist_files_before || []
34
41
 
@@ -49,6 +56,14 @@ module Fastlane
49
56
  "More information: https://docs.fastlane.tools/actions/scan/"
50
57
  end
51
58
 
59
+ def self.return_value
60
+ 'Outputs has of results with :number_of_tests, :number_of_failures, :number_of_retries, :number_of_tests_excluding_retries, :number_of_failures_excluding_retries'
61
+ end
62
+
63
+ def self.return_type
64
+ :hash
65
+ end
66
+
52
67
  def self.author
53
68
  "KrauseFx"
54
69
  end
@@ -70,6 +85,7 @@ module Fastlane
70
85
  ['SCAN_DERIVED_DATA_PATH', 'The path to the derived data'],
71
86
  ['SCAN_GENERATED_PLIST_FILE', 'The generated plist file'],
72
87
  ['SCAN_GENERATED_PLIST_FILES', 'The generated plist files'],
88
+ ['SCAN_GENERATED_XCRESULT_PATH', 'The path to the generated .xcresult'],
73
89
  ['SCAN_ZIP_BUILD_PRODUCTS_PATH', 'The path to the zipped build products']
74
90
  ]
75
91
  end
@@ -5,6 +5,11 @@ module Fastlane
5
5
  Actions.verify_gem!('xcov')
6
6
  require 'xcov'
7
7
 
8
+ if values[:xccov_file_direct_path].nil? && (path = Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH])
9
+ UI.verbose("Pulling xcov 'xccov_file_direct_path' from SharedValues::SCAN_GENERATED_XCRESULT_PATH")
10
+ values[:xccov_file_direct_path] = path
11
+ end
12
+
8
13
  Xcov::Manager.new(values).run
9
14
  end
10
15
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.201.0'.freeze
2
+ VERSION = '2.203.0'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  RUBOCOP_REQUIREMENT = '1.12.1'.freeze
@@ -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.201.0
20
+ // Generated with fastlane 2.203.0
@@ -260,4 +260,4 @@ public extension DeliverfileProtocol {
260
260
 
261
261
  // Please don't remove the lines below
262
262
  // They are used to detect outdated files
263
- // FastlaneRunnerAPIVersion [0.9.91]
263
+ // FastlaneRunnerAPIVersion [0.9.95]