fastlane 2.174.0 → 2.179.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +93 -80
- data/cert/lib/cert/options.rb +3 -2
- data/cert/lib/cert/runner.rb +5 -1
- data/deliver/lib/deliver/app_screenshot.rb +6 -2
- data/deliver/lib/deliver/download_screenshots.rb +1 -2
- data/deliver/lib/deliver/options.rb +3 -2
- data/deliver/lib/deliver/runner.rb +12 -4
- data/deliver/lib/deliver/setup.rb +0 -1
- data/deliver/lib/deliver/upload_metadata.rb +5 -4
- data/deliver/lib/deliver/upload_screenshots.rb +12 -11
- data/fastlane/lib/fastlane/actions/adb.rb +1 -1
- data/fastlane/lib/fastlane/actions/app_store_build_number.rb +8 -3
- data/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb +7 -4
- data/fastlane/lib/fastlane/actions/appaloosa.rb +7 -2
- data/fastlane/lib/fastlane/actions/backup_file.rb +1 -1
- data/fastlane/lib/fastlane/actions/build_app.rb +4 -0
- data/fastlane/lib/fastlane/actions/check_app_store_metadata.rb +4 -0
- data/fastlane/lib/fastlane/actions/commit_github_file.rb +11 -1
- data/fastlane/lib/fastlane/actions/create_xcframework.rb +5 -0
- data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/frame_screenshots.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +8 -2
- data/fastlane/lib/fastlane/actions/docs/upload_to_play_store.md +2 -1
- data/fastlane/lib/fastlane/actions/download_dsyms.rb +5 -15
- data/fastlane/lib/fastlane/actions/get_github_release.rb +11 -1
- data/fastlane/lib/fastlane/actions/get_provisioning_profile.rb +4 -0
- data/fastlane/lib/fastlane/actions/get_version_number.rb +17 -10
- data/fastlane/lib/fastlane/actions/git_branch.rb +4 -10
- data/fastlane/lib/fastlane/actions/git_commit.rb +1 -1
- data/fastlane/lib/fastlane/actions/git_tag_exists.rb +4 -0
- data/fastlane/lib/fastlane/actions/github_api.rb +2 -1
- data/fastlane/lib/fastlane/actions/increment_build_number.rb +8 -1
- data/fastlane/lib/fastlane/actions/install_provisioning_profile.rb +4 -0
- data/fastlane/lib/fastlane/actions/jazzy.rb +10 -1
- data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +3 -2
- data/fastlane/lib/fastlane/actions/match_nuke.rb +59 -0
- data/fastlane/lib/fastlane/actions/push_to_git_remote.rb +0 -1
- data/fastlane/lib/fastlane/actions/register_device.rb +3 -3
- data/fastlane/lib/fastlane/actions/register_devices.rb +3 -3
- data/fastlane/lib/fastlane/actions/restore_file.rb +1 -1
- data/fastlane/lib/fastlane/actions/set_changelog.rb +3 -3
- data/fastlane/lib/fastlane/actions/spaceship_logs.rb +1 -1
- data/fastlane/lib/fastlane/actions/swiftlint.rb +1 -1
- data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +1 -1
- data/fastlane/lib/fastlane/actions/update_project_provisioning.rb +1 -2
- data/fastlane/lib/fastlane/actions/upload_symbols_to_crashlytics.rb +4 -5
- data/fastlane/lib/fastlane/actions/upload_to_testflight.rb +5 -1
- data/fastlane/lib/fastlane/documentation/actions_list.rb +2 -2
- data/fastlane/lib/fastlane/erb_template_helper.rb +7 -1
- data/fastlane/lib/fastlane/fast_file.rb +9 -5
- data/fastlane/lib/fastlane/helper/adb_helper.rb +1 -1
- data/fastlane/lib/fastlane/helper/gem_helper.rb +2 -2
- data/fastlane/lib/fastlane/helper/git_helper.rb +11 -7
- data/fastlane/lib/fastlane/plugins/plugin_fetcher.rb +1 -2
- data/fastlane/lib/fastlane/plugins/plugin_info_collector.rb +1 -2
- data/fastlane/lib/fastlane/plugins/plugin_manager.rb +1 -2
- data/fastlane/lib/fastlane/swift_fastlane_function.rb +4 -0
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/DeliverfileProtocol.swift +3 -3
- data/fastlane/swift/Fastlane.swift +491 -315
- 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 +3 -3
- data/fastlane/swift/Scanfile.swift +1 -1
- data/fastlane/swift/ScanfileProtocol.swift +9 -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 +13 -11
- data/fastlane_core/lib/fastlane_core.rb +1 -0
- data/fastlane_core/lib/fastlane_core/command_executor.rb +3 -9
- data/fastlane_core/lib/fastlane_core/configuration/commander_generator.rb +1 -1
- data/fastlane_core/lib/fastlane_core/configuration/config_item.rb +23 -0
- data/fastlane_core/lib/fastlane_core/configuration/configuration.rb +6 -6
- data/fastlane_core/lib/fastlane_core/helper.rb +50 -6
- data/fastlane_core/lib/fastlane_core/ipa_upload_package_builder.rb +3 -2
- data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +14 -8
- data/fastlane_core/lib/fastlane_core/keychain_importer.rb +1 -1
- data/fastlane_core/lib/fastlane_core/pkg_upload_package_builder.rb +3 -2
- data/fastlane_core/lib/fastlane_core/project.rb +3 -14
- data/{deliver/lib/deliver → fastlane_core/lib/fastlane_core}/queue_worker.rb +2 -2
- data/fastlane_core/lib/fastlane_core/ui/interface.rb +1 -1
- data/fastlane_core/lib/fastlane_core/update_checker/update_checker.rb +2 -2
- data/gym/lib/gym/.runner.rb.swp +0 -0
- data/gym/lib/gym/generators/.package_command_generator_xcode7.rb.swp +0 -0
- data/gym/lib/gym/generators/package_command_generator.rb +4 -0
- data/gym/lib/gym/generators/package_command_generator_xcode7.rb +13 -8
- data/gym/lib/gym/runner.rb +11 -4
- data/match/lib/match/change_password.rb +3 -3
- data/match/lib/match/encryption/interface.rb +1 -1
- data/match/lib/match/encryption/openssl.rb +2 -2
- data/match/lib/match/importer.rb +1 -1
- data/match/lib/match/migrate.rb +1 -1
- data/match/lib/match/module.rb +1 -0
- data/match/lib/match/nuke.rb +6 -1
- data/match/lib/match/options.rb +2 -2
- data/match/lib/match/runner.rb +1 -1
- data/match/lib/match/storage/google_cloud_storage.rb +1 -1
- data/match/lib/match/storage/s3_storage.rb +1 -1
- data/pilot/lib/pilot/build_manager.rb +25 -8
- data/pilot/lib/pilot/manager.rb +5 -1
- data/pilot/lib/pilot/options.rb +6 -5
- data/precheck/lib/precheck/options.rb +3 -2
- data/precheck/lib/precheck/runner.rb +6 -2
- data/scan/lib/scan/detect_values.rb +4 -1
- data/scan/lib/scan/options.rb +10 -0
- data/scan/lib/scan/runner.rb +27 -0
- data/screengrab/lib/screengrab/android_environment.rb +8 -6
- data/screengrab/lib/screengrab/runner.rb +2 -3
- data/sigh/lib/sigh/download_all.rb +1 -1
- data/sigh/lib/sigh/options.rb +3 -2
- data/sigh/lib/sigh/runner.rb +5 -1
- data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +2 -1
- data/spaceship/README.md +2 -2
- data/spaceship/lib/spaceship/client.rb +18 -17
- data/spaceship/lib/spaceship/connect_api/api_client.rb +24 -6
- data/spaceship/lib/spaceship/connect_api/models/app.rb +1 -1
- data/spaceship/lib/spaceship/connect_api/models/app_preview_set.rb +5 -0
- data/spaceship/lib/spaceship/connect_api/models/app_screenshot_set.rb +5 -0
- data/spaceship/lib/spaceship/connect_api/models/app_store_version_localization.rb +6 -0
- data/spaceship/lib/spaceship/connect_api/models/beta_group.rb +5 -0
- data/spaceship/lib/spaceship/connect_api/models/build.rb +5 -0
- data/spaceship/lib/spaceship/connect_api/models/build_beta_detail.rb +4 -0
- data/spaceship/lib/spaceship/connect_api/models/user_invitation.rb +13 -0
- data/spaceship/lib/spaceship/connect_api/testflight/testflight.rb +13 -0
- data/spaceship/lib/spaceship/connect_api/token.rb +2 -2
- data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +15 -0
- data/spaceship/lib/spaceship/playground.rb +2 -2
- data/spaceship/lib/spaceship/tunes/tunes_client.rb +2 -2
- data/spaceship/lib/spaceship/two_step_or_factor_client.rb +41 -28
- metadata +41 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37bd22615ab9e8e6eaa0861b231896cfa234eb207772352f26d727f7735c34c5
|
4
|
+
data.tar.gz: bc34b9e91a9b80abc345780db060f494a9012c15df9292336ff428234228aad7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5dfdc64c102b6ae9d723ba7bc9cdbcf1bcb517c620475c8bf1f3eded3d1ccfc47705b85eea80f6112e946b339344550b51a4f3ed1d6c571e1974625931c53336
|
7
|
+
data.tar.gz: d53a201dcc0da9a8f4eb0fb88b629be149ea3cebde1225c59072a236d9e6ec705b69aeccf4bd3d0c55abc5b457e1557ab7169779b20d8bbf86299cb7605d0abb
|
data/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
The MIT License (MIT)
|
2
2
|
|
3
|
-
Copyright (c) 2015-
|
3
|
+
Copyright (c) 2015-2021 The Fastlane Authors
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
[![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools)
|
8
8
|
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/LICENSE)
|
9
9
|
[![Gem](https://img.shields.io/gem/v/fastlane.svg?style=flat)](https://rubygems.org/gems/fastlane)
|
10
|
+
[![Homebrew](https://img.shields.io/badge/dynamic/json.svg?url=https://formulae.brew.sh/api/formula/fastlane.json&query=$.versions.stable&label=homebrew)](https://formulae.brew.sh/formula/fastlane)
|
10
11
|
[![Build Status](https://img.shields.io/circleci/project/github/fastlane/fastlane/master.svg)](https://circleci.com/gh/fastlane/fastlane)
|
11
12
|
[![PRs welcome!](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
|
12
13
|
|
@@ -34,23 +35,55 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
34
35
|
<!-- This table is regenerated and resorted on each release -->
|
35
36
|
<table id='team'>
|
36
37
|
<tr>
|
37
|
-
<td id='
|
38
|
-
<a href='https://github.com/
|
39
|
-
<img src='https://github.com/
|
38
|
+
<td id='joshua-liebowitz'>
|
39
|
+
<a href='https://github.com/taquitos'>
|
40
|
+
<img src='https://github.com/taquitos.png?size=140'>
|
40
41
|
</a>
|
41
|
-
<h4 align='center'><a href='https://twitter.com/
|
42
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
43
|
+
</td>
|
44
|
+
<td id='manu-wallner'>
|
45
|
+
<a href='https://github.com/milch'>
|
46
|
+
<img src='https://github.com/milch.png?size=140'>
|
47
|
+
</a>
|
48
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
49
|
+
</td>
|
50
|
+
<td id='josh-holtz'>
|
51
|
+
<a href='https://github.com/joshdholtz'>
|
52
|
+
<img src='https://github.com/joshdholtz.png?size=140'>
|
53
|
+
</a>
|
54
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
42
55
|
</td>
|
56
|
+
<td id='stefan-natchev'>
|
57
|
+
<a href='https://github.com/snatchev'>
|
58
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
59
|
+
</a>
|
60
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
61
|
+
</td>
|
62
|
+
<td id='satoshi-namai'>
|
63
|
+
<a href='https://github.com/ainame'>
|
64
|
+
<img src='https://github.com/ainame.png?size=140'>
|
65
|
+
</a>
|
66
|
+
<h4 align='center'><a href='https://twitter.com/ainame'>Satoshi Namai</a></h4>
|
67
|
+
</td>
|
68
|
+
</tr>
|
69
|
+
<tr>
|
43
70
|
<td id='jérôme-lacoste'>
|
44
71
|
<a href='https://github.com/lacostej'>
|
45
72
|
<img src='https://github.com/lacostej.png?size=140'>
|
46
73
|
</a>
|
47
74
|
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
48
75
|
</td>
|
49
|
-
<td id='
|
50
|
-
<a href='https://github.com/
|
51
|
-
<img src='https://github.com/
|
76
|
+
<td id='matthew-ellis'>
|
77
|
+
<a href='https://github.com/matthewellis'>
|
78
|
+
<img src='https://github.com/matthewellis.png?size=140'>
|
52
79
|
</a>
|
53
|
-
<h4 align='center'><a href='https://twitter.com/
|
80
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
81
|
+
</td>
|
82
|
+
<td id='aaron-brager'>
|
83
|
+
<a href='https://github.com/getaaron'>
|
84
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
85
|
+
</a>
|
86
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
54
87
|
</td>
|
55
88
|
<td id='iulian-onofrei'>
|
56
89
|
<a href='https://github.com/revolter'>
|
@@ -58,31 +91,25 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
58
91
|
</a>
|
59
92
|
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
60
93
|
</td>
|
61
|
-
<td id='
|
62
|
-
<a href='https://github.com/
|
63
|
-
<img src='https://github.com/
|
94
|
+
<td id='jimmy-dee'>
|
95
|
+
<a href='https://github.com/jdee'>
|
96
|
+
<img src='https://github.com/jdee.png?size=140'>
|
64
97
|
</a>
|
65
|
-
<h4 align='center'
|
98
|
+
<h4 align='center'>Jimmy Dee</h4>
|
66
99
|
</td>
|
67
100
|
</tr>
|
68
101
|
<tr>
|
69
|
-
<td id='
|
70
|
-
<a href='https://github.com/
|
71
|
-
<img src='https://github.com/
|
72
|
-
</a>
|
73
|
-
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
74
|
-
</td>
|
75
|
-
<td id='max-ott'>
|
76
|
-
<a href='https://github.com/max-ott'>
|
77
|
-
<img src='https://github.com/max-ott.png?size=140'>
|
102
|
+
<td id='jan-piotrowski'>
|
103
|
+
<a href='https://github.com/janpio'>
|
104
|
+
<img src='https://github.com/janpio.png?size=140'>
|
78
105
|
</a>
|
79
|
-
<h4 align='center'><a href='https://twitter.com/
|
106
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
80
107
|
</td>
|
81
|
-
<td id='
|
82
|
-
<a href='https://github.com/
|
83
|
-
<img src='https://github.com/
|
108
|
+
<td id='helmut-januschka'>
|
109
|
+
<a href='https://github.com/hjanuschka'>
|
110
|
+
<img src='https://github.com/hjanuschka.png?size=140'>
|
84
111
|
</a>
|
85
|
-
<h4 align='center'><a href='https://twitter.com/
|
112
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
86
113
|
</td>
|
87
114
|
<td id='maksym-grebenets'>
|
88
115
|
<a href='https://github.com/mgrebenets'>
|
@@ -90,25 +117,37 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
90
117
|
</a>
|
91
118
|
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
92
119
|
</td>
|
93
|
-
<td id='
|
94
|
-
<a href='https://github.com/
|
95
|
-
<img src='https://github.com/
|
120
|
+
<td id='danielle-tomlinson'>
|
121
|
+
<a href='https://github.com/endocrimes'>
|
122
|
+
<img src='https://github.com/endocrimes.png?size=140'>
|
96
123
|
</a>
|
97
|
-
<h4 align='center'><a href='https://twitter.com/
|
124
|
+
<h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
|
125
|
+
</td>
|
126
|
+
<td id='fumiya-nakamura'>
|
127
|
+
<a href='https://github.com/nafu'>
|
128
|
+
<img src='https://github.com/nafu.png?size=140'>
|
129
|
+
</a>
|
130
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
98
131
|
</td>
|
99
132
|
</tr>
|
100
133
|
<tr>
|
134
|
+
<td id='jorge-revuelta-h'>
|
135
|
+
<a href='https://github.com/minuscorp'>
|
136
|
+
<img src='https://github.com/minuscorp.png?size=140'>
|
137
|
+
</a>
|
138
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
139
|
+
</td>
|
101
140
|
<td id='felix-krause'>
|
102
141
|
<a href='https://github.com/KrauseFx'>
|
103
142
|
<img src='https://github.com/KrauseFx.png?size=140'>
|
104
143
|
</a>
|
105
144
|
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
106
145
|
</td>
|
107
|
-
<td id='
|
108
|
-
<a href='https://github.com/
|
109
|
-
<img src='https://github.com/
|
146
|
+
<td id='roger-oba'>
|
147
|
+
<a href='https://github.com/rogerluan'>
|
148
|
+
<img src='https://github.com/rogerluan.png?size=140'>
|
110
149
|
</a>
|
111
|
-
<h4 align='center'>
|
150
|
+
<h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
|
112
151
|
</td>
|
113
152
|
<td id='daniel-jankowski'>
|
114
153
|
<a href='https://github.com/mollyIV'>
|
@@ -116,63 +155,37 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
116
155
|
</a>
|
117
156
|
<h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
|
118
157
|
</td>
|
119
|
-
<td id='
|
120
|
-
<a href='https://github.com/
|
121
|
-
<img src='https://github.com/
|
122
|
-
</a>
|
123
|
-
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
124
|
-
</td>
|
125
|
-
<td id='jan-piotrowski'>
|
126
|
-
<a href='https://github.com/janpio'>
|
127
|
-
<img src='https://github.com/janpio.png?size=140'>
|
158
|
+
<td id='olivier-halligon'>
|
159
|
+
<a href='https://github.com/AliSoftware'>
|
160
|
+
<img src='https://github.com/AliSoftware.png?size=140'>
|
128
161
|
</a>
|
129
|
-
<h4 align='center'><a href='https://twitter.com/
|
162
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
130
163
|
</td>
|
131
164
|
</tr>
|
132
165
|
<tr>
|
133
|
-
<td id='jorge-revuelta-h'>
|
134
|
-
<a href='https://github.com/minuscorp'>
|
135
|
-
<img src='https://github.com/minuscorp.png?size=140'>
|
136
|
-
</a>
|
137
|
-
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
138
|
-
</td>
|
139
|
-
<td id='andrew-mcburney'>
|
140
|
-
<a href='https://github.com/armcburney'>
|
141
|
-
<img src='https://github.com/armcburney.png?size=140'>
|
142
|
-
</a>
|
143
|
-
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
144
|
-
</td>
|
145
|
-
<td id='manu-wallner'>
|
146
|
-
<a href='https://github.com/milch'>
|
147
|
-
<img src='https://github.com/milch.png?size=140'>
|
148
|
-
</a>
|
149
|
-
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
150
|
-
</td>
|
151
166
|
<td id='kohki-miki'>
|
152
167
|
<a href='https://github.com/giginet'>
|
153
168
|
<img src='https://github.com/giginet.png?size=140'>
|
154
169
|
</a>
|
155
170
|
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
156
171
|
</td>
|
157
|
-
<td id='
|
158
|
-
<a href='https://github.com/
|
159
|
-
<img src='https://github.com/
|
172
|
+
<td id='max-ott'>
|
173
|
+
<a href='https://github.com/max-ott'>
|
174
|
+
<img src='https://github.com/max-ott.png?size=140'>
|
160
175
|
</a>
|
161
|
-
<h4 align='center'><a href='https://twitter.com/
|
176
|
+
<h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
|
162
177
|
</td>
|
163
|
-
|
164
|
-
<
|
165
|
-
<
|
166
|
-
<a href='https://github.com/matthewellis'>
|
167
|
-
<img src='https://github.com/matthewellis.png?size=140'>
|
178
|
+
<td id='luka-mirosevic'>
|
179
|
+
<a href='https://github.com/lmirosevic'>
|
180
|
+
<img src='https://github.com/lmirosevic.png?size=140'>
|
168
181
|
</a>
|
169
|
-
<h4 align='center'><a href='https://twitter.com/
|
182
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
170
183
|
</td>
|
171
|
-
<td id='
|
172
|
-
<a href='https://github.com/
|
173
|
-
<img src='https://github.com/
|
184
|
+
<td id='andrew-mcburney'>
|
185
|
+
<a href='https://github.com/armcburney'>
|
186
|
+
<img src='https://github.com/armcburney.png?size=140'>
|
174
187
|
</a>
|
175
|
-
<h4 align='center'><a href='https://twitter.com/
|
188
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
176
189
|
</td>
|
177
190
|
</table>
|
178
191
|
|
@@ -187,12 +200,12 @@ Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to help
|
|
187
200
|
Help us keep _fastlane_ open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/fastlane/blob/master/CODE_OF_CONDUCT.md).
|
188
201
|
|
189
202
|
## Metrics
|
190
|
-
|
191
|
-
_fastlane_ tracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected. Metrics that are collected include:
|
192
|
-
|
203
|
+
|
204
|
+
_fastlane_ tracks a few key metrics to understand how developers are using the tool and to help us know what areas need improvement. No personal/sensitive information is ever collected. Metrics that are collected include:
|
205
|
+
|
193
206
|
* The number of _fastlane_ runs
|
194
207
|
* A salted hash of the app identifier or package name, which helps us anonymously identify unique usage of _fastlane_
|
195
|
-
|
208
|
+
|
196
209
|
You can easily opt-out of metrics collection by adding `opt_out_usage` at the top of your `Fastfile` or by setting the environment variable `FASTLANE_OPT_OUT_USAGE`. [Check out the metrics code on GitHub](https://github.com/fastlane/fastlane/tree/master/fastlane_core/lib/fastlane_core/analytics)
|
197
210
|
|
198
211
|
## License
|
data/cert/lib/cert/options.rb
CHANGED
@@ -38,7 +38,7 @@ module Cert
|
|
38
38
|
|
39
39
|
# App Store Connect API
|
40
40
|
FastlaneCore::ConfigItem.new(key: :api_key_path,
|
41
|
-
|
41
|
+
env_names: ["CERT_API_KEY_PATH", "DELIVER_API_KEY_PATH", "APP_STORE_CONNECT_API_KEY_PATH"],
|
42
42
|
description: "Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)",
|
43
43
|
optional: true,
|
44
44
|
conflicting_options: [:api_key],
|
@@ -46,7 +46,7 @@ module Cert
|
|
46
46
|
UI.user_error!("Couldn't find API key JSON file at path '#{value}'") unless File.exist?(value)
|
47
47
|
end),
|
48
48
|
FastlaneCore::ConfigItem.new(key: :api_key,
|
49
|
-
|
49
|
+
env_names: ["CERT_API_KEY", "DELIVER_API_KEY", "APP_STORE_CONNECT_API_KEY"],
|
50
50
|
description: "Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)",
|
51
51
|
type: Hash,
|
52
52
|
optional: true,
|
@@ -58,6 +58,7 @@ module Cert
|
|
58
58
|
short_option: "-u",
|
59
59
|
env_name: "CERT_USERNAME",
|
60
60
|
description: "Your Apple ID Username",
|
61
|
+
optional: true,
|
61
62
|
default_value: user,
|
62
63
|
default_value_dynamic: true),
|
63
64
|
FastlaneCore::ConfigItem.new(key: :team_id,
|
data/cert/lib/cert/runner.rb
CHANGED
@@ -24,6 +24,10 @@ module Cert
|
|
24
24
|
UI.message("Creating authorization token for App Store Connect API")
|
25
25
|
Spaceship::ConnectAPI.token = api_token
|
26
26
|
else
|
27
|
+
# Username is now optional since addition of App Store Connect API Key
|
28
|
+
# Force asking for username to prompt user if not already set
|
29
|
+
Cert.config.fetch(:username, force_ask: true)
|
30
|
+
|
27
31
|
UI.message("Starting login with user '#{Cert.config[:username]}'")
|
28
32
|
Spaceship::ConnectAPI.login(Cert.config[:username], nil, use_portal: true, use_tunes: false)
|
29
33
|
UI.message("Successfully logged in")
|
@@ -31,7 +35,7 @@ module Cert
|
|
31
35
|
end
|
32
36
|
|
33
37
|
def api_token
|
34
|
-
@api_token ||= Spaceship::ConnectAPI::Token.create(Cert.config[:api_key]) if Cert.config[:api_key]
|
38
|
+
@api_token ||= Spaceship::ConnectAPI::Token.create(**Cert.config[:api_key]) if Cert.config[:api_key]
|
35
39
|
@api_token ||= Spaceship::ConnectAPI::Token.from_json_file(Cert.config[:api_key_path]) if Cert.config[:api_key_path]
|
36
40
|
return @api_token
|
37
41
|
end
|
@@ -195,7 +195,9 @@ module Deliver
|
|
195
195
|
],
|
196
196
|
ScreenSize::IOS_58_MESSAGES => [
|
197
197
|
[1125, 2436],
|
198
|
-
[2436, 1125]
|
198
|
+
[2436, 1125],
|
199
|
+
[1170, 2532],
|
200
|
+
[2532, 1170]
|
199
201
|
],
|
200
202
|
ScreenSize::IOS_55_MESSAGES => [
|
201
203
|
[1242, 2208],
|
@@ -253,7 +255,9 @@ module Deliver
|
|
253
255
|
],
|
254
256
|
ScreenSize::IOS_58 => [
|
255
257
|
[1125, 2436],
|
256
|
-
[2436, 1125]
|
258
|
+
[2436, 1125],
|
259
|
+
[1170, 2532],
|
260
|
+
[2532, 1170]
|
257
261
|
],
|
258
262
|
ScreenSize::IOS_55 => [
|
259
263
|
[1242, 2208],
|
@@ -1,6 +1,5 @@
|
|
1
1
|
require_relative 'module'
|
2
2
|
require 'spaceship'
|
3
|
-
require 'open-uri'
|
4
3
|
|
5
4
|
module Deliver
|
6
5
|
class DownloadScreenshots
|
@@ -68,7 +67,7 @@ module Deliver
|
|
68
67
|
end
|
69
68
|
|
70
69
|
path = File.join(containing_folder, file_name)
|
71
|
-
File.binwrite(path,
|
70
|
+
File.binwrite(path, FastlaneCore::Helper.open_uri(url).read)
|
72
71
|
end
|
73
72
|
end
|
74
73
|
end
|
@@ -13,7 +13,7 @@ module Deliver
|
|
13
13
|
|
14
14
|
[
|
15
15
|
FastlaneCore::ConfigItem.new(key: :api_key_path,
|
16
|
-
|
16
|
+
env_names: ["DELIVER_API_KEY_PATH", "APP_STORE_CONNECT_API_KEY_PATH"],
|
17
17
|
description: "Path to your App Store Connect API Key JSON file (https://docs.fastlane.tools/app-store-connect-api/#using-fastlane-api-key-json-file)",
|
18
18
|
optional: true,
|
19
19
|
conflicting_options: [:api_key],
|
@@ -21,7 +21,7 @@ module Deliver
|
|
21
21
|
UI.user_error!("Couldn't find API key JSON file at path '#{value}'") unless File.exist?(value)
|
22
22
|
end),
|
23
23
|
FastlaneCore::ConfigItem.new(key: :api_key,
|
24
|
-
|
24
|
+
env_names: ["DELIVER_API_KEY", "APP_STORE_CONNECT_API_KEY"],
|
25
25
|
description: "Your App Store Connect API Key information (https://docs.fastlane.tools/app-store-connect-api/#use-return-value-and-pass-in-as-an-option)",
|
26
26
|
type: Hash,
|
27
27
|
optional: true,
|
@@ -32,6 +32,7 @@ module Deliver
|
|
32
32
|
short_option: "-u",
|
33
33
|
env_name: "DELIVER_USERNAME",
|
34
34
|
description: "Your Apple ID Username",
|
35
|
+
optional: true,
|
35
36
|
default_value: user,
|
36
37
|
default_value_dynamic: true),
|
37
38
|
FastlaneCore::ConfigItem.new(key: :app_identifier,
|
@@ -30,6 +30,10 @@ module Deliver
|
|
30
30
|
UI.message("Creating authorization token for App Store Connect API")
|
31
31
|
Spaceship::ConnectAPI.token = api_token
|
32
32
|
else
|
33
|
+
# Username is now optional since addition of App Store Connect API Key
|
34
|
+
# Force asking for username to prompt user if not already set
|
35
|
+
options.fetch(:username, force_ask: true)
|
36
|
+
|
33
37
|
# Team selection passed though FASTLANE_TEAM_ID and FASTLANE_TEAM_NAME environment variables
|
34
38
|
# Prompts select team if multiple teams and none specified
|
35
39
|
UI.message("Login to App Store Connect (#{options[:username]})")
|
@@ -39,7 +43,7 @@ module Deliver
|
|
39
43
|
end
|
40
44
|
|
41
45
|
def api_token
|
42
|
-
@api_token ||= Spaceship::ConnectAPI::Token.create(options[:api_key]) if options[:api_key]
|
46
|
+
@api_token ||= Spaceship::ConnectAPI::Token.create(**options[:api_key]) if options[:api_key]
|
43
47
|
@api_token ||= Spaceship::ConnectAPI::Token.from_json_file(options[:api_key_path]) if options[:api_key_path]
|
44
48
|
return @api_token
|
45
49
|
end
|
@@ -83,7 +87,7 @@ module Deliver
|
|
83
87
|
|
84
88
|
if options[:api_key] || options[:api_key_path]
|
85
89
|
if options[:precheck_include_in_app_purchases]
|
86
|
-
UI.user_error!("Precheck cannot check In-app purchases with the App Store Connect API Key (yet). Exclude In-app purchases from precheck or use Apple ID login")
|
90
|
+
UI.user_error!("Precheck cannot check In-app purchases with the App Store Connect API Key (yet). Exclude In-app purchases from precheck, disable the precheck step in your build step, or use Apple ID login")
|
87
91
|
end
|
88
92
|
|
89
93
|
precheck_options[:api_key] = options[:api_key]
|
@@ -178,8 +182,12 @@ module Deliver
|
|
178
182
|
end
|
179
183
|
|
180
184
|
transporter = transporter_for_selected_team
|
181
|
-
result = transporter.upload(
|
182
|
-
|
185
|
+
result = transporter.upload(package_path: package_path)
|
186
|
+
|
187
|
+
unless result
|
188
|
+
transporter_errors = transporter.displayable_errors
|
189
|
+
UI.user_error!("Error uploading ipa file: \n #{transporter_errors}")
|
190
|
+
end
|
183
191
|
end
|
184
192
|
|
185
193
|
def reject_version_if_possible
|
@@ -1,7 +1,7 @@
|
|
1
|
+
require 'fastlane_core'
|
1
2
|
require 'spaceship'
|
2
3
|
|
3
4
|
require_relative 'module'
|
4
|
-
require_relative 'queue_worker'
|
5
5
|
|
6
6
|
module Deliver
|
7
7
|
# upload description, rating, etc.
|
@@ -200,7 +200,7 @@ module Deliver
|
|
200
200
|
sleep(1)
|
201
201
|
|
202
202
|
# Update app store version localizations
|
203
|
-
store_version_worker =
|
203
|
+
store_version_worker = FastlaneCore::QueueWorker.new do |app_store_version_localization|
|
204
204
|
attributes = localized_version_attributes_by_locale[app_store_version_localization.locale]
|
205
205
|
if attributes
|
206
206
|
UI.message("Uploading metadata to App Store Connect for localized version '#{app_store_version_localization.locale}'")
|
@@ -211,7 +211,7 @@ module Deliver
|
|
211
211
|
store_version_worker.start
|
212
212
|
|
213
213
|
# Update app info localizations
|
214
|
-
app_info_worker =
|
214
|
+
app_info_worker = FastlaneCore::QueueWorker.new do |app_info_localization|
|
215
215
|
attributes = localized_info_attributes_by_locale[app_info_localization.locale]
|
216
216
|
if attributes
|
217
217
|
UI.message("Uploading metadata to App Store Connect for localized info '#{app_info_localization.locale}'")
|
@@ -592,8 +592,9 @@ module Deliver
|
|
592
592
|
end
|
593
593
|
|
594
594
|
def set_review_information(version, options)
|
595
|
-
return unless options[:app_review_information]
|
596
595
|
info = options[:app_review_information]
|
596
|
+
return if info.nil? || info.empty?
|
597
|
+
|
597
598
|
info = info.collect { |k, v| [k.to_sym, v] }.to_h
|
598
599
|
UI.user_error!("`app_review_information` must be a hash", show_github_issues: true) unless info.kind_of?(Hash)
|
599
600
|
|