I have an Xcode project with Three(3) Schemas… one for iOS, one for tvOS and one for macOS
there are named ios_XXX, atv_XXX and mac_XXX
in all 3 I have changed (or added) CFBUNDLEDISPLAYNAME = “XXX” (removing the os designatior).. IT STILL DEFAULTS to CFBUNDLENAME, which I cannot have as Apple rejects submissions where the name contains a “copyright” phrase…
I want each of the compiled versions to display “XXX” on their respective platforms