macOS Bundle Folder Name(s)

I’m currently using Defold 1.4.8 and I’ve noticed that if I bundle a macOS app the folder is always ‘x86_64-macos’ regardless if I choose to bundle a ‘universal’ or ‘arm64’ specific bundle. This only becomes a problem if you want to bundle an arm version along with an x64 version as Defold prompts to overwrite the ‘x86_64-macos’ folder.

Any chance we can change the output folder names to:
’universal-macos’ for x86_64 and arm64
’x86_64-macos’ for x86_64
’arm64-macos’ for arm64

Sure, it shouldn’t be too hard.
As always, add a feature request in the github repo.

Also note that it’s possible to bundle both x86_64/arm64 in the same bundle (for universal distribution)

1 Like