I can find a bunch of answers from pre-2014 about removing the launch/splash screen by removing the line \"Launch screen interface file base name\", but in this project on X
You need to create a storyboard (not a xib file) and then add it to Launch Screen File.
Then you can have your custom splash view controller inside it.
Remember to mark your splash view controller as Is Initial View Control.