I need to localise the launch screen and the app icon for an app.
Until now we have been keeping assets in the .lproj folders and this has been working just fine.
I see that when building with xcode7 (still targeting iOS7) the Default-568h@2x.png image is not being picked up by the system so the app is letterboxed. Not good.
From what I can see I can either add a LaunchScreen storyboard or add a LaunchScreen image set to an asset catalog.
None of these options allow for localisation.
I cannot understand why asset catalogs are not localisable but more immediately, how can I use my localised launch screens on iOS9?