classref: Sync with current master branch (44fa552)

This commit is contained in:
Godot Organization
2024-10-19 03:21:20 +00:00
parent 687d07a2d8
commit f347f7fdb9
7 changed files with 69 additions and 18 deletions
@@ -70,6 +70,8 @@ Properties
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`PackedStringArray<class_PackedStringArray>` | :ref:`codesign/custom_options<class_EditorExportPlatformMacOS_property_codesign/custom_options>` |
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_String>` | :ref:`codesign/entitlements/additional<class_EditorExportPlatformMacOS_property_codesign/entitlements/additional>` |
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`codesign/entitlements/address_book<class_EditorExportPlatformMacOS_property_codesign/entitlements/address_book>` |
+---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`codesign/entitlements/allow_dyld_environment_variables<class_EditorExportPlatformMacOS_property_codesign/entitlements/allow_dyld_environment_variables>` |
@@ -753,6 +755,23 @@ Array of the additional command line arguments passed to the code signing tool.
----
.. _class_EditorExportPlatformMacOS_property_codesign/entitlements/additional:
.. rst-class:: classref-property
:ref:`String<class_String>` **codesign/entitlements/additional** :ref:`🔗<class_EditorExportPlatformMacOS_property_codesign/entitlements/additional>`
Additional data added to the root ``<dict>`` section of the `.entitlements <https://developer.apple.com/documentation/bundleresources/entitlements>`__ file. The value should be an XML section with pairs of key-value elements, e.g.:
.. code:: text
<key>key_name</key>
<string>value</string>
.. rst-class:: classref-item-separator
----
.. _class_EditorExportPlatformMacOS_property_codesign/entitlements/address_book:
.. rst-class:: classref-property