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.
- checksums.yaml +4 -4
 - data/README.md +98 -98
 - data/deliver/lib/deliver/options.rb +1 -1
 - data/deliver/lib/deliver/runner.rb +11 -2
 - data/fastlane/lib/fastlane/actions/app_store_build_number.rb +1 -1
 - data/fastlane/lib/fastlane/actions/changelog_from_git_commits.rb +7 -3
 - data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +1 -0
 - data/fastlane/lib/fastlane/actions/download_dsyms.rb +2 -2
 - data/fastlane/lib/fastlane/actions/ensure_git_status_clean.rb +16 -1
 - data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +1 -1
 - data/fastlane/lib/fastlane/actions/set_changelog.rb +3 -3
 - data/fastlane/lib/fastlane/actions/slack.rb +9 -2
 - data/fastlane/lib/fastlane/actions/testfairy.rb +9 -1
 - data/fastlane/lib/fastlane/fast_file.rb +8 -2
 - data/fastlane/lib/fastlane/helper/git_helper.rb +4 -2
 - data/fastlane/lib/fastlane/notification/slack.rb +3 -2
 - 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 +81 -21
 - data/fastlane/swift/Gymfile.swift +1 -1
 - data/fastlane/swift/GymfileProtocol.swift +5 -1
 - data/fastlane/swift/Matchfile.swift +1 -1
 - data/fastlane/swift/MatchfileProtocol.swift +5 -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/swift/formatting/Brewfile.lock.json +24 -19
 - data/fastlane/swift/formatting/Rakefile +1 -0
 - data/fastlane_core/lib/fastlane_core/project.rb +1 -0
 - data/gym/lib/gym/generators/build_command_generator.rb +1 -1
 - data/gym/lib/gym/options.rb +10 -1
 - data/match/lib/match/change_password.rb +2 -1
 - data/match/lib/match/encryption/encryption.rb +2 -2
 - data/match/lib/match/encryption/openssl.rb +10 -5
 - data/match/lib/match/importer.rb +2 -1
 - data/match/lib/match/nuke.rb +2 -1
 - data/match/lib/match/options.rb +5 -0
 - data/match/lib/match/runner.rb +2 -1
 - data/pilot/lib/pilot/build_manager.rb +9 -0
 - data/scan/lib/scan/module.rb +1 -1
 - data/scan/lib/scan/options.rb +10 -1
 - data/snapshot/lib/snapshot/options.rb +9 -0
 - data/spaceship/lib/spaceship/connect_api/models/app.rb +10 -0
 - data/spaceship/lib/spaceship/connect_api/models/app_availability.rb +23 -0
 - data/spaceship/lib/spaceship/connect_api/models/territory_availability.rb +62 -0
 - data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +9 -0
 - data/spaceship/lib/spaceship/connect_api.rb +2 -0
 - data/spaceship/lib/spaceship/tunes/application.rb +1 -1
 - data/spaceship/lib/spaceship/tunes/tunes_client.rb +2 -0
 - data/trainer/lib/trainer/test_parser.rb +27 -2
 - 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. 
     | 
| 
      
 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 
     | 
    
         
            -
            -  
     | 
| 
      
 13 
     | 
    
         
            +
            - Jorge Revuelta H
         
     | 
| 
       15 
14 
     | 
    
         
             
            - Maksym Grebenets
         
     | 
| 
       16 
     | 
    
         
            -
            -  
     | 
| 
       17 
     | 
    
         
            -
            -  
     | 
| 
       18 
     | 
    
         
            -
            - Josh Holtz
         
     | 
| 
      
 15 
     | 
    
         
            +
            - Max Ott
         
     | 
| 
      
 16 
     | 
    
         
            +
            - Kohki Miki
         
     | 
| 
       19 
17 
     | 
    
         
             
            - Satoshi Namai
         
     | 
| 
       20 
     | 
    
         
            -
            -  
     | 
| 
       21 
     | 
    
         
            -
            -  
     | 
| 
       22 
     | 
    
         
            -
            - Olivier Halligon
         
     | 
| 
      
 18 
     | 
    
         
            +
            - Josh Holtz
         
     | 
| 
      
 19 
     | 
    
         
            +
            - Luka Mirosevic
         
     | 
| 
       23 
20 
     | 
    
         
             
            - Fumiya Nakamura
         
     | 
| 
       24 
21 
     | 
    
         
             
            - Manu Wallner
         
     | 
| 
       25 
     | 
    
         
            -
            -  
     | 
| 
      
 22 
     | 
    
         
            +
            - Roger Oba
         
     | 
| 
       26 
23 
     | 
    
         
             
            - Felix Krause
         
     | 
| 
      
 24 
     | 
    
         
            +
            - Joshua Liebowitz
         
     | 
| 
       27 
25 
     | 
    
         
             
            - Stefan Natchev
         
     | 
| 
       28 
     | 
    
         
            -
            -  
     | 
| 
       29 
     | 
    
         
            -
            -  
     | 
| 
       30 
     | 
    
         
            -
            -  
     | 
| 
       31 
     | 
    
         
            -
            -  
     | 
| 
       32 
     | 
    
         
            -
            -  
     | 
| 
      
 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- 
     | 
| 
      
 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
         
     |