fastlane 2.133.0 → 2.136.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 (67) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +78 -78
  3. data/fastlane/lib/fastlane/action.rb +1 -1
  4. data/fastlane/lib/fastlane/actions/actions_helper.rb +1 -1
  5. data/fastlane/lib/fastlane/actions/carthage.rb +7 -0
  6. data/fastlane/lib/fastlane/actions/cocoapods.rb +24 -2
  7. data/fastlane/lib/fastlane/actions/deploygate.rb +1 -1
  8. data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +38 -4
  9. data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +1 -1
  10. data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +4 -2
  11. data/fastlane/lib/fastlane/actions/docs/upload_to_play_store.md +26 -2
  12. data/fastlane/lib/fastlane/actions/download_dsyms.rb +26 -3
  13. data/fastlane/lib/fastlane/actions/download_from_play_store.rb +1 -1
  14. data/fastlane/lib/fastlane/actions/get_version_number.rb +10 -4
  15. data/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb +5 -1
  16. data/fastlane/lib/fastlane/actions/sonar.rb +16 -0
  17. data/fastlane/lib/fastlane/actions/testfairy.rb +1 -1
  18. data/fastlane/lib/fastlane/actions/update_fastlane.rb +9 -49
  19. data/fastlane/lib/fastlane/actions/update_keychain_access_groups.rb +94 -0
  20. data/fastlane/lib/fastlane/environment_printer.rb +9 -3
  21. data/fastlane/lib/fastlane/fast_file.rb +3 -2
  22. data/fastlane/lib/fastlane/lane_manager.rb +1 -1
  23. data/fastlane/lib/fastlane/plugins/plugin_manager.rb +12 -2
  24. data/fastlane/lib/fastlane/plugins/template/.rubocop.yml +2 -0
  25. data/fastlane/lib/fastlane/runner.rb +2 -2
  26. data/fastlane/lib/fastlane/swift_fastlane_function.rb +9 -0
  27. data/fastlane/lib/fastlane/version.rb +1 -1
  28. data/fastlane/swift/Deliverfile.swift +1 -1
  29. data/fastlane/swift/Fastlane.swift +124 -36
  30. data/fastlane/swift/Gymfile.swift +1 -1
  31. data/fastlane/swift/Matchfile.swift +1 -1
  32. data/fastlane/swift/MatchfileProtocol.swift +2 -2
  33. data/fastlane/swift/Precheckfile.swift +1 -1
  34. data/fastlane/swift/Scanfile.swift +1 -1
  35. data/fastlane/swift/Screengrabfile.swift +1 -1
  36. data/fastlane/swift/ScreengrabfileProtocol.swift +22 -2
  37. data/fastlane/swift/Snapshotfile.swift +1 -1
  38. data/fastlane_core/lib/fastlane_core/configuration/commander_generator.rb +3 -3
  39. data/fastlane_core/lib/fastlane_core/configuration/configuration.rb +1 -1
  40. data/fastlane_core/lib/fastlane_core/device_manager.rb +1 -1
  41. data/fastlane_core/lib/fastlane_core/swag.rb +1 -1
  42. data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +1 -1
  43. data/match/lib/match/importer.rb +1 -1
  44. data/scan/lib/scan/error_handler.rb +9 -4
  45. data/scan/lib/scan/runner.rb +1 -1
  46. data/screengrab/lib/screengrab/module.rb +2 -0
  47. data/screengrab/lib/screengrab/options.rb +33 -11
  48. data/screengrab/lib/screengrab/runner.rb +64 -24
  49. data/sigh/lib/assets/resign.sh +2 -2
  50. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb +1 -1
  51. data/spaceship/lib/spaceship/client.rb +2 -2
  52. data/supply/lib/supply.rb +23 -0
  53. data/supply/lib/supply/.uploader.rb.swp +0 -0
  54. data/supply/lib/supply/client.rb +101 -55
  55. data/supply/lib/supply/options.rb +50 -14
  56. data/supply/lib/supply/release_listing.rb +18 -0
  57. data/supply/lib/supply/setup.rb +42 -34
  58. data/supply/lib/supply/uploader.rb +191 -93
  59. metadata +32 -37
  60. data/fastlane/lib/fastlane/actions/.hockey.rb.swp +0 -0
  61. data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
  62. data/fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp +0 -0
  63. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  64. data/gym/lib/gym/.runner.rb.swp +0 -0
  65. data/pilot/lib/pilot/.manager.rb.swp +0 -0
  66. data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
  67. data/spaceship/lib/spaceship/portal/.certificate.rb.swp +0 -0
metadata CHANGED
@@ -1,33 +1,33 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.133.0
4
+ version: 2.136.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danielle Tomlinson
8
- - Fumiya Nakamura
9
- - Felix Krause
10
- - Maksym Grebenets
11
- - Helmut Januschka
12
- - Jorge Revuelta H
13
- - Stefan Natchev
14
- - Andrew McBurney
15
- - Kohki Miki
16
- - Matthew Ellis
17
- - Luka Mirosevic
18
8
  - Jimmy Dee
19
- - Manu Wallner
9
+ - Helmut Januschka
20
10
  - Olivier Halligon
21
11
  - Joshua Liebowitz
22
- - Jan Piotrowski
23
12
  - Josh Holtz
24
- - Iulian Onofrei
13
+ - Manu Wallner
14
+ - Jan Piotrowski
15
+ - Kohki Miki
16
+ - Stefan Natchev
17
+ - Jorge Revuelta H
18
+ - Fumiya Nakamura
25
19
  - Jérôme Lacoste
20
+ - Felix Krause
21
+ - Maksym Grebenets
22
+ - Iulian Onofrei
23
+ - Matthew Ellis
26
24
  - Aaron Brager
25
+ - Luka Mirosevic
26
+ - Andrew McBurney
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-10-02 00:00:00.000000000 Z
30
+ date: 2019-11-15 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: slack-notifier
@@ -340,47 +340,47 @@ dependencies:
340
340
  - !ruby/object:Gem::Version
341
341
  version: 1.0.0
342
342
  - !ruby/object:Gem::Dependency
343
- name: faraday
343
+ name: faraday-cookie_jar
344
344
  requirement: !ruby/object:Gem::Requirement
345
345
  requirements:
346
- - - "<"
346
+ - - "~>"
347
347
  - !ruby/object:Gem::Version
348
- version: 0.16.0
348
+ version: 0.0.6
349
349
  type: :runtime
350
350
  prerelease: false
351
351
  version_requirements: !ruby/object:Gem::Requirement
352
352
  requirements:
353
- - - "<"
353
+ - - "~>"
354
354
  - !ruby/object:Gem::Version
355
- version: 0.16.0
355
+ version: 0.0.6
356
356
  - !ruby/object:Gem::Dependency
357
- name: faraday_middleware
357
+ name: faraday
358
358
  requirement: !ruby/object:Gem::Requirement
359
359
  requirements:
360
- - - "<"
360
+ - - "~>"
361
361
  - !ruby/object:Gem::Version
362
- version: 0.16.0
362
+ version: '0.17'
363
363
  type: :runtime
364
364
  prerelease: false
365
365
  version_requirements: !ruby/object:Gem::Requirement
366
366
  requirements:
367
- - - "<"
367
+ - - "~>"
368
368
  - !ruby/object:Gem::Version
369
- version: 0.16.0
369
+ version: '0.17'
370
370
  - !ruby/object:Gem::Dependency
371
- name: faraday-cookie_jar
371
+ name: faraday_middleware
372
372
  requirement: !ruby/object:Gem::Requirement
373
373
  requirements:
374
374
  - - "~>"
375
375
  - !ruby/object:Gem::Version
376
- version: 0.0.6
376
+ version: 0.13.1
377
377
  type: :runtime
378
378
  prerelease: false
379
379
  version_requirements: !ruby/object:Gem::Requirement
380
380
  requirements:
381
381
  - - "~>"
382
382
  - !ruby/object:Gem::Version
383
- version: 0.0.6
383
+ version: 0.13.1
384
384
  - !ruby/object:Gem::Dependency
385
385
  name: fastimage
386
386
  requirement: !ruby/object:Gem::Requirement
@@ -986,9 +986,6 @@ files:
986
986
  - fastlane/lib/fastlane.rb
987
987
  - fastlane/lib/fastlane/action.rb
988
988
  - fastlane/lib/fastlane/action_collector.rb
989
- - fastlane/lib/fastlane/actions/.hockey.rb.swp
990
- - fastlane/lib/fastlane/actions/.slack.rb.swp
991
- - fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
992
989
  - fastlane/lib/fastlane/actions/README.md
993
990
  - fastlane/lib/fastlane/actions/actions_helper.rb
994
991
  - fastlane/lib/fastlane/actions/adb.rb
@@ -1198,6 +1195,7 @@ files:
1198
1195
  - fastlane/lib/fastlane/actions/update_fastlane.rb
1199
1196
  - fastlane/lib/fastlane/actions/update_icloud_container_identifiers.rb
1200
1197
  - fastlane/lib/fastlane/actions/update_info_plist.rb
1198
+ - fastlane/lib/fastlane/actions/update_keychain_access_groups.rb
1201
1199
  - fastlane/lib/fastlane/actions/update_plist.rb
1202
1200
  - fastlane/lib/fastlane/actions/update_project_code_signing.rb
1203
1201
  - fastlane/lib/fastlane/actions/update_project_provisioning.rb
@@ -1316,7 +1314,6 @@ files:
1316
1314
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
1317
1315
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
1318
1316
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
1319
- - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
1320
1317
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
1321
1318
  - fastlane/swift/FastlaneSwiftRunner/README.txt
1322
1319
  - fastlane/swift/Gymfile.swift
@@ -1423,7 +1420,6 @@ files:
1423
1420
  - gym/lib/assets/GymfileTemplate.swift
1424
1421
  - gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh
1425
1422
  - gym/lib/gym.rb
1426
- - gym/lib/gym/.runner.rb.swp
1427
1423
  - gym/lib/gym/code_signing_mapping.rb
1428
1424
  - gym/lib/gym/commands_generator.rb
1429
1425
  - gym/lib/gym/detect_values.rb
@@ -1472,7 +1468,6 @@ files:
1472
1468
  - pem/lib/pem/options.rb
1473
1469
  - pilot/README.md
1474
1470
  - pilot/lib/pilot.rb
1475
- - pilot/lib/pilot/.manager.rb.swp
1476
1471
  - pilot/lib/pilot/build_manager.rb
1477
1472
  - pilot/lib/pilot/commands_generator.rb
1478
1473
  - pilot/lib/pilot/features.rb
@@ -1604,7 +1599,6 @@ files:
1604
1599
  - spaceship/lib/spaceship/client.rb
1605
1600
  - spaceship/lib/spaceship/commands_generator.rb
1606
1601
  - spaceship/lib/spaceship/connect_api.rb
1607
- - spaceship/lib/spaceship/connect_api/.DS_Store
1608
1602
  - spaceship/lib/spaceship/connect_api/client.rb
1609
1603
  - spaceship/lib/spaceship/connect_api/model.rb
1610
1604
  - spaceship/lib/spaceship/connect_api/models/app.rb
@@ -1645,7 +1639,6 @@ files:
1645
1639
  - spaceship/lib/spaceship/launcher.rb
1646
1640
  - spaceship/lib/spaceship/module.rb
1647
1641
  - spaceship/lib/spaceship/playground.rb
1648
- - spaceship/lib/spaceship/portal/.certificate.rb.swp
1649
1642
  - spaceship/lib/spaceship/portal/app.rb
1650
1643
  - spaceship/lib/spaceship/portal/app_group.rb
1651
1644
  - spaceship/lib/spaceship/portal/app_service.rb
@@ -1738,6 +1731,7 @@ files:
1738
1731
  - spaceship/lib/spaceship/ui.rb
1739
1732
  - supply/README.md
1740
1733
  - supply/lib/supply.rb
1734
+ - supply/lib/supply/.uploader.rb.swp
1741
1735
  - supply/lib/supply/apk_listing.rb
1742
1736
  - supply/lib/supply/client.rb
1743
1737
  - supply/lib/supply/commands_generator.rb
@@ -1745,6 +1739,7 @@ files:
1745
1739
  - supply/lib/supply/listing.rb
1746
1740
  - supply/lib/supply/options.rb
1747
1741
  - supply/lib/supply/reader.rb
1742
+ - supply/lib/supply/release_listing.rb
1748
1743
  - supply/lib/supply/setup.rb
1749
1744
  - supply/lib/supply/uploader.rb
1750
1745
  homepage: https://fastlane.tools
@@ -1784,7 +1779,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1784
1779
  - !ruby/object:Gem::Version
1785
1780
  version: '0'
1786
1781
  requirements: []
1787
- rubygems_version: 3.0.3
1782
+ rubygems_version: 3.0.6
1788
1783
  signing_key:
1789
1784
  specification_version: 4
1790
1785
  summary: The easiest way to automate beta deployments and releases for your iOS and
Binary file