I'm trying to make launch screens for my app with its target as iOS 9.2 in Xcode 7.2. The new way of making the launch screen for iPhones 6 and 6s is to use launch files which I am doing. I would like to support iPhone 5 and 4s as well. Apple says in their guide that for those two phones I need to use images with the specified requirements: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html
I tried to use the asset catalog to add images for the older iPhones. But the templates are not based on iPhone model like 5 or 4s, they are based on the iOS version like iOS 8, 7, and 6. I don't know which template to use for iPhone 5 and 4s. In other words which iOS target would be the right choice for those phones. Thanks!