Skip to content

Documentation: add information about Apple Bundle IDs#11809

Merged
mhilbrunner merged 3 commits intogodotengine:masterfrom
ScatteredComet:bundle-IDs
Mar 21, 2026
Merged

Documentation: add information about Apple Bundle IDs#11809
mhilbrunner merged 3 commits intogodotengine:masterfrom
ScatteredComet:bundle-IDs

Conversation

@ScatteredComet
Copy link
Contributor

@ScatteredComet ScatteredComet commented Mar 3, 2026

This adds correct information on bundle IDs to both the manual and the class reference.

The class reference previously implied that the bundle ID had to be in reverse-DNS format, but as far as I can see that isn't the case (it just has to be unique and meet the character requirements listed here).

I was tempted to add similar information for android exports, but since its Bundle Identifier box currently supports auto-generation with com.example.$genname as a default, I didn't see this as necessary.

@ScatteredComet ScatteredComet requested review from a team as code owners March 3, 2026 20:01
@ScatteredComet
Copy link
Contributor Author

I've removed the changes to the classes/ folder and added in AThousandShips' suggestions

(sorry for being messy with my force pushes)

Copy link
Member

@AThousandShips AThousandShips left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style looks good! Will need a review from the relevant team to confirm the facts

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
@Calinou Calinou added enhancement topic:export platform:macos platform:ios Issues or PRs related specifically to ios area:manual Issues and PRs related to the Manual/Tutorials section of the documentation labels Mar 3, 2026
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@mhilbrunner mhilbrunner merged commit 7034252 into godotengine:master Mar 21, 2026
1 check passed
@mhilbrunner
Copy link
Member

Merged! Thank you, and thanks for the reviews people. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement platform:ios Issues or PRs related specifically to ios platform:macos topic:export

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Describe what counts as a valid and unique bundle identifier

4 participants