I'm trying to figure out why my CI process is naming the output IPA the way it is. I've been told it's Xcode that makes this determination, but I cannot find any information on how.
To be clear, an IPA is being produced and it is correct in every way except the file name. I can rename the file, but I want the CI to produce the correct name because currently it's quite confusing (it has the wrong environment name in the file).
How does Xcode decide what to call the IPA?
IPA name is determined by Xcode (Till XCode 14) from
Your Project -> Project Target Dependency -> General -> Identity -> Display Name
e.g.
Your IPA name is determined from Display Name
.