I created another target for my app. This new target needs to show a different splash screen as the others.
So I duplicated the LaunchScreen.storyboard file and renamed it to LaunchScreenNew.storyboard. Then in the newTargetinfo.plist file, I replaced the value for Launch Screen File from LaunchScreen to LaunchScreenNew.
But now, only a black screen is showing on my app, and I haven't found a single piece of documentation whatsoever on how to do this.