fastlane 2.143.0 → 2.144.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 +26 -0
- data/fastlane/lib/fastlane/actions/automatic_code_signing.rb +7 -1
- data/fastlane/lib/fastlane/actions/clean_build_artifacts.rb +3 -0
- data/fastlane/lib/fastlane/actions/crashlytics.rb +14 -2
- data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +2 -2
- data/fastlane/lib/fastlane/actions/pod_lib_lint.rb +7 -1
- data/fastlane/lib/fastlane/actions/swiftlint.rb +28 -7
- data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +190 -0
- data/fastlane/lib/fastlane/helper/s3_client_helper.rb +1 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/Fastlane.swift +56 -4
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/Matchfile.swift +1 -1
- data/fastlane/swift/Precheckfile.swift +1 -1
- data/fastlane/swift/Scanfile.swift +1 -1
- data/fastlane/swift/ScanfileProtocol.swift +5 -1
- data/fastlane/swift/Screengrabfile.swift +1 -1
- data/fastlane/swift/Snapshotfile.swift +1 -1
- data/fastlane_core/lib/fastlane_core/device_manager.rb +1 -1
- data/fastlane_core/lib/fastlane_core/provisioning_profile.rb +15 -2
- data/gym/lib/gym/generators/package_command_generator.rb +4 -0
- data/gym/lib/gym/generators/package_command_generator_xcode7.rb +5 -0
- data/gym/lib/gym/runner.rb +14 -0
- data/match/lib/match/importer.rb +33 -18
- data/scan/lib/scan/options.rb +5 -0
- data/scan/lib/scan/test_command_generator.rb +3 -0
- data/sigh/lib/sigh/.runner.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/models/.bundle_id.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/models/.bundle_id_capability.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/models/app.rb +11 -0
- data/spaceship/lib/spaceship/connect_api/testflight/testflight.rb +23 -0
- data/spaceship/lib/spaceship/tunes/app_version.rb +6 -1
- data/supply/lib/supply/client.rb +1 -1
- metadata +24 -21
- data/spaceship/lib/spaceship/portal/.certificate.rb.swp +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a010cab564b7d5d0bec26939d93d9e043e62daf47240bf20acbaa7f2415366b0
|
|
4
|
+
data.tar.gz: df53185c28f8fc39c4ef76b0acc6cfc18b1c8421bc70a4493af0f4298e0bd2a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98bd1adcc40ea458038dfa535f7ac3c39c3203effe06c66e0889daa76dd9cec6d49fe72165411de859678f675dd02d1f6af8635289ef637e7f05667553d5a5b1
|
|
7
|
+
data.tar.gz: 440cc16fb48caca5a24dea8190dffc07a0423b7f4ab4c0df083874dfc8c711f22a52f4fde7764ea014b93fecdec0b270de7270a2915741a55243f3e8fbd38bb6
|
data/README.md
CHANGED
|
@@ -34,43 +34,43 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
34
34
|
<!-- This table is regenerated and resorted on each release -->
|
|
35
35
|
<table id='team'>
|
|
36
36
|
<tr>
|
|
37
|
+
<td id='stefan-natchev'>
|
|
38
|
+
<a href='https://github.com/snatchev'>
|
|
39
|
+
<img src='https://github.com/snatchev.png?size=140'>
|
|
40
|
+
</a>
|
|
41
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
|
42
|
+
</td>
|
|
43
|
+
<td id='jorge-revuelta-h'>
|
|
44
|
+
<a href='https://github.com/minuscorp'>
|
|
45
|
+
<img src='https://github.com/minuscorp.png?size=140'>
|
|
46
|
+
</a>
|
|
47
|
+
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
|
48
|
+
</td>
|
|
37
49
|
<td id='josh-holtz'>
|
|
38
50
|
<a href='https://github.com/joshdholtz'>
|
|
39
51
|
<img src='https://github.com/joshdholtz.png?size=140'>
|
|
40
52
|
</a>
|
|
41
53
|
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
|
42
54
|
</td>
|
|
43
|
-
<td id='danielle-tomlinson'>
|
|
44
|
-
<a href='https://github.com/endocrimes'>
|
|
45
|
-
<img src='https://github.com/endocrimes.png?size=140'>
|
|
46
|
-
</a>
|
|
47
|
-
<h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
|
|
48
|
-
</td>
|
|
49
55
|
<td id='jérôme-lacoste'>
|
|
50
56
|
<a href='https://github.com/lacostej'>
|
|
51
57
|
<img src='https://github.com/lacostej.png?size=140'>
|
|
52
58
|
</a>
|
|
53
59
|
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
|
54
60
|
</td>
|
|
55
|
-
<td id='
|
|
56
|
-
<a href='https://github.com/
|
|
57
|
-
<img src='https://github.com/
|
|
58
|
-
</a>
|
|
59
|
-
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
60
|
-
</td>
|
|
61
|
-
<td id='olivier-halligon'>
|
|
62
|
-
<a href='https://github.com/AliSoftware'>
|
|
63
|
-
<img src='https://github.com/AliSoftware.png?size=140'>
|
|
61
|
+
<td id='maksym-grebenets'>
|
|
62
|
+
<a href='https://github.com/mgrebenets'>
|
|
63
|
+
<img src='https://github.com/mgrebenets.png?size=140'>
|
|
64
64
|
</a>
|
|
65
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
65
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
|
66
66
|
</td>
|
|
67
67
|
</tr>
|
|
68
68
|
<tr>
|
|
69
|
-
<td id='
|
|
70
|
-
<a href='https://github.com/
|
|
71
|
-
<img src='https://github.com/
|
|
69
|
+
<td id='manu-wallner'>
|
|
70
|
+
<a href='https://github.com/milch'>
|
|
71
|
+
<img src='https://github.com/milch.png?size=140'>
|
|
72
72
|
</a>
|
|
73
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
73
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
74
74
|
</td>
|
|
75
75
|
<td id='max-ott'>
|
|
76
76
|
<a href='https://github.com/max-ott'>
|
|
@@ -78,31 +78,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
78
78
|
</a>
|
|
79
79
|
<h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
|
|
80
80
|
</td>
|
|
81
|
-
<td id='
|
|
82
|
-
<a href='https://github.com/
|
|
83
|
-
<img src='https://github.com/
|
|
84
|
-
</a>
|
|
85
|
-
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
86
|
-
</td>
|
|
87
|
-
<td id='jorge-revuelta-h'>
|
|
88
|
-
<a href='https://github.com/minuscorp'>
|
|
89
|
-
<img src='https://github.com/minuscorp.png?size=140'>
|
|
90
|
-
</a>
|
|
91
|
-
<h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
|
|
92
|
-
</td>
|
|
93
|
-
<td id='manu-wallner'>
|
|
94
|
-
<a href='https://github.com/milch'>
|
|
95
|
-
<img src='https://github.com/milch.png?size=140'>
|
|
96
|
-
</a>
|
|
97
|
-
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
|
98
|
-
</td>
|
|
99
|
-
</tr>
|
|
100
|
-
<tr>
|
|
101
|
-
<td id='andrew-mcburney'>
|
|
102
|
-
<a href='https://github.com/armcburney'>
|
|
103
|
-
<img src='https://github.com/armcburney.png?size=140'>
|
|
81
|
+
<td id='luka-mirosevic'>
|
|
82
|
+
<a href='https://github.com/lmirosevic'>
|
|
83
|
+
<img src='https://github.com/lmirosevic.png?size=140'>
|
|
104
84
|
</a>
|
|
105
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
85
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
|
106
86
|
</td>
|
|
107
87
|
<td id='daniel-jankowski'>
|
|
108
88
|
<a href='https://github.com/mollyIV'>
|
|
@@ -110,37 +90,57 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
110
90
|
</a>
|
|
111
91
|
<h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
|
|
112
92
|
</td>
|
|
93
|
+
<td id='jan-piotrowski'>
|
|
94
|
+
<a href='https://github.com/janpio'>
|
|
95
|
+
<img src='https://github.com/janpio.png?size=140'>
|
|
96
|
+
</a>
|
|
97
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
|
98
|
+
</td>
|
|
99
|
+
</tr>
|
|
100
|
+
<tr>
|
|
113
101
|
<td id='joshua-liebowitz'>
|
|
114
102
|
<a href='https://github.com/taquitos'>
|
|
115
103
|
<img src='https://github.com/taquitos.png?size=140'>
|
|
116
104
|
</a>
|
|
117
105
|
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
|
118
106
|
</td>
|
|
107
|
+
<td id='jimmy-dee'>
|
|
108
|
+
<a href='https://github.com/jdee'>
|
|
109
|
+
<img src='https://github.com/jdee.png?size=140'>
|
|
110
|
+
</a>
|
|
111
|
+
<h4 align='center'>Jimmy Dee</h4>
|
|
112
|
+
</td>
|
|
119
113
|
<td id='helmut-januschka'>
|
|
120
114
|
<a href='https://github.com/hjanuschka'>
|
|
121
115
|
<img src='https://github.com/hjanuschka.png?size=140'>
|
|
122
116
|
</a>
|
|
123
117
|
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
|
124
118
|
</td>
|
|
125
|
-
<td id='
|
|
126
|
-
<a href='https://github.com/
|
|
127
|
-
<img src='https://github.com/
|
|
119
|
+
<td id='fumiya-nakamura'>
|
|
120
|
+
<a href='https://github.com/nafu'>
|
|
121
|
+
<img src='https://github.com/nafu.png?size=140'>
|
|
128
122
|
</a>
|
|
129
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
123
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
|
124
|
+
</td>
|
|
125
|
+
<td id='aaron-brager'>
|
|
126
|
+
<a href='https://github.com/getaaron'>
|
|
127
|
+
<img src='https://github.com/getaaron.png?size=140'>
|
|
128
|
+
</a>
|
|
129
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
|
130
130
|
</td>
|
|
131
131
|
</tr>
|
|
132
132
|
<tr>
|
|
133
|
-
<td id='
|
|
134
|
-
<a href='https://github.com/
|
|
135
|
-
<img src='https://github.com/
|
|
133
|
+
<td id='olivier-halligon'>
|
|
134
|
+
<a href='https://github.com/AliSoftware'>
|
|
135
|
+
<img src='https://github.com/AliSoftware.png?size=140'>
|
|
136
136
|
</a>
|
|
137
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
137
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
|
138
138
|
</td>
|
|
139
|
-
<td id='
|
|
140
|
-
<a href='https://github.com/
|
|
141
|
-
<img src='https://github.com/
|
|
139
|
+
<td id='kohki-miki'>
|
|
140
|
+
<a href='https://github.com/giginet'>
|
|
141
|
+
<img src='https://github.com/giginet.png?size=140'>
|
|
142
142
|
</a>
|
|
143
|
-
<h4 align='center'>
|
|
143
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
|
144
144
|
</td>
|
|
145
145
|
<td id='iulian-onofrei'>
|
|
146
146
|
<a href='https://github.com/revolter'>
|
|
@@ -148,31 +148,31 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
|
148
148
|
</a>
|
|
149
149
|
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
|
150
150
|
</td>
|
|
151
|
-
<td id='
|
|
152
|
-
<a href='https://github.com/
|
|
153
|
-
<img src='https://github.com/
|
|
151
|
+
<td id='andrew-mcburney'>
|
|
152
|
+
<a href='https://github.com/armcburney'>
|
|
153
|
+
<img src='https://github.com/armcburney.png?size=140'>
|
|
154
154
|
</a>
|
|
155
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
155
|
+
<h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
|
|
156
156
|
</td>
|
|
157
|
-
<td id='
|
|
158
|
-
<a href='https://github.com/
|
|
159
|
-
<img src='https://github.com/
|
|
157
|
+
<td id='matthew-ellis'>
|
|
158
|
+
<a href='https://github.com/matthewellis'>
|
|
159
|
+
<img src='https://github.com/matthewellis.png?size=140'>
|
|
160
160
|
</a>
|
|
161
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
161
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
|
162
162
|
</td>
|
|
163
163
|
</tr>
|
|
164
164
|
<tr>
|
|
165
|
-
<td id='
|
|
166
|
-
<a href='https://github.com/
|
|
167
|
-
<img src='https://github.com/
|
|
165
|
+
<td id='danielle-tomlinson'>
|
|
166
|
+
<a href='https://github.com/endocrimes'>
|
|
167
|
+
<img src='https://github.com/endocrimes.png?size=140'>
|
|
168
168
|
</a>
|
|
169
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
169
|
+
<h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
|
|
170
170
|
</td>
|
|
171
|
-
<td id='
|
|
172
|
-
<a href='https://github.com/
|
|
173
|
-
<img src='https://github.com/
|
|
171
|
+
<td id='felix-krause'>
|
|
172
|
+
<a href='https://github.com/KrauseFx'>
|
|
173
|
+
<img src='https://github.com/KrauseFx.png?size=140'>
|
|
174
174
|
</a>
|
|
175
|
-
<h4 align='center'><a href='https://twitter.com/
|
|
175
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
|
176
176
|
</td>
|
|
177
177
|
</table>
|
|
178
178
|
|
|
@@ -30,6 +30,7 @@ module Deliver
|
|
|
30
30
|
# version
|
|
31
31
|
FastlaneCore::ConfigItem.new(key: :app_version,
|
|
32
32
|
short_option: '-z',
|
|
33
|
+
env_name: "DELIVER_APP_VERSION",
|
|
33
34
|
description: "The version that should be edited or created",
|
|
34
35
|
optional: true),
|
|
35
36
|
|
|
@@ -68,6 +69,7 @@ module Deliver
|
|
|
68
69
|
end),
|
|
69
70
|
FastlaneCore::ConfigItem.new(key: :build_number,
|
|
70
71
|
short_option: "-n",
|
|
72
|
+
env_name: "DELIVER_BUILD_NUMBER",
|
|
71
73
|
description: "If set the given build number (already uploaded to iTC) will be used instead of the current built one",
|
|
72
74
|
optional: true,
|
|
73
75
|
conflicting_options: [:ipa, :pkg],
|
|
@@ -93,6 +95,7 @@ module Deliver
|
|
|
93
95
|
description: "Modify live metadata, this option disables ipa upload and screenshot upload",
|
|
94
96
|
is_string: false),
|
|
95
97
|
FastlaneCore::ConfigItem.new(key: :use_live_version,
|
|
98
|
+
env_name: "DELIVER_USE_LIVE_VERSION",
|
|
96
99
|
description: "Force usage of live version rather than edit version",
|
|
97
100
|
is_string: false,
|
|
98
101
|
default_value: false),
|
|
@@ -100,27 +103,33 @@ module Deliver
|
|
|
100
103
|
# paths
|
|
101
104
|
FastlaneCore::ConfigItem.new(key: :metadata_path,
|
|
102
105
|
short_option: '-m',
|
|
106
|
+
env_name: "DELIVER_METADATA_PATH",
|
|
103
107
|
description: "Path to the folder containing the metadata files",
|
|
104
108
|
optional: true),
|
|
105
109
|
FastlaneCore::ConfigItem.new(key: :screenshots_path,
|
|
106
110
|
short_option: '-w',
|
|
111
|
+
env_name: "DELIVER_SCREENSHOTS_PATH",
|
|
107
112
|
description: "Path to the folder containing the screenshots",
|
|
108
113
|
optional: true),
|
|
109
114
|
|
|
110
115
|
# skip
|
|
111
116
|
FastlaneCore::ConfigItem.new(key: :skip_binary_upload,
|
|
117
|
+
env_name: "DELIVER_SKIP_BINARY_UPLOAD",
|
|
112
118
|
description: "Skip uploading an ipa or pkg to App Store Connect",
|
|
113
119
|
is_string: false,
|
|
114
120
|
default_value: false),
|
|
115
121
|
FastlaneCore::ConfigItem.new(key: :skip_screenshots,
|
|
122
|
+
env_name: "DELIVER_SKIP_SCREENSHOTS",
|
|
116
123
|
description: "Don't upload the screenshots",
|
|
117
124
|
is_string: false,
|
|
118
125
|
default_value: false),
|
|
119
126
|
FastlaneCore::ConfigItem.new(key: :skip_metadata,
|
|
127
|
+
env_name: "DELIVER_SKIP_METADATA",
|
|
120
128
|
description: "Don't upload the metadata (e.g. title, description). This will still upload screenshots",
|
|
121
129
|
is_string: false,
|
|
122
130
|
default_value: false),
|
|
123
131
|
FastlaneCore::ConfigItem.new(key: :skip_app_version_update,
|
|
132
|
+
env_name: "DELIVER_SKIP_APP_VERSION_UPDATE",
|
|
124
133
|
description: "Don't update app version for submission",
|
|
125
134
|
is_string: false,
|
|
126
135
|
default_value: false),
|
|
@@ -128,6 +137,7 @@ module Deliver
|
|
|
128
137
|
# how to operate
|
|
129
138
|
FastlaneCore::ConfigItem.new(key: :force,
|
|
130
139
|
short_option: "-f",
|
|
140
|
+
env_name: "DELIVER_FORCE",
|
|
131
141
|
description: "Skip the HTML report file verification",
|
|
132
142
|
is_string: false,
|
|
133
143
|
default_value: false),
|
|
@@ -149,6 +159,7 @@ module Deliver
|
|
|
149
159
|
|
|
150
160
|
# release
|
|
151
161
|
FastlaneCore::ConfigItem.new(key: :automatic_release,
|
|
162
|
+
env_name: "DELIVER_AUTOMATIC_RELEASE",
|
|
152
163
|
description: "Should the app be automatically released once it's approved? (Can not be used together with `auto_release_date`)",
|
|
153
164
|
is_string: false,
|
|
154
165
|
default_value: false),
|
|
@@ -162,11 +173,13 @@ module Deliver
|
|
|
162
173
|
UI.user_error!("You can't use 'auto_release_date' and '#{value.key}' options together.")
|
|
163
174
|
end),
|
|
164
175
|
FastlaneCore::ConfigItem.new(key: :phased_release,
|
|
176
|
+
env_name: "DELIVER_PHASED_RELEASE",
|
|
165
177
|
description: "Enable the phased release feature of iTC",
|
|
166
178
|
optional: true,
|
|
167
179
|
is_string: false,
|
|
168
180
|
default_value: false),
|
|
169
181
|
FastlaneCore::ConfigItem.new(key: :reset_ratings,
|
|
182
|
+
env_name: "DELIVER_RESET_RATINGS",
|
|
170
183
|
description: "Reset the summary rating when you release a new version of the application",
|
|
171
184
|
optional: true,
|
|
172
185
|
is_string: false,
|
|
@@ -175,11 +188,13 @@ module Deliver
|
|
|
175
188
|
# other app configuration
|
|
176
189
|
FastlaneCore::ConfigItem.new(key: :price_tier,
|
|
177
190
|
short_option: "-r",
|
|
191
|
+
env_name: "DELIVER_PRICE_TIER",
|
|
178
192
|
description: "The price tier of this application",
|
|
179
193
|
is_string: false,
|
|
180
194
|
optional: true),
|
|
181
195
|
FastlaneCore::ConfigItem.new(key: :app_rating_config_path,
|
|
182
196
|
short_option: "-g",
|
|
197
|
+
env_name: "DELIVER_APP_RATING_CONFIG_PATH",
|
|
183
198
|
description: "Path to the app rating's config",
|
|
184
199
|
is_string: true,
|
|
185
200
|
optional: true,
|
|
@@ -271,6 +286,7 @@ module Deliver
|
|
|
271
286
|
|
|
272
287
|
# Non Localised
|
|
273
288
|
FastlaneCore::ConfigItem.new(key: :app_icon,
|
|
289
|
+
env_name: "DELIVER_APP_ICON_PATH",
|
|
274
290
|
description: "Metadata: The path to the app icon",
|
|
275
291
|
optional: true,
|
|
276
292
|
short_option: "-l",
|
|
@@ -279,6 +295,7 @@ module Deliver
|
|
|
279
295
|
UI.user_error!("'#{value}' doesn't seem to be one of the supported files. supported: #{Deliver::UploadAssets::SUPPORTED_ICON_EXTENSIONS.join(',')}") unless Deliver::UploadAssets::SUPPORTED_ICON_EXTENSIONS.include?(File.extname(value).downcase)
|
|
280
296
|
end),
|
|
281
297
|
FastlaneCore::ConfigItem.new(key: :apple_watch_app_icon,
|
|
298
|
+
env_name: "DELIVER_APPLE_WATCH_APP_ICON_PATH",
|
|
282
299
|
description: "Metadata: The path to the Apple Watch app icon",
|
|
283
300
|
optional: true,
|
|
284
301
|
short_option: "-q",
|
|
@@ -287,30 +304,37 @@ module Deliver
|
|
|
287
304
|
UI.user_error!("'#{value}' doesn't seem to be one of the supported files. supported: #{Deliver::UploadAssets::SUPPORTED_ICON_EXTENSIONS.join(',')}") unless Deliver::UploadAssets::SUPPORTED_ICON_EXTENSIONS.include?(File.extname(value).downcase)
|
|
288
305
|
end),
|
|
289
306
|
FastlaneCore::ConfigItem.new(key: :copyright,
|
|
307
|
+
env_name: "DELIVER_COPYRIGHT",
|
|
290
308
|
description: "Metadata: The copyright notice",
|
|
291
309
|
optional: true,
|
|
292
310
|
is_string: true),
|
|
293
311
|
FastlaneCore::ConfigItem.new(key: :primary_category,
|
|
312
|
+
env_name: "DELIVER_PRIMARY_CATEGORY",
|
|
294
313
|
description: "Metadata: The english name of the primary category (e.g. `Business`, `Books`)",
|
|
295
314
|
optional: true,
|
|
296
315
|
is_string: true),
|
|
297
316
|
FastlaneCore::ConfigItem.new(key: :secondary_category,
|
|
317
|
+
env_name: "DELIVER_SECONDARY_CATEGORY",
|
|
298
318
|
description: "Metadata: The english name of the secondary category (e.g. `Business`, `Books`)",
|
|
299
319
|
optional: true,
|
|
300
320
|
is_string: true),
|
|
301
321
|
FastlaneCore::ConfigItem.new(key: :primary_first_sub_category,
|
|
322
|
+
env_name: "DELIVER_PRIMARY_FIRST_SUB_CATEGORY",
|
|
302
323
|
description: "Metadata: The english name of the primary first sub category (e.g. `Educational`, `Puzzle`)",
|
|
303
324
|
optional: true,
|
|
304
325
|
is_string: true),
|
|
305
326
|
FastlaneCore::ConfigItem.new(key: :primary_second_sub_category,
|
|
327
|
+
env_name: "DELIVER_PRIMARY_SECOND_SUB_CATEGORY",
|
|
306
328
|
description: "Metadata: The english name of the primary second sub category (e.g. `Educational`, `Puzzle`)",
|
|
307
329
|
optional: true,
|
|
308
330
|
is_string: true),
|
|
309
331
|
FastlaneCore::ConfigItem.new(key: :secondary_first_sub_category,
|
|
332
|
+
env_name: "DELIVER_SECONDARY_FIRST_SUB_CATEGORY",
|
|
310
333
|
description: "Metadata: The english name of the secondary first sub category (e.g. `Educational`, `Puzzle`)",
|
|
311
334
|
optional: true,
|
|
312
335
|
is_string: true),
|
|
313
336
|
FastlaneCore::ConfigItem.new(key: :secondary_second_sub_category,
|
|
337
|
+
env_name: "DELIVER_SECONDARY_SECOND_SUB_CATEGORY",
|
|
314
338
|
description: "Metadata: The english name of the secondary second sub category (e.g. `Educational`, `Puzzle`)",
|
|
315
339
|
optional: true,
|
|
316
340
|
is_string: true),
|
|
@@ -325,6 +349,7 @@ module Deliver
|
|
|
325
349
|
is_string: false,
|
|
326
350
|
type: Hash),
|
|
327
351
|
FastlaneCore::ConfigItem.new(key: :app_review_attachment_file,
|
|
352
|
+
env_name: "DELIVER_APP_REVIEW_ATTACHMENT_FILE",
|
|
328
353
|
description: "Metadata: Path to the app review attachment file",
|
|
329
354
|
optional: true,
|
|
330
355
|
is_string: true),
|
|
@@ -391,6 +416,7 @@ module Deliver
|
|
|
391
416
|
# The verify_block has been removed from here and verification now happens in Deliver::DetectValues
|
|
392
417
|
# Verification needed Spaceship::Tunes.client which required the Deliver::Runner to already by started
|
|
393
418
|
FastlaneCore::ConfigItem.new(key: :languages,
|
|
419
|
+
env_name: "DELIVER_LANGUAGES",
|
|
394
420
|
description: "Metadata: List of languages to activate",
|
|
395
421
|
type: Array,
|
|
396
422
|
optional: true),
|
|
@@ -3,6 +3,8 @@ module Fastlane
|
|
|
3
3
|
module Actions
|
|
4
4
|
class AutomaticCodeSigningAction < Action
|
|
5
5
|
def self.run(params)
|
|
6
|
+
UI.deprecated("The `automatic_code_signing` action has been deprecated,")
|
|
7
|
+
UI.deprecated("Please use `update_code_signing_settings` action instead.")
|
|
6
8
|
FastlaneCore::PrintTable.print_values(config: params, title: "Summary for Automatic Codesigning")
|
|
7
9
|
path = params[:path]
|
|
8
10
|
path = File.join(File.expand_path(path), "project.pbxproj")
|
|
@@ -201,7 +203,11 @@ module Fastlane
|
|
|
201
203
|
end
|
|
202
204
|
|
|
203
205
|
def self.category
|
|
204
|
-
:
|
|
206
|
+
:deprecated
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
def self.deprecated_notes
|
|
210
|
+
"Please use `update_code_signing_settings` action instead."
|
|
205
211
|
end
|
|
206
212
|
|
|
207
213
|
def self.return_value
|
|
@@ -66,7 +66,7 @@ module Fastlane
|
|
|
66
66
|
end
|
|
67
67
|
|
|
68
68
|
def self.description
|
|
69
|
-
"
|
|
69
|
+
"Refer to [Firebase App Distribution](https://appdistro.page.link/fastlane-repo)"
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
def self.available_options
|
|
@@ -169,6 +169,10 @@ module Fastlane
|
|
|
169
169
|
|
|
170
170
|
def self.details
|
|
171
171
|
[
|
|
172
|
+
"Crashlytics Beta has been deprecated and replaced with Firebase App Distribution.",
|
|
173
|
+
"Beta will continue working until May 4, 2020.",
|
|
174
|
+
"Check out the [Firebase App Distribution docs](https://github.com/fastlane/fastlane-plugin-firebase_app_distribution) to get started.",
|
|
175
|
+
"",
|
|
172
176
|
"Additionally, you can specify `notes`, `emails`, `groups` and `notifications`.",
|
|
173
177
|
"Distributing to Groups: When using the `groups` parameter, it's important to use the group **alias** names for each group you'd like to distribute to. A group's alias can be found in the web UI. If you're viewing the Beta page, you can open the groups dialog by clicking the 'Manage Groups' button.",
|
|
174
178
|
"This action uses the `submit` binary provided by the Crashlytics framework. If the binary is not found in its usual path, you'll need to specify the path manually by using the `crashlytics_path` option."
|
|
@@ -196,7 +200,15 @@ module Fastlane
|
|
|
196
200
|
end
|
|
197
201
|
|
|
198
202
|
def self.category
|
|
199
|
-
:
|
|
203
|
+
:deprecated
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
def self.deprecated_notes
|
|
207
|
+
[
|
|
208
|
+
"Crashlytics Beta has been deprecated and replaced with Firebase App Distribution.",
|
|
209
|
+
"Beta will continue working until May 4, 2020.",
|
|
210
|
+
"Check out the [Firebase App Distribution docs](https://github.com/fastlane/fastlane-plugin-firebase_app_distribution) to get started."
|
|
211
|
+
].join("\n")
|
|
200
212
|
end
|
|
201
213
|
end
|
|
202
214
|
end
|