fastlane 2.157.3 → 2.161.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 +72 -72
- data/deliver/lib/deliver/options.rb +17 -1
- data/deliver/lib/deliver/runner.rb +36 -5
- data/deliver/lib/deliver/upload_metadata.rb +36 -6
- data/deliver/lib/deliver/upload_price_tier.rb +7 -2
- data/{pilot/lib/pilot/.manager.rb.swp → fastlane/lib/fastlane/.erb_template_helper.rb.swp} +0 -0
- data/fastlane/lib/fastlane/actions/{.ensure_git_status_clean.rb.swp → .git_commit.rb.swp} +0 -0
- data/fastlane/lib/fastlane/actions/actions_helper.rb +20 -1
- data/fastlane/lib/fastlane/actions/app_store_build_number.rb +1 -0
- data/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb +6 -1
- data/fastlane/lib/fastlane/actions/clean_build_artifacts.rb +1 -0
- data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +2 -2
- data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/create_app_online.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/frame_screenshots.md +3 -2
- data/fastlane/lib/fastlane/actions/docs/run_tests.md +2 -2
- data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +3 -3
- data/fastlane/lib/fastlane/actions/docs/upload_to_play_store.md +2 -2
- data/fastlane/lib/fastlane/actions/docs/upload_to_testflight.md +2 -2
- data/fastlane/lib/fastlane/actions/download_dsyms.rb +34 -7
- data/fastlane/lib/fastlane/actions/ensure_git_status_clean.rb +13 -2
- data/fastlane/lib/fastlane/actions/set_changelog.rb +2 -0
- data/fastlane/lib/fastlane/helper/git_helper.rb +2 -0
- data/fastlane/lib/fastlane/swift_fastlane_api_generator.rb +6 -4
- data/fastlane/lib/fastlane/swift_fastlane_function.rb +1 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Actions.swift +2 -1
- data/fastlane/swift/Appfile.swift +2 -4
- data/fastlane/swift/ArgumentProcessor.swift +2 -6
- data/fastlane/swift/ControlCommand.swift +2 -5
- data/fastlane/swift/Deliverfile.swift +5 -2
- data/fastlane/swift/DeliverfileProtocol.swift +15 -4
- data/fastlane/swift/Fastfile.swift +5 -1
- data/fastlane/swift/Fastlane.swift +2285 -2240
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj +5 -5
- data/fastlane/swift/Gymfile.swift +5 -2
- data/fastlane/swift/GymfileProtocol.swift +6 -3
- data/fastlane/swift/LaneFileProtocol.swift +42 -29
- data/fastlane/swift/MainProcess.swift +77 -0
- data/fastlane/swift/Matchfile.swift +5 -2
- data/fastlane/swift/MatchfileProtocol.swift +7 -4
- data/fastlane/swift/Plugins.swift +2 -1
- data/fastlane/swift/Precheckfile.swift +5 -2
- data/fastlane/swift/PrecheckfileProtocol.swift +18 -3
- data/fastlane/swift/RubyCommand.swift +2 -6
- data/fastlane/swift/RubyCommandable.swift +2 -6
- data/fastlane/swift/Runner.swift +5 -9
- data/fastlane/swift/RunnerArgument.swift +2 -6
- data/fastlane/swift/Scanfile.swift +5 -2
- data/fastlane/swift/ScanfileProtocol.swift +6 -3
- data/fastlane/swift/Screengrabfile.swift +5 -2
- data/fastlane/swift/ScreengrabfileProtocol.swift +6 -3
- data/fastlane/swift/Snapshotfile.swift +5 -2
- data/fastlane/swift/SnapshotfileProtocol.swift +6 -3
- data/fastlane/swift/SocketClient.swift +3 -7
- data/fastlane/swift/SocketClientDelegateProtocol.swift +2 -6
- data/fastlane/swift/SocketResponse.swift +2 -6
- data/fastlane/swift/formatting/Brewfile.lock.json +18 -10
- data/fastlane/swift/main.swift +4 -8
- data/fastlane/swift/upgrade_manifest.json +1 -1
- data/frameit/lib/frameit/editor.rb +1 -0
- data/match/lib/match/importer.rb +5 -2
- data/match/lib/match/options.rb +1 -1
- data/match/lib/match/spaceship_ensure.rb +3 -3
- data/pilot/lib/pilot/options.rb +2 -2
- data/precheck/lib/precheck/options.rb +25 -0
- data/precheck/lib/precheck/rule_processor.rb +94 -60
- data/precheck/lib/precheck/runner.rb +26 -5
- data/produce/lib/produce/itunes_connect.rb +2 -0
- data/sigh/lib/sigh/runner.rb +2 -0
- data/snapshot/lib/assets/SnapshotHelper.swift +17 -2
- data/spaceship/README.md +1 -1
- data/spaceship/lib/spaceship/{connect_api/.DS_Store → .DS_Store} +0 -0
- data/spaceship/lib/spaceship/connect_api/client.rb +34 -13
- data/{fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp → spaceship/lib/spaceship/connect_api/models/.app_store_version_submission.rb.swp} +0 -0
- data/spaceship/lib/spaceship/connect_api/models/app.rb +17 -9
- data/spaceship/lib/spaceship/connect_api/models/app_info.rb +1 -0
- data/spaceship/lib/spaceship/connect_api/models/app_screenshot_set.rb +2 -2
- data/spaceship/lib/spaceship/connect_api/models/app_store_version.rb +3 -5
- data/spaceship/lib/spaceship/connect_api/models/app_store_version_localization.rb +3 -5
- data/spaceship/lib/spaceship/connect_api/models/app_store_version_phased_release.rb +21 -0
- data/spaceship/lib/spaceship/connect_api/spaceship.rb +3 -2
- data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +29 -9
- data/spaceship/lib/spaceship/helper/net_http_generic_request.rb +11 -5
- metadata +24 -26
- data/fastlane/lib/fastlane/actions/.hockey.rb.swp +0 -0
- data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
@@ -5,10 +5,16 @@ require 'net/http'
|
|
5
5
|
# Certain apple endpoints return 415 responses if a Content-Type is supplied.
|
6
6
|
# Net::HTTP will default a content-type if none is provided by faraday
|
7
7
|
# This monkey-patch allows us to leave out the content-type if we do not specify one.
|
8
|
-
module
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
8
|
+
module NetHTTPGenericRequestMonkeypatch
|
9
|
+
def supply_default_content_type
|
10
|
+
# Return no content type if we communicating with an apple.com domain
|
11
|
+
return if !self['host'].nil? && self['host'].end_with?('.apple.com')
|
12
|
+
|
13
|
+
# Otherwise use the default implementation
|
14
|
+
super
|
13
15
|
end
|
14
16
|
end
|
17
|
+
|
18
|
+
# We prepend the monkeypatch so the patch has access to the original implementation
|
19
|
+
# using `super`.
|
20
|
+
Net::HTTPGenericRequest.prepend(NetHTTPGenericRequestMonkeypatch)
|
metadata
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.161.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
- Daniel Jankowski
|
9
|
-
- Aaron Brager
|
10
|
-
- Matthew Ellis
|
11
|
-
- Max Ott
|
12
|
-
- Jimmy Dee
|
13
|
-
- Helmut Januschka
|
14
|
-
- Felix Krause
|
15
|
-
- Joshua Liebowitz
|
7
|
+
- Jan Piotrowski
|
16
8
|
- Kohki Miki
|
17
|
-
- Luka Mirosevic
|
18
|
-
- Josh Holtz
|
19
9
|
- Manu Wallner
|
20
|
-
-
|
21
|
-
-
|
22
|
-
-
|
23
|
-
-
|
10
|
+
- Josh Holtz
|
11
|
+
- Jérôme Lacoste
|
12
|
+
- Jimmy Dee
|
13
|
+
- Maksym Grebenets
|
24
14
|
- Iulian Onofrei
|
15
|
+
- Helmut Januschka
|
16
|
+
- Luka Mirosevic
|
25
17
|
- Olivier Halligon
|
26
18
|
- Jorge Revuelta H
|
27
|
-
-
|
19
|
+
- Max Ott
|
20
|
+
- Felix Krause
|
28
21
|
- Danielle Tomlinson
|
22
|
+
- Daniel Jankowski
|
23
|
+
- Fumiya Nakamura
|
24
|
+
- Joshua Liebowitz
|
25
|
+
- Aaron Brager
|
26
|
+
- Matthew Ellis
|
27
|
+
- Andrew McBurney
|
28
|
+
- Stefan Natchev
|
29
29
|
autorequire:
|
30
30
|
bindir: bin
|
31
31
|
cert_chain: []
|
32
|
-
date: 2020-09-
|
32
|
+
date: 2020-09-28 00:00:00.000000000 Z
|
33
33
|
dependencies:
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: slack-notifier
|
@@ -980,12 +980,10 @@ files:
|
|
980
980
|
- fastlane/lib/assets/s3_plist_template.erb
|
981
981
|
- fastlane/lib/assets/s3_version_template.erb
|
982
982
|
- fastlane/lib/fastlane.rb
|
983
|
+
- fastlane/lib/fastlane/.erb_template_helper.rb.swp
|
983
984
|
- fastlane/lib/fastlane/action.rb
|
984
985
|
- fastlane/lib/fastlane/action_collector.rb
|
985
|
-
- fastlane/lib/fastlane/actions/.
|
986
|
-
- fastlane/lib/fastlane/actions/.hockey.rb.swp
|
987
|
-
- fastlane/lib/fastlane/actions/.slack.rb.swp
|
988
|
-
- fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
|
986
|
+
- fastlane/lib/fastlane/actions/.git_commit.rb.swp
|
989
987
|
- fastlane/lib/fastlane/actions/README.md
|
990
988
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
991
989
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1324,12 +1322,12 @@ files:
|
|
1324
1322
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1325
1323
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1326
1324
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
1327
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1328
1325
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1329
1326
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1330
1327
|
- fastlane/swift/Gymfile.swift
|
1331
1328
|
- fastlane/swift/GymfileProtocol.swift
|
1332
1329
|
- fastlane/swift/LaneFileProtocol.swift
|
1330
|
+
- fastlane/swift/MainProcess.swift
|
1333
1331
|
- fastlane/swift/Matchfile.swift
|
1334
1332
|
- fastlane/swift/MatchfileProtocol.swift
|
1335
1333
|
- fastlane/swift/Plugins.swift
|
@@ -1484,7 +1482,6 @@ files:
|
|
1484
1482
|
- pem/lib/pem/options.rb
|
1485
1483
|
- pilot/README.md
|
1486
1484
|
- pilot/lib/pilot.rb
|
1487
|
-
- pilot/lib/pilot/.manager.rb.swp
|
1488
1485
|
- pilot/lib/pilot/build_manager.rb
|
1489
1486
|
- pilot/lib/pilot/commands_generator.rb
|
1490
1487
|
- pilot/lib/pilot/features.rb
|
@@ -1612,15 +1609,16 @@ files:
|
|
1612
1609
|
- spaceship/lib/assets/languageMapping.json
|
1613
1610
|
- spaceship/lib/assets/languageMappingReadable.json
|
1614
1611
|
- spaceship/lib/spaceship.rb
|
1612
|
+
- spaceship/lib/spaceship/.DS_Store
|
1615
1613
|
- spaceship/lib/spaceship/base.rb
|
1616
1614
|
- spaceship/lib/spaceship/client.rb
|
1617
1615
|
- spaceship/lib/spaceship/commands_generator.rb
|
1618
1616
|
- spaceship/lib/spaceship/connect_api.rb
|
1619
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1620
1617
|
- spaceship/lib/spaceship/connect_api/api_client.rb
|
1621
1618
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1622
1619
|
- spaceship/lib/spaceship/connect_api/file_uploader.rb
|
1623
1620
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1621
|
+
- spaceship/lib/spaceship/connect_api/models/.app_store_version_submission.rb.swp
|
1624
1622
|
- spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb
|
1625
1623
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
1626
1624
|
- spaceship/lib/spaceship/connect_api/models/app_category.rb
|
@@ -1827,7 +1825,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1827
1825
|
- !ruby/object:Gem::Version
|
1828
1826
|
version: '0'
|
1829
1827
|
requirements: []
|
1830
|
-
rubygems_version: 3.0.
|
1828
|
+
rubygems_version: 3.0.6
|
1831
1829
|
signing_key:
|
1832
1830
|
specification_version: 4
|
1833
1831
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|