docs: fix description of `ios.alternateIcons` (#1838)

This commit is contained in:
Tommy Nguyen 2024-02-13 11:22:22 +01:00 коммит произвёл GitHub
Родитель a9ff329958
Коммит 47a68de15f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -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).