fastlane 2.199.0 → 2.200.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.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +92 -92
  4. data/deliver/lib/deliver/app_screenshot.rb +7 -0
  5. data/fastlane/lib/fastlane/actions/download_dsyms.rb +1 -1
  6. data/fastlane/lib/fastlane/actions/get_version_number.rb +1 -0
  7. data/fastlane/lib/fastlane/version.rb +1 -1
  8. data/fastlane/swift/Actions.swift +1 -1
  9. data/fastlane/swift/Appfile.swift +1 -1
  10. data/fastlane/swift/ArgumentProcessor.swift +1 -1
  11. data/fastlane/swift/ControlCommand.swift +1 -1
  12. data/fastlane/swift/Deliverfile.swift +2 -2
  13. data/fastlane/swift/DeliverfileProtocol.swift +2 -2
  14. data/fastlane/swift/Fastlane.swift +11 -3
  15. data/fastlane/swift/Gymfile.swift +2 -2
  16. data/fastlane/swift/GymfileProtocol.swift +2 -2
  17. data/fastlane/swift/LaneFileProtocol.swift +1 -1
  18. data/fastlane/swift/MainProcess.swift +1 -1
  19. data/fastlane/swift/Matchfile.swift +2 -2
  20. data/fastlane/swift/MatchfileProtocol.swift +2 -2
  21. data/fastlane/swift/OptionalConfigValue.swift +1 -1
  22. data/fastlane/swift/Plugins.swift +1 -1
  23. data/fastlane/swift/Precheckfile.swift +2 -2
  24. data/fastlane/swift/PrecheckfileProtocol.swift +2 -2
  25. data/fastlane/swift/RubyCommand.swift +1 -1
  26. data/fastlane/swift/RubyCommandable.swift +1 -1
  27. data/fastlane/swift/Runner.swift +1 -1
  28. data/fastlane/swift/RunnerArgument.swift +1 -1
  29. data/fastlane/swift/Scanfile.swift +2 -2
  30. data/fastlane/swift/ScanfileProtocol.swift +2 -2
  31. data/fastlane/swift/Screengrabfile.swift +2 -2
  32. data/fastlane/swift/ScreengrabfileProtocol.swift +2 -2
  33. data/fastlane/swift/Snapshotfile.swift +2 -2
  34. data/fastlane/swift/SnapshotfileProtocol.swift +2 -2
  35. data/fastlane/swift/SocketClient.swift +1 -1
  36. data/fastlane/swift/SocketClientDelegateProtocol.swift +1 -1
  37. data/fastlane/swift/SocketResponse.swift +1 -1
  38. data/fastlane/swift/formatting/Brewfile.lock.json +3 -3
  39. data/fastlane/swift/main.swift +1 -1
  40. data/fastlane_core/lib/fastlane_core/ipa_file_analyser.rb +10 -5
  41. data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +4 -1
  42. data/gym/lib/gym/generators/build_command_generator.rb +1 -1
  43. data/scan/lib/scan/runner.rb +1 -1
  44. data/spaceship/lib/spaceship/connect_api/models/app.rb +43 -0
  45. data/spaceship/lib/spaceship/connect_api/models/app_info.rb +1 -0
  46. data/spaceship/lib/spaceship/connect_api/models/app_screenshot_set.rb +2 -0
  47. data/spaceship/lib/spaceship/connect_api/models/review_submission.rb +73 -0
  48. data/spaceship/lib/spaceship/connect_api/models/review_submission_item.rb +40 -0
  49. data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +83 -0
  50. data/spaceship/lib/spaceship/connect_api.rb +2 -0
  51. data/supply/lib/supply/options.rb +8 -0
  52. data/supply/lib/supply/uploader.rb +6 -2
  53. metadata +22 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fcbdda77dc3e29ac8d1ce7440033a3f95f610e367bbffb6cd9156899993b8311
4
- data.tar.gz: 7eb108144336aa3038db856ae2ac36894095db6e8bf57b1dceb39b2b2e079abd
3
+ metadata.gz: 1f80e15767a649f85c39e5b6d1cd2f0f8e4dee37c81a2c1e38c7b90673c04d68
4
+ data.tar.gz: 41955caa65ee85fe319708bae375070d44562db6717307eebe28b57be5e6f280
5
5
  SHA512:
6
- metadata.gz: 666df49eb19bb007a66bb4105ceb30330c609bd3d1105ed4a6ce295b48a7bdc01335199ec0a59d50fc75ff166d6f66155dbc336f4cfe71b65798a95f330b044c
7
- data.tar.gz: a451304146470f1a8da8c2cdec8329a02b73bba9262641161eb0b884581d48b9cae404ad01e08bdf32d9ab58314bdaf4b645a61c4e50cc8aedf5d9113d2aa015
6
+ metadata.gz: ed42b7966058076011ee4a18eee35e70457f75f80b014623b9097289798304f62fb030ec16befa57c8bc39b0e9e2eb40745bff8341193cdcd32dcc4eaef8d8e0
7
+ data.tar.gz: 3ae156afb0514a3a9d6e310b4610655f421b76e297aece23615c72598af7f4b2dfe7e6bc3ca5658a08aedd5060cba71718dfd049654662f9172ed0d7dc030638
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2015-2021 The Fastlane Authors
3
+ Copyright (c) 2015-2022 The Fastlane Authors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -35,11 +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='manish-rathi'>
39
- <a href='https://github.com/crazymanish'>
40
- <img src='https://github.com/crazymanish.png' width='140px;'>
38
+ <td id='danielle-tomlinson'>
39
+ <a href='https://github.com/endocrimes'>
40
+ <img src='https://github.com/endocrimes.png' width='140px;'>
41
41
  </a>
42
- <h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
42
+ <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
43
43
  </td>
44
44
  <td id='satoshi-namai'>
45
45
  <a href='https://github.com/ainame'>
@@ -47,49 +47,63 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
47
47
  </a>
48
48
  <h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
49
49
  </td>
50
- <td id='matthew-ellis'>
51
- <a href='https://github.com/matthewellis'>
52
- <img src='https://github.com/matthewellis.png' width='140px;'>
50
+ <td id='jorge-revuelta-h'>
51
+ <a href='https://github.com/minuscorp'>
52
+ <img src='https://github.com/minuscorp.png' width='140px;'>
53
53
  </a>
54
- <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
54
+ <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
55
55
  </td>
56
- <td id='helmut-januschka'>
57
- <a href='https://github.com/hjanuschka'>
58
- <img src='https://github.com/hjanuschka.png' width='140px;'>
56
+ <td id='jérôme-lacoste'>
57
+ <a href='https://github.com/lacostej'>
58
+ <img src='https://github.com/lacostej.png' width='140px;'>
59
59
  </a>
60
- <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
60
+ <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
61
61
  </td>
62
- <td id='iulian-onofrei'>
63
- <a href='https://github.com/revolter'>
64
- <img src='https://github.com/revolter.png' width='140px;'>
62
+ <td id='jan-piotrowski'>
63
+ <a href='https://github.com/janpio'>
64
+ <img src='https://github.com/janpio.png' width='140px;'>
65
65
  </a>
66
- <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
66
+ <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
67
67
  </td>
68
68
  </tr>
69
69
  <tr>
70
- <td id='stefan-natchev'>
71
- <a href='https://github.com/snatchev'>
72
- <img src='https://github.com/snatchev.png' width='140px;'>
70
+ <td id='roger-oba'>
71
+ <a href='https://github.com/rogerluan'>
72
+ <img src='https://github.com/rogerluan.png' width='140px;'>
73
73
  </a>
74
- <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
74
+ <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
75
75
  </td>
76
- <td id='andrew-mcburney'>
77
- <a href='https://github.com/armcburney'>
78
- <img src='https://github.com/armcburney.png' width='140px;'>
76
+ <td id='kohki-miki'>
77
+ <a href='https://github.com/giginet'>
78
+ <img src='https://github.com/giginet.png' width='140px;'>
79
79
  </a>
80
- <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
80
+ <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
81
81
  </td>
82
- <td id='daniel-jankowski'>
83
- <a href='https://github.com/mollyIV'>
84
- <img src='https://github.com/mollyIV.png' width='140px;'>
82
+ <td id='olivier-halligon'>
83
+ <a href='https://github.com/AliSoftware'>
84
+ <img src='https://github.com/AliSoftware.png' width='140px;'>
85
85
  </a>
86
- <h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
86
+ <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
87
87
  </td>
88
- <td id='max-ott'>
89
- <a href='https://github.com/max-ott'>
90
- <img src='https://github.com/max-ott.png' width='140px;'>
88
+ <td id='helmut-januschka'>
89
+ <a href='https://github.com/hjanuschka'>
90
+ <img src='https://github.com/hjanuschka.png' width='140px;'>
91
91
  </a>
92
- <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
92
+ <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
93
+ </td>
94
+ <td id='manish-rathi'>
95
+ <a href='https://github.com/crazymanish'>
96
+ <img src='https://github.com/crazymanish.png' width='140px;'>
97
+ </a>
98
+ <h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td id='matthew-ellis'>
103
+ <a href='https://github.com/matthewellis'>
104
+ <img src='https://github.com/matthewellis.png' width='140px;'>
105
+ </a>
106
+ <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
93
107
  </td>
94
108
  <td id='joshua-liebowitz'>
95
109
  <a href='https://github.com/taquitos'>
@@ -97,13 +111,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
97
111
  </a>
98
112
  <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
99
113
  </td>
100
- </tr>
101
- <tr>
102
- <td id='olivier-halligon'>
103
- <a href='https://github.com/AliSoftware'>
104
- <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;'>
105
117
  </a>
106
- <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>
107
119
  </td>
108
120
  <td id='aaron-brager'>
109
121
  <a href='https://github.com/getaaron'>
@@ -111,75 +123,57 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
111
123
  </a>
112
124
  <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
113
125
  </td>
114
- <td id='felix-krause'>
115
- <a href='https://github.com/KrauseFx'>
116
- <img src='https://github.com/KrauseFx.png' width='140px;'>
117
- </a>
118
- <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
119
- </td>
120
- <td id='danielle-tomlinson'>
121
- <a href='https://github.com/endocrimes'>
122
- <img src='https://github.com/endocrimes.png' width='140px;'>
123
- </a>
124
- <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
125
- </td>
126
- <td id='josh-holtz'>
127
- <a href='https://github.com/joshdholtz'>
128
- <img src='https://github.com/joshdholtz.png' width='140px;'>
126
+ <td id='manu-wallner'>
127
+ <a href='https://github.com/milch'>
128
+ <img src='https://github.com/milch.png' width='140px;'>
129
129
  </a>
130
- <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
130
+ <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</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='luka-mirosevic'>
135
+ <a href='https://github.com/lmirosevic'>
136
+ <img src='https://github.com/lmirosevic.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/lmirosevic'>Luka Mirosevic</a></h4>
139
139
  </td>
140
- <td id='jimmy-dee'>
141
- <a href='https://github.com/jdee'>
142
- <img src='https://github.com/jdee.png' width='140px;'>
140
+ <td id='daniel-jankowski'>
141
+ <a href='https://github.com/mollyIV'>
142
+ <img src='https://github.com/mollyIV.png' width='140px;'>
143
143
  </a>
144
- <h4 align='center'>Jimmy Dee</h4>
144
+ <h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
145
145
  </td>
146
- <td id='manu-wallner'>
147
- <a href='https://github.com/milch'>
148
- <img src='https://github.com/milch.png' width='140px;'>
146
+ <td id='felix-krause'>
147
+ <a href='https://github.com/KrauseFx'>
148
+ <img src='https://github.com/KrauseFx.png' width='140px;'>
149
149
  </a>
150
- <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
150
+ <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
151
151
  </td>
152
- <td id='kohki-miki'>
153
- <a href='https://github.com/giginet'>
154
- <img src='https://github.com/giginet.png' width='140px;'>
152
+ <td id='stefan-natchev'>
153
+ <a href='https://github.com/snatchev'>
154
+ <img src='https://github.com/snatchev.png' width='140px;'>
155
155
  </a>
156
- <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
156
+ <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
157
157
  </td>
158
- <td id='jérôme-lacoste'>
159
- <a href='https://github.com/lacostej'>
160
- <img src='https://github.com/lacostej.png' width='140px;'>
158
+ <td id='iulian-onofrei'>
159
+ <a href='https://github.com/revolter'>
160
+ <img src='https://github.com/revolter.png' width='140px;'>
161
161
  </a>
162
- <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
162
+ <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
163
163
  </td>
164
164
  </tr>
165
165
  <tr>
166
- <td id='maksym-grebenets'>
167
- <a href='https://github.com/mgrebenets'>
168
- <img src='https://github.com/mgrebenets.png' width='140px;'>
169
- </a>
170
- <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
171
- </td>
172
- <td id='roger-oba'>
173
- <a href='https://github.com/rogerluan'>
174
- <img src='https://github.com/rogerluan.png' width='140px;'>
166
+ <td id='andrew-mcburney'>
167
+ <a href='https://github.com/armcburney'>
168
+ <img src='https://github.com/armcburney.png' width='140px;'>
175
169
  </a>
176
- <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
170
+ <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
177
171
  </td>
178
- <td id='jan-piotrowski'>
179
- <a href='https://github.com/janpio'>
180
- <img src='https://github.com/janpio.png' width='140px;'>
172
+ <td id='max-ott'>
173
+ <a href='https://github.com/max-ott'>
174
+ <img src='https://github.com/max-ott.png' width='140px;'>
181
175
  </a>
182
- <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
176
+ <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
183
177
  </td>
184
178
  <td id='fumiya-nakamura'>
185
179
  <a href='https://github.com/nafu'>
@@ -187,11 +181,17 @@ 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/nafu003'>Fumiya Nakamura</a></h4>
189
183
  </td>
190
- <td id='luka-mirosevic'>
191
- <a href='https://github.com/lmirosevic'>
192
- <img src='https://github.com/lmirosevic.png' width='140px;'>
184
+ <td id='jimmy-dee'>
185
+ <a href='https://github.com/jdee'>
186
+ <img src='https://github.com/jdee.png' width='140px;'>
193
187
  </a>
194
- <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
188
+ <h4 align='center'>Jimmy Dee</h4>
189
+ </td>
190
+ <td id='maksym-grebenets'>
191
+ <a href='https://github.com/mgrebenets'>
192
+ <img src='https://github.com/mgrebenets.png' width='140px;'>
193
+ </a>
194
+ <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
195
195
  </td>
196
196
  </tr>
197
197
  </table>
@@ -63,6 +63,8 @@ module Deliver
63
63
  IOS_APPLE_WATCH = "iOS-Apple-Watch"
64
64
  # Apple Watch Series 4
65
65
  IOS_APPLE_WATCH_SERIES4 = "iOS-Apple-Watch-Series4"
66
+ # Apple Watch Series 7
67
+ IOS_APPLE_WATCH_SERIES7 = "iOS-Apple-Watch-Series7"
66
68
 
67
69
  # Apple TV
68
70
  APPLE_TV = "Apple-TV"
@@ -117,6 +119,7 @@ module Deliver
117
119
  ScreenSize::MAC => Spaceship::ConnectAPI::AppScreenshotSet::DisplayType::APP_DESKTOP,
118
120
  ScreenSize::IOS_APPLE_WATCH => Spaceship::ConnectAPI::AppScreenshotSet::DisplayType::APP_WATCH_SERIES_3,
119
121
  ScreenSize::IOS_APPLE_WATCH_SERIES4 => Spaceship::ConnectAPI::AppScreenshotSet::DisplayType::APP_WATCH_SERIES_4,
122
+ ScreenSize::IOS_APPLE_WATCH_SERIES7 => Spaceship::ConnectAPI::AppScreenshotSet::DisplayType::APP_WATCH_SERIES_7,
120
123
  ScreenSize::APPLE_TV => Spaceship::ConnectAPI::AppScreenshotSet::DisplayType::APP_APPLE_TV
121
124
  }
122
125
  return matching[self.screen_size]
@@ -151,6 +154,7 @@ module Deliver
151
154
  ScreenSize::MAC => "Mac",
152
155
  ScreenSize::IOS_APPLE_WATCH => "Watch",
153
156
  ScreenSize::IOS_APPLE_WATCH_SERIES4 => "Watch Series4",
157
+ ScreenSize::IOS_APPLE_WATCH_SERIES7 => "Watch Series7",
154
158
  ScreenSize::APPLE_TV => "Apple TV"
155
159
  }
156
160
  return matching[self.screen_size]
@@ -313,6 +317,9 @@ module Deliver
313
317
  ScreenSize::IOS_APPLE_WATCH_SERIES4 => [
314
318
  [368, 448]
315
319
  ],
320
+ ScreenSize::IOS_APPLE_WATCH_SERIES7 => [
321
+ [396, 484]
322
+ ],
316
323
  ScreenSize::APPLE_TV => [
317
324
  [1920, 1080],
318
325
  [3840, 2160]
@@ -101,7 +101,7 @@ module Fastlane
101
101
 
102
102
  if after_uploaded_date && after_uploaded_date >= uploaded_date
103
103
  UI.verbose("Upload date #{after_uploaded_date} not reached: #{uploaded_date}")
104
- next
104
+ break
105
105
  end
106
106
 
107
107
  message = []
@@ -138,6 +138,7 @@ module Fastlane
138
138
  plist = Xcodeproj::Plist.read_from_path(plist_file)
139
139
  UI.user_error!("Unable to read plist: #{plist_file}") unless plist
140
140
 
141
+ return '${MARKETING_VERSION}' if plist["CFBundleShortVersionString"].nil?
141
142
  plist["CFBundleShortVersionString"]
142
143
  end
143
144
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.199.0'.freeze
2
+ VERSION = '2.200.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
@@ -1,5 +1,5 @@
1
1
  // Actions.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  // This autogenerated file will be overwritten or replaced when running "fastlane generate_swift"
5
5
  //
@@ -1,5 +1,5 @@
1
1
  // Appfile.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  var appIdentifier: String { return "" } // The bundle identifier of your app
5
5
  var appleID: String { return "" } // Your Apple email address
@@ -1,5 +1,5 @@
1
1
  // ArgumentProcessor.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  //
5
5
  // ** NOTE **
@@ -1,5 +1,5 @@
1
1
  // ControlCommand.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  //
5
5
  // ** NOTE **
@@ -1,5 +1,5 @@
1
1
  // Deliverfile.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 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.199.0
20
+ // Generated with fastlane 2.200.0
@@ -1,5 +1,5 @@
1
1
  // DeliverfileProtocol.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  public protocol DeliverfileProtocol: class {
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)
@@ -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.89]
263
+ // FastlaneRunnerAPIVersion [0.9.90]
@@ -1,5 +1,5 @@
1
1
  // Fastlane.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  import Foundation
5
5
  /**
@@ -10708,6 +10708,7 @@ public func ssh(username: String,
10708
10708
  - skipUploadImages: Whether to skip uploading images, screenshots not included
10709
10709
  - skipUploadScreenshots: Whether to skip uploading SCREENSHOTS
10710
10710
  - trackPromoteTo: The track to promote to. The default available tracks are: production, beta, alpha, internal
10711
+ - trackPromoteReleaseStatus: Promoted track release status (used when promoting a track) - valid values are completed, draft, halted, inProgress
10711
10712
  - validateOnly: Only validate changes with Google Play rather than actually publish
10712
10713
  - mapping: Path to the mapping file to upload (mapping.txt or native-debug-symbols.zip alike)
10713
10714
  - mappingPaths: An array of paths to mapping files to upload (mapping.txt or native-debug-symbols.zip alike)
@@ -10749,6 +10750,7 @@ public func supply(packageName: String,
10749
10750
  skipUploadImages: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10750
10751
  skipUploadScreenshots: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10751
10752
  trackPromoteTo: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10753
+ trackPromoteReleaseStatus: String = "completed",
10752
10754
  validateOnly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
10753
10755
  mapping: OptionalConfigValue<String?> = .fastlaneDefault(nil),
10754
10756
  mappingPaths: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
@@ -10788,6 +10790,7 @@ public func supply(packageName: String,
10788
10790
  let skipUploadImagesArg = skipUploadImages.asRubyArgument(name: "skip_upload_images", type: nil)
10789
10791
  let skipUploadScreenshotsArg = skipUploadScreenshots.asRubyArgument(name: "skip_upload_screenshots", type: nil)
10790
10792
  let trackPromoteToArg = trackPromoteTo.asRubyArgument(name: "track_promote_to", type: nil)
10793
+ let trackPromoteReleaseStatusArg = RubyCommand.Argument(name: "track_promote_release_status", value: trackPromoteReleaseStatus, type: nil)
10791
10794
  let validateOnlyArg = validateOnly.asRubyArgument(name: "validate_only", type: nil)
10792
10795
  let mappingArg = mapping.asRubyArgument(name: "mapping", type: nil)
10793
10796
  let mappingPathsArg = mappingPaths.asRubyArgument(name: "mapping_paths", type: nil)
@@ -10826,6 +10829,7 @@ public func supply(packageName: String,
10826
10829
  skipUploadImagesArg,
10827
10830
  skipUploadScreenshotsArg,
10828
10831
  trackPromoteToArg,
10832
+ trackPromoteReleaseStatusArg,
10829
10833
  validateOnlyArg,
10830
10834
  mappingArg,
10831
10835
  mappingPathsArg,
@@ -12352,6 +12356,7 @@ public func uploadToAppStore(apiKeyPath: OptionalConfigValue<String?> = .fastlan
12352
12356
  - skipUploadImages: Whether to skip uploading images, screenshots not included
12353
12357
  - skipUploadScreenshots: Whether to skip uploading SCREENSHOTS
12354
12358
  - trackPromoteTo: The track to promote to. The default available tracks are: production, beta, alpha, internal
12359
+ - trackPromoteReleaseStatus: Promoted track release status (used when promoting a track) - valid values are completed, draft, halted, inProgress
12355
12360
  - validateOnly: Only validate changes with Google Play rather than actually publish
12356
12361
  - mapping: Path to the mapping file to upload (mapping.txt or native-debug-symbols.zip alike)
12357
12362
  - mappingPaths: An array of paths to mapping files to upload (mapping.txt or native-debug-symbols.zip alike)
@@ -12393,6 +12398,7 @@ public func uploadToPlayStore(packageName: String,
12393
12398
  skipUploadImages: OptionalConfigValue<Bool> = .fastlaneDefault(false),
12394
12399
  skipUploadScreenshots: OptionalConfigValue<Bool> = .fastlaneDefault(false),
12395
12400
  trackPromoteTo: OptionalConfigValue<String?> = .fastlaneDefault(nil),
12401
+ trackPromoteReleaseStatus: String = "completed",
12396
12402
  validateOnly: OptionalConfigValue<Bool> = .fastlaneDefault(false),
12397
12403
  mapping: OptionalConfigValue<String?> = .fastlaneDefault(nil),
12398
12404
  mappingPaths: OptionalConfigValue<[String]?> = .fastlaneDefault(nil),
@@ -12432,6 +12438,7 @@ public func uploadToPlayStore(packageName: String,
12432
12438
  let skipUploadImagesArg = skipUploadImages.asRubyArgument(name: "skip_upload_images", type: nil)
12433
12439
  let skipUploadScreenshotsArg = skipUploadScreenshots.asRubyArgument(name: "skip_upload_screenshots", type: nil)
12434
12440
  let trackPromoteToArg = trackPromoteTo.asRubyArgument(name: "track_promote_to", type: nil)
12441
+ let trackPromoteReleaseStatusArg = RubyCommand.Argument(name: "track_promote_release_status", value: trackPromoteReleaseStatus, type: nil)
12435
12442
  let validateOnlyArg = validateOnly.asRubyArgument(name: "validate_only", type: nil)
12436
12443
  let mappingArg = mapping.asRubyArgument(name: "mapping", type: nil)
12437
12444
  let mappingPathsArg = mappingPaths.asRubyArgument(name: "mapping_paths", type: nil)
@@ -12470,6 +12477,7 @@ public func uploadToPlayStore(packageName: String,
12470
12477
  skipUploadImagesArg,
12471
12478
  skipUploadScreenshotsArg,
12472
12479
  trackPromoteToArg,
12480
+ trackPromoteReleaseStatusArg,
12473
12481
  validateOnlyArg,
12474
12482
  mappingArg,
12475
12483
  mappingPathsArg,
@@ -13084,7 +13092,7 @@ public func xcov(workspace: OptionalConfigValue<String?> = .fastlaneDefault(nil)
13084
13092
  coverallsServiceJobId: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13085
13093
  coverallsRepoToken: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13086
13094
  xcconfig: OptionalConfigValue<String?> = .fastlaneDefault(nil),
13087
- ideFoundationPath: String = "/Applications/Xcode-13.1.0.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13095
+ ideFoundationPath: String = "/Applications/Xcode-13.2.1.app/Contents/Developer/../Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation",
13088
13096
  legacySupport: OptionalConfigValue<Bool> = .fastlaneDefault(false))
13089
13097
  {
13090
13098
  let workspaceArg = workspace.asRubyArgument(name: "workspace", type: nil)
@@ -13287,4 +13295,4 @@ public let snapshotfile: Snapshotfile = .init()
13287
13295
 
13288
13296
  // Please don't remove the lines below
13289
13297
  // They are used to detect outdated files
13290
- // FastlaneRunnerAPIVersion [0.9.142]
13298
+ // FastlaneRunnerAPIVersion [0.9.143]
@@ -1,5 +1,5 @@
1
1
  // Gymfile.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 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.199.0
20
+ // Generated with fastlane 2.200.0
@@ -1,5 +1,5 @@
1
1
  // GymfileProtocol.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  public protocol GymfileProtocol: class {
5
5
  /// Path to the workspace file
@@ -200,4 +200,4 @@ public extension GymfileProtocol {
200
200
 
201
201
  // Please don't remove the lines below
202
202
  // They are used to detect outdated files
203
- // FastlaneRunnerAPIVersion [0.9.92]
203
+ // FastlaneRunnerAPIVersion [0.9.93]
@@ -1,5 +1,5 @@
1
1
  // LaneFileProtocol.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  //
5
5
  // ** NOTE **
@@ -1,5 +1,5 @@
1
1
  // MainProcess.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  //
5
5
  // ** NOTE **
@@ -1,5 +1,5 @@
1
1
  // Matchfile.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 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.199.0
20
+ // Generated with fastlane 2.200.0
@@ -1,5 +1,5 @@
1
1
  // MatchfileProtocol.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  public protocol MatchfileProtocol: class {
5
5
  /// Define the profile type, can be appstore, adhoc, development, enterprise, developer_id, mac_installer_distribution
@@ -192,4 +192,4 @@ public extension MatchfileProtocol {
192
192
 
193
193
  // Please don't remove the lines below
194
194
  // They are used to detect outdated files
195
- // FastlaneRunnerAPIVersion [0.9.86]
195
+ // FastlaneRunnerAPIVersion [0.9.87]
@@ -1,5 +1,5 @@
1
1
  // OptionalConfigValue.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  //
5
5
  // ** NOTE **
@@ -1,5 +1,5 @@
1
1
  // Plugins.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  // This autogenerated file will be overwritten or replaced when installing/updating plugins or running "fastlane generate_swift"
5
5
  //
@@ -1,5 +1,5 @@
1
1
  // Precheckfile.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 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.199.0
20
+ // Generated with fastlane 2.200.0
@@ -1,5 +1,5 @@
1
1
  // PrecheckfileProtocol.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  public protocol PrecheckfileProtocol: class {
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)
@@ -52,4 +52,4 @@ public extension PrecheckfileProtocol {
52
52
 
53
53
  // Please don't remove the lines below
54
54
  // They are used to detect outdated files
55
- // FastlaneRunnerAPIVersion [0.9.85]
55
+ // FastlaneRunnerAPIVersion [0.9.86]
@@ -1,5 +1,5 @@
1
1
  // RubyCommand.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  //
5
5
  // ** NOTE **
@@ -1,5 +1,5 @@
1
1
  // RubyCommandable.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  //
5
5
  // ** NOTE **
@@ -1,5 +1,5 @@
1
1
  // Runner.swift
2
- // Copyright (c) 2021 FastlaneTools
2
+ // Copyright (c) 2022 FastlaneTools
3
3
 
4
4
  //
5
5
  // ** NOTE **