Did the default splash screen for iOS change?

I am currently using the personal edition of Unity 5. After updating Unity to 5.0.1, the old splash screen that said, “Made with Unity: Personal Edition,” is now replaced with a spinner that looks like this:

Please note that this is on iOS. Is this normal behaviour? I know that as a personal edition user, I am not allowed to use a custom splash screen. Is this splash screen the new default splash screen? Did I accidentally change a project setting somewhere? I am about to submit my game to the App Store for review and I don’t want to infringe on any guidelines set by Unity.

Okay, I found the cause of the problem. For some reason, loading audio on the main thread and assigning it to an audio source on start is causing the splash screen to disappear. I have to load the music on a background thread. This can by done by going on the audio import settings and checking “load in background.”