fastlane 2.236.1 → 2.237.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.
- checksums.yaml +4 -4
- data/README.md +104 -104
- data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +3 -1
- data/fastlane/lib/fastlane/actions/swiftlint.rb +10 -1
- data/fastlane/lib/fastlane/helper/sh_helper.rb +7 -3
- data/fastlane/lib/fastlane/lane_manager.rb +0 -1
- data/fastlane/lib/fastlane/plugins/template/.github/workflows/test.yml +0 -7
- data/fastlane/lib/fastlane/plugins/template/.gitignore +0 -1
- data/fastlane/lib/fastlane/plugins/template/.rspec +0 -2
- data/fastlane/lib/fastlane/plugins/template/Gemfile.erb +0 -2
- 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 +23 -3
- 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 +8 -1
- 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 +8 -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_core/lib/fastlane_core/itunes_transporter.rb +3 -1
- data/fastlane_core/lib/fastlane_core/keychain_importer.rb +1 -1
- data/fastlane_core/lib/fastlane_core/project.rb +3 -1
- data/fastlane_core/lib/fastlane_core/ui/errors/fastlane_shell_error.rb +6 -0
- data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +1 -1
- data/gym/lib/gym/error_handler.rb +11 -1
- data/gym/lib/gym/generators/build_command_generator.rb +2 -0
- data/match/lib/match/options.rb +8 -0
- data/match/lib/match/runner.rb +4 -2
- data/match/lib/match/storage/git_storage.rb +18 -2
- data/precheck/lib/precheck/rules/copyright_date_rule.rb +15 -9
- data/scan/lib/scan/options.rb +5 -0
- data/scan/lib/scan/runner.rb +1 -0
- data/scan/lib/scan/test_command_generator.rb +2 -0
- data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +7 -2
- data/supply/lib/supply/uploader.rb +7 -1
- data/trainer/lib/trainer/xcresult/test_case.rb +21 -2
- data/trainer/lib/trainer/xcresult/test_plan.rb +3 -3
- data/trainer/lib/trainer/xcresult/test_suite.rb +28 -19
- metadata +24 -24
metadata
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.237.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Manish Rathi
|
|
8
|
-
- Max Ott
|
|
9
|
-
- Jan Piotrowski
|
|
10
|
-
- Matthew Ellis
|
|
11
|
-
- Maksym Grebenets
|
|
12
|
-
- Felix Krause
|
|
13
7
|
- Jimmy Dee
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
- Connor Tumbleson
|
|
18
|
-
- Luka Mirosevic
|
|
8
|
+
- Josh Holtz
|
|
9
|
+
- Joshua Liebowitz
|
|
10
|
+
- Daniel Jankowski
|
|
19
11
|
- Satoshi Namai
|
|
12
|
+
- Luka Mirosevic
|
|
13
|
+
- Olivier Halligon
|
|
14
|
+
- Maksym Grebenets
|
|
20
15
|
- Roger Oba
|
|
21
|
-
- Jorge Revuelta H
|
|
22
16
|
- Andrew McBurney
|
|
23
|
-
-
|
|
24
|
-
-
|
|
17
|
+
- Manish Rathi
|
|
18
|
+
- Connor Tumbleson
|
|
19
|
+
- Jorge Revuelta H
|
|
20
|
+
- Felix Krause
|
|
21
|
+
- Jérôme Lacoste
|
|
25
22
|
- Stefan Natchev
|
|
23
|
+
- Manu Wallner
|
|
26
24
|
- Fumiya Nakamura
|
|
27
|
-
-
|
|
28
|
-
-
|
|
25
|
+
- Łukasz Grabowski
|
|
26
|
+
- Jan Piotrowski
|
|
29
27
|
- Iulian Onofrei
|
|
30
|
-
- Manu Wallner
|
|
31
28
|
- Aaron Brager
|
|
32
29
|
- Kohki Miki
|
|
33
|
-
-
|
|
30
|
+
- Max Ott
|
|
31
|
+
- Matthew Ellis
|
|
32
|
+
- Helmut Januschka
|
|
33
|
+
- Danielle Tomlinson
|
|
34
34
|
autorequire:
|
|
35
35
|
bindir: bin
|
|
36
36
|
cert_chain: []
|
|
37
|
-
date: 2026-
|
|
37
|
+
date: 2026-07-05 00:00:00.000000000 Z
|
|
38
38
|
dependencies:
|
|
39
39
|
- !ruby/object:Gem::Dependency
|
|
40
40
|
name: addressable
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
requirements:
|
|
43
43
|
- - ">="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version:
|
|
45
|
+
version: 2.9.0
|
|
46
46
|
- - "<"
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
48
|
version: 3.0.0
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
requirements:
|
|
53
53
|
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version:
|
|
55
|
+
version: 2.9.0
|
|
56
56
|
- - "<"
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
58
|
version: 3.0.0
|
|
@@ -221,7 +221,7 @@ dependencies:
|
|
|
221
221
|
version: 0.71.0
|
|
222
222
|
- - "<"
|
|
223
223
|
- !ruby/object:Gem::Version
|
|
224
|
-
version:
|
|
224
|
+
version: 2.0.0
|
|
225
225
|
type: :runtime
|
|
226
226
|
prerelease: false
|
|
227
227
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -231,7 +231,7 @@ dependencies:
|
|
|
231
231
|
version: 0.71.0
|
|
232
232
|
- - "<"
|
|
233
233
|
- !ruby/object:Gem::Version
|
|
234
|
-
version:
|
|
234
|
+
version: 2.0.0
|
|
235
235
|
- !ruby/object:Gem::Dependency
|
|
236
236
|
name: faraday_middleware
|
|
237
237
|
requirement: !ruby/object:Gem::Requirement
|