fastlane 2.181.0 → 2.182.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +80 -80
  3. data/cert/lib/cert/commands_generator.rb +2 -1
  4. data/deliver/lib/deliver/commands_generator.rb +2 -1
  5. data/deliver/lib/deliver/languages.rb +1 -1
  6. data/deliver/lib/deliver/options.rb +2 -2
  7. data/fastlane/lib/fastlane/actions/actions_helper.rb +2 -2
  8. data/fastlane/lib/fastlane/actions/backup_xcarchive.rb +1 -1
  9. data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +1 -1
  10. data/fastlane/lib/fastlane/actions/docs/frame_screenshots.md +18 -1
  11. data/fastlane/lib/fastlane/actions/git_commit.rb +3 -1
  12. data/fastlane/lib/fastlane/actions/git_submodule_update.rb +16 -8
  13. data/fastlane/lib/fastlane/actions/import_from_git.rb +5 -5
  14. data/fastlane/lib/fastlane/actions/slack.rb +19 -18
  15. data/fastlane/lib/fastlane/actions/upload_symbols_to_crashlytics.rb +4 -2
  16. data/fastlane/lib/fastlane/cli_tools_distributor.rb +1 -1
  17. data/fastlane/lib/fastlane/commands_generator.rb +2 -1
  18. data/fastlane/lib/fastlane/fast_file.rb +10 -2
  19. data/fastlane/lib/fastlane/notification/slack.rb +56 -0
  20. data/fastlane/lib/fastlane/plugins/plugin_info.rb +2 -2
  21. data/fastlane/lib/fastlane/plugins/template/%gem_name%.gemspec.erb +7 -6
  22. data/fastlane/lib/fastlane/plugins/template/.rubocop.yml +30 -35
  23. data/fastlane/lib/fastlane/plugins/template/spec/spec_helper.rb.erb +1 -1
  24. data/fastlane/lib/fastlane/swift_fastlane_function.rb +35 -14
  25. data/fastlane/lib/fastlane/version.rb +2 -2
  26. data/fastlane/swift/Deliverfile.swift +1 -1
  27. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  28. data/fastlane/swift/Fastlane.swift +6613 -3798
  29. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj +4 -0
  30. data/fastlane/swift/Gymfile.swift +1 -1
  31. data/fastlane/swift/GymfileProtocol.swift +1 -1
  32. data/fastlane/swift/Matchfile.swift +1 -1
  33. data/fastlane/swift/MatchfileProtocol.swift +1 -1
  34. data/fastlane/swift/OptionalConfigValue.swift +131 -0
  35. data/fastlane/swift/Precheckfile.swift +1 -1
  36. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  37. data/fastlane/swift/Scanfile.swift +1 -1
  38. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  39. data/fastlane/swift/Screengrabfile.swift +1 -1
  40. data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
  41. data/fastlane/swift/Snapshotfile.swift +1 -1
  42. data/fastlane/swift/SnapshotfileProtocol.swift +5 -1
  43. data/fastlane/swift/formatting/Brewfile.lock.json +12 -12
  44. data/fastlane/swift/upgrade_manifest.json +1 -1
  45. data/fastlane_core/lib/fastlane_core/helper.rb +4 -4
  46. data/fastlane_core/lib/fastlane_core/languages.rb +2 -2
  47. data/fastlane_core/lib/fastlane_core/swag.rb +1 -1
  48. data/fastlane_core/lib/fastlane_core/ui/help.erb +35 -0
  49. data/fastlane_core/lib/fastlane_core/ui/help_formatter.rb +16 -0
  50. data/frameit/lib/frameit/commands_generator.rb +2 -1
  51. data/gym/lib/gym/commands_generator.rb +2 -1
  52. data/match/lib/match/commands_generator.rb +2 -1
  53. data/pem/lib/pem/commands_generator.rb +2 -1
  54. data/pilot/lib/pilot/commands_generator.rb +2 -1
  55. data/pilot/lib/pilot/options.rb +2 -2
  56. data/pilot/lib/pilot/tester_exporter.rb +0 -1
  57. data/pilot/lib/pilot/tester_manager.rb +0 -1
  58. data/precheck/lib/precheck/commands_generator.rb +2 -1
  59. data/produce/lib/produce/commands_generator.rb +2 -1
  60. data/scan/lib/scan/commands_generator.rb +2 -1
  61. data/screengrab/lib/screengrab/commands_generator.rb +2 -1
  62. data/sigh/lib/sigh/commands_generator.rb +2 -1
  63. data/snapshot/lib/assets/SnapfileTemplate +1 -1
  64. data/snapshot/lib/snapshot/commands_generator.rb +3 -1
  65. data/snapshot/lib/snapshot/options.rb +5 -0
  66. data/snapshot/lib/snapshot/simulator_launchers/launcher_configuration.rb +2 -0
  67. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb +1 -1
  68. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +8 -4
  69. data/spaceship/lib/spaceship/base.rb +2 -2
  70. data/spaceship/lib/spaceship/commands_generator.rb +2 -1
  71. data/spaceship/lib/spaceship/connect_api/models/profile.rb +6 -0
  72. data/spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb +6 -2
  73. data/spaceship/lib/spaceship/ui.rb +2 -2
  74. data/supply/lib/supply/commands_generator.rb +2 -1
  75. metadata +51 -66
  76. data/pilot/lib/pilot/tester_util.rb +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.