mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (0c51ede)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user