fastlane 2.209.0 → 2.210.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 +88 -88
- data/deliver/lib/deliver/runner.rb +14 -7
- data/fastlane/lib/assets/AppfileTemplate +1 -1
- data/fastlane/lib/assets/AppfileTemplate.swift +1 -1
- data/fastlane/lib/fastlane/actions/run_tests.rb +1 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Appfile.swift +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/DeliverfileProtocol.swift +1 -1
- data/fastlane/swift/Fastlane.swift +3 -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 +1 -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 +16 -16
- data/fastlane_core/lib/fastlane_core/cert_checker.rb +66 -10
- data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +246 -20
- data/pilot/lib/pilot/build_manager.rb +11 -4
- data/spaceship/lib/spaceship/connect_api/token.rb +5 -2
- data/spaceship/lib/spaceship/two_step_or_factor_client.rb +1 -1
- metadata +22 -30
- data/fastlane/lib/.DS_Store +0 -0
- data/fastlane/lib/fastlane/.DS_Store +0 -0
- data/fastlane/lib/fastlane/actions/.DS_Store +0 -0
- data/fastlane/lib/fastlane/actions/.supply.rb.swp +0 -0
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/joshholtz.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/spaceship/lib/spaceship/connect_api/models/.review_submission.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/testflight/.testflight.rb.swp +0 -0
- data/trainer/lib/.DS_Store +0 -0
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.210.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- Kohki Miki
|
8
|
+
- Stefan Natchev
|
7
9
|
- Maksym Grebenets
|
8
|
-
-
|
10
|
+
- Joshua Liebowitz
|
11
|
+
- Łukasz Grabowski
|
12
|
+
- Jimmy Dee
|
9
13
|
- Jorge Revuelta H
|
10
|
-
- Jérôme Lacoste
|
11
|
-
- Iulian Onofrei
|
12
|
-
- Kohki Miki
|
13
|
-
- Roger Oba
|
14
|
-
- Jan Piotrowski
|
15
14
|
- Danielle Tomlinson
|
16
|
-
- Satoshi Namai
|
17
|
-
- Manish Rathi
|
18
|
-
- Luka Mirosevic
|
19
15
|
- Helmut Januschka
|
20
|
-
-
|
21
|
-
-
|
22
|
-
- Jimmy Dee
|
23
|
-
- Max Ott
|
24
|
-
- Josh Holtz
|
16
|
+
- Luka Mirosevic
|
17
|
+
- Iulian Onofrei
|
25
18
|
- Manu Wallner
|
26
|
-
-
|
27
|
-
-
|
28
|
-
-
|
19
|
+
- Jérôme Lacoste
|
20
|
+
- Aaron Brager
|
21
|
+
- Satoshi Namai
|
22
|
+
- Matthew Ellis
|
23
|
+
- Josh Holtz
|
29
24
|
- Felix Krause
|
30
|
-
-
|
25
|
+
- Andrew McBurney
|
26
|
+
- Jan Piotrowski
|
27
|
+
- Daniel Jankowski
|
28
|
+
- Max Ott
|
29
|
+
- Manish Rathi
|
31
30
|
- Fumiya Nakamura
|
32
|
-
-
|
31
|
+
- Roger Oba
|
32
|
+
- Olivier Halligon
|
33
33
|
autorequire:
|
34
34
|
bindir: bin
|
35
35
|
cert_chain: []
|
36
|
-
date: 2022-
|
36
|
+
date: 2022-09-15 00:00:00.000000000 Z
|
37
37
|
dependencies:
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
39
|
name: xcodeproj
|
@@ -994,7 +994,6 @@ files:
|
|
994
994
|
- deliver/lib/deliver/upload_price_tier.rb
|
995
995
|
- deliver/lib/deliver/upload_screenshots.rb
|
996
996
|
- fastlane/README.md
|
997
|
-
- fastlane/lib/.DS_Store
|
998
997
|
- fastlane/lib/assets/ActionDetails.md.erb
|
999
998
|
- fastlane/lib/assets/Actions.md.erb
|
1000
999
|
- fastlane/lib/assets/AppfileTemplate
|
@@ -1013,11 +1012,8 @@ files:
|
|
1013
1012
|
- fastlane/lib/assets/s3_plist_template.erb
|
1014
1013
|
- fastlane/lib/assets/s3_version_template.erb
|
1015
1014
|
- fastlane/lib/fastlane.rb
|
1016
|
-
- fastlane/lib/fastlane/.DS_Store
|
1017
1015
|
- fastlane/lib/fastlane/action.rb
|
1018
1016
|
- fastlane/lib/fastlane/action_collector.rb
|
1019
|
-
- fastlane/lib/fastlane/actions/.DS_Store
|
1020
|
-
- fastlane/lib/fastlane/actions/.supply.rb.swp
|
1021
1017
|
- fastlane/lib/fastlane/actions/README.md
|
1022
1018
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
1023
1019
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1364,7 +1360,6 @@ files:
|
|
1364
1360
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1365
1361
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1366
1362
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
1367
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/joshholtz.xcuserdatad/UserInterfaceState.xcuserstate
|
1368
1363
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1369
1364
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1370
1365
|
- fastlane/swift/Gymfile.swift
|
@@ -1666,7 +1661,6 @@ files:
|
|
1666
1661
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1667
1662
|
- spaceship/lib/spaceship/connect_api/file_uploader.rb
|
1668
1663
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1669
|
-
- spaceship/lib/spaceship/connect_api/models/.review_submission.rb.swp
|
1670
1664
|
- spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
|
1671
1665
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
1672
1666
|
- spaceship/lib/spaceship/connect_api/models/app_category.rb
|
@@ -1727,7 +1721,6 @@ files:
|
|
1727
1721
|
- spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb
|
1728
1722
|
- spaceship/lib/spaceship/connect_api/response.rb
|
1729
1723
|
- spaceship/lib/spaceship/connect_api/spaceship.rb
|
1730
|
-
- spaceship/lib/spaceship/connect_api/testflight/.testflight.rb.swp
|
1731
1724
|
- spaceship/lib/spaceship/connect_api/testflight/client.rb
|
1732
1725
|
- spaceship/lib/spaceship/connect_api/testflight/testflight.rb
|
1733
1726
|
- spaceship/lib/spaceship/connect_api/token.rb
|
@@ -1850,7 +1843,6 @@ files:
|
|
1850
1843
|
- supply/lib/supply/release_listing.rb
|
1851
1844
|
- supply/lib/supply/setup.rb
|
1852
1845
|
- supply/lib/supply/uploader.rb
|
1853
|
-
- trainer/lib/.DS_Store
|
1854
1846
|
- trainer/lib/assets/junit.xml.erb
|
1855
1847
|
- trainer/lib/trainer.rb
|
1856
1848
|
- trainer/lib/trainer/commands_generator.rb
|
@@ -1901,7 +1893,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1901
1893
|
- !ruby/object:Gem::Version
|
1902
1894
|
version: '0'
|
1903
1895
|
requirements: []
|
1904
|
-
rubygems_version: 3.2.
|
1896
|
+
rubygems_version: 3.2.33
|
1905
1897
|
signing_key:
|
1906
1898
|
specification_version: 4
|
1907
1899
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
data/fastlane/lib/.DS_Store
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/trainer/lib/.DS_Store
DELETED
Binary file
|