fastlane 2.221.1 → 2.223.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 (57) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +98 -98
  3. data/deliver/lib/deliver/options.rb +1 -1
  4. data/deliver/lib/deliver/runner.rb +11 -2
  5. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +1 -1
  6. data/fastlane/lib/fastlane/actions/changelog_from_git_commits.rb +7 -3
  7. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +1 -0
  8. data/fastlane/lib/fastlane/actions/download_dsyms.rb +2 -2
  9. data/fastlane/lib/fastlane/actions/ensure_git_status_clean.rb +16 -1
  10. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +1 -1
  11. data/fastlane/lib/fastlane/actions/set_changelog.rb +3 -3
  12. data/fastlane/lib/fastlane/actions/slack.rb +9 -2
  13. data/fastlane/lib/fastlane/actions/testfairy.rb +9 -1
  14. data/fastlane/lib/fastlane/fast_file.rb +8 -2
  15. data/fastlane/lib/fastlane/helper/git_helper.rb +4 -2
  16. data/fastlane/lib/fastlane/notification/slack.rb +3 -2
  17. data/fastlane/lib/fastlane/version.rb +1 -1
  18. data/fastlane/swift/Deliverfile.swift +1 -1
  19. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  20. data/fastlane/swift/Fastlane.swift +81 -21
  21. data/fastlane/swift/Gymfile.swift +1 -1
  22. data/fastlane/swift/GymfileProtocol.swift +5 -1
  23. data/fastlane/swift/Matchfile.swift +1 -1
  24. data/fastlane/swift/MatchfileProtocol.swift +5 -1
  25. data/fastlane/swift/Precheckfile.swift +1 -1
  26. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  27. data/fastlane/swift/Scanfile.swift +1 -1
  28. data/fastlane/swift/ScanfileProtocol.swift +5 -1
  29. data/fastlane/swift/Screengrabfile.swift +1 -1
  30. data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
  31. data/fastlane/swift/Snapshotfile.swift +1 -1
  32. data/fastlane/swift/SnapshotfileProtocol.swift +5 -1
  33. data/fastlane/swift/formatting/Brewfile.lock.json +24 -19
  34. data/fastlane/swift/formatting/Rakefile +1 -0
  35. data/fastlane_core/lib/fastlane_core/project.rb +1 -0
  36. data/gym/lib/gym/generators/build_command_generator.rb +1 -1
  37. data/gym/lib/gym/options.rb +10 -1
  38. data/match/lib/match/change_password.rb +2 -1
  39. data/match/lib/match/encryption/encryption.rb +2 -2
  40. data/match/lib/match/encryption/openssl.rb +10 -5
  41. data/match/lib/match/importer.rb +2 -1
  42. data/match/lib/match/nuke.rb +2 -1
  43. data/match/lib/match/options.rb +5 -0
  44. data/match/lib/match/runner.rb +2 -1
  45. data/pilot/lib/pilot/build_manager.rb +9 -0
  46. data/scan/lib/scan/module.rb +1 -1
  47. data/scan/lib/scan/options.rb +10 -1
  48. data/snapshot/lib/snapshot/options.rb +9 -0
  49. data/spaceship/lib/spaceship/connect_api/models/app.rb +10 -0
  50. data/spaceship/lib/spaceship/connect_api/models/app_availability.rb +23 -0
  51. data/spaceship/lib/spaceship/connect_api/models/territory_availability.rb +62 -0
  52. data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +9 -0
  53. data/spaceship/lib/spaceship/connect_api.rb +2 -0
  54. data/spaceship/lib/spaceship/tunes/application.rb +1 -1
  55. data/spaceship/lib/spaceship/tunes/tunes_client.rb +2 -0
  56. data/trainer/lib/trainer/test_parser.rb +27 -2
  57. metadata +22 -20
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.221.1
4
+ version: 2.223.0
5
5
  platform: ruby
6
6
  authors:
7
+ - Manish Rathi
8
+ - Daniel Jankowski
9
+ - Jimmy Dee
10
+ - Iulian Onofrei
7
11
  - Aaron Brager
8
- - Jan Piotrowski
9
- - Roger Oba
10
- - Luka Mirosevic
11
- - Jérôme Lacoste
12
- - Andrew McBurney
13
12
  - Helmut Januschka
14
- - Joshua Liebowitz
13
+ - Jorge Revuelta H
15
14
  - Maksym Grebenets
16
- - Łukasz Grabowski
17
- - Matthew Ellis
18
- - Josh Holtz
15
+ - Max Ott
16
+ - Kohki Miki
19
17
  - Satoshi Namai
20
- - Jimmy Dee
21
- - Iulian Onofrei
22
- - Olivier Halligon
18
+ - Josh Holtz
19
+ - Luka Mirosevic
23
20
  - Fumiya Nakamura
24
21
  - Manu Wallner
25
- - Danielle Tomlinson
22
+ - Roger Oba
26
23
  - Felix Krause
24
+ - Joshua Liebowitz
27
25
  - Stefan Natchev
28
- - Kohki Miki
29
- - Jorge Revuelta H
30
- - Max Ott
31
- - Manish Rathi
32
- - Daniel Jankowski
26
+ - Jérôme Lacoste
27
+ - Matthew Ellis
28
+ - Andrew McBurney
29
+ - Łukasz Grabowski
30
+ - Jan Piotrowski
31
+ - Danielle Tomlinson
32
+ - Olivier Halligon
33
33
  autorequire:
34
34
  bindir: bin
35
35
  cert_chain: []
36
- date: 2024-06-19 00:00:00.000000000 Z
36
+ date: 2024-09-26 00:00:00.000000000 Z
37
37
  dependencies:
38
38
  - !ruby/object:Gem::Dependency
39
39
  name: addressable
@@ -1456,6 +1456,7 @@ files:
1456
1456
  - spaceship/lib/spaceship/connect_api/models/actor.rb
1457
1457
  - spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
1458
1458
  - spaceship/lib/spaceship/connect_api/models/app.rb
1459
+ - spaceship/lib/spaceship/connect_api/models/app_availability.rb
1459
1460
  - spaceship/lib/spaceship/connect_api/models/app_category.rb
1460
1461
  - spaceship/lib/spaceship/connect_api/models/app_data_usage.rb
1461
1462
  - spaceship/lib/spaceship/connect_api/models/app_data_usage_category.rb
@@ -1511,6 +1512,7 @@ files:
1511
1512
  - spaceship/lib/spaceship/connect_api/models/review_submission_item.rb
1512
1513
  - spaceship/lib/spaceship/connect_api/models/sandbox_tester.rb
1513
1514
  - spaceship/lib/spaceship/connect_api/models/territory.rb
1515
+ - spaceship/lib/spaceship/connect_api/models/territory_availability.rb
1514
1516
  - spaceship/lib/spaceship/connect_api/models/user.rb
1515
1517
  - spaceship/lib/spaceship/connect_api/models/user_invitation.rb
1516
1518
  - spaceship/lib/spaceship/connect_api/provisioning/client.rb