fastlane 2.204.1 → 2.205.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +96 -96
- data/fastlane/lib/fastlane/actions/badge.rb +1 -1
- data/fastlane/lib/fastlane/actions/get_version_number.rb +1 -1
- data/fastlane/lib/fastlane/actions/git_commit.rb +4 -6
- data/fastlane/lib/fastlane/actions/read_podspec.rb +1 -1
- data/fastlane/lib/fastlane/commands_generator.rb +2 -1
- data/fastlane/lib/fastlane/swift_runner_upgrader.rb +6 -7
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/DeliverfileProtocol.swift +1 -1
- data/fastlane/swift/Fastlane.swift +8 -8
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/GymfileProtocol.swift +1 -1
- data/fastlane/swift/Matchfile.swift +1 -1
- data/fastlane/swift/MatchfileProtocol.swift +2 -2
- data/fastlane/swift/Precheckfile.swift +1 -1
- data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
- data/fastlane/swift/Scanfile.swift +1 -1
- data/fastlane/swift/ScanfileProtocol.swift +1 -1
- data/fastlane/swift/Screengrabfile.swift +1 -1
- data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
- data/fastlane/swift/Snapshotfile.swift +1 -1
- data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
- data/fastlane/swift/SocketClient.swift +2 -2
- data/fastlane/swift/formatting/Brewfile.lock.json +14 -14
- data/fastlane_core/README.md +1 -0
- data/match/lib/match/encryption/openssl.rb +1 -1
- data/match/lib/match/options.rb +1 -1
- data/pilot/lib/pilot/build_manager.rb +2 -2
- data/scan/lib/scan/runner.rb +5 -1
- data/snapshot/lib/assets/SnapshotHelper.swift +2 -2
- data/spaceship/lib/spaceship/.client.rb.swp +0 -0
- data/spaceship/lib/spaceship/client.rb +13 -25
- data/spaceship/lib/spaceship/connect_api/.response.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/models/.app.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/models/.review_submission.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/models/app.rb +3 -12
- data/spaceship/lib/spaceship/connect_api/models/review_submission.rb +1 -0
- data/spaceship/lib/spaceship/portal/certificate.rb +4 -3
- data/spaceship/lib/spaceship/tunes/.tunes_client.rb.swp +0 -0
- data/spaceship/lib/spaceship/tunes/app_ratings.rb +6 -6
- data/spaceship/lib/spaceship/tunes/iap_families.rb +1 -1
- data/spaceship/lib/spaceship/tunes/tunes.rb +0 -1
- data/spaceship/lib/spaceship/tunes/tunes_client.rb +9 -12
- data/supply/lib/supply/client.rb +2 -7
- data/trainer/lib/assets/junit.xml.erb +9 -1
- data/trainer/lib/trainer/junit_generator.rb +1 -1
- data/trainer/lib/trainer/options.rb +1 -1
- data/trainer/lib/trainer/test_parser.rb +24 -2
- metadata +25 -22
- data/spaceship/lib/spaceship/tunes/user_detail.rb +0 -15
metadata
CHANGED
@@ -1,39 +1,39 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.205.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Iulian Onofrei
|
8
|
-
- Joshua Liebowitz
|
9
|
-
- Aaron Brager
|
10
|
-
- Helmut Januschka
|
11
|
-
- Manish Rathi
|
12
7
|
- Łukasz Grabowski
|
8
|
+
- Luka Mirosevic
|
9
|
+
- Max Ott
|
10
|
+
- Danielle Tomlinson
|
13
11
|
- Andrew McBurney
|
14
|
-
-
|
15
|
-
- Jan Piotrowski
|
16
|
-
- Maksym Grebenets
|
17
|
-
- Matthew Ellis
|
18
|
-
- Felix Krause
|
19
|
-
- Kohki Miki
|
12
|
+
- Jérôme Lacoste
|
20
13
|
- Manu Wallner
|
21
|
-
-
|
22
|
-
-
|
14
|
+
- Stefan Natchev
|
15
|
+
- Josh Holtz
|
23
16
|
- Fumiya Nakamura
|
17
|
+
- Helmut Januschka
|
24
18
|
- Jimmy Dee
|
25
|
-
-
|
26
|
-
-
|
19
|
+
- Maksym Grebenets
|
20
|
+
- Daniel Jankowski
|
27
21
|
- Roger Oba
|
28
|
-
-
|
22
|
+
- Jorge Revuelta H
|
23
|
+
- Iulian Onofrei
|
24
|
+
- Aaron Brager
|
29
25
|
- Satoshi Namai
|
30
|
-
-
|
31
|
-
-
|
32
|
-
-
|
26
|
+
- Jan Piotrowski
|
27
|
+
- Olivier Halligon
|
28
|
+
- Matthew Ellis
|
29
|
+
- Joshua Liebowitz
|
30
|
+
- Felix Krause
|
31
|
+
- Manish Rathi
|
32
|
+
- Kohki Miki
|
33
33
|
autorequire:
|
34
34
|
bindir: bin
|
35
35
|
cert_chain: []
|
36
|
-
date: 2022-
|
36
|
+
date: 2022-03-18 00:00:00.000000000 Z
|
37
37
|
dependencies:
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
39
|
name: xcodeproj
|
@@ -1653,15 +1653,18 @@ files:
|
|
1653
1653
|
- spaceship/lib/assets/languageMapping.json
|
1654
1654
|
- spaceship/lib/assets/languageMappingReadable.json
|
1655
1655
|
- spaceship/lib/spaceship.rb
|
1656
|
+
- spaceship/lib/spaceship/.client.rb.swp
|
1656
1657
|
- spaceship/lib/spaceship/base.rb
|
1657
1658
|
- spaceship/lib/spaceship/client.rb
|
1658
1659
|
- spaceship/lib/spaceship/commands_generator.rb
|
1659
1660
|
- spaceship/lib/spaceship/connect_api.rb
|
1661
|
+
- spaceship/lib/spaceship/connect_api/.response.rb.swp
|
1660
1662
|
- spaceship/lib/spaceship/connect_api/api_client.rb
|
1661
1663
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1662
1664
|
- spaceship/lib/spaceship/connect_api/file_uploader.rb
|
1663
1665
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1664
1666
|
- spaceship/lib/spaceship/connect_api/models/.app.rb.swp
|
1667
|
+
- spaceship/lib/spaceship/connect_api/models/.review_submission.rb.swp
|
1665
1668
|
- spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
|
1666
1669
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
1667
1670
|
- spaceship/lib/spaceship/connect_api/models/app_category.rb
|
@@ -1777,6 +1780,7 @@ files:
|
|
1777
1780
|
- spaceship/lib/spaceship/test_flight/group.rb
|
1778
1781
|
- spaceship/lib/spaceship/test_flight/test_info.rb
|
1779
1782
|
- spaceship/lib/spaceship/test_flight/tester.rb
|
1783
|
+
- spaceship/lib/spaceship/tunes/.tunes_client.rb.swp
|
1780
1784
|
- spaceship/lib/spaceship/tunes/app_analytics.rb
|
1781
1785
|
- spaceship/lib/spaceship/tunes/app_details.rb
|
1782
1786
|
- spaceship/lib/spaceship/tunes/app_image.rb
|
@@ -1829,7 +1833,6 @@ files:
|
|
1829
1833
|
- spaceship/lib/spaceship/tunes/tunes.rb
|
1830
1834
|
- spaceship/lib/spaceship/tunes/tunes_base.rb
|
1831
1835
|
- spaceship/lib/spaceship/tunes/tunes_client.rb
|
1832
|
-
- spaceship/lib/spaceship/tunes/user_detail.rb
|
1833
1836
|
- spaceship/lib/spaceship/tunes/version_set.rb
|
1834
1837
|
- spaceship/lib/spaceship/two_step_or_factor_client.rb
|
1835
1838
|
- spaceship/lib/spaceship/ui.rb
|
@@ -1,15 +0,0 @@
|
|
1
|
-
require_relative 'tunes_base'
|
2
|
-
|
3
|
-
module Spaceship
|
4
|
-
module Tunes
|
5
|
-
class UserDetail < TunesBase
|
6
|
-
attr_accessor :content_provider_id
|
7
|
-
attr_accessor :ds_id # used for the team selection (https://github.com/fastlane/fastlane/issues/6711)
|
8
|
-
|
9
|
-
attr_mapping(
|
10
|
-
'contentProviderId' => :content_provider_id,
|
11
|
-
'sessionToken.dsId' => :ds_id
|
12
|
-
)
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|