fastlane 2.133.0 → 2.136.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 +78 -78
- data/fastlane/lib/fastlane/action.rb +1 -1
- data/fastlane/lib/fastlane/actions/actions_helper.rb +1 -1
- data/fastlane/lib/fastlane/actions/carthage.rb +7 -0
- data/fastlane/lib/fastlane/actions/cocoapods.rb +24 -2
- data/fastlane/lib/fastlane/actions/deploygate.rb +1 -1
- data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +38 -4
- data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +4 -2
- data/fastlane/lib/fastlane/actions/docs/upload_to_play_store.md +26 -2
- data/fastlane/lib/fastlane/actions/download_dsyms.rb +26 -3
- data/fastlane/lib/fastlane/actions/download_from_play_store.rb +1 -1
- data/fastlane/lib/fastlane/actions/get_version_number.rb +10 -4
- data/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb +5 -1
- data/fastlane/lib/fastlane/actions/sonar.rb +16 -0
- data/fastlane/lib/fastlane/actions/testfairy.rb +1 -1
- data/fastlane/lib/fastlane/actions/update_fastlane.rb +9 -49
- data/fastlane/lib/fastlane/actions/update_keychain_access_groups.rb +94 -0
- data/fastlane/lib/fastlane/environment_printer.rb +9 -3
- data/fastlane/lib/fastlane/fast_file.rb +3 -2
- data/fastlane/lib/fastlane/lane_manager.rb +1 -1
- data/fastlane/lib/fastlane/plugins/plugin_manager.rb +12 -2
- data/fastlane/lib/fastlane/plugins/template/.rubocop.yml +2 -0
- data/fastlane/lib/fastlane/runner.rb +2 -2
- data/fastlane/lib/fastlane/swift_fastlane_function.rb +9 -0
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/Fastlane.swift +124 -36
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/Matchfile.swift +1 -1
- data/fastlane/swift/MatchfileProtocol.swift +2 -2
- data/fastlane/swift/Precheckfile.swift +1 -1
- data/fastlane/swift/Scanfile.swift +1 -1
- data/fastlane/swift/Screengrabfile.swift +1 -1
- data/fastlane/swift/ScreengrabfileProtocol.swift +22 -2
- data/fastlane/swift/Snapshotfile.swift +1 -1
- data/fastlane_core/lib/fastlane_core/configuration/commander_generator.rb +3 -3
- data/fastlane_core/lib/fastlane_core/configuration/configuration.rb +1 -1
- data/fastlane_core/lib/fastlane_core/device_manager.rb +1 -1
- data/fastlane_core/lib/fastlane_core/swag.rb +1 -1
- data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +1 -1
- data/match/lib/match/importer.rb +1 -1
- data/scan/lib/scan/error_handler.rb +9 -4
- data/scan/lib/scan/runner.rb +1 -1
- data/screengrab/lib/screengrab/module.rb +2 -0
- data/screengrab/lib/screengrab/options.rb +33 -11
- data/screengrab/lib/screengrab/runner.rb +64 -24
- data/sigh/lib/assets/resign.sh +2 -2
- data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb +1 -1
- data/spaceship/lib/spaceship/client.rb +2 -2
- data/supply/lib/supply.rb +23 -0
- data/supply/lib/supply/.uploader.rb.swp +0 -0
- data/supply/lib/supply/client.rb +101 -55
- data/supply/lib/supply/options.rb +50 -14
- data/supply/lib/supply/release_listing.rb +18 -0
- data/supply/lib/supply/setup.rb +42 -34
- data/supply/lib/supply/uploader.rb +191 -93
- metadata +32 -37
- data/fastlane/lib/fastlane/actions/.hockey.rb.swp +0 -0
- data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
- data/fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp +0 -0
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/gym/lib/gym/.runner.rb.swp +0 -0
- data/pilot/lib/pilot/.manager.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
- data/spaceship/lib/spaceship/portal/.certificate.rb.swp +0 -0
metadata
CHANGED
@@ -1,33 +1,33 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.136.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danielle Tomlinson
|
8
|
-
- Fumiya Nakamura
|
9
|
-
- Felix Krause
|
10
|
-
- Maksym Grebenets
|
11
|
-
- Helmut Januschka
|
12
|
-
- Jorge Revuelta H
|
13
|
-
- Stefan Natchev
|
14
|
-
- Andrew McBurney
|
15
|
-
- Kohki Miki
|
16
|
-
- Matthew Ellis
|
17
|
-
- Luka Mirosevic
|
18
8
|
- Jimmy Dee
|
19
|
-
-
|
9
|
+
- Helmut Januschka
|
20
10
|
- Olivier Halligon
|
21
11
|
- Joshua Liebowitz
|
22
|
-
- Jan Piotrowski
|
23
12
|
- Josh Holtz
|
24
|
-
-
|
13
|
+
- Manu Wallner
|
14
|
+
- Jan Piotrowski
|
15
|
+
- Kohki Miki
|
16
|
+
- Stefan Natchev
|
17
|
+
- Jorge Revuelta H
|
18
|
+
- Fumiya Nakamura
|
25
19
|
- Jérôme Lacoste
|
20
|
+
- Felix Krause
|
21
|
+
- Maksym Grebenets
|
22
|
+
- Iulian Onofrei
|
23
|
+
- Matthew Ellis
|
26
24
|
- Aaron Brager
|
25
|
+
- Luka Mirosevic
|
26
|
+
- Andrew McBurney
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2019-
|
30
|
+
date: 2019-11-15 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -340,47 +340,47 @@ dependencies:
|
|
340
340
|
- !ruby/object:Gem::Version
|
341
341
|
version: 1.0.0
|
342
342
|
- !ruby/object:Gem::Dependency
|
343
|
-
name: faraday
|
343
|
+
name: faraday-cookie_jar
|
344
344
|
requirement: !ruby/object:Gem::Requirement
|
345
345
|
requirements:
|
346
|
-
- - "
|
346
|
+
- - "~>"
|
347
347
|
- !ruby/object:Gem::Version
|
348
|
-
version: 0.
|
348
|
+
version: 0.0.6
|
349
349
|
type: :runtime
|
350
350
|
prerelease: false
|
351
351
|
version_requirements: !ruby/object:Gem::Requirement
|
352
352
|
requirements:
|
353
|
-
- - "
|
353
|
+
- - "~>"
|
354
354
|
- !ruby/object:Gem::Version
|
355
|
-
version: 0.
|
355
|
+
version: 0.0.6
|
356
356
|
- !ruby/object:Gem::Dependency
|
357
|
-
name:
|
357
|
+
name: faraday
|
358
358
|
requirement: !ruby/object:Gem::Requirement
|
359
359
|
requirements:
|
360
|
-
- - "
|
360
|
+
- - "~>"
|
361
361
|
- !ruby/object:Gem::Version
|
362
|
-
version: 0.
|
362
|
+
version: '0.17'
|
363
363
|
type: :runtime
|
364
364
|
prerelease: false
|
365
365
|
version_requirements: !ruby/object:Gem::Requirement
|
366
366
|
requirements:
|
367
|
-
- - "
|
367
|
+
- - "~>"
|
368
368
|
- !ruby/object:Gem::Version
|
369
|
-
version: 0.
|
369
|
+
version: '0.17'
|
370
370
|
- !ruby/object:Gem::Dependency
|
371
|
-
name:
|
371
|
+
name: faraday_middleware
|
372
372
|
requirement: !ruby/object:Gem::Requirement
|
373
373
|
requirements:
|
374
374
|
- - "~>"
|
375
375
|
- !ruby/object:Gem::Version
|
376
|
-
version: 0.
|
376
|
+
version: 0.13.1
|
377
377
|
type: :runtime
|
378
378
|
prerelease: false
|
379
379
|
version_requirements: !ruby/object:Gem::Requirement
|
380
380
|
requirements:
|
381
381
|
- - "~>"
|
382
382
|
- !ruby/object:Gem::Version
|
383
|
-
version: 0.
|
383
|
+
version: 0.13.1
|
384
384
|
- !ruby/object:Gem::Dependency
|
385
385
|
name: fastimage
|
386
386
|
requirement: !ruby/object:Gem::Requirement
|
@@ -986,9 +986,6 @@ files:
|
|
986
986
|
- fastlane/lib/fastlane.rb
|
987
987
|
- fastlane/lib/fastlane/action.rb
|
988
988
|
- fastlane/lib/fastlane/action_collector.rb
|
989
|
-
- fastlane/lib/fastlane/actions/.hockey.rb.swp
|
990
|
-
- fastlane/lib/fastlane/actions/.slack.rb.swp
|
991
|
-
- fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
|
992
989
|
- fastlane/lib/fastlane/actions/README.md
|
993
990
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
994
991
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1198,6 +1195,7 @@ files:
|
|
1198
1195
|
- fastlane/lib/fastlane/actions/update_fastlane.rb
|
1199
1196
|
- fastlane/lib/fastlane/actions/update_icloud_container_identifiers.rb
|
1200
1197
|
- fastlane/lib/fastlane/actions/update_info_plist.rb
|
1198
|
+
- fastlane/lib/fastlane/actions/update_keychain_access_groups.rb
|
1201
1199
|
- fastlane/lib/fastlane/actions/update_plist.rb
|
1202
1200
|
- fastlane/lib/fastlane/actions/update_project_code_signing.rb
|
1203
1201
|
- fastlane/lib/fastlane/actions/update_project_provisioning.rb
|
@@ -1316,7 +1314,6 @@ files:
|
|
1316
1314
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1317
1315
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1318
1316
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
1319
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1320
1317
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1321
1318
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1322
1319
|
- fastlane/swift/Gymfile.swift
|
@@ -1423,7 +1420,6 @@ files:
|
|
1423
1420
|
- gym/lib/assets/GymfileTemplate.swift
|
1424
1421
|
- gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh
|
1425
1422
|
- gym/lib/gym.rb
|
1426
|
-
- gym/lib/gym/.runner.rb.swp
|
1427
1423
|
- gym/lib/gym/code_signing_mapping.rb
|
1428
1424
|
- gym/lib/gym/commands_generator.rb
|
1429
1425
|
- gym/lib/gym/detect_values.rb
|
@@ -1472,7 +1468,6 @@ files:
|
|
1472
1468
|
- pem/lib/pem/options.rb
|
1473
1469
|
- pilot/README.md
|
1474
1470
|
- pilot/lib/pilot.rb
|
1475
|
-
- pilot/lib/pilot/.manager.rb.swp
|
1476
1471
|
- pilot/lib/pilot/build_manager.rb
|
1477
1472
|
- pilot/lib/pilot/commands_generator.rb
|
1478
1473
|
- pilot/lib/pilot/features.rb
|
@@ -1604,7 +1599,6 @@ files:
|
|
1604
1599
|
- spaceship/lib/spaceship/client.rb
|
1605
1600
|
- spaceship/lib/spaceship/commands_generator.rb
|
1606
1601
|
- spaceship/lib/spaceship/connect_api.rb
|
1607
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1608
1602
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1609
1603
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1610
1604
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
@@ -1645,7 +1639,6 @@ files:
|
|
1645
1639
|
- spaceship/lib/spaceship/launcher.rb
|
1646
1640
|
- spaceship/lib/spaceship/module.rb
|
1647
1641
|
- spaceship/lib/spaceship/playground.rb
|
1648
|
-
- spaceship/lib/spaceship/portal/.certificate.rb.swp
|
1649
1642
|
- spaceship/lib/spaceship/portal/app.rb
|
1650
1643
|
- spaceship/lib/spaceship/portal/app_group.rb
|
1651
1644
|
- spaceship/lib/spaceship/portal/app_service.rb
|
@@ -1738,6 +1731,7 @@ files:
|
|
1738
1731
|
- spaceship/lib/spaceship/ui.rb
|
1739
1732
|
- supply/README.md
|
1740
1733
|
- supply/lib/supply.rb
|
1734
|
+
- supply/lib/supply/.uploader.rb.swp
|
1741
1735
|
- supply/lib/supply/apk_listing.rb
|
1742
1736
|
- supply/lib/supply/client.rb
|
1743
1737
|
- supply/lib/supply/commands_generator.rb
|
@@ -1745,6 +1739,7 @@ files:
|
|
1745
1739
|
- supply/lib/supply/listing.rb
|
1746
1740
|
- supply/lib/supply/options.rb
|
1747
1741
|
- supply/lib/supply/reader.rb
|
1742
|
+
- supply/lib/supply/release_listing.rb
|
1748
1743
|
- supply/lib/supply/setup.rb
|
1749
1744
|
- supply/lib/supply/uploader.rb
|
1750
1745
|
homepage: https://fastlane.tools
|
@@ -1784,7 +1779,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1784
1779
|
- !ruby/object:Gem::Version
|
1785
1780
|
version: '0'
|
1786
1781
|
requirements: []
|
1787
|
-
rubygems_version: 3.0.
|
1782
|
+
rubygems_version: 3.0.6
|
1788
1783
|
signing_key:
|
1789
1784
|
specification_version: 4
|
1790
1785
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/gym/lib/gym/.runner.rb.swp
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|