classref: Sync with current master branch (0c51ede)

This commit is contained in:
Godot Organization
2025-08-16 03:34:08 +00:00
parent 2bd6c9d996
commit 2f7bad6ef9
17 changed files with 316 additions and 25 deletions
+6 -2
View File
@@ -645,7 +645,9 @@ Minimum version of macOS required for this application to run on Intel Macs, in
:ref:`String<class_String>` **application/short_version** :ref:`🔗<class_EditorExportPlatformMacOS_property_application/short_version>`
Application version visible to the user, can only contain numeric characters (``0-9``) and periods (``.``). Falls back to :ref:`ProjectSettings.application/config/version<class_ProjectSettings_property_application/config/version>` if left empty.
Application version visible to the user. Can only contain numeric characters (``0-9``) and periods (``.``). Falls back to :ref:`ProjectSettings.application/config/version<class_ProjectSettings_property_application/config/version>` if left empty.
\ **Note:** This value is used for the *Identity > Version* value in the generated Xcode project.
.. rst-class:: classref-item-separator
@@ -669,7 +671,9 @@ A four-character creator code that is specific to the bundle. Optional.
:ref:`String<class_String>` **application/version** :ref:`🔗<class_EditorExportPlatformMacOS_property_application/version>`
Machine-readable application version, in the ``major.minor.patch`` format, can only contain numeric characters (``0-9``) and periods (``.``). This must be incremented on every new release pushed to the App Store.
Machine-readable application version in the ``major.minor.patch`` format. Can only contain numeric characters (``0-9``) and periods (``.``). This must be incremented with every new release pushed to the App Store. Falls back to :ref:`ProjectSettings.application/config/version<class_ProjectSettings_property_application/config/version>` if left empty.
\ **Note:** This value is used for the *Identity > Build* value in the generated Xcode project.
.. rst-class:: classref-item-separator