Include env["suffix"] in binary names for macOS and iOS

This commit is contained in:
unvermuthet
2025-02-19 12:34:38 +01:00
parent ba780e0898
commit a21da62bc4
4 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>libEXTENSION-NAME.macos.template_release</string>
<string>libEXTENSION-NAME.macos.template_release.universal</string>
<key>CFBundleName</key>
<string>Godot Cpp Template</string>
<key>CFBundleDisplayName</key>