fastlane 2.150.2 → 2.152.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +84 -84
  3. data/deliver/lib/deliver/.upload_metadata.rb.swp +0 -0
  4. data/deliver/lib/deliver/app_screenshot.rb +4 -4
  5. data/deliver/lib/deliver/download_screenshots.rb +35 -28
  6. data/deliver/lib/deliver/options.rb +8 -2
  7. data/deliver/lib/deliver/submit_for_review.rb +10 -10
  8. data/deliver/lib/deliver/upload_metadata.rb +9 -12
  9. data/deliver/lib/deliver/upload_screenshots.rb +1 -1
  10. data/fastlane/lib/fastlane/actions/docs/upload_to_testflight.md +3 -0
  11. data/fastlane/lib/fastlane/actions/git_branch.rb +4 -1
  12. data/fastlane/lib/fastlane/actions/notarize.rb +13 -3
  13. data/fastlane/lib/fastlane/actions/pod_push.rb +10 -1
  14. data/fastlane/lib/fastlane/actions/resign.rb +1 -1
  15. data/fastlane/lib/fastlane/actions/setup_ci.rb +5 -0
  16. data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +1 -1
  17. data/fastlane/lib/fastlane/actions/setup_travis.rb +1 -1
  18. data/fastlane/lib/fastlane/actions/upload_symbols_to_crashlytics.rb +10 -2
  19. data/fastlane/lib/fastlane/actions/upload_to_testflight.rb +11 -3
  20. data/fastlane/lib/fastlane/documentation/docs_generator.rb +1 -1
  21. data/fastlane/lib/fastlane/helper/s3_client_helper.rb +28 -11
  22. data/fastlane/lib/fastlane/server/socket_server.rb +7 -1
  23. data/fastlane/lib/fastlane/swift_fastlane_function.rb +1 -1
  24. data/fastlane/lib/fastlane/version.rb +1 -1
  25. data/fastlane/swift/Actions.swift +1 -1
  26. data/fastlane/swift/ArgumentProcessor.swift +24 -24
  27. data/fastlane/swift/ControlCommand.swift +3 -3
  28. data/fastlane/swift/Deliverfile.swift +4 -8
  29. data/fastlane/swift/DeliverfileProtocol.swift +181 -182
  30. data/fastlane/swift/Fastlane.swift +2825 -2805
  31. data/fastlane/swift/Gymfile.swift +4 -8
  32. data/fastlane/swift/GymfileProtocol.swift +133 -134
  33. data/fastlane/swift/LaneFileProtocol.swift +17 -17
  34. data/fastlane/swift/Matchfile.swift +4 -8
  35. data/fastlane/swift/MatchfileProtocol.swift +115 -112
  36. data/fastlane/swift/Plugins.swift +1 -1
  37. data/fastlane/swift/Precheckfile.swift +4 -8
  38. data/fastlane/swift/PrecheckfileProtocol.swift +22 -23
  39. data/fastlane/swift/RubyCommand.swift +34 -37
  40. data/fastlane/swift/RubyCommandable.swift +3 -1
  41. data/fastlane/swift/Runner.swift +76 -69
  42. data/fastlane/swift/Scanfile.swift +4 -8
  43. data/fastlane/swift/ScanfileProtocol.swift +190 -191
  44. data/fastlane/swift/Screengrabfile.swift +4 -8
  45. data/fastlane/swift/ScreengrabfileProtocol.swift +67 -68
  46. data/fastlane/swift/Snapshotfile.swift +4 -8
  47. data/fastlane/swift/SnapshotfileProtocol.swift +127 -128
  48. data/fastlane/swift/SocketClient.swift +84 -90
  49. data/fastlane/swift/SocketResponse.swift +14 -14
  50. data/fastlane/swift/formatting/Brewfile +1 -0
  51. data/fastlane/swift/formatting/Brewfile.lock.json +39 -0
  52. data/fastlane/swift/formatting/Rakefile +18 -0
  53. data/fastlane/swift/main.swift +5 -6
  54. data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +21 -10
  55. data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +1 -1
  56. data/match/lib/assets/READMETemplate.md +5 -2
  57. data/match/lib/match/options.rb +4 -0
  58. data/match/lib/match/runner.rb +5 -4
  59. data/match/lib/match/storage/git_storage.rb +1 -1
  60. data/match/lib/match/storage/s3_storage.rb +25 -7
  61. data/pilot/lib/pilot/options.rb +6 -0
  62. data/sigh/lib/assets/resign.sh +18 -0
  63. data/spaceship/lib/spaceship/client.rb +1 -2
  64. data/spaceship/lib/spaceship/connect_api/client.rb +0 -1
  65. data/spaceship/lib/spaceship/connect_api/file_uploader.rb +0 -1
  66. data/spaceship/lib/spaceship/connect_api/models/app_preview.rb +4 -4
  67. data/spaceship/lib/spaceship/connect_api/models/app_store_version.rb +1 -1
  68. data/spaceship/lib/spaceship/connect_api/models/certificate.rb +11 -1
  69. metadata +36 -46
  70. data/deliver/lib/deliver/.download_screenshots.rb.swp +0 -0
  71. data/deliver/lib/deliver/.upload_screenshots.rb.swp +0 -0
  72. data/spaceship/lib/spaceship/babosa_fix.rb +0 -30
  73. data/spaceship/lib/spaceship/connect_api/.file_uploader.rb.swp +0 -0
  74. data/spaceship/lib/spaceship/connect_api/models/.app_screenshot.rb.swp +0 -0
metadata CHANGED
@@ -1,35 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.150.2
4
+ version: 2.152.0
5
5
  platform: ruby
6
6
  authors:
7
- - Fumiya Nakamura
7
+ - Josh Holtz
8
+ - Aaron Brager
9
+ - Olivier Halligon
10
+ - Jérôme Lacoste
11
+ - Iulian Onofrei
8
12
  - Jimmy Dee
9
- - Matthew Ellis
10
- - Jan Piotrowski
11
13
  - Felix Krause
12
- - Luka Mirosevic
13
- - Jérôme Lacoste
14
- - Daniel Jankowski
15
14
  - Danielle Tomlinson
16
- - Maksym Grebenets
15
+ - Stefan Natchev
16
+ - Matthew Ellis
17
+ - Kohki Miki
18
+ - Manu Wallner
17
19
  - Jorge Revuelta H
18
- - Aaron Brager
20
+ - Fumiya Nakamura
21
+ - Andrew McBurney
19
22
  - Helmut Januschka
23
+ - Luka Mirosevic
24
+ - Maksym Grebenets
25
+ - Jan Piotrowski
20
26
  - Joshua Liebowitz
21
- - Manu Wallner
27
+ - Daniel Jankowski
22
28
  - Max Ott
23
- - Andrew McBurney
24
- - Stefan Natchev
25
- - Josh Holtz
26
- - Kohki Miki
27
- - Olivier Halligon
28
- - Iulian Onofrei
29
29
  autorequire:
30
30
  bindir: bin
31
31
  cert_chain: []
32
- date: 2020-07-04 00:00:00.000000000 Z
32
+ date: 2020-07-14 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: slack-notifier
@@ -259,7 +259,7 @@ dependencies:
259
259
  requirements:
260
260
  - - ">="
261
261
  - !ruby/object:Gem::Version
262
- version: 1.0.2
262
+ version: 1.0.3
263
263
  - - "<"
264
264
  - !ruby/object:Gem::Version
265
265
  version: 2.0.0
@@ -269,7 +269,7 @@ dependencies:
269
269
  requirements:
270
270
  - - ">="
271
271
  - !ruby/object:Gem::Version
272
- version: 1.0.2
272
+ version: 1.0.3
273
273
  - - "<"
274
274
  - !ruby/object:Gem::Version
275
275
  version: 2.0.0
@@ -350,7 +350,7 @@ dependencies:
350
350
  version: '0.17'
351
351
  - - "<"
352
352
  - !ruby/object:Gem::Version
353
- version: '2.0'
353
+ version: '1.0'
354
354
  type: :runtime
355
355
  prerelease: false
356
356
  version_requirements: !ruby/object:Gem::Requirement
@@ -360,7 +360,7 @@ dependencies:
360
360
  version: '0.17'
361
361
  - - "<"
362
362
  - !ruby/object:Gem::Version
363
- version: '2.0'
363
+ version: '1.0'
364
364
  - !ruby/object:Gem::Dependency
365
365
  name: faraday_middleware
366
366
  requirement: !ruby/object:Gem::Requirement
@@ -475,20 +475,6 @@ dependencies:
475
475
  - - "<"
476
476
  - !ruby/object:Gem::Version
477
477
  version: 5.0.0
478
- - !ruby/object:Gem::Dependency
479
- name: multi_xml
480
- requirement: !ruby/object:Gem::Requirement
481
- requirements:
482
- - - "~>"
483
- - !ruby/object:Gem::Version
484
- version: '0.5'
485
- type: :runtime
486
- prerelease: false
487
- version_requirements: !ruby/object:Gem::Requirement
488
- requirements:
489
- - - "~>"
490
- - !ruby/object:Gem::Version
491
- version: '0.5'
492
478
  - !ruby/object:Gem::Dependency
493
479
  name: rubyzip
494
480
  requirement: !ruby/object:Gem::Requirement
@@ -595,16 +581,22 @@ dependencies:
595
581
  name: jwt
596
582
  requirement: !ruby/object:Gem::Requirement
597
583
  requirements:
598
- - - "~>"
584
+ - - ">="
599
585
  - !ruby/object:Gem::Version
600
586
  version: 2.1.0
587
+ - - "<"
588
+ - !ruby/object:Gem::Version
589
+ version: '3'
601
590
  type: :runtime
602
591
  prerelease: false
603
592
  version_requirements: !ruby/object:Gem::Requirement
604
593
  requirements:
605
- - - "~>"
594
+ - - ">="
606
595
  - !ruby/object:Gem::Version
607
596
  version: 2.1.0
597
+ - - "<"
598
+ - !ruby/object:Gem::Version
599
+ version: '3'
608
600
  - !ruby/object:Gem::Dependency
609
601
  name: google-api-client
610
602
  requirement: !ruby/object:Gem::Requirement
@@ -895,28 +887,28 @@ dependencies:
895
887
  requirements:
896
888
  - - "~>"
897
889
  - !ruby/object:Gem::Version
898
- version: 0.8.1
890
+ version: 1.2.1
899
891
  type: :development
900
892
  prerelease: false
901
893
  version_requirements: !ruby/object:Gem::Requirement
902
894
  requirements:
903
895
  - - "~>"
904
896
  - !ruby/object:Gem::Version
905
- version: 0.8.1
897
+ version: 1.2.1
906
898
  - !ruby/object:Gem::Dependency
907
899
  name: sinatra
908
900
  requirement: !ruby/object:Gem::Requirement
909
901
  requirements:
910
902
  - - "~>"
911
903
  - !ruby/object:Gem::Version
912
- version: 1.4.8
904
+ version: 2.0.8
913
905
  type: :development
914
906
  prerelease: false
915
907
  version_requirements: !ruby/object:Gem::Requirement
916
908
  requirements:
917
909
  - - "~>"
918
910
  - !ruby/object:Gem::Version
919
- version: 1.4.8
911
+ version: 2.0.8
920
912
  - !ruby/object:Gem::Dependency
921
913
  name: xcov
922
914
  requirement: !ruby/object:Gem::Requirement
@@ -978,10 +970,8 @@ files:
978
970
  - deliver/lib/assets/summary.html.erb
979
971
  - deliver/lib/deliver.rb
980
972
  - deliver/lib/deliver/.commands_generator.rb.swp
981
- - deliver/lib/deliver/.download_screenshots.rb.swp
982
973
  - deliver/lib/deliver/.submit_for_review.rb.swp
983
974
  - deliver/lib/deliver/.upload_metadata.rb.swp
984
- - deliver/lib/deliver/.upload_screenshots.rb.swp
985
975
  - deliver/lib/deliver/app_screenshot.rb
986
976
  - deliver/lib/deliver/commands_generator.rb
987
977
  - deliver/lib/deliver/detect_values.rb
@@ -1377,6 +1367,9 @@ files:
1377
1367
  - fastlane/swift/SocketClient.swift
1378
1368
  - fastlane/swift/SocketClientDelegateProtocol.swift
1379
1369
  - fastlane/swift/SocketResponse.swift
1370
+ - fastlane/swift/formatting/Brewfile
1371
+ - fastlane/swift/formatting/Brewfile.lock.json
1372
+ - fastlane/swift/formatting/Rakefile
1380
1373
  - fastlane/swift/main.swift
1381
1374
  - fastlane/swift/upgrade_manifest.json
1382
1375
  - fastlane_core/README.md
@@ -1639,16 +1632,13 @@ files:
1639
1632
  - spaceship/lib/assets/languageMappingReadable.json
1640
1633
  - spaceship/lib/spaceship.rb
1641
1634
  - spaceship/lib/spaceship/.DS_Store
1642
- - spaceship/lib/spaceship/babosa_fix.rb
1643
1635
  - spaceship/lib/spaceship/base.rb
1644
1636
  - spaceship/lib/spaceship/client.rb
1645
1637
  - spaceship/lib/spaceship/commands_generator.rb
1646
1638
  - spaceship/lib/spaceship/connect_api.rb
1647
- - spaceship/lib/spaceship/connect_api/.file_uploader.rb.swp
1648
1639
  - spaceship/lib/spaceship/connect_api/client.rb
1649
1640
  - spaceship/lib/spaceship/connect_api/file_uploader.rb
1650
1641
  - spaceship/lib/spaceship/connect_api/model.rb
1651
- - spaceship/lib/spaceship/connect_api/models/.app_screenshot.rb.swp
1652
1642
  - spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
1653
1643
  - spaceship/lib/spaceship/connect_api/models/app.rb
1654
1644
  - spaceship/lib/spaceship/connect_api/models/app_category.rb
@@ -1,30 +0,0 @@
1
- # Babosa has a conflict with the unicode-string_width gem. unicode-string_width defines
2
- # a module called `Unicode`, but Babosa uses the presence of this constant as
3
- # the sign that it should try to require the `unicode` gem, which will not be present.
4
- #
5
- # We don't want to introduce the `unicode` gem because it depends on native extensions.
6
- #
7
- # This works around the possibility that the unicode-string_width gem may already be
8
- # loaded by temporarily undefining the `Unicode` constant while we load Babosa,
9
- # then restoring it to its previous state if necessary.
10
- #
11
- # Can be removed once https://github.com/norman/babosa/pull/42 is merged and released
12
- class BabosaFix
13
- def apply
14
- unicode_removed = false
15
-
16
- if defined? Unicode
17
- orig_unicode = Unicode
18
- Object.send(:remove_const, :Unicode)
19
- unicode_removed = true
20
- end
21
-
22
- require 'babosa'
23
-
24
- if unicode_removed
25
- Object.send(:const_set, :Unicode, orig_unicode)
26
- end
27
- end
28
- end
29
-
30
- BabosaFix.new.apply