docs: fix description of `ios.alternateIcons` (#1838)
This commit is contained in:
Родитель
a9ff329958
Коммит
47a68de15f
1
Gemfile
1
Gemfile
|
@ -2,6 +2,7 @@
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'CFPropertyList'
|
||||
gem 'minitest'
|
||||
gem 'rubocop', require: false
|
||||
gem 'rubocop-minitest'
|
||||
|
|
|
@ -49,6 +49,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
CFPropertyList
|
||||
minitest
|
||||
rubocop
|
||||
rubocop-minitest
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
]
|
||||
},
|
||||
"alternateIcons": {
|
||||
"description": "The primary icon for the Home screen and Settings app, among others.",
|
||||
"markdownDescription": "The primary icon for the Home screen and Settings app, among others.\n\nThe equivalent key in `Info.plist` is\n[`CFBundleAlternateIcons`](https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleicons/cfbundlealternateicons).",
|
||||
"description": "List of alternate icons for the Home screen and Settings app.",
|
||||
"markdownDescription": "List of alternate icons for the Home screen and Settings app.\n\nThe equivalent key in `Info.plist` is\n[`CFBundleAlternateIcons`](https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleicons/cfbundlealternateicons).",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"allOf": [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
The primary icon for the Home screen and Settings app, among others.
|
||||
List of alternate icons for the Home screen and Settings app.
|
||||
|
||||
The equivalent key in `Info.plist` is
|
||||
[`CFBundleAlternateIcons`](https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleicons/cfbundlealternateicons).
|
||||
|
|
Загрузка…
Ссылка в новой задаче