Skip to content

Commit a02ff44

Browse files
committed
Merge pull request #109577 from AdriaandeJongh/clarify-build-version
[Docs] Mention 'build version' in iOS, macOS, and visionOS export docs
2 parents f3b908b + a8bcf40 commit a02ff44

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

platform/ios/doc_classes/EditorExportPlatformIOS.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
Can be overridden with the environment variable [code]GODOT_APPLE_PLATFORM_PROVISIONING_PROFILE_UUID_RELEASE[/code].
6565
</member>
6666
<member name="application/short_version" type="String" setter="" getter="">
67-
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.
67+
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.
68+
[b]Note:[/b] This value is used for the [i]Identity &gt; Version[/i] value in the generated Xcode project.
6869
</member>
6970
<member name="application/signature" type="String" setter="" getter="">
7071
A four-character creator code that is specific to the bundle. Optional.
@@ -73,7 +74,8 @@
7374
Supported device family.
7475
</member>
7576
<member name="application/version" type="String" setter="" getter="">
76-
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.
77+
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.
78+
[b]Note:[/b] This value is used for the [i]Identity &gt; Build[/i] value in the generated Xcode project.
7779
</member>
7880
<member name="architectures/arm64" type="bool" setter="" getter="">
7981
If [code]true[/code], [code]arm64[/code] binaries are included into exported project.

platform/macos/doc_classes/EditorExportPlatformMacOS.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@
4545
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]).
4646
</member>
4747
<member name="application/short_version" type="String" setter="" getter="">
48-
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.
48+
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.
49+
[b]Note:[/b] This value is used for the [i]Identity &gt; Version[/i] value in the generated Xcode project.
4950
</member>
5051
<member name="application/signature" type="String" setter="" getter="">
5152
A four-character creator code that is specific to the bundle. Optional.
5253
</member>
5354
<member name="application/version" type="String" setter="" getter="">
54-
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.
55+
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.
56+
[b]Note:[/b] This value is used for the [i]Identity &gt; Build[/i] value in the generated Xcode project.
5557
</member>
5658
<member name="binary_format/architecture" type="String" setter="" getter="">
5759
Application executable architecture.

platform/visionos/doc_classes/EditorExportPlatformVisionOS.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,15 @@
6363
Can be overridden with the environment variable [code]GODOT_APPLE_PLATFORM_PROVISIONING_PROFILE_UUID_RELEASE[/code].
6464
</member>
6565
<member name="application/short_version" type="String" setter="" getter="">
66-
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.
66+
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.
67+
[b]Note:[/b] This value is used for the [i]Identity &gt; Version[/i] value in the generated Xcode project.
6768
</member>
6869
<member name="application/signature" type="String" setter="" getter="">
6970
A four-character creator code that is specific to the bundle. Optional.
7071
</member>
7172
<member name="application/version" type="String" setter="" getter="">
72-
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.
73+
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.
74+
[b]Note:[/b] This value is used for the [i]Identity &gt; Build[/i] value in the generated Xcode project.
7375
</member>
7476
<member name="architectures/arm64" type="bool" setter="" getter="">
7577
If [code]true[/code], [code]arm64[/code] binaries are included into exported project.

0 commit comments

Comments
 (0)