fastlane 2.184.1 → 2.185.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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +78 -78
  3. data/deliver/lib/deliver/upload_metadata.rb +1 -1
  4. data/fastlane/lib/fastlane/actions/adb.rb +1 -4
  5. data/fastlane/lib/fastlane/actions/adb_devices.rb +0 -1
  6. data/fastlane/lib/fastlane/actions/add_git_tag.rb +4 -4
  7. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +3 -4
  8. data/fastlane/lib/fastlane/actions/appetize_viewing_url_generator.rb +0 -11
  9. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +4 -5
  10. data/fastlane/lib/fastlane/actions/docs/upload_to_testflight.md +10 -4
  11. data/fastlane/lib/fastlane/actions/push_to_git_remote.rb +5 -1
  12. data/fastlane/lib/fastlane/environment_printer.rb +1 -0
  13. data/fastlane/lib/fastlane/helper/git_helper.rb +12 -7
  14. data/fastlane/lib/fastlane/swift_fastlane_function.rb +2 -1
  15. data/fastlane/lib/fastlane/version.rb +1 -1
  16. data/fastlane/swift/Deliverfile.swift +1 -1
  17. data/fastlane/swift/DeliverfileProtocol.swift +1 -1
  18. data/fastlane/swift/Fastlane.swift +2583 -2377
  19. data/fastlane/swift/Gymfile.swift +1 -1
  20. data/fastlane/swift/GymfileProtocol.swift +1 -1
  21. data/fastlane/swift/Matchfile.swift +1 -1
  22. data/fastlane/swift/MatchfileProtocol.swift +1 -1
  23. data/fastlane/swift/Precheckfile.swift +1 -1
  24. data/fastlane/swift/PrecheckfileProtocol.swift +1 -1
  25. data/fastlane/swift/Scanfile.swift +1 -1
  26. data/fastlane/swift/ScanfileProtocol.swift +1 -1
  27. data/fastlane/swift/Screengrabfile.swift +1 -1
  28. data/fastlane/swift/ScreengrabfileProtocol.swift +1 -1
  29. data/fastlane/swift/Snapshotfile.swift +1 -1
  30. data/fastlane/swift/SnapshotfileProtocol.swift +1 -1
  31. data/fastlane/swift/formatting/Brewfile.lock.json +11 -11
  32. data/fastlane_core/lib/fastlane_core/helper.rb +12 -0
  33. data/pilot/lib/pilot/build_manager.rb +3 -0
  34. data/pilot/lib/pilot/options.rb +2 -2
  35. data/sigh/lib/assets/resign.sh +8 -19
  36. data/spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb +2 -1
  37. metadata +16 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8489bb7e76af9645ce56e7a5279f885aba7a9945d6b144e7544fb9fb455ce065
4
- data.tar.gz: 67c5fbb88fde421073e3ae3f04f541a9f56ecaa062680b1692bf7b9ae59355be
3
+ metadata.gz: b6e7c985939b0ad640d941e70d29b2a64adcdfda30bd7af3300769433992ec1d
4
+ data.tar.gz: beea0dd643df12e2aee3a8878a1dc5798cc7a06b27dbbb18efdab8b02f4a935e
5
5
  SHA512:
6
- metadata.gz: 2e9388acc100af2bb5c2eff1e0cbef5d406f98764e7b84fd446bb7875ba194c17561432f671e3f77a05270f396aa51999fd2b30b1e2017912f24399d6fc3e983
7
- data.tar.gz: cb92d5893692728b774da29b18a02febf569ecd7b38afb0d9b286ea355a86389ad195093196795d1f9f48ee8b34cc1b7e108a95de364d8c764d56b24f2d853b7
6
+ metadata.gz: 788d3eb2bc42521a3864c2d9e61dc3e2c85753930f1f0f960ac27bb314a536b03c41224e52aaedc53b92447d617bff4879a516cfbc02641f06646662f00195ca
7
+ data.tar.gz: 5fa2058d1ffc22640fb181ae5bb632ea17825efd0ca77a66e68129568b0ff46cfcbca22c150d55a759a470d291979247b46ed316b08968ffe61de3a0680e3c7f
data/README.md CHANGED
@@ -35,17 +35,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
35
35
  <!-- This table is regenerated and resorted on each release -->
36
36
  <table id='team'>
37
37
  <tr>
38
- <td id='max-ott'>
39
- <a href='https://github.com/max-ott'>
40
- <img src='https://github.com/max-ott.png' width='140px;'>
41
- </a>
42
- <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
43
- </td>
44
- <td id='maksym-grebenets'>
45
- <a href='https://github.com/mgrebenets'>
46
- <img src='https://github.com/mgrebenets.png' width='140px;'>
38
+ <td id='kohki-miki'>
39
+ <a href='https://github.com/giginet'>
40
+ <img src='https://github.com/giginet.png' width='140px;'>
47
41
  </a>
48
- <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
42
+ <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
49
43
  </td>
50
44
  <td id='jorge-revuelta-h'>
51
45
  <a href='https://github.com/minuscorp'>
@@ -53,11 +47,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
53
47
  </a>
54
48
  <h4 align='center'><a href='https://twitter.com/minuscorp'>Jorge Revuelta H</a></h4>
55
49
  </td>
56
- <td id='roger-oba'>
57
- <a href='https://github.com/rogerluan'>
58
- <img src='https://github.com/rogerluan.png' width='140px;'>
50
+ <td id='max-ott'>
51
+ <a href='https://github.com/max-ott'>
52
+ <img src='https://github.com/max-ott.png' width='140px;'>
59
53
  </a>
60
- <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
54
+ <h4 align='center'><a href='https://twitter.com/ott_max'>Max Ott</a></h4>
61
55
  </td>
62
56
  <td id='helmut-januschka'>
63
57
  <a href='https://github.com/hjanuschka'>
@@ -65,63 +59,63 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
65
59
  </a>
66
60
  <h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
67
61
  </td>
62
+ <td id='manu-wallner'>
63
+ <a href='https://github.com/milch'>
64
+ <img src='https://github.com/milch.png' width='140px;'>
65
+ </a>
66
+ <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
67
+ </td>
68
68
  </tr>
69
69
  <tr>
70
- <td id='jan-piotrowski'>
71
- <a href='https://github.com/janpio'>
72
- <img src='https://github.com/janpio.png' width='140px;'>
70
+ <td id='luka-mirosevic'>
71
+ <a href='https://github.com/lmirosevic'>
72
+ <img src='https://github.com/lmirosevic.png' width='140px;'>
73
73
  </a>
74
- <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
74
+ <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
75
75
  </td>
76
- <td id='fumiya-nakamura'>
77
- <a href='https://github.com/nafu'>
78
- <img src='https://github.com/nafu.png' width='140px;'>
76
+ <td id='aaron-brager'>
77
+ <a href='https://github.com/getaaron'>
78
+ <img src='https://github.com/getaaron.png' width='140px;'>
79
79
  </a>
80
- <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
80
+ <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
81
81
  </td>
82
- <td id='matthew-ellis'>
83
- <a href='https://github.com/matthewellis'>
84
- <img src='https://github.com/matthewellis.png' width='140px;'>
82
+ <td id='felix-krause'>
83
+ <a href='https://github.com/KrauseFx'>
84
+ <img src='https://github.com/KrauseFx.png' width='140px;'>
85
85
  </a>
86
- <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
86
+ <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
87
87
  </td>
88
- <td id='josh-holtz'>
89
- <a href='https://github.com/joshdholtz'>
90
- <img src='https://github.com/joshdholtz.png' width='140px;'>
88
+ <td id='roger-oba'>
89
+ <a href='https://github.com/rogerluan'>
90
+ <img src='https://github.com/rogerluan.png' width='140px;'>
91
91
  </a>
92
- <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
92
+ <h4 align='center'><a href='https://twitter.com/rogerluan_'>Roger Oba</a></h4>
93
93
  </td>
94
- <td id='danielle-tomlinson'>
95
- <a href='https://github.com/endocrimes'>
96
- <img src='https://github.com/endocrimes.png' width='140px;'>
94
+ <td id='stefan-natchev'>
95
+ <a href='https://github.com/snatchev'>
96
+ <img src='https://github.com/snatchev.png' width='140px;'>
97
97
  </a>
98
- <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
98
+ <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
99
99
  </td>
100
100
  </tr>
101
101
  <tr>
102
- <td id='kohki-miki'>
103
- <a href='https://github.com/giginet'>
104
- <img src='https://github.com/giginet.png' width='140px;'>
105
- </a>
106
- <h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
107
- </td>
108
- <td id='jimmy-dee'>
109
- <a href='https://github.com/jdee'>
110
- <img src='https://github.com/jdee.png' width='140px;'>
102
+ <td id='fumiya-nakamura'>
103
+ <a href='https://github.com/nafu'>
104
+ <img src='https://github.com/nafu.png' width='140px;'>
111
105
  </a>
112
- <h4 align='center'>Jimmy Dee</h4>
106
+ <h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
113
107
  </td>
114
- <td id='manu-wallner'>
115
- <a href='https://github.com/milch'>
116
- <img src='https://github.com/milch.png' width='140px;'>
108
+ <td id='matthew-ellis'>
109
+ <a href='https://github.com/matthewellis'>
110
+ <img src='https://github.com/matthewellis.png' width='140px;'>
117
111
  </a>
118
- <h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
112
+ <h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
119
113
  </td>
120
- <td id='olivier-halligon'>
121
- <a href='https://github.com/AliSoftware'>
122
- <img src='https://github.com/AliSoftware.png' width='140px;'>
114
+ <td id='andrew-mcburney'>
115
+ <a href='https://github.com/armcburney'>
116
+ <img src='https://github.com/armcburney.png' width='140px;'>
123
117
  </a>
124
- <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
118
+ <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
125
119
  </td>
126
120
  <td id='daniel-jankowski'>
127
121
  <a href='https://github.com/mollyIV'>
@@ -129,13 +123,19 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
129
123
  </a>
130
124
  <h4 align='center'><a href='https://twitter.com/mollyIV'>Daniel Jankowski</a></h4>
131
125
  </td>
126
+ <td id='jimmy-dee'>
127
+ <a href='https://github.com/jdee'>
128
+ <img src='https://github.com/jdee.png' width='140px;'>
129
+ </a>
130
+ <h4 align='center'>Jimmy Dee</h4>
131
+ </td>
132
132
  </tr>
133
133
  <tr>
134
- <td id='andrew-mcburney'>
135
- <a href='https://github.com/armcburney'>
136
- <img src='https://github.com/armcburney.png' width='140px;'>
134
+ <td id='iulian-onofrei'>
135
+ <a href='https://github.com/revolter'>
136
+ <img src='https://github.com/revolter.png' width='140px;'>
137
137
  </a>
138
- <h4 align='center'><a href='https://twitter.com/armcburney'>Andrew McBurney</a></h4>
138
+ <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
139
139
  </td>
140
140
  <td id='joshua-liebowitz'>
141
141
  <a href='https://github.com/taquitos'>
@@ -143,17 +143,17 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
143
143
  </a>
144
144
  <h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
145
145
  </td>
146
- <td id='luka-mirosevic'>
147
- <a href='https://github.com/lmirosevic'>
148
- <img src='https://github.com/lmirosevic.png' width='140px;'>
146
+ <td id='jan-piotrowski'>
147
+ <a href='https://github.com/janpio'>
148
+ <img src='https://github.com/janpio.png' width='140px;'>
149
149
  </a>
150
- <h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
150
+ <h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
151
151
  </td>
152
- <td id='iulian-onofrei'>
153
- <a href='https://github.com/revolter'>
154
- <img src='https://github.com/revolter.png' width='140px;'>
152
+ <td id='josh-holtz'>
153
+ <a href='https://github.com/joshdholtz'>
154
+ <img src='https://github.com/joshdholtz.png' width='140px;'>
155
155
  </a>
156
- <h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
156
+ <h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
157
157
  </td>
158
158
  <td id='satoshi-namai'>
159
159
  <a href='https://github.com/ainame'>
@@ -163,23 +163,23 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
163
163
  </td>
164
164
  </tr>
165
165
  <tr>
166
+ <td id='danielle-tomlinson'>
167
+ <a href='https://github.com/endocrimes'>
168
+ <img src='https://github.com/endocrimes.png' width='140px;'>
169
+ </a>
170
+ <h4 align='center'><a href='https://twitter.com/endocrimes'>Danielle Tomlinson</a></h4>
171
+ </td>
166
172
  <td id='manish-rathi'>
167
173
  <a href='https://github.com/crazymanish'>
168
174
  <img src='https://github.com/crazymanish.png' width='140px;'>
169
175
  </a>
170
176
  <h4 align='center'><a href='https://twitter.com/iammanishrathi'>Manish Rathi</a></h4>
171
177
  </td>
172
- <td id='stefan-natchev'>
173
- <a href='https://github.com/snatchev'>
174
- <img src='https://github.com/snatchev.png' width='140px;'>
175
- </a>
176
- <h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
177
- </td>
178
- <td id='felix-krause'>
179
- <a href='https://github.com/KrauseFx'>
180
- <img src='https://github.com/KrauseFx.png' width='140px;'>
178
+ <td id='olivier-halligon'>
179
+ <a href='https://github.com/AliSoftware'>
180
+ <img src='https://github.com/AliSoftware.png' width='140px;'>
181
181
  </a>
182
- <h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
182
+ <h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
183
183
  </td>
184
184
  <td id='jérôme-lacoste'>
185
185
  <a href='https://github.com/lacostej'>
@@ -187,11 +187,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
187
187
  </a>
188
188
  <h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
189
189
  </td>
190
- <td id='aaron-brager'>
191
- <a href='https://github.com/getaaron'>
192
- <img src='https://github.com/getaaron.png' width='140px;'>
190
+ <td id='maksym-grebenets'>
191
+ <a href='https://github.com/mgrebenets'>
192
+ <img src='https://github.com/mgrebenets.png' width='140px;'>
193
193
  </a>
194
- <h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
194
+ <h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
195
195
  </td>
196
196
  </tr>
197
197
  </table>
@@ -97,7 +97,7 @@ module Deliver
97
97
  localised_options = LOCALISED_LIVE_VALUES
98
98
  non_localised_options = NON_LOCALISED_LIVE_VALUES
99
99
 
100
- if v.nil?
100
+ if version.nil?
101
101
  UI.message("Couldn't find live version, editing the current version on App Store Connect instead")
102
102
  version = fetch_edit_app_store_version(app, platform)
103
103
  # we don't want to update the localised_options and non_localised_options
@@ -27,18 +27,15 @@ module Fastlane
27
27
  FastlaneCore::ConfigItem.new(key: :serial,
28
28
  env_name: "FL_ANDROID_SERIAL",
29
29
  description: "Android serial of the device to use for this command",
30
- is_string: true,
31
30
  default_value: ""),
32
31
  FastlaneCore::ConfigItem.new(key: :command,
33
32
  env_name: "FL_ADB_COMMAND",
34
33
  description: "All commands you want to pass to the adb command, e.g. `kill-server`",
35
- optional: true,
36
- is_string: true),
34
+ optional: true),
37
35
  FastlaneCore::ConfigItem.new(key: :adb_path,
38
36
  env_name: "FL_ADB_PATH",
39
37
  optional: true,
40
38
  description: "The path to your `adb` binary (can be left blank if the ANDROID_SDK_ROOT, ANDROID_HOME or ANDROID_SDK environment variable is set)",
41
- is_string: true,
42
39
  default_value: "adb")
43
40
  ]
44
41
  end
@@ -27,7 +27,6 @@ module Fastlane
27
27
  FastlaneCore::ConfigItem.new(key: :adb_path,
28
28
  env_name: "FL_ADB_PATH",
29
29
  description: "The path to your `adb` binary (can be left blank if the ANDROID_SDK_ROOT environment variable is set)",
30
- is_string: true,
31
30
  optional: true,
32
31
  default_value: "adb")
33
32
  ]
@@ -63,7 +63,7 @@ module Fastlane
63
63
  FastlaneCore::ConfigItem.new(key: :includes_lane,
64
64
  env_name: "FL_GIT_TAG_INCLUDES_LANE",
65
65
  description: "Whether the current lane should be included in the tag and message composition, e.g. '<grouping>/<lane>/<prefix><build_number><postfix>'",
66
- is_string: false,
66
+ type: Boolean,
67
67
  default_value: true),
68
68
  FastlaneCore::ConfigItem.new(key: :prefix,
69
69
  env_name: "FL_GIT_TAG_PREFIX",
@@ -78,7 +78,7 @@ module Fastlane
78
78
  description: "The build number. Defaults to the result of increment_build_number if you\'re using it",
79
79
  default_value: Actions.lane_context[Actions::SharedValues::BUILD_NUMBER],
80
80
  default_value_dynamic: true,
81
- is_string: false,
81
+ skip_type_validation: true, # skipping validation because we both allow integer and string
82
82
  optional: true),
83
83
  FastlaneCore::ConfigItem.new(key: :message,
84
84
  env_name: "FL_GIT_TAG_MESSAGE",
@@ -94,13 +94,13 @@ module Fastlane
94
94
  env_name: "FL_GIT_TAG_FORCE",
95
95
  description: "Force adding the tag",
96
96
  optional: true,
97
- is_string: false,
97
+ type: Boolean,
98
98
  default_value: false),
99
99
  FastlaneCore::ConfigItem.new(key: :sign,
100
100
  env_name: "FL_GIT_TAG_SIGN",
101
101
  description: "Make a GPG-signed tag, using the default e-mail address's key",
102
102
  optional: true,
103
- is_string: false,
103
+ type: Boolean,
104
104
  default_value: false)
105
105
  ]
106
106
  end
@@ -135,7 +135,7 @@ module Fastlane
135
135
  FastlaneCore::ConfigItem.new(key: :initial_build_number,
136
136
  env_name: "INITIAL_BUILD_NUMBER",
137
137
  description: "sets the build number to given value if no build is in current train",
138
- is_string: false),
138
+ skip_type_validation: true), # as we also allow integers, which we convert to strings anyway
139
139
  FastlaneCore::ConfigItem.new(key: :app_identifier,
140
140
  short_option: "-a",
141
141
  env_name: "FASTLANE_APP_IDENTIFIER",
@@ -155,7 +155,7 @@ module Fastlane
155
155
  env_name: "APPSTORE_BUILD_NUMBER_LIVE_TEAM_ID",
156
156
  description: "The ID of your App Store Connect team if you're in multiple teams",
157
157
  optional: true,
158
- is_string: false, # as we also allow integers, which we convert to strings anyway
158
+ skip_type_validation: true, # as we also allow integers, which we convert to strings anyway
159
159
  code_gen_sensitive: true,
160
160
  default_value: CredentialsManager::AppfileConfig.try_fetch_value(:itc_team_id),
161
161
  default_value_dynamic: true,
@@ -167,7 +167,7 @@ module Fastlane
167
167
  env_name: "APPSTORE_BUILD_NUMBER_LIVE",
168
168
  description: "Query the live version (ready-for-sale)",
169
169
  optional: true,
170
- is_string: false,
170
+ type: Boolean,
171
171
  default_value: true),
172
172
  FastlaneCore::ConfigItem.new(key: :version,
173
173
  env_name: "LATEST_VERSION",
@@ -178,7 +178,6 @@ module Fastlane
178
178
  env_name: "APPSTORE_PLATFORM",
179
179
  description: "The platform to use (optional)",
180
180
  optional: true,
181
- is_string: true,
182
181
  default_value: "ios",
183
182
  verify_block: proc do |value|
184
183
  UI.user_error!("The platform can only be ios, appletvos, or osx") unless %('ios', 'appletvos', 'osx').include?(value)
@@ -50,7 +50,6 @@ module Fastlane
50
50
  FastlaneCore::ConfigItem.new(key: :public_key,
51
51
  env_name: "APPETIZE_PUBLICKEY",
52
52
  description: "Public key of the app you wish to update",
53
- is_string: true,
54
53
  sensitive: true,
55
54
  default_value: Actions.lane_context[SharedValues::APPETIZE_PUBLIC_KEY],
56
55
  default_value_dynamic: true,
@@ -63,18 +62,15 @@ module Fastlane
63
62
  FastlaneCore::ConfigItem.new(key: :base_url,
64
63
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_BASE",
65
64
  description: "Base URL of Appetize service",
66
- is_string: true,
67
65
  default_value: "https://appetize.io/embed",
68
66
  optional: true),
69
67
  FastlaneCore::ConfigItem.new(key: :device,
70
68
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_DEVICE",
71
69
  description: "Device type: iphone4s, iphone5s, iphone6, iphone6plus, ipadair, iphone6s, iphone6splus, ipadair2, nexus5, nexus7 or nexus9",
72
- is_string: true,
73
70
  default_value: "iphone5s"),
74
71
  FastlaneCore::ConfigItem.new(key: :scale,
75
72
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_SCALE",
76
73
  description: "Scale of the simulator",
77
- is_string: true,
78
74
  optional: true,
79
75
  verify_block: proc do |value|
80
76
  available = ["25", "50", "75", "100"]
@@ -83,7 +79,6 @@ module Fastlane
83
79
  FastlaneCore::ConfigItem.new(key: :orientation,
84
80
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_ORIENTATION",
85
81
  description: "Device orientation",
86
- is_string: true,
87
82
  default_value: "portrait",
88
83
  verify_block: proc do |value|
89
84
  available = ["portrait", "landscape"]
@@ -92,12 +87,10 @@ module Fastlane
92
87
  FastlaneCore::ConfigItem.new(key: :language,
93
88
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_LANGUAGE",
94
89
  description: "Device language in ISO 639-1 language code, e.g. 'de'",
95
- is_string: true,
96
90
  optional: true),
97
91
  FastlaneCore::ConfigItem.new(key: :color,
98
92
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_COLOR",
99
93
  description: "Color of the device",
100
- is_string: true,
101
94
  default_value: "black",
102
95
  verify_block: proc do |value|
103
96
  available = ["black", "white", "silver", "gray"]
@@ -106,22 +99,18 @@ module Fastlane
106
99
  FastlaneCore::ConfigItem.new(key: :launch_url,
107
100
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_LAUNCH_URL",
108
101
  description: "Specify a deep link to open when your app is launched",
109
- is_string: true,
110
102
  optional: true),
111
103
  FastlaneCore::ConfigItem.new(key: :os_version,
112
104
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_OS_VERSION",
113
105
  description: "The operating system version on which to run your app, e.g. 10.3, 8.0",
114
- is_string: true,
115
106
  optional: true),
116
107
  FastlaneCore::ConfigItem.new(key: :params,
117
108
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_PARAMS",
118
109
  description: "Specify params value to be passed to Appetize",
119
- is_string: true,
120
110
  optional: true),
121
111
  FastlaneCore::ConfigItem.new(key: :proxy,
122
112
  env_name: "APPETIZE_VIEWING_URL_GENERATOR_PROXY",
123
113
  description: "Specify a HTTP proxy to be passed to Appetize",
124
- is_string: true,
125
114
  optional: true)
126
115
  ]
127
116
  end
@@ -288,7 +288,7 @@ reset_ratings(false)
288
288
  ##### app_rating_config_path
289
289
  You can set the app age ratings using _deliver_. You'll have to create and store a `JSON` configuration file. Copy the [template](https://github.com/fastlane/fastlane/blob/master/deliver/assets/example_rating_config.json) to your project folder and pass the path to the `JSON` file using the `app_rating_config_path` option.
290
290
 
291
- The keys/values on the top allow values from 0-2, and the items on the bottom allow only 0 or 1. More information in [#reference](#reference).
291
+ The keys/values on the top allow one of 3 strings: "NONE", "INFREQUENT_OR_MILD" or "FREQUENT_OR_INTENSE", and the items on the bottom allow false or true. More information in [#reference](#reference).
292
292
 
293
293
 
294
294
  ## Metadata
@@ -591,9 +591,9 @@ Key | Editable While Live | Directory | Filename | Deprecated Filename
591
591
 
592
592
  **Values**
593
593
 
594
- - 0: None
595
- - 1: Infrequent/Mild
596
- - 2: Frequent/Intense
594
+ - 0: None (Legacy value, use `NONE` instead)
595
+ - 1: Infrequent/Mild (Legacy value, use `INFREQUENT_OR_MILD` instead)
596
+ - 2: Frequent/Intense (Legacy value, use `FREQUENT_OR_INTENSE`instead)
597
597
 
598
598
  - `NONE`
599
599
  - `INFREQUENT_OR_MILD`
@@ -603,7 +603,6 @@ Key | Editable While Live | Directory | Filename | Deprecated Filename
603
603
 
604
604
  - 'alcoholTobaccoOrDrugUseOrReferences'
605
605
  - 'contests'
606
- - 'gambling'
607
606
  - 'gamblingSimulated'
608
607
  - 'medicalOrTreatmentInformation'
609
608
  - 'profanityOrCrudeHumor'