fastlane 2.207.0 → 2.209.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +94 -94
- data/deliver/lib/deliver/options.rb +1 -2
- data/fastlane/lib/assets/AppfileTemplate +1 -1
- data/fastlane/lib/assets/AppfileTemplate.swift +1 -1
- data/fastlane/lib/fastlane/actions/changelog_from_git_commits.rb +1 -1
- data/fastlane/lib/fastlane/actions/docs/frame_screenshots.md +1 -1
- data/fastlane/lib/fastlane/actions/import_certificate.rb +1 -1
- data/fastlane/lib/fastlane/actions/pod_push.rb +19 -1
- data/fastlane/lib/fastlane/setup/setup_ios.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 +2 -2
- data/fastlane/swift/Fastlane.swift +18 -10
- 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 +2 -2
- data/fastlane/swift/formatting/Brewfile.lock.json +16 -16
- data/fastlane_core/lib/fastlane_core/cert_checker.rb +68 -13
- data/fastlane_core/lib/fastlane_core/keychain_importer.rb +1 -0
- data/frameit/lib/frameit/frame_downloader.rb +1 -1
- data/match/lib/match/runner.rb +6 -0
- data/match/lib/match/setup.rb +1 -1
- data/match/lib/match/storage/gitlab/client.rb +17 -1
- data/match/lib/match/storage/gitlab/secure_file.rb +1 -2
- data/match/lib/match/storage/gitlab_secure_files.rb +5 -2
- data/match/lib/match/table_printer.rb +2 -1
- data/match/lib/match/utils.rb +15 -2
- data/pilot/lib/pilot/build_manager.rb +2 -2
- data/snapshot/lib/snapshot/options.rb +1 -1
- data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +4 -1
- data/spaceship/lib/spaceship/connect_api/response.rb +10 -6
- data/spaceship/lib/spaceship/tunes/tunes_client.rb +63 -2
- data/spaceship/lib/spaceship/two_step_or_factor_client.rb +1 -1
- data/trainer/lib/trainer/junit_generator.rb +1 -1
- metadata +22 -34
- 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/match/lib/match/.module.rb.swp +0 -0
- data/match/lib/match/.nuke.rb.swp +0 -0
- 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/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.209.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
-
|
7
|
+
- Luka Mirosevic
|
8
|
+
- Łukasz Grabowski
|
9
9
|
- Manish Rathi
|
10
|
-
- Stefan Natchev
|
11
|
-
- Felix Krause
|
12
|
-
- Iulian Onofrei
|
13
|
-
- Danielle Tomlinson
|
14
|
-
- Fumiya Nakamura
|
15
|
-
- Josh Holtz
|
16
|
-
- Kohki Miki
|
17
|
-
- Jorge Revuelta H
|
18
|
-
- Manu Wallner
|
19
|
-
- Roger Oba
|
20
|
-
- Satoshi Namai
|
21
|
-
- Joshua Liebowitz
|
22
|
-
- Maksym Grebenets
|
23
10
|
- Aaron Brager
|
24
|
-
-
|
25
|
-
-
|
11
|
+
- Daniel Jankowski
|
12
|
+
- Max Ott
|
13
|
+
- Joshua Liebowitz
|
26
14
|
- Matthew Ellis
|
27
|
-
-
|
15
|
+
- Jérôme Lacoste
|
28
16
|
- Olivier Halligon
|
29
|
-
-
|
17
|
+
- Josh Holtz
|
18
|
+
- Stefan Natchev
|
19
|
+
- Jorge Revuelta H
|
30
20
|
- Jan Piotrowski
|
21
|
+
- Felix Krause
|
22
|
+
- Roger Oba
|
23
|
+
- Danielle Tomlinson
|
24
|
+
- Kohki Miki
|
25
|
+
- Iulian Onofrei
|
31
26
|
- Jimmy Dee
|
27
|
+
- Helmut Januschka
|
32
28
|
- Andrew McBurney
|
29
|
+
- Satoshi Namai
|
30
|
+
- Manu Wallner
|
31
|
+
- Fumiya Nakamura
|
32
|
+
- Maksym Grebenets
|
33
33
|
autorequire:
|
34
34
|
bindir: bin
|
35
35
|
cert_chain: []
|
36
|
-
date: 2022-
|
36
|
+
date: 2022-08-22 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
|
@@ -1501,8 +1496,6 @@ files:
|
|
1501
1496
|
- match/lib/assets/MatchfileTemplate.swift
|
1502
1497
|
- match/lib/assets/READMETemplate.md
|
1503
1498
|
- match/lib/match.rb
|
1504
|
-
- match/lib/match/.module.rb.swp
|
1505
|
-
- match/lib/match/.nuke.rb.swp
|
1506
1499
|
- match/lib/match/change_password.rb
|
1507
1500
|
- match/lib/match/commands_generator.rb
|
1508
1501
|
- match/lib/match/encryption.rb
|
@@ -1664,13 +1657,10 @@ files:
|
|
1664
1657
|
- spaceship/lib/spaceship/client.rb
|
1665
1658
|
- spaceship/lib/spaceship/commands_generator.rb
|
1666
1659
|
- spaceship/lib/spaceship/connect_api.rb
|
1667
|
-
- spaceship/lib/spaceship/connect_api/.response.rb.swp
|
1668
1660
|
- spaceship/lib/spaceship/connect_api/api_client.rb
|
1669
1661
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1670
1662
|
- spaceship/lib/spaceship/connect_api/file_uploader.rb
|
1671
1663
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1672
|
-
- spaceship/lib/spaceship/connect_api/models/.app.rb.swp
|
1673
|
-
- spaceship/lib/spaceship/connect_api/models/.review_submission.rb.swp
|
1674
1664
|
- spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
|
1675
1665
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
1676
1666
|
- spaceship/lib/spaceship/connect_api/models/app_category.rb
|
@@ -1731,7 +1721,6 @@ files:
|
|
1731
1721
|
- spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb
|
1732
1722
|
- spaceship/lib/spaceship/connect_api/response.rb
|
1733
1723
|
- spaceship/lib/spaceship/connect_api/spaceship.rb
|
1734
|
-
- spaceship/lib/spaceship/connect_api/testflight/.testflight.rb.swp
|
1735
1724
|
- spaceship/lib/spaceship/connect_api/testflight/client.rb
|
1736
1725
|
- spaceship/lib/spaceship/connect_api/testflight/testflight.rb
|
1737
1726
|
- spaceship/lib/spaceship/connect_api/token.rb
|
@@ -1854,7 +1843,6 @@ files:
|
|
1854
1843
|
- supply/lib/supply/release_listing.rb
|
1855
1844
|
- supply/lib/supply/setup.rb
|
1856
1845
|
- supply/lib/supply/uploader.rb
|
1857
|
-
- trainer/lib/.DS_Store
|
1858
1846
|
- trainer/lib/assets/junit.xml.erb
|
1859
1847
|
- trainer/lib/trainer.rb
|
1860
1848
|
- trainer/lib/trainer/commands_generator.rb
|
@@ -1905,7 +1893,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1905
1893
|
- !ruby/object:Gem::Version
|
1906
1894
|
version: '0'
|
1907
1895
|
requirements: []
|
1908
|
-
rubygems_version: 3.2.
|
1896
|
+
rubygems_version: 3.2.33
|
1909
1897
|
signing_key:
|
1910
1898
|
specification_version: 4
|
1911
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
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/trainer/lib/.DS_Store
DELETED
Binary file
|