fastlane 2.130.0 → 2.135.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +64 -64
  3. data/cert/lib/cert/module.rb +2 -0
  4. data/cert/lib/cert/options.rb +6 -0
  5. data/cert/lib/cert/runner.rb +17 -11
  6. data/fastlane/lib/fastlane/action.rb +1 -1
  7. data/fastlane/lib/fastlane/actions/actions_helper.rb +1 -1
  8. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +11 -3
  9. data/fastlane/lib/fastlane/actions/carthage.rb +7 -0
  10. data/fastlane/lib/fastlane/actions/cocoapods.rb +24 -2
  11. data/fastlane/lib/fastlane/actions/copy_artifacts.rb +1 -1
  12. data/fastlane/lib/fastlane/actions/deploygate.rb +1 -1
  13. data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +1 -1
  14. data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +26 -5
  15. data/fastlane/lib/fastlane/actions/docs/upload_to_play_store.md +26 -2
  16. data/fastlane/lib/fastlane/actions/download_dsyms.rb +34 -6
  17. data/fastlane/lib/fastlane/actions/download_from_play_store.rb +1 -1
  18. data/fastlane/lib/fastlane/actions/ensure_env_vars.rb +58 -0
  19. data/fastlane/lib/fastlane/actions/get_version_number.rb +12 -3
  20. data/fastlane/lib/fastlane/actions/gradle.rb +11 -1
  21. data/fastlane/lib/fastlane/actions/onesignal.rb +59 -29
  22. data/fastlane/lib/fastlane/actions/pod_push.rb +10 -1
  23. data/fastlane/lib/fastlane/actions/register_devices.rb +1 -1
  24. data/fastlane/lib/fastlane/actions/resign.rb +2 -2
  25. data/fastlane/lib/fastlane/actions/sonar.rb +16 -0
  26. data/fastlane/lib/fastlane/actions/testfairy.rb +1 -1
  27. data/fastlane/lib/fastlane/actions/update_fastlane.rb +9 -49
  28. data/fastlane/lib/fastlane/actions/update_keychain_access_groups.rb +94 -0
  29. data/fastlane/lib/fastlane/environment_printer.rb +9 -3
  30. data/fastlane/lib/fastlane/fast_file.rb +10 -4
  31. data/fastlane/lib/fastlane/helper/crashlytics_helper.rb +1 -1
  32. data/fastlane/lib/fastlane/lane_manager.rb +1 -1
  33. data/fastlane/lib/fastlane/plugins/plugin_manager.rb +12 -2
  34. data/fastlane/lib/fastlane/plugins/template/.rubocop.yml +1 -0
  35. data/fastlane/lib/fastlane/runner.rb +2 -2
  36. data/fastlane/lib/fastlane/setup/setup_android.rb +1 -1
  37. data/fastlane/lib/fastlane/swift_fastlane_api_generator.rb +10 -3
  38. data/fastlane/lib/fastlane/swift_fastlane_function.rb +72 -3
  39. data/fastlane/lib/fastlane/swift_runner_upgrader.rb +4 -0
  40. data/fastlane/lib/fastlane/version.rb +1 -1
  41. data/fastlane/swift/Actions.swift +4 -0
  42. data/fastlane/swift/Deliverfile.swift +1 -1
  43. data/fastlane/swift/DeliverfileProtocol.swift +121 -1
  44. data/fastlane/swift/Fastlane.swift +3932 -18
  45. data/fastlane/swift/Gymfile.swift +1 -1
  46. data/fastlane/swift/GymfileProtocol.swift +81 -1
  47. data/fastlane/swift/Matchfile.swift +1 -1
  48. data/fastlane/swift/MatchfileProtocol.swift +65 -1
  49. data/fastlane/swift/Plugins.swift +4 -0
  50. data/fastlane/swift/Precheckfile.swift +1 -1
  51. data/fastlane/swift/PrecheckfileProtocol.swift +15 -2
  52. data/fastlane/swift/Scanfile.swift +1 -1
  53. data/fastlane/swift/ScanfileProtocol.swift +109 -1
  54. data/fastlane/swift/Screengrabfile.swift +1 -1
  55. data/fastlane/swift/ScreengrabfileProtocol.swift +39 -2
  56. data/fastlane/swift/Snapshotfile.swift +1 -1
  57. data/fastlane/swift/SnapshotfileProtocol.swift +71 -1
  58. data/fastlane_core/lib/fastlane_core/configuration/commander_generator.rb +3 -3
  59. data/fastlane_core/lib/fastlane_core/configuration/configuration.rb +1 -1
  60. data/fastlane_core/lib/fastlane_core/device_manager.rb +1 -1
  61. data/fastlane_core/lib/fastlane_core/helper.rb +1 -1
  62. data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +1 -3
  63. data/fastlane_core/lib/fastlane_core/swag.rb +1 -1
  64. data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +1 -1
  65. data/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb +3 -2
  66. data/frameit/lib/frameit/screenshot.rb +4 -0
  67. data/{pilot/lib/pilot/.manager.rb.swp → gym/lib/gym/.module.rb.swp} +0 -0
  68. data/gym/lib/gym/runner.rb +33 -5
  69. data/match/lib/match/generator.rb +1 -0
  70. data/match/lib/match/importer.rb +2 -2
  71. data/match/lib/match/module.rb +2 -0
  72. data/match/lib/match/nuke.rb +5 -5
  73. data/match/lib/match/options.rb +17 -0
  74. data/match/lib/match/runner.rb +10 -6
  75. data/match/lib/match/storage/git_storage.rb +8 -2
  76. data/match/lib/match/storage/google_cloud_storage.rb +85 -33
  77. data/produce/lib/produce/service.rb +7 -1
  78. data/scan/lib/scan/error_handler.rb +9 -4
  79. data/scan/lib/scan/runner.rb +1 -1
  80. data/sigh/lib/assets/resign.sh +2 -2
  81. data/sigh/lib/sigh/runner.rb +13 -5
  82. data/snapshot/lib/snapshot/options.rb +5 -0
  83. data/snapshot/lib/snapshot/reports_generator.rb +3 -0
  84. data/snapshot/lib/snapshot/simulator_launchers/launcher_configuration.rb +2 -0
  85. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb +2 -2
  86. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +16 -1
  87. data/spaceship/lib/spaceship/client.rb +2 -2
  88. data/spaceship/lib/spaceship/connect_api/models/app.rb +6 -6
  89. data/spaceship/lib/spaceship/connect_api/models/build.rb +3 -3
  90. data/spaceship/lib/spaceship/connect_api/models/build_delivery.rb +1 -1
  91. data/spaceship/lib/spaceship/connect_api/models/bundle_id.rb +1 -1
  92. data/spaceship/lib/spaceship/connect_api/models/certificate.rb +1 -1
  93. data/spaceship/lib/spaceship/connect_api/models/device.rb +1 -1
  94. data/spaceship/lib/spaceship/connect_api/models/profile.rb +1 -1
  95. data/spaceship/lib/spaceship/portal/provisioning_profile.rb +1 -1
  96. data/spaceship/lib/spaceship/tunes/app_version.rb +4 -0
  97. data/spaceship/lib/spaceship/tunes/application.rb +4 -0
  98. data/spaceship/lib/spaceship/tunes/iap_family_details.rb +10 -2
  99. data/spaceship/lib/spaceship/tunes/tunes_client.rb +25 -0
  100. data/supply/lib/supply.rb +23 -0
  101. data/{fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp → supply/lib/supply/.client.rb.swp} +0 -0
  102. data/supply/lib/supply/.options.rb.swp +0 -0
  103. data/supply/lib/supply/.uploader.rb.swp +0 -0
  104. data/supply/lib/supply/client.rb +101 -55
  105. data/supply/lib/supply/options.rb +49 -14
  106. data/supply/lib/supply/release_listing.rb +18 -0
  107. data/supply/lib/supply/setup.rb +42 -34
  108. data/supply/lib/supply/uploader.rb +168 -93
  109. metadata +54 -53
  110. data/fastlane/lib/fastlane/actions/.hockey.rb.swp +0 -0
  111. data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
  112. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  113. data/spaceship/lib/spaceship/connect_api/.DS_Store +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.130.0
4
+ version: 2.135.0
5
5
  platform: ruby
6
6
  authors:
7
- - Felix Krause
7
+ - Aaron Brager
8
8
  - Matthew Ellis
9
- - Joshua Liebowitz
10
- - Fumiya Nakamura
11
- - Danielle Tomlinson
12
- - Kohki Miki
13
- - Stefan Natchev
14
- - Jimmy Dee
15
- - Luka Mirosevic
16
- - Jérôme Lacoste
17
9
  - Josh Holtz
18
- - Maksym Grebenets
10
+ - Stefan Natchev
11
+ - Jorge Revuelta H
19
12
  - Helmut Januschka
13
+ - Fumiya Nakamura
14
+ - Manu Wallner
20
15
  - Iulian Onofrei
21
- - Aaron Brager
16
+ - Felix Krause
17
+ - Joshua Liebowitz
18
+ - Olivier Halligon
19
+ - Danielle Tomlinson
20
+ - Maksym Grebenets
21
+ - Jérôme Lacoste
22
+ - Jimmy Dee
22
23
  - Andrew McBurney
23
- - Manu Wallner
24
+ - Kohki Miki
25
+ - Luka Mirosevic
24
26
  - Jan Piotrowski
25
- - Jorge Revuelta H
26
- - Olivier Halligon
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-08-30 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
@@ -353,6 +353,34 @@ dependencies:
353
353
  - - "~>"
354
354
  - !ruby/object:Gem::Version
355
355
  version: 0.0.6
356
+ - !ruby/object:Gem::Dependency
357
+ name: faraday
358
+ requirement: !ruby/object:Gem::Requirement
359
+ requirements:
360
+ - - "~>"
361
+ - !ruby/object:Gem::Version
362
+ version: '0.17'
363
+ type: :runtime
364
+ prerelease: false
365
+ version_requirements: !ruby/object:Gem::Requirement
366
+ requirements:
367
+ - - "~>"
368
+ - !ruby/object:Gem::Version
369
+ version: '0.17'
370
+ - !ruby/object:Gem::Dependency
371
+ name: faraday_middleware
372
+ requirement: !ruby/object:Gem::Requirement
373
+ requirements:
374
+ - - "~>"
375
+ - !ruby/object:Gem::Version
376
+ version: 0.13.1
377
+ type: :runtime
378
+ prerelease: false
379
+ version_requirements: !ruby/object:Gem::Requirement
380
+ requirements:
381
+ - - "~>"
382
+ - !ruby/object:Gem::Version
383
+ version: 0.13.1
356
384
  - !ruby/object:Gem::Dependency
357
385
  name: fastimage
358
386
  requirement: !ruby/object:Gem::Requirement
@@ -467,7 +495,7 @@ dependencies:
467
495
  requirements:
468
496
  - - ">="
469
497
  - !ruby/object:Gem::Version
470
- version: 1.2.2
498
+ version: 1.3.0
471
499
  - - "<"
472
500
  - !ruby/object:Gem::Version
473
501
  version: 2.0.0
@@ -477,7 +505,7 @@ dependencies:
477
505
  requirements:
478
506
  - - ">="
479
507
  - !ruby/object:Gem::Version
480
- version: 1.2.2
508
+ version: 1.3.0
481
509
  - - "<"
482
510
  - !ruby/object:Gem::Version
483
511
  version: 2.0.0
@@ -549,34 +577,6 @@ dependencies:
549
577
  - - "<"
550
578
  - !ruby/object:Gem::Version
551
579
  version: 3.0.0
552
- - !ruby/object:Gem::Dependency
553
- name: faraday
554
- requirement: !ruby/object:Gem::Requirement
555
- requirements:
556
- - - "~>"
557
- - !ruby/object:Gem::Version
558
- version: '0.9'
559
- type: :runtime
560
- prerelease: false
561
- version_requirements: !ruby/object:Gem::Requirement
562
- requirements:
563
- - - "~>"
564
- - !ruby/object:Gem::Version
565
- version: '0.9'
566
- - !ruby/object:Gem::Dependency
567
- name: faraday_middleware
568
- requirement: !ruby/object:Gem::Requirement
569
- requirements:
570
- - - "~>"
571
- - !ruby/object:Gem::Version
572
- version: '0.9'
573
- type: :runtime
574
- prerelease: false
575
- version_requirements: !ruby/object:Gem::Requirement
576
- requirements:
577
- - - "~>"
578
- - !ruby/object:Gem::Version
579
- version: '0.9'
580
580
  - !ruby/object:Gem::Dependency
581
581
  name: simctl
582
582
  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
@@ -1063,6 +1060,7 @@ files:
1063
1060
  - fastlane/lib/fastlane/actions/dsym_zip.rb
1064
1061
  - fastlane/lib/fastlane/actions/echo.rb
1065
1062
  - fastlane/lib/fastlane/actions/ensure_bundle_exec.rb
1063
+ - fastlane/lib/fastlane/actions/ensure_env_vars.rb
1066
1064
  - fastlane/lib/fastlane/actions/ensure_git_branch.rb
1067
1065
  - fastlane/lib/fastlane/actions/ensure_git_status_clean.rb
1068
1066
  - fastlane/lib/fastlane/actions/ensure_no_debug_code.rb
@@ -1197,6 +1195,7 @@ files:
1197
1195
  - fastlane/lib/fastlane/actions/update_fastlane.rb
1198
1196
  - fastlane/lib/fastlane/actions/update_icloud_container_identifiers.rb
1199
1197
  - fastlane/lib/fastlane/actions/update_info_plist.rb
1198
+ - fastlane/lib/fastlane/actions/update_keychain_access_groups.rb
1200
1199
  - fastlane/lib/fastlane/actions/update_plist.rb
1201
1200
  - fastlane/lib/fastlane/actions/update_project_code_signing.rb
1202
1201
  - fastlane/lib/fastlane/actions/update_project_provisioning.rb
@@ -1315,7 +1314,6 @@ files:
1315
1314
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
1316
1315
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
1317
1316
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
1318
- - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
1319
1317
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
1320
1318
  - fastlane/swift/FastlaneSwiftRunner/README.txt
1321
1319
  - fastlane/swift/Gymfile.swift
@@ -1422,6 +1420,7 @@ files:
1422
1420
  - gym/lib/assets/GymfileTemplate.swift
1423
1421
  - gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh
1424
1422
  - gym/lib/gym.rb
1423
+ - gym/lib/gym/.module.rb.swp
1425
1424
  - gym/lib/gym/code_signing_mapping.rb
1426
1425
  - gym/lib/gym/commands_generator.rb
1427
1426
  - gym/lib/gym/detect_values.rb
@@ -1470,7 +1469,6 @@ files:
1470
1469
  - pem/lib/pem/options.rb
1471
1470
  - pilot/README.md
1472
1471
  - pilot/lib/pilot.rb
1473
- - pilot/lib/pilot/.manager.rb.swp
1474
1472
  - pilot/lib/pilot/build_manager.rb
1475
1473
  - pilot/lib/pilot/commands_generator.rb
1476
1474
  - pilot/lib/pilot/features.rb
@@ -1602,7 +1600,6 @@ files:
1602
1600
  - spaceship/lib/spaceship/client.rb
1603
1601
  - spaceship/lib/spaceship/commands_generator.rb
1604
1602
  - spaceship/lib/spaceship/connect_api.rb
1605
- - spaceship/lib/spaceship/connect_api/.DS_Store
1606
1603
  - spaceship/lib/spaceship/connect_api/client.rb
1607
1604
  - spaceship/lib/spaceship/connect_api/model.rb
1608
1605
  - spaceship/lib/spaceship/connect_api/models/app.rb
@@ -1735,6 +1732,9 @@ files:
1735
1732
  - spaceship/lib/spaceship/ui.rb
1736
1733
  - supply/README.md
1737
1734
  - supply/lib/supply.rb
1735
+ - supply/lib/supply/.client.rb.swp
1736
+ - supply/lib/supply/.options.rb.swp
1737
+ - supply/lib/supply/.uploader.rb.swp
1738
1738
  - supply/lib/supply/apk_listing.rb
1739
1739
  - supply/lib/supply/client.rb
1740
1740
  - supply/lib/supply/commands_generator.rb
@@ -1742,6 +1742,7 @@ files:
1742
1742
  - supply/lib/supply/listing.rb
1743
1743
  - supply/lib/supply/options.rb
1744
1744
  - supply/lib/supply/reader.rb
1745
+ - supply/lib/supply/release_listing.rb
1745
1746
  - supply/lib/supply/setup.rb
1746
1747
  - supply/lib/supply/uploader.rb
1747
1748
  homepage: https://fastlane.tools
@@ -1781,7 +1782,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1781
1782
  - !ruby/object:Gem::Version
1782
1783
  version: '0'
1783
1784
  requirements: []
1784
- rubygems_version: 3.0.3
1785
+ rubygems_version: 3.0.6
1785
1786
  signing_key:
1786
1787
  specification_version: 4
1787
1788
  summary: The easiest way to automate beta deployments and releases for your iOS and