iOS Export dialogue for XCode project export still shows .ipa extension #81364
Closed
Description
opened on Sep 6, 2023
Godot version
4.2.dev4
System information
macOS 13.5.1
Issue description
The recent addition of an option in iOS export templates to "Export project only" is a welcome addition, since I've always had to set up some final things in XCode anyway for the builds to work.
However, a small issue is that even when it's enabled the export Save dialogue lists the file extension as .ipa as if it's still going to export an app archive and not just the xcode project as expected.
Steps to reproduce
- Create an iOS export template.
- Enable the "Export project only" option
- Click "Export project..."
- Observe that the export save dialogue still lists the format as ipa.
Minimal reproduction project
Not project related, general export UI.
Activity