classref: Sync with current master branch (26b1fd0)

This commit is contained in:
Godot Organization
2024-01-13 03:19:36 +00:00
parent f6d53d141e
commit 992be11223
26 changed files with 636 additions and 251 deletions
@@ -31,6 +31,8 @@ Properties
.. table::
:widths: auto
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`application/additional_plist_content<class_EditorExportPlatformMacOS_property_application/additional_plist_content>` |
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`application/app_category<class_EditorExportPlatformMacOS_property_application/app_category>` |
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -222,6 +224,23 @@ Properties
Property Descriptions
---------------------
.. _class_EditorExportPlatformMacOS_property_application/additional_plist_content:
.. rst-class:: classref-property
:ref:`String<class_String>` **application/additional_plist_content**
Additional data added to the root ``<dict>`` section of the `Info.plist <https://developer.apple.com/documentation/bundleresources/information_property_list>`__ file. The value should be an XML section with pairs of key-value elements, e.g.:
::
<key>key_name</key>
<string>value</string>
.. rst-class:: classref-item-separator
----
.. _class_EditorExportPlatformMacOS_property_application/app_category:
.. rst-class:: classref-property