From a8bcf40c4079afbe23868825ae5abb5413d23f21 Mon Sep 17 00:00:00 2001 From: Adriaan de Jongh <5611323+AdriaandeJongh@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:36:43 +0200 Subject: [PATCH] mention 'build version' in iOS, macOS, and visionOS export docs --- platform/ios/doc_classes/EditorExportPlatformIOS.xml | 6 ++++-- platform/macos/doc_classes/EditorExportPlatformMacOS.xml | 6 ++++-- .../visionos/doc_classes/EditorExportPlatformVisionOS.xml | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/platform/ios/doc_classes/EditorExportPlatformIOS.xml b/platform/ios/doc_classes/EditorExportPlatformIOS.xml index 08c9b79bf4..e22850bc9a 100644 --- a/platform/ios/doc_classes/EditorExportPlatformIOS.xml +++ b/platform/ios/doc_classes/EditorExportPlatformIOS.xml @@ -64,7 +64,8 @@ Can be overridden with the environment variable [code]GODOT_APPLE_PLATFORM_PROVISIONING_PROFILE_UUID_RELEASE[/code]. - Application version visible to the user, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). Falls back to [member ProjectSettings.application/config/version] if left empty. + Application version visible to the user. Can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). Falls back to [member ProjectSettings.application/config/version] if left empty. + [b]Note:[/b] This value is used for the [i]Identity > Version[/i] value in the generated Xcode project. A four-character creator code that is specific to the bundle. Optional. @@ -73,7 +74,8 @@ Supported device family. - Machine-readable application version, in the [code]major.minor.patch[/code] format, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). This must be incremented on every new release pushed to the App Store. + Machine-readable application version in the [code]major.minor.patch[/code] format. Can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). This must be incremented with every new release pushed to the App Store. Falls back to [member ProjectSettings.application/config/version] if left empty. + [b]Note:[/b] This value is used for the [i]Identity > Build[/i] value in the generated Xcode project. If [code]true[/code], [code]arm64[/code] binaries are included into exported project. diff --git a/platform/macos/doc_classes/EditorExportPlatformMacOS.xml b/platform/macos/doc_classes/EditorExportPlatformMacOS.xml index c6ffed2522..5b93a4a3c5 100644 --- a/platform/macos/doc_classes/EditorExportPlatformMacOS.xml +++ b/platform/macos/doc_classes/EditorExportPlatformMacOS.xml @@ -45,13 +45,15 @@ Minimum version of macOS required for this application to run on Intel Macs, in the [code]major.minor.patch[/code] or [code]major.minor[/code] format, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). - Application version visible to the user, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). Falls back to [member ProjectSettings.application/config/version] if left empty. + Application version visible to the user. Can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). Falls back to [member ProjectSettings.application/config/version] if left empty. + [b]Note:[/b] This value is used for the [i]Identity > Version[/i] value in the generated Xcode project. A four-character creator code that is specific to the bundle. Optional. - Machine-readable application version, in the [code]major.minor.patch[/code] format, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). This must be incremented on every new release pushed to the App Store. + Machine-readable application version in the [code]major.minor.patch[/code] format. Can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). This must be incremented with every new release pushed to the App Store. Falls back to [member ProjectSettings.application/config/version] if left empty. + [b]Note:[/b] This value is used for the [i]Identity > Build[/i] value in the generated Xcode project. Application executable architecture. diff --git a/platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml b/platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml index 5408bbf911..255c46e285 100644 --- a/platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml +++ b/platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml @@ -63,13 +63,15 @@ Can be overridden with the environment variable [code]GODOT_APPLE_PLATFORM_PROVISIONING_PROFILE_UUID_RELEASE[/code]. - Application version visible to the user, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). Falls back to [member ProjectSettings.application/config/version] if left empty. + Application version visible to the user. Can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). Falls back to [member ProjectSettings.application/config/version] if left empty. + [b]Note:[/b] This value is used for the [i]Identity > Version[/i] value in the generated Xcode project. A four-character creator code that is specific to the bundle. Optional. - Machine-readable application version, in the [code]major.minor.patch[/code] format, can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). This must be incremented on every new release pushed to the App Store. + Machine-readable application version in the [code]major.minor.patch[/code] format. Can only contain numeric characters ([code]0-9[/code]) and periods ([code].[/code]). This must be incremented with every new release pushed to the App Store. Falls back to [member ProjectSettings.application/config/version] if left empty. + [b]Note:[/b] This value is used for the [i]Identity > Build[/i] value in the generated Xcode project. If [code]true[/code], [code]arm64[/code] binaries are included into exported project.