Change Mac App Name in IDE Script

In an IDE Script to automate the building of a project, I need to create two Mac versions with different app names and bundle IDs, and one Windows version. I’m stuck on changing the name of the Mac builds;

This:

propertyValue("App.WindowsAppName") = "Flubber”

works to set the Windows application name.

What is the equivalent app property name for the Mac application?

I’ve tried “App.MacAppName”, “App.MacintoshAppName”, and “App.OSXAppName” with no success…

Are they properties documented somewhere?

Any help appreciated…

propertyValue(“App.MacOSXAppName”) = “bananas”

There is also a thread we had recently that discusses using Constants for setting the app name from an IDE script:
https://forum.xojo.com/41834-setting-the-application-name-using-a-idescript

Thanks to both of you…

I’m seeing that build settings changes are not being recorded which makes it hard to even discover how to do this on your own
If they were it would have recorded that change in a small sample and you could then mimic that behaviour

<https://xojo.com/issue/48718>