fastlane 2.210.0 → 2.211.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 +100 -100
- data/deliver/lib/deliver/app_screenshot.rb +17 -0
- data/deliver/lib/deliver/runner.rb +5 -2
- data/fastlane/lib/fastlane/actions/docs/build_app.md +5 -5
- data/fastlane/lib/fastlane/actions/docs/run_tests.md +1 -1
- data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +14 -4
- data/fastlane/lib/fastlane/actions/xcode_install.rb +5 -1
- data/fastlane/lib/fastlane/actions/xcode_select.rb +1 -1
- data/fastlane/lib/fastlane/actions/xcodes.rb +137 -0
- data/fastlane/lib/fastlane/actions/xcversion.rb +10 -15
- data/fastlane/lib/fastlane/helper/xcodes_helper.rb +28 -0
- data/fastlane/lib/fastlane/helper/xcversion_helper.rb +0 -9
- 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 +66 -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 +5 -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 +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/formatting/Brewfile.lock.json +20 -15
- data/fastlane_core/lib/fastlane_core/cert_checker.rb +2 -2
- data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +2 -3
- data/frameit/lib/frameit/device.rb +1 -1
- data/match/lib/match/change_password.rb +2 -0
- data/match/lib/match/commands_generator.rb +2 -1
- data/match/lib/match/generator.rb +1 -0
- data/match/lib/match/importer.rb +2 -0
- data/match/lib/match/migrate.rb +4 -3
- data/match/lib/match/nuke.rb +2 -0
- data/match/lib/match/options.rb +5 -0
- data/match/lib/match/runner.rb +5 -2
- data/pilot/lib/pilot/build_manager.rb +5 -2
- data/sigh/lib/sigh/options.rb +5 -0
- data/sigh/lib/sigh/runner.rb +3 -1
- data/snapshot/lib/assets/SnapshotHelper.swift +2 -2
- data/spaceship/lib/spaceship/connect_api/models/actor.rb +26 -0
- data/spaceship/lib/spaceship/connect_api/models/app_screenshot_set.rb +5 -0
- data/spaceship/lib/spaceship/connect_api/models/app_store_version.rb +1 -1
- data/spaceship/lib/spaceship/connect_api/models/app_store_version_localization.rb +10 -10
- data/spaceship/lib/spaceship/connect_api/models/device.rb +3 -0
- data/spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb +29 -0
- data/spaceship/lib/spaceship/connect_api/models/resolution_center_thread.rb +67 -0
- data/spaceship/lib/spaceship/connect_api/models/review_rejection.rb +19 -0
- data/spaceship/lib/spaceship/connect_api/models/review_submission.rb +12 -0
- data/spaceship/lib/spaceship/connect_api/token.rb +2 -5
- data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +23 -0
- data/spaceship/lib/spaceship/connect_api.rb +5 -0
- metadata +25 -19
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.211.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
- Stefan Natchev
|
9
|
-
- Maksym Grebenets
|
10
|
-
- Joshua Liebowitz
|
7
|
+
- Josh Holtz
|
11
8
|
- Łukasz Grabowski
|
9
|
+
- Stefan Natchev
|
12
10
|
- Jimmy Dee
|
13
|
-
- Jorge Revuelta H
|
14
|
-
- Danielle Tomlinson
|
15
|
-
- Helmut Januschka
|
16
|
-
- Luka Mirosevic
|
17
|
-
- Iulian Onofrei
|
18
|
-
- Manu Wallner
|
19
11
|
- Jérôme Lacoste
|
12
|
+
- Daniel Jankowski
|
20
13
|
- Aaron Brager
|
21
|
-
- Satoshi Namai
|
22
14
|
- Matthew Ellis
|
23
|
-
-
|
24
|
-
-
|
15
|
+
- Kohki Miki
|
16
|
+
- Iulian Onofrei
|
17
|
+
- Roger Oba
|
25
18
|
- Andrew McBurney
|
26
|
-
-
|
27
|
-
-
|
19
|
+
- Luka Mirosevic
|
20
|
+
- Joshua Liebowitz
|
21
|
+
- Danielle Tomlinson
|
22
|
+
- Maksym Grebenets
|
23
|
+
- Helmut Januschka
|
24
|
+
- Manu Wallner
|
28
25
|
- Max Ott
|
29
|
-
-
|
26
|
+
- Jan Piotrowski
|
30
27
|
- Fumiya Nakamura
|
31
|
-
-
|
28
|
+
- Satoshi Namai
|
32
29
|
- Olivier Halligon
|
30
|
+
- Felix Krause
|
31
|
+
- Jorge Revuelta H
|
32
|
+
- Manish Rathi
|
33
33
|
autorequire:
|
34
34
|
bindir: bin
|
35
35
|
cert_chain: []
|
36
|
-
date: 2022-
|
36
|
+
date: 2022-11-12 00:00:00.000000000 Z
|
37
37
|
dependencies:
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
39
|
name: xcodeproj
|
@@ -1258,6 +1258,7 @@ files:
|
|
1258
1258
|
- fastlane/lib/fastlane/actions/xcode_select.rb
|
1259
1259
|
- fastlane/lib/fastlane/actions/xcode_server_get_assets.rb
|
1260
1260
|
- fastlane/lib/fastlane/actions/xcodebuild.rb
|
1261
|
+
- fastlane/lib/fastlane/actions/xcodes.rb
|
1261
1262
|
- fastlane/lib/fastlane/actions/xcov.rb
|
1262
1263
|
- fastlane/lib/fastlane/actions/xctool.rb
|
1263
1264
|
- fastlane/lib/fastlane/actions/xcversion.rb
|
@@ -1289,6 +1290,7 @@ files:
|
|
1289
1290
|
- fastlane/lib/fastlane/helper/sh_helper.rb
|
1290
1291
|
- fastlane/lib/fastlane/helper/xcodebuild_formatter_helper.rb
|
1291
1292
|
- fastlane/lib/fastlane/helper/xcodeproj_helper.rb
|
1293
|
+
- fastlane/lib/fastlane/helper/xcodes_helper.rb
|
1292
1294
|
- fastlane/lib/fastlane/helper/xcversion_helper.rb
|
1293
1295
|
- fastlane/lib/fastlane/junit_generator.rb
|
1294
1296
|
- fastlane/lib/fastlane/lane.rb
|
@@ -1661,6 +1663,7 @@ files:
|
|
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
|
1666
|
+
- spaceship/lib/spaceship/connect_api/models/actor.rb
|
1664
1667
|
- spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
|
1665
1668
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
1666
1669
|
- spaceship/lib/spaceship/connect_api/models/app_category.rb
|
@@ -1711,6 +1714,9 @@ files:
|
|
1711
1714
|
- spaceship/lib/spaceship/connect_api/models/pre_release_version.rb
|
1712
1715
|
- spaceship/lib/spaceship/connect_api/models/profile.rb
|
1713
1716
|
- spaceship/lib/spaceship/connect_api/models/reset_ratings_request.rb
|
1717
|
+
- spaceship/lib/spaceship/connect_api/models/resolution_center_message.rb
|
1718
|
+
- spaceship/lib/spaceship/connect_api/models/resolution_center_thread.rb
|
1719
|
+
- spaceship/lib/spaceship/connect_api/models/review_rejection.rb
|
1714
1720
|
- spaceship/lib/spaceship/connect_api/models/review_submission.rb
|
1715
1721
|
- spaceship/lib/spaceship/connect_api/models/review_submission_item.rb
|
1716
1722
|
- spaceship/lib/spaceship/connect_api/models/sandbox_tester.rb
|