fastlane 2.210.0 → 2.211.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +100 -100
  3. data/deliver/lib/deliver/app_screenshot.rb +17 -0
  4. data/deliver/lib/deliver/runner.rb +5 -2
  5. data/fastlane/lib/fastlane/actions/docs/build_app.md +5 -5
  6. data/fastlane/lib/fastlane/actions/docs/run_tests.md +1 -1
  7. data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +14 -4
  8. data/fastlane/lib/fastlane/actions/xcode_install.rb +5 -1
  9. data/fastlane/lib/fastlane/actions/xcode_select.rb +1 -1
  10. data/fastlane/lib/fastlane/actions/xcodes.rb +137 -0
  11. data/fastlane/lib/fastlane/actions/xcversion.rb +10 -15
  12. data/fastlane/lib/fastlane/helper/xcodes_helper.rb +28 -0
  13. data/fastlane/lib/fastlane/helper/xcversion_helper.rb +0 -9
  14. data/fastlane/lib/fastlane/version.rb +1 -1
  15. data/fastlane/swift/Deliverfile.swift +1 -1
  16. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  17. data/fastlane/swift/Fastlane.swift +66 -3
  18. data/fastlane/swift/Gymfile.swift +1 -1
  19. data/fastlane/swift/GymfileProtocol.swift +1 -1
  20. data/fastlane/swift/Matchfile.swift +1 -1
  21. data/fastlane/swift/MatchfileProtocol.swift +5 -1
  22. data/fastlane/swift/Precheckfile.swift +1 -1
  23. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  24. data/fastlane/swift/Scanfile.swift +1 -1
  25. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  26. data/fastlane/swift/Screengrabfile.swift +1 -1
  27. data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
  28. data/fastlane/swift/Snapshotfile.swift +1 -1
  29. data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
  30. data/fastlane/swift/formatting/Brewfile.lock.json +20 -15
  31. data/fastlane_core/lib/fastlane_core/cert_checker.rb +2 -2
  32. data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +2 -3
  33. data/frameit/lib/frameit/device.rb +1 -1
  34. data/match/lib/match/change_password.rb +2 -0
  35. data/match/lib/match/commands_generator.rb +2 -1
  36. data/match/lib/match/generator.rb +1 -0
  37. data/match/lib/match/importer.rb +2 -0
  38. data/match/lib/match/migrate.rb +4 -3
  39. data/match/lib/match/nuke.rb +2 -0
  40. data/match/lib/match/options.rb +5 -0
  41. data/match/lib/match/runner.rb +5 -2
  42. data/pilot/lib/pilot/build_manager.rb +5 -2
  43. data/sigh/lib/sigh/options.rb +5 -0
  44. data/sigh/lib/sigh/runner.rb +3 -1
  45. data/snapshot/lib/assets/SnapshotHelper.swift +2 -2
  46. data/spaceship/lib/spaceship/connect_api/models/actor.rb +26 -0
  47. data/spaceship/lib/spaceship/connect_api/models/app_screenshot_set.rb +5 -0
  48. data/spaceship/lib/spaceship/connect_api/models/app_store_version.rb +1 -1
  49. data/spaceship/lib/spaceship/connect_api/models/app_store_version_localization.rb +10 -10
  50. data/spaceship/lib/spaceship/connect_api/models/device.rb +3 -0
  51. data/spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb +29 -0
  52. data/spaceship/lib/spaceship/connect_api/models/resolution_center_thread.rb +67 -0
  53. data/spaceship/lib/spaceship/connect_api/models/review_rejection.rb +19 -0
  54. data/spaceship/lib/spaceship/connect_api/models/review_submission.rb +12 -0
  55. data/spaceship/lib/spaceship/connect_api/token.rb +2 -5
  56. data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +23 -0
  57. data/spaceship/lib/spaceship/connect_api.rb +5 -0
  58. metadata +25 -19
metadata CHANGED
@@ -1,39 +1,39 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.210.0
4
+ version: 2.211.0
5
5
  platform: ruby
6
6
  authors:
7
- - Kohki Miki
8
- - Stefan Natchev
9
- - Maksym Grebenets
10
- - Joshua Liebowitz
7
+ - Josh Holtz
11
8
  - Łukasz Grabowski
9
+ - Stefan Natchev
12
10
  - Jimmy Dee
13
- - Jorge Revuelta H
14
- - Danielle Tomlinson
15
- - Helmut Januschka
16
- - Luka Mirosevic
17
- - Iulian Onofrei
18
- - Manu Wallner
19
11
  - Jérôme Lacoste
12
+ - Daniel Jankowski
20
13
  - Aaron Brager
21
- - Satoshi Namai
22
14
  - Matthew Ellis
23
- - Josh Holtz
24
- - Felix Krause
15
+ - Kohki Miki
16
+ - Iulian Onofrei
17
+ - Roger Oba
25
18
  - Andrew McBurney
26
- - Jan Piotrowski
27
- - Daniel Jankowski
19
+ - Luka Mirosevic
20
+ - Joshua Liebowitz
21
+ - Danielle Tomlinson
22
+ - Maksym Grebenets
23
+ - Helmut Januschka
24
+ - Manu Wallner
28
25
  - Max Ott
29
- - Manish Rathi
26
+ - Jan Piotrowski
30
27
  - Fumiya Nakamura
31
- - Roger Oba
28
+ - Satoshi Namai
32
29
  - Olivier Halligon
30
+ - Felix Krause
31
+ - Jorge Revuelta H
32
+ - Manish Rathi
33
33
  autorequire:
34
34
  bindir: bin
35
35
  cert_chain: []
36
- date: 2022-09-15 00:00:00.000000000 Z
36
+ date: 2022-11-12 00:00:00.000000000 Z
37
37
  dependencies:
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: xcodeproj
@@ -1258,6 +1258,7 @@ files:
1258
1258
  - fastlane/lib/fastlane/actions/xcode_select.rb
1259
1259
  - fastlane/lib/fastlane/actions/xcode_server_get_assets.rb
1260
1260
  - fastlane/lib/fastlane/actions/xcodebuild.rb
1261
+ - fastlane/lib/fastlane/actions/xcodes.rb
1261
1262
  - fastlane/lib/fastlane/actions/xcov.rb
1262
1263
  - fastlane/lib/fastlane/actions/xctool.rb
1263
1264
  - fastlane/lib/fastlane/actions/xcversion.rb
@@ -1289,6 +1290,7 @@ files:
1289
1290
  - fastlane/lib/fastlane/helper/sh_helper.rb
1290
1291
  - fastlane/lib/fastlane/helper/xcodebuild_formatter_helper.rb
1291
1292
  - fastlane/lib/fastlane/helper/xcodeproj_helper.rb
1293
+ - fastlane/lib/fastlane/helper/xcodes_helper.rb
1292
1294
  - fastlane/lib/fastlane/helper/xcversion_helper.rb
1293
1295
  - fastlane/lib/fastlane/junit_generator.rb
1294
1296
  - fastlane/lib/fastlane/lane.rb
@@ -1661,6 +1663,7 @@ files:
1661
1663
  - spaceship/lib/spaceship/connect_api/client.rb
1662
1664
  - spaceship/lib/spaceship/connect_api/file_uploader.rb
1663
1665
  - spaceship/lib/spaceship/connect_api/model.rb
1666
+ - spaceship/lib/spaceship/connect_api/models/actor.rb
1664
1667
  - spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
1665
1668
  - spaceship/lib/spaceship/connect_api/models/app.rb
1666
1669
  - spaceship/lib/spaceship/connect_api/models/app_category.rb
@@ -1711,6 +1714,9 @@ files:
1711
1714
  - spaceship/lib/spaceship/connect_api/models/pre_release_version.rb
1712
1715
  - spaceship/lib/spaceship/connect_api/models/profile.rb
1713
1716
  - spaceship/lib/spaceship/connect_api/models/reset_ratings_request.rb
1717
+ - spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb
1718
+ - spaceship/lib/spaceship/connect_api/models/resolution_center_thread.rb
1719
+ - spaceship/lib/spaceship/connect_api/models/review_rejection.rb
1714
1720
  - spaceship/lib/spaceship/connect_api/models/review_submission.rb
1715
1721
  - spaceship/lib/spaceship/connect_api/models/review_submission_item.rb
1716
1722
  - spaceship/lib/spaceship/connect_api/models/sandbox_tester.rb