Programmatically set Splash Screen

I’d like to programmatically set the splash screens for my iOS app using an editor script. I already can set the icons like this:

PlayerSettings.SetIconsForTargetGroup(BuildTargetGroup.iPhone, icons);

But I can’t seem to find a similar method to set the mobile splash screen images. I can change the image fine using the PlayerSettings inspector in the editor.

Thanks!

Does nobody use search anymore?

http://forum.unity3d.com/threads/47621-Splash-Screen

http://wiki.unity3d.com/index.php?title=SplashScreen