fastlane 2.134.0 → 2.135.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 +72 -72
- data/fastlane/lib/fastlane/action.rb +1 -1
- data/fastlane/lib/fastlane/actions/actions_helper.rb +1 -1
- 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 +1 -1
- data/fastlane/lib/fastlane/actions/download_from_play_store.rb +1 -1
- data/fastlane/lib/fastlane/environment_printer.rb +2 -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 +1 -0
- data/fastlane/lib/fastlane/runner.rb +2 -2
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/Fastlane.swift +50 -20
- 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/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/swag.rb +1 -1
- data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +1 -1
- data/{pilot/lib/pilot/.manager.rb.swp → gym/lib/gym/.module.rb.swp} +0 -0
- data/sigh/lib/assets/resign.sh +2 -2
- data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb +1 -1
- data/supply/lib/supply.rb +23 -0
- data/{fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp → supply/lib/supply/.client.rb.swp} +0 -0
- data/supply/lib/supply/.options.rb.swp +0 -0
- data/supply/lib/supply/.uploader.rb.swp +0 -0
- data/supply/lib/supply/client.rb +101 -55
- data/supply/lib/supply/options.rb +49 -14
- data/supply/lib/supply/release_listing.rb +18 -0
- data/supply/lib/supply/setup.rb +42 -34
- data/supply/lib/supply/uploader.rb +168 -93
- metadata +21 -24
- data/fastlane/lib/fastlane/actions/.download_dsyms.rb.swp +0 -0
- 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
- 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.135.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
-
|
9
|
-
-
|
10
|
-
- Danielle Tomlinson
|
7
|
+
- Aaron Brager
|
8
|
+
- Matthew Ellis
|
9
|
+
- Josh Holtz
|
11
10
|
- Stefan Natchev
|
11
|
+
- Jorge Revuelta H
|
12
12
|
- Helmut Januschka
|
13
|
-
-
|
14
|
-
- Josh Holtz
|
13
|
+
- Fumiya Nakamura
|
15
14
|
- Manu Wallner
|
16
|
-
- Aaron Brager
|
17
|
-
- Matthew Ellis
|
18
|
-
- Jérôme Lacoste
|
19
15
|
- Iulian Onofrei
|
20
|
-
-
|
21
|
-
- Andrew McBurney
|
22
|
-
- Jimmy Dee
|
23
|
-
- Olivier Halligon
|
16
|
+
- Felix Krause
|
24
17
|
- Joshua Liebowitz
|
18
|
+
- Olivier Halligon
|
19
|
+
- Danielle Tomlinson
|
20
|
+
- Maksym Grebenets
|
21
|
+
- Jérôme Lacoste
|
22
|
+
- Jimmy Dee
|
23
|
+
- Andrew McBurney
|
24
|
+
- Kohki Miki
|
25
25
|
- Luka Mirosevic
|
26
26
|
- Jan Piotrowski
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2019-
|
30
|
+
date: 2019-11-11 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -986,10 +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/.download_dsyms.rb.swp
|
990
|
-
- fastlane/lib/fastlane/actions/.hockey.rb.swp
|
991
|
-
- fastlane/lib/fastlane/actions/.slack.rb.swp
|
992
|
-
- fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
|
993
989
|
- fastlane/lib/fastlane/actions/README.md
|
994
990
|
- fastlane/lib/fastlane/actions/actions_helper.rb
|
995
991
|
- fastlane/lib/fastlane/actions/adb.rb
|
@@ -1318,7 +1314,6 @@ files:
|
|
1318
1314
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1319
1315
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1320
1316
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
1321
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1322
1317
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1323
1318
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1324
1319
|
- fastlane/swift/Gymfile.swift
|
@@ -1425,6 +1420,7 @@ files:
|
|
1425
1420
|
- gym/lib/assets/GymfileTemplate.swift
|
1426
1421
|
- gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh
|
1427
1422
|
- gym/lib/gym.rb
|
1423
|
+
- gym/lib/gym/.module.rb.swp
|
1428
1424
|
- gym/lib/gym/code_signing_mapping.rb
|
1429
1425
|
- gym/lib/gym/commands_generator.rb
|
1430
1426
|
- gym/lib/gym/detect_values.rb
|
@@ -1473,7 +1469,6 @@ files:
|
|
1473
1469
|
- pem/lib/pem/options.rb
|
1474
1470
|
- pilot/README.md
|
1475
1471
|
- pilot/lib/pilot.rb
|
1476
|
-
- pilot/lib/pilot/.manager.rb.swp
|
1477
1472
|
- pilot/lib/pilot/build_manager.rb
|
1478
1473
|
- pilot/lib/pilot/commands_generator.rb
|
1479
1474
|
- pilot/lib/pilot/features.rb
|
@@ -1605,7 +1600,6 @@ files:
|
|
1605
1600
|
- spaceship/lib/spaceship/client.rb
|
1606
1601
|
- spaceship/lib/spaceship/commands_generator.rb
|
1607
1602
|
- spaceship/lib/spaceship/connect_api.rb
|
1608
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1609
1603
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1610
1604
|
- spaceship/lib/spaceship/connect_api/model.rb
|
1611
1605
|
- spaceship/lib/spaceship/connect_api/models/app.rb
|
@@ -1646,7 +1640,6 @@ files:
|
|
1646
1640
|
- spaceship/lib/spaceship/launcher.rb
|
1647
1641
|
- spaceship/lib/spaceship/module.rb
|
1648
1642
|
- spaceship/lib/spaceship/playground.rb
|
1649
|
-
- spaceship/lib/spaceship/portal/.certificate.rb.swp
|
1650
1643
|
- spaceship/lib/spaceship/portal/app.rb
|
1651
1644
|
- spaceship/lib/spaceship/portal/app_group.rb
|
1652
1645
|
- spaceship/lib/spaceship/portal/app_service.rb
|
@@ -1739,6 +1732,9 @@ files:
|
|
1739
1732
|
- spaceship/lib/spaceship/ui.rb
|
1740
1733
|
- supply/README.md
|
1741
1734
|
- supply/lib/supply.rb
|
1735
|
+
- supply/lib/supply/.client.rb.swp
|
1736
|
+
- supply/lib/supply/.options.rb.swp
|
1737
|
+
- supply/lib/supply/.uploader.rb.swp
|
1742
1738
|
- supply/lib/supply/apk_listing.rb
|
1743
1739
|
- supply/lib/supply/client.rb
|
1744
1740
|
- supply/lib/supply/commands_generator.rb
|
@@ -1746,6 +1742,7 @@ files:
|
|
1746
1742
|
- supply/lib/supply/listing.rb
|
1747
1743
|
- supply/lib/supply/options.rb
|
1748
1744
|
- supply/lib/supply/reader.rb
|
1745
|
+
- supply/lib/supply/release_listing.rb
|
1749
1746
|
- supply/lib/supply/setup.rb
|
1750
1747
|
- supply/lib/supply/uploader.rb
|
1751
1748
|
homepage: https://fastlane.tools
|
@@ -1785,7 +1782,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1785
1782
|
- !ruby/object:Gem::Version
|
1786
1783
|
version: '0'
|
1787
1784
|
requirements: []
|
1788
|
-
rubygems_version: 3.0.
|
1785
|
+
rubygems_version: 3.0.6
|
1789
1786
|
signing_key:
|
1790
1787
|
specification_version: 4
|
1791
1788
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|