fastlane 2.132.0 → 2.135.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +74 -74
  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_ios_screenshots.md +1 -1
  9. data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +4 -2
  10. data/fastlane/lib/fastlane/actions/docs/upload_to_play_store.md +26 -2
  11. data/fastlane/lib/fastlane/actions/download_dsyms.rb +26 -3
  12. data/fastlane/lib/fastlane/actions/download_from_play_store.rb +1 -1
  13. data/fastlane/lib/fastlane/actions/get_version_number.rb +10 -4
  14. data/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb +5 -1
  15. data/fastlane/lib/fastlane/actions/sonar.rb +16 -0
  16. data/fastlane/lib/fastlane/actions/testfairy.rb +1 -1
  17. data/fastlane/lib/fastlane/actions/update_fastlane.rb +9 -49
  18. data/fastlane/lib/fastlane/actions/update_keychain_access_groups.rb +94 -0
  19. data/fastlane/lib/fastlane/environment_printer.rb +9 -3
  20. data/fastlane/lib/fastlane/fast_file.rb +3 -2
  21. data/fastlane/lib/fastlane/lane_manager.rb +1 -1
  22. data/fastlane/lib/fastlane/plugins/plugin_manager.rb +12 -2
  23. data/fastlane/lib/fastlane/plugins/template/.rubocop.yml +1 -0
  24. data/fastlane/lib/fastlane/runner.rb +2 -2
  25. data/fastlane/lib/fastlane/swift_fastlane_api_generator.rb +10 -2
  26. data/fastlane/lib/fastlane/swift_fastlane_function.rb +72 -3
  27. data/fastlane/lib/fastlane/version.rb +1 -1
  28. data/fastlane/swift/Deliverfile.swift +1 -1
  29. data/fastlane/swift/DeliverfileProtocol.swift +121 -1
  30. data/fastlane/swift/Fastlane.swift +3900 -16
  31. data/fastlane/swift/Gymfile.swift +1 -1
  32. data/fastlane/swift/GymfileProtocol.swift +81 -1
  33. data/fastlane/swift/Matchfile.swift +1 -1
  34. data/fastlane/swift/MatchfileProtocol.swift +60 -2
  35. data/fastlane/swift/Precheckfile.swift +1 -1
  36. data/fastlane/swift/PrecheckfileProtocol.swift +15 -2
  37. data/fastlane/swift/Scanfile.swift +1 -1
  38. data/fastlane/swift/ScanfileProtocol.swift +109 -1
  39. data/fastlane/swift/Screengrabfile.swift +1 -1
  40. data/fastlane/swift/ScreengrabfileProtocol.swift +39 -2
  41. data/fastlane/swift/Snapshotfile.swift +1 -1
  42. data/fastlane/swift/SnapshotfileProtocol.swift +69 -1
  43. data/fastlane_core/lib/fastlane_core/configuration/commander_generator.rb +3 -3
  44. data/fastlane_core/lib/fastlane_core/configuration/configuration.rb +1 -1
  45. data/fastlane_core/lib/fastlane_core/device_manager.rb +1 -1
  46. data/fastlane_core/lib/fastlane_core/swag.rb +1 -1
  47. data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +1 -1
  48. data/match/lib/match/importer.rb +1 -1
  49. data/match/lib/match/storage/google_cloud_storage.rb +3 -0
  50. data/scan/lib/scan/error_handler.rb +9 -4
  51. data/scan/lib/scan/runner.rb +1 -1
  52. data/sigh/lib/assets/resign.sh +2 -2
  53. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb +1 -1
  54. data/spaceship/lib/spaceship/client.rb +2 -2
  55. data/supply/lib/supply.rb +23 -0
  56. data/supply/lib/supply/.options.rb.swp +0 -0
  57. data/supply/lib/supply/.uploader.rb.swp +0 -0
  58. data/supply/lib/supply/client.rb +101 -55
  59. data/supply/lib/supply/options.rb +50 -14
  60. data/supply/lib/supply/release_listing.rb +18 -0
  61. data/supply/lib/supply/setup.rb +42 -34
  62. data/supply/lib/supply/uploader.rb +171 -93
  63. metadata +36 -41
  64. data/fastlane/lib/fastlane/actions/.hockey.rb.swp +0 -0
  65. data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
  66. data/fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp +0 -0
  67. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  68. data/gym/lib/gym/.runner.rb.swp +0 -0
  69. data/pilot/lib/pilot/.manager.rb.swp +0 -0
  70. data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
  71. 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.132.0
4
+ version: 2.135.2
5
5
  platform: ruby
6
6
  authors:
7
- - Jérôme Lacoste
8
- - Luka Mirosevic
9
- - Josh Holtz
10
- - Maksym Grebenets
11
- - Danielle Tomlinson
12
7
  - Andrew McBurney
13
- - Matthew Ellis
14
- - Iulian Onofrei
8
+ - Jan Piotrowski
9
+ - Maksym Grebenets
15
10
  - Olivier Halligon
16
- - Aaron Brager
17
- - Fumiya Nakamura
18
- - Manu Wallner
19
11
  - Kohki Miki
12
+ - Iulian Onofrei
13
+ - Danielle Tomlinson
14
+ - Manu Wallner
15
+ - Luka Mirosevic
16
+ - Helmut Januschka
17
+ - Josh Holtz
18
+ - Felix Krause
19
+ - Jérôme Lacoste
20
20
  - Stefan Natchev
21
- - Jorge Revuelta H
21
+ - Aaron Brager
22
22
  - Jimmy Dee
23
- - Jan Piotrowski
24
- - Felix Krause
23
+ - Fumiya Nakamura
24
+ - Matthew Ellis
25
+ - Jorge Revuelta H
25
26
  - Joshua Liebowitz
26
- - Helmut Januschka
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-10-01 00:00:00.000000000 Z
30
+ date: 2019-11-11 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
@@ -495,7 +495,7 @@ dependencies:
495
495
  requirements:
496
496
  - - ">="
497
497
  - !ruby/object:Gem::Version
498
- version: 1.2.2
498
+ version: 1.3.0
499
499
  - - "<"
500
500
  - !ruby/object:Gem::Version
501
501
  version: 2.0.0
@@ -505,7 +505,7 @@ dependencies:
505
505
  requirements:
506
506
  - - ">="
507
507
  - !ruby/object:Gem::Version
508
- version: 1.2.2
508
+ version: 1.3.0
509
509
  - - "<"
510
510
  - !ruby/object:Gem::Version
511
511
  version: 2.0.0
@@ -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,8 @@ files:
1738
1731
  - spaceship/lib/spaceship/ui.rb
1739
1732
  - supply/README.md
1740
1733
  - supply/lib/supply.rb
1734
+ - supply/lib/supply/.options.rb.swp
1735
+ - supply/lib/supply/.uploader.rb.swp
1741
1736
  - supply/lib/supply/apk_listing.rb
1742
1737
  - supply/lib/supply/client.rb
1743
1738
  - supply/lib/supply/commands_generator.rb
@@ -1745,6 +1740,7 @@ files:
1745
1740
  - supply/lib/supply/listing.rb
1746
1741
  - supply/lib/supply/options.rb
1747
1742
  - supply/lib/supply/reader.rb
1743
+ - supply/lib/supply/release_listing.rb
1748
1744
  - supply/lib/supply/setup.rb
1749
1745
  - supply/lib/supply/uploader.rb
1750
1746
  homepage: https://fastlane.tools
@@ -1784,8 +1780,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1784
1780
  - !ruby/object:Gem::Version
1785
1781
  version: '0'
1786
1782
  requirements: []
1787
- rubyforge_project:
1788
- rubygems_version: 2.5.2.3
1783
+ rubygems_version: 3.0.6
1789
1784
  signing_key:
1790
1785
  specification_version: 4
1791
1786
  summary: The easiest way to automate beta deployments and releases for your iOS and
Binary file