Search code examples
iossprite-kitxiblaunch-screen

Removing LaunchScreen.xib from a project


Is it safe to remove LaunchScreen.xib from Xcode 6 project when is not used i.e. Images.xcassets is used instead ?

What is the proper way to remove it ? There is a property in info.plist called Launch screen interface file base name with value LaunchScreen so I guess that should be removed also?

Are there any more associated files with LaunchScreen.xib in Xcode 6 project which should be removed if LaunchScreen.xib is deleted?


Solution

  • Yes, it's safe. Just select the file in the XCode, press delete and choose "Move to Trash". The property in the .plist wil be automatically modified.