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. Im 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?
Ive tried App.MacAppName, App.MacintoshAppName, and “App.OSXAppName” with no success…
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